Definition of saref:isStoredBy
Defined in https://saref.etsi.org/core/v3.2.1/ as:
Links a commodity to the feature kind, feature of interest, or device, that stores it
Description as an Object Property
- is inverse of
-
saref:stores
saref:stores
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 saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
saref:stores owl:inverseOf saref:isStoredBy .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:isStoredBy ;
dct:subject saref:isStoredBy .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:isStoredBy ;
dct:subject saref:isStoredBy .
saref:isStoredBy a owl:ObjectProperty ;
rdfs:label "is stored by"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:comment "Links a commodity to the feature kind, feature of interest, or device, that stores it"@en ;
rdfs:isDefinedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
owl:inverseOf saref:stores ;
skos:hiddenLabel "isStoredBy" .