Skip to content

Commit 8c1a9b5

Browse files
committed
Add EXIF properties for media objects
1 parent dc8292d commit 8c1a9b5

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

source/vocab/files-packages-representations.ttl

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
44
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
55
@prefix prov: <http://www.w3.org/ns/prov#> .
6+
@prefix exif: <http://www.w3.org/2003/12/exif#> .
67
@prefix sdo: <http://schema.org/> .
78
@prefix dc: <http://purl.org/dc/terms/> .
89
@prefix bf2: <http://id.loc.gov/ontologies/bibframe/> .
@@ -141,3 +142,19 @@
141142
rdfs:label "height"@en, "höjd"@sv ;
142143
sdo:domainIncludes :MediaObject ; # TODO: broaden domain later to also apply on Manifest and physical objects
143144
owl:equivalentProperty sdo:height .
145+
146+
:bitsPerSample a owl:DatatypeProperty ;
147+
rdfs:label "bits per sample"@en "bits per sample"@sv;
148+
sdo:domainIncludes :MediaObject ;
149+
owl:equivalentProperty exif:bitsPerSample .
150+
151+
:colorSpace a owl:DatatypeProperty ;
152+
rdfs:label "color space"@en, "färgrymd"@sv ;
153+
sdo:domainIncludes :MediaObject ;
154+
owl:equivalentProperty exif:colorSpace .
155+
156+
:dateTimeDigitized a owl:DatatypeProperty ;
157+
rdfs:label "datetime digitized"@en, "digitiseringsdatum"@sv ;
158+
sdo:domainIncludes :MediaObject ;
159+
owl:equivalentProperty exif:dateTimeDigitized ;
160+
rdfs:range xsd:dateTime .

0 commit comments

Comments
 (0)