Definition of s4envi:encapsulates
Defined in https://saref.etsi.org/saref4envi/v1.1.2/ as:
A relation between a digital representation and the physical objects it represents.
Description as an Object Property
- has characteristics
- functional
- is inverse of
- s4envi:hasDigitalRepresentation
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/> .
s4envi:DigitalRepresentation rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4envi:PhysicalObject ;
owl:onProperty s4envi:encapsulates ] .
<https://saref.etsi.org/saref4envi/v1.1.2/> dct:references s4envi:encapsulates ;
dct:subject s4envi:encapsulates .
<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references s4envi:encapsulates ;
dct:subject s4envi:encapsulates .
s4envi:encapsulates a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "encapsulates"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4envi/v1.1.2/>,
<https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:comment "A relation between a digital representation and the physical objects it represents."@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/> ;
owl:inverseOf s4envi:hasDigitalRepresentation ;
ns1:hiddenLabel "encapsulates" .