Definition of s4envi:Geometry
Defined in https://saref.etsi.org/saref4envi/v1.1.2/ as:
Represents the shape of the light emission. It might be instantiated by individuals like "spherical", "cylindrical", etc. even though it is open to more comples representation of geometries using other vocabularies.
Description as a Class
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#> .
wgs84:SpatialThing owl:disjointWith s4envi:Geometry .
saref:Measurement owl:disjointWith s4envi:Geometry .
saref:Property owl:disjointWith s4envi:Geometry .
saref:Service owl:disjointWith s4envi:Geometry .
saref:UnitOfMeasure owl:disjointWith s4envi:Geometry .
s4envi:Color owl:disjointWith s4envi:Geometry .
s4envi:CommunicationInterface owl:disjointWith s4envi:Geometry .
s4envi:CommunicationProtocol owl:disjointWith s4envi:Geometry .
s4envi:CompassDirection owl:disjointWith s4envi:Geometry .
s4envi:DigitalRepresentation owl:disjointWith s4envi:Geometry .
s4envi:Light rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4envi:Geometry ;
owl:onProperty s4envi:hasGeometry ] .
<https://saref.etsi.org/saref4envi/v1.1.2/> dct:references s4envi:Geometry ;
dct:subject s4envi:Geometry .
<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references s4envi:Geometry ;
dct:subject s4envi:Geometry .
s4envi:Geometry a owl:Class ;
rdfs:label "Geometry"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4envi/v1.1.2/>,
<https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:comment "Represents the shape of the light emission. It might be instantiated by individuals like \"spherical\", \"cylindrical\", etc. even though it is open to more comples representation of geometries using other vocabularies."@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:disjointWith s4envi:Light ;
ns1:hiddenLabel "Geometry" .