Definition of s4envi:hasCollectionPoint
Defined in https://saref.etsi.org/saref4envi/v2.1.1/ as:
A container can be assigned a collection point.
Description as an Object Property
- has domain
- s4envi:Container
- has range
- s4envi:CollectionPoint
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
s4envi:Container rdfs:subClassOf [ a owl:Restriction ;
owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass s4envi:CollectionPoint ;
owl:onProperty s4envi:hasCollectionPoint ] .
s4envi:hasCollectionPoint a owl:ObjectProperty ;
rdfs:label "has collection point"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:comment "A container can be assigned a collection point."@en ;
rdfs:domain s4envi:Container ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:range s4envi:CollectionPoint ;
rdfs:seeAlso <https://saref.etsi.org/saref4envi/v2.1.1/> ;
skos:hiddenLabel "hasCollectionPoint" .
<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references s4envi:hasCollectionPoint ;
dct:subject s4envi:hasCollectionPoint .