Definition of s4agri:isLocatedIn
Defined in https://saref.etsi.org/saref4agri/v1.1.2/ as:
A relation to express the physical location of a saref4agri entity (e.g., an animal)
Description as an Object Property
- is inverse of
- s4agri:isLocationOf
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@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:Animal rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty s4agri:isLocatedIn ;
owl:someValuesFrom geo:Feature ] .
s4agri:AnimalGroup rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty s4agri:isLocatedIn ;
owl:someValuesFrom geo:Feature ] .
<https://saref.etsi.org/saref4agri/v1.1.2/> dct:references s4agri:isLocatedIn ;
dct:subject s4agri:isLocatedIn .
<https://saref.etsi.org/saref4agri/v2.1.1/> dct:references s4agri:isLocatedIn ;
dct:subject s4agri:isLocatedIn .
s4agri:isLocatedIn a owl:ObjectProperty ;
rdfs:label "is located in"@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 physical location of a saref4agri entity (e.g., an animal)"@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4agri/v1.1.2/>,
<https://saref.etsi.org/saref4agri/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4agri/v1.1.2/>,
<https://saref.etsi.org/saref4agri/v2.1.1/> ;
owl:inverseOf s4agri:isLocationOf ;
ns1:hiddenLabel "isLocatedIn" .