Definition of s4agri:hasPlantDate
Defined in https://saref.etsi.org/saref4agri/v1.1.2/ as:
A relation to express the day the crop is planted.
Definition as a Datatype Property
- has super-properties
- owl:topDataProperty
- has range
- xsd:dateTime
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 s4agri: <https://saref.etsi.org/saref4agri/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
s4agri:Crop rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty s4agri:hasPlantDate ;
owl:someValuesFrom xsd:dateTime ] .
<https://saref.etsi.org/saref4agri/v1.1.2/> dct:references s4agri:hasPlantDate ;
dct:subject s4agri:hasPlantDate .
<https://saref.etsi.org/saref4agri/v2.1.1/> dct:references s4agri:hasPlantDate ;
dct:subject s4agri:hasPlantDate .
s4agri:hasPlantDate a owl:DatatypeProperty ;
rdfs:label "has plant date"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4agri/v1.1.2/>,
<https://saref.etsi.org/saref4agri/v2.1.1/> ;
rdfs:comment "A relation to express the day the crop is planted."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4agri/v1.1.2/>,
<https://saref.etsi.org/saref4agri/v2.1.1/> ;
rdfs:range xsd:dateTime ;
rdfs:seeAlso <https://saref.etsi.org/saref4agri/v1.1.2/>,
<https://saref.etsi.org/saref4agri/v2.1.1/> ;
rdfs:subPropertyOf owl:topDataProperty ;
ns1:hiddenLabel "hasPlantDate" .