File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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/> .
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 .
You can’t perform that action at this time.
0 commit comments