Definition of s4envi:hasCollectionDay
Defined in https://saref.etsi.org/saref4envi/v2.1.1/ as:
A collection point can be assigned one or more collection days.
Description as an Object Property
- has domain
- s4envi:CollectionPoint
- has range
- time:DayOfWeek
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 time: <http://www.w3.org/2006/time#> .
s4envi:CollectionPoint rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom time:DayOfWeek ;
owl:onProperty s4envi:hasCollectionDay ] .
s4envi:hasCollectionDay a owl:ObjectProperty ;
rdfs:label "has collection day"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:comment "A collection point can be assigned one or more collection days."@en ;
rdfs:domain s4envi:CollectionPoint ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:range time:DayOfWeek ;
rdfs:seeAlso <https://saref.etsi.org/saref4envi/v2.1.1/> ;
skos:hiddenLabel "hasCollectionDay" .
<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references s4envi:hasCollectionDay ;
dct:subject s4envi:hasCollectionDay .