s4envi:hasCollectionDate — has collection date

IRI
https://saref.etsi.org/saref4envi/hasCollectionDate
Is defined by
https://saref.etsi.org/saref4envi/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4envi/v2.1.1/
Download serialization
License

Definition of s4envi:hasCollectionDate

Defined in https://saref.etsi.org/saref4envi/v2.1.1/ as:

Waste has one collection date, the date on which it was initially collected.

Definition as a Datatype Property

has domain
s4envi:Waste
has range
xsd:date

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:Waste rdfs:subClassOf [ a owl:Restriction ;
            owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onDataRange xsd:date ;
            owl:onProperty s4envi:hasCollectionDate ] .

s4envi:hasCollectionDate a owl:DatatypeProperty ;
    rdfs:label "has collection date"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
    rdfs:comment "Waste has one collection date, the date on which it was initially collected."@en ;
    rdfs:domain s4envi:Waste ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
    rdfs:range xsd:date ;
    rdfs:seeAlso <https://saref.etsi.org/saref4envi/v2.1.1/> ;
    skos:hiddenLabel "hasCollectionDate" .

<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references s4envi:hasCollectionDate ;
    dct:subject s4envi:hasCollectionDate .