ALEVIA Vocabulary v1.1.0

Vocabulary for the ALEVIA Data Space. Defines properties and classes used in dataset descriptors not covered by DCAT-3, Dublin Core or Gaia-X.

Namespace: fff: v1.1.0 CC BY 4.0
http://alevia.ddns.net:1880/ns/alevia#
Changelog — v1.1.0 (2026-05-07) Added 3 new classes and 14 new properties to support ODRL policy enforcement: fff:PolicyOffer, fff:PolicyAgreement, fff:AccessLogEntry and associated properties. Added odrl: prefix to context. Version bumped from 1.0.0 to 1.1.0.
Sections Core Classes Manifest Classes Stats Classes Taxonomy Classes Policy Classes ★ Dataset Properties Distribution Properties MongoIndex Properties Manifest Properties Stats Properties Taxonomy Properties PolicyOffer Properties ★ PolicyAgreement Properties ★ AccessLogEntry Properties ★ Alternate Formats

Classes — Core

TermTypeLabelDescription
fff:MongoIndexrdfs:ClassMongo IndexAn asset index implemented on top of a MongoDB collection.

Classes — Manifest

TermTypeLabelDescription
fff:DatasetManifestrdfs:ClassDataset ManifestTechnical inventory of the artifacts that constitute a specific version of a dataset.
fff:ManifestArtifactrdfs:ClassManifest ArtifactA single file entry within a dataset manifest, hosted in an object storage backend.

Classes — Stats

TermTypeLabelDescription
fff:DatasetStatsrdfs:ClassDataset StatsStatistical profile and observability document for a specific version of a dataset.
fff:SpeciesStatsrdfs:ClassSpecies StatsStatistical breakdown scoped to a single species within a dataset.

Classes — Taxonomy

TermTypeLabelDescription
fff:DatasetTaxonomyrdfs:ClassDataset TaxonomyControlled vocabulary and taxonomic classification document for a dataset.
fff:SpeciesEntryrdfs:ClassSpecies EntryA species defined in the dataset taxonomy.
fff:SubsetEntryrdfs:ClassSubset EntryA subset defined in the dataset taxonomy with its associated health status and label quality.
fff:DeformityClassrdfs:ClassDeformity ClassA morphological deformity class defined in the dataset taxonomy.

Classes — Policy (ODRL) NEW v1.1.0

TermTypeSubclass ofLabelDescription
fff:PolicyOffer rdfs:Class odrl:Offer Policy Offer An ODRL Offer document describing the access conditions for a protected dataset resource. Served as a static JSON-LD artifact from MinIO.
fff:PolicyAgreement rdfs:Class Policy Agreement A recorded acceptance of a fff:PolicyOffer by an authenticated user. Persisted as a MongoDB document in the policy_agreements collection.
fff:AccessLogEntry rdfs:Class Access Log Entry Append-only audit record of a single access attempt to a protected resource. Persisted in the access_log MongoDB collection. Never modified after insertion.

Properties — Dataset

TermTypeDomainRangeDescription
fff:schemaVersionrdf:Propertydcat:Datasetxsd:stringInternal schema version of the dataset descriptor artifact.
fff:statusrdf:Propertydcat:Datasetxsd:stringPublication status of the dataset. Allowed values: public, draft, deprecated.
fff:totalAssetsrdf:Propertydcat:Datasetxsd:integerTotal number of raw assets (images) contained in the dataset.
fff:projectNamerdf:Propertyxsd:stringName of the funding or research project associated with the dataset.
fff:projectCoderdf:Propertyxsd:stringOfficial grant or expedient code of the associated project.
fff:indexrdf:Propertydcat:Datasetfff:MongoIndexReference to the asset index associated with the dataset.

Properties — Distribution (MinIO)

