https://unifiedcyberontology.org/ontology/uco/observable#EXIFFacet
Instances of observable:EXIFFacet can have the following properties:
PROPERTY |
PROPERTY TYPE |
DESCRIPTION |
MIN COUNT |
MAX COUNT |
VALUE CONSTRAINTS |
LOCAL TYPE |
GLOBAL RANGE |
---|---|---|---|---|---|---|---|
observable:EXIFFacet | |||||||
observable:exifData | owl:ObjectProperty |
|
1 | * |
|
types:ControlledDictionary
|
types:ControlledDictionary
|
@prefix core: <https://unifiedcyberontology.org/ontology/uco/core#> .
@prefix observable: <https://unifiedcyberontology.org/ontology/uco/observable#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix types: <https://unifiedcyberontology.org/ontology/uco/types#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
observable:EXIFFacet a owl:Class,
sh:NodeShape ;
rdfs:label "EXIFFacet"@en ;
rdfs:comment "An EXIF (exchangeable image file format) facet is a grouping of characteristics unique to the formats for images, sound, and ancillary tags used by digital cameras (including smartphones), scanners and other systems handling image and sound files recorded by digital cameras conformant to JEIDA/JEITA/CIPA specifications. [based on https://en.wikipedia.org/wiki/Exif]"@en ;
rdfs:subClassOf core:Facet ;
sh:property [ sh:class types:ControlledDictionary ;
sh:minCount 1 ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path observable:exifData ] ;
sh:targetClass observable:EXIFFacet .