observable:EXIFFacet leaf node


URI

https://unifiedcyberontology.org/ontology/uco/observable#EXIFFacet

Label

EXIFFacet

Description

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]

Superclasses (1)

Target Classes (1)

Shape Properties

Instances of observable:EXIFFacet can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

observable:EXIFFacet
observable:exifData 1 * types:ControlledDictionary

Implementation

@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 .