Definition of s4envi:DigitalRepresentation
Defined in https://saref.etsi.org/saref4envi/v1.1.2/ as:
A digital representation encapsulates a physical object accessible via Web services
Description as a Class
- has super-classes
-
s4envi:encapsulates only
s4envi:PhysicalObject
s4envi:isAccesibleThrough only saref:Service
saref:hasDescription only xsd:string
s4envi:hasCreationDate only xsd:dateTime
s4envi:hasIdentifier only xsd:string
s4envi:hasTag only xsd:string
s4envi:hasCreationDate max 1 xsd:dateTime
s4envi:hasIdentifier max 1 xsd:string - is disjoint with
-
wgs84:SpatialThing
saref:Measurement
saref:UnitOfMeasure
s4envi:Color
s4envi:CommunicationInterface
s4envi:CommunicationProtocol
s4envi:CompassDirection
s4envi:Geometry
s4envi:Light
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4envi: <https://saref.etsi.org/saref4envi/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix wgs84: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
wgs84:SpatialThing owl:disjointWith s4envi:DigitalRepresentation .
saref:Measurement owl:disjointWith s4envi:DigitalRepresentation .
saref:UnitOfMeasure owl:disjointWith s4envi:DigitalRepresentation .
s4envi:Color owl:disjointWith s4envi:DigitalRepresentation .
s4envi:CommunicationInterface owl:disjointWith s4envi:DigitalRepresentation .
s4envi:CommunicationProtocol owl:disjointWith s4envi:DigitalRepresentation .
s4envi:CompassDirection owl:disjointWith s4envi:DigitalRepresentation .
s4envi:PhysicalObject rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4envi:DigitalRepresentation ;
owl:onProperty s4envi:hasDigitalRepresentation ] .
<https://saref.etsi.org/saref4envi/v1.1.2/> dct:references s4envi:DigitalRepresentation ;
dct:subject s4envi:DigitalRepresentation .
<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references s4envi:DigitalRepresentation ;
dct:subject s4envi:DigitalRepresentation .
s4envi:DigitalRepresentation a owl:Class ;
rdfs:label "Digital representation"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4envi/v1.1.2/>,
<https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:comment "A digital representation encapsulates a physical object accessible via Web services"@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4envi/v1.1.2/>,
<https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4envi/v1.1.2/>,
<https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4envi:PhysicalObject ;
owl:onProperty s4envi:encapsulates ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Service ;
owl:onProperty s4envi:isAccesibleThrough ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty saref:hasDescription ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:dateTime ;
owl:onProperty s4envi:hasCreationDate ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty s4envi:hasIdentifier ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty s4envi:hasTag ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:dateTime ;
owl:onProperty s4envi:hasCreationDate ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:string ;
owl:onProperty s4envi:hasIdentifier ] ;
owl:disjointWith s4envi:Geometry,
s4envi:Light ;
ns1:hiddenLabel "DigitalRepresentation" .