TermTypeDomainRangeDescription
fff:storageBackendrdf:Propertydcat:Distributionxsd:stringType of storage backend where the distribution is hosted. E.g. minio, s3.
fff:bucketrdf:Propertydcat:Distributionxsd:stringName of the bucket in the object storage backend.
fff:prefixrdf:Propertydcat:Distributionxsd:stringObject key prefix (folder path) within the bucket.

Properties — MongoIndex

TermTypeDomainRangeDescription
fff:backendrdf:Propertyfff:MongoIndexxsd:stringType of backend used for the index. E.g. mongodb.
fff:databaserdf:Propertyfff:MongoIndexxsd:stringName of the database in the index backend.
fff:collectionrdf:Propertyfff:MongoIndexxsd:stringName of the collection in the index database.

Properties — Manifest

TermTypeDomainRangeDescription
fff:artifactIdrdf:Propertyfff:ManifestArtifactxsd:stringIdentifier of the artifact within the manifest. E.g. dataset_json, stats_json.
fff:objectKeyrdf:Propertyfff:ManifestArtifactxsd:stringFull object key (path) of the artifact within the storage bucket.
fff:etagrdf:Propertyfff:ManifestArtifactxsd:stringETag hash of the object as returned by the storage backend.
fff:versionIdrdf:Propertyfff:ManifestArtifactxsd:stringObject version ID assigned by the storage backend when bucket versioning is enabled.
fff:contentLengthrdf:Propertyfff:ManifestArtifactxsd:integerSize of the artifact in bytes.

Properties — Stats

TermTypeDomainRangeDescription
fff:rareThresholdrdf:Propertyfff:DatasetStatsxsd:integerNumeric threshold below which a deformity class is flagged as rare.
fff:globalStatsrdf:Propertyfff:DatasetStatsAggregated statistics covering all species in the dataset.
fff:speciesBreakdownrdf:Propertyfff:DatasetStatsfff:SpeciesStatsPer-species statistical breakdown.
fff:speciesCountsrdf:PropertyAsset counts and ratios broken down by species.
fff:subsetCountsrdf:PropertyAsset counts and ratios broken down by subset.
fff:subsetRatiosrdf:Propertyfff:SpeciesStatsPer-subset ratios relative to species total assets.
fff:healthCountsrdf:PropertyAsset counts and ratios broken down by health status (healthy, deformed).
fff:healthRatiosrdf:Propertyfff:SpeciesStatsPer-health-status ratios relative to species total assets.
fff:deformityClassCountsrdf:PropertyAsset counts and ratios broken down by deformity class.
fff:deformityClassRatiosrdf:Propertyfff:SpeciesStatsPer-deformity-class ratios relative to species total assets.
fff:rareDeformityClassesrdf:PropertyList of deformity class identifiers whose count falls below the rare threshold.
fff:rareDeformityClassesBySpeciesrdf:PropertyPer-species lists of deformity classes flagged as rare.
fff:labelQualityMappingrdf:PropertyMaps each subset identifier to its label quality descriptor.

Properties — Taxonomy

TermTypeDomainRangeDescription
fff:labelOriginrdf:Propertyfff:DatasetTaxonomyDescription of the origin and derivation method for labels in the dataset.
fff:observedSubsetsrdf:Propertyfff:DatasetTaxonomyList of subset identifiers observed in the dataset.
fff:speciesrdf:Propertyfff:DatasetTaxonomyfff:SpeciesEntryList of species entries defined in the taxonomy.
fff:subsetsrdf:Propertyfff:DatasetTaxonomyfff:SubsetEntryList of subset entries defined in the taxonomy.
fff:deformityClassesrdf:Propertyfff:DatasetTaxonomyBlock containing the deformity class definitions for the dataset.
fff:classIdsrdf:Propertyfff:DatasetTaxonomyOrdered list of deformity class identifiers defined in the taxonomy.
fff:classesrdf:Propertyfff:DatasetTaxonomyfff:DeformityClassList of deformity class entries with their metadata.
fff:availabilityrdf:Propertyfff:DatasetTaxonomyAvailability of deformity classes broken down by species.
fff:deformityClassesPresentrdf:Propertyxsd:stringList of deformity class identifiers present for a given species.
fff:scientificNamerdf:Propertyfff:SpeciesEntryxsd:stringScientific (Latin) name of the species.
fff:commonNameEnrdf:Propertyfff:SpeciesEntryxsd:stringCommon name of the species in English.
fff:commonNameEsrdf:Propertyfff:SpeciesEntryxsd:stringCommon name of the species in Spanish.
fff:healthStatusrdf:Propertyfff:SubsetEntryxsd:stringHealth status associated with a subset. Values: healthy, deformed.
fff:labelQualityrdf:Propertyfff:SubsetEntryxsd:stringLabel quality descriptor for a subset. Values: high, expert_or_verified, weak_or_unverified.
fff:displayNameEnrdf:Propertyfff:DeformityClassxsd:stringDisplay name of the deformity class in English.
fff:typerdf:Propertyxsd:stringType descriptor for auxiliary structures such as label origin. E.g. folder_structure.

Properties — PolicyOffer NEW v1.1.0

TermTypeDomainRangeDescription
fff:policyIdrdf:Propertyodrl:Offerxsd:stringInternal string identifier for the policy. E.g. fff-alevia-malformations-access-v1.
fff:policyVersionrdf:Propertyodrl:Offerxsd:stringSemantic version of the policy document. E.g. 1.0.
fff:ttlDaysrdf:Propertyodrl:Offerxsd:integerNumber of days a fff:PolicyAgreement remains valid after its creation date.
fff:agreementEndpointrdf:Propertyodrl:Offerxsd:anyURIURL of the HTTP endpoint where authenticated users can accept the policy (POST).
fff:identityProviderrdf:Propertyodrl:Offerxsd:anyURIURL of the identity provider used to authenticate users. E.g. https://clerk.com.

Properties — PolicyAgreement NEW v1.1.0

TermTypeDomainRangeDescription
fff:userIdrdf:Propertyfff:PolicyAgreementxsd:stringIdentity provider subject claim identifying the user. Corresponds to the Clerk JWT sub claim.
fff:agreedAtrdf:Propertyfff:PolicyAgreementxsd:dateTimeTimestamp of the policy acceptance or most recent renewal.
fff:expiresAtrdf:Propertyfff:PolicyAgreementxsd:dateTimeTimestamp when the agreement expires. Computed as agreedAt + ttlDays.
fff:agreementStatusrdf:Propertyfff:PolicyAgreementxsd:stringCurrent status of the agreement. Allowed values: active, expired, revoked.
fff:revokedAtrdf:Propertyfff:PolicyAgreementxsd:dateTimeTimestamp of revocation. Null when the agreement has not been revoked.
fff:revokedByrdf:Propertyfff:PolicyAgreementxsd:stringUser ID of the administrator who revoked the agreement.

Properties — AccessLogEntry NEW v1.1.0

TermTypeDomainRangeDescription
fff:resourceTyperdf:Propertyfff:AccessLogEntryxsd:stringType of protected resource accessed. Allowed values: image, inference.
fff:outcomerdf:Propertyfff:AccessLogEntryxsd:stringResult of the access attempt. Allowed values: granted, denied.
fff:denyReasonrdf:Propertyfff:AccessLogEntryxsd:stringReason for access denial when outcome is denied. Allowed values: no_agreement, expired, revoked, invalid_jwt.
fff:agreementRefrdf:Propertyfff:AccessLogEntryfff:PolicyAgreementReference to the fff:PolicyAgreement that authorized the access. Null when denied before an agreement was found.

Alternate Formats

FormatURLAccept header
RDF/Turtle http://alevia.ddns.net:1880/ns/alevia text/turtle
JSON-LD http://alevia.ddns.net:1880/ns/alevia application/ld+json
HTML (this page) http://alevia.ddns.net:1880/ns/alevia text/html