From 4bbf423f9ea64c0e64aa4545d492b53e51c56b78 Mon Sep 17 00:00:00 2001 From: marlip Date: Mon, 23 Sep 2024 13:43:50 +0200 Subject: [PATCH] FMT-246: Add colorSpace and imageBitDepth for media objects Extend domain for :created to MediaObjects --- source/vocab/files-packages-representations.ttl | 10 ++++++++++ source/vocab/platform.ttl | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/source/vocab/files-packages-representations.ttl b/source/vocab/files-packages-representations.ttl index 672662217..2a536be84 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 013456c34..c3473f60e 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 .