observable:camera leaf node


URI

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

Label

camera

Description

The name/make of the camera that was used for taking the picture.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:camera observable:ObservableObject

Implementation

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

observable:camera a owl:ObjectProperty ;
    rdfs:label "camera"@en ;
    rdfs:comment "The name/make of the camera that was used for taking the picture."@en ;
    rdfs:range observable:ObservableObject .