diff --git a/source/vocab/files-packages-representations.ttl b/source/vocab/files-packages-representations.ttl index 67266221..2a536be8 100644 --- a/source/vocab/files-packages-representations.ttl +++ b/source/vocab/files-packages-representations.ttl @@ -3,6 +3,7 @@ @prefix xsd: . @prefix skos: . @prefix prov: . +@prefix exif: . @prefix sdo: . @prefix dc: . @prefix bf2: . @@ -141,3 +142,12 @@ rdfs:label "height"@en, "höjd"@sv ; sdo:domainIncludes :MediaObject ; # TODO: broaden domain later to also apply on Manifest and physical objects owl:equivalentProperty sdo:height . + +:colorSpace a owl:ObjectProperty ; + :category :pending ; + rdfs:label "color space"@en, "färgrymd"@sv ; + sdo:domainIncludes :MediaObject ; + owl:equivalentProperty exif:colorSpace . + +:imageBitDepth a owl:DatatypeProperty ; + owl:propertyChainAxiom (:digitalCharacteristic [ :isSelfType :ImageBitDepth ] :value) . diff --git a/source/vocab/platform.ttl b/source/vocab/platform.ttl index 013456c3..c3473f60 100644 --- a/source/vocab/platform.ttl +++ b/source/vocab/platform.ttl @@ -161,7 +161,7 @@ :created a owl:DatatypeProperty; :category :platform ; rdfs:label "Skapad"@sv; - rdfs:domain :AdminMetadata; + sdo:domainIncludes :AdminMetadata, :MediaObject ; owl:equivalentProperty bf2:creationDate ; rdfs:subPropertyOf dc:created, sdo:dateCreated; rdfs:range xsd:dateTime .