Definition of s4agri:hasReceived
Defined in https://saref.etsi.org/saref4agri/v1.1.2/ as:
has received
Description as an Object Property
- is inverse of
- s4agri:receives
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/> .
s4agri:hasReceived a owl:ObjectProperty ;
rdfs:label "has received"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4agri/v1.1.2/> ;
rdfs:comment "has received"@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4agri/v1.1.2/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4agri/v1.1.2/> ;
owl:inverseOf s4agri:receives ;
ns1:hiddenLabel "hasReceived" .
<https://saref.etsi.org/saref4agri/v1.1.2/> dct:references s4agri:hasReceived ;
dct:subject s4agri:hasReceived .