saref:stores — stores

IRI
https://saref.etsi.org/core/stores
Is defined by
https://saref.etsi.org/core/v3.2.1/
https://saref.etsi.org/core/v4.1.1/
Is referenced by
https://saref.etsi.org/core/v3.2.1/
https://saref.etsi.org/core/v4.1.1/
Download serialization
License

Definition of saref:stores

Defined in https://saref.etsi.org/core/v3.2.1/ as:

Links a feature kind, feature of interest, or device, to the commodity it stores

Description as an Object Property

has super-properties
saref:isUsedFor
is inverse of
saref:isStoredBy
saref:isStoredBy

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:isStoredBy owl:inverseOf saref:stores .

<https://saref.etsi.org/core/v3.2.1/> dct:references saref:stores ;
    dct:subject saref:stores .

<https://saref.etsi.org/core/v4.1.1/> dct:references saref:stores ;
    dct:subject saref:stores .

saref:stores a owl:ObjectProperty ;
    rdfs:label "stores"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    rdfs:comment "Links a feature kind, feature of interest, or device, to the commodity it stores"@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/> ;
    rdfs:subPropertyOf saref:isUsedFor ;
    owl:inverseOf saref:isStoredBy ;
    skos:hiddenLabel "stores" .