Unverified Commit 42cd068c authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

removed saref:isUsedFor which was deprecated

parent 1bb0f551
Loading
Loading
Loading
Loading
+20 −17
Original line number Diff line number Diff line
@@ -527,6 +527,8 @@ saref:isAccomplishedBy a owl:ObjectProperty ;
saref:Commodity a owl:Class ;
    rdfs:comment "A marketable item which may be supplied without qualitative differentiation."@en ;
    skos:note "SAREF refers to energy commodities such as electricity, gas, coal and oil."@en ;
    skos:note "Concepts from existing code lists, vocabularies, and taxonomies, may be used as instances of saref:Commodity, for example from the ISDA taxonomy of commodities, the Standard International Energy product Classification (SIEC), the IRENA Energy Taxonomy or Wikidata."@en ;
    skos:historyNote "V4.1.1: Removed examples of commodity categories."@en ;
    skos:historyNote "V3.2.1: Definition of saref:Commodity is simplified."@en ;
    rdfs:label "Commodity"@en .

@@ -542,47 +544,48 @@ saref:Commodity rdfs:subClassOf

## isUsedFor

saref:isUsedFor a owl:ObjectProperty ;
    owl:deprecated true ;
    skos:scopeNote "V3.2.1: saref:isUsedFor is deprecated for its name is not clear. For example if a device consumes electricity, it doesn't mean this is what it is used for."@en ;
    rdfs:comment "Links a feature kind, feature of interest, or device, to the commodity it is used for"@en ;
    rdfs:label "is used for"@en ;
    rdfs:domain [ a owl:Class ; owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest saref:Device ) ] ;
    rdfs:range saref:Commodity .

saref:consumes a owl:ObjectProperty ; 
    rdfs:subPropertyOf saref:isUsedFor ;
    owl:inverseOf saref:isConsumedBy ;
    rdfs:label "consumes"@en ;
    rdfs:comment "Links a feature kind, feature of interest, or device, to the commodity it consumes"@en ;
    skos:historyNote "V3.2.1: Introduced saref:consumes, saref:isConsumedBy, saref:produces, saref:isProducedBy, saref:stores, saref:isStoredBy."@en .
    skos:historyNote "V3.2.1: Introduced saref:consumes, saref:isConsumedBy, saref:produces, saref:isProducedBy, saref:stores, saref:isStoredBy."@en ;
    rdfs:domain [ a owl:Class ; owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest saref:DeviceKind saref:Device ) ] ;
    rdfs:range saref:Commodity .

saref:isConsumedBy a owl:ObjectProperty ; 
    owl:inverseOf saref:consumes ;
    rdfs:label "is consumed by"@en ;
    rdfs:comment "Links a commodity to the feature kind, feature of interest, or device, that consumes it"@en .
    rdfs:comment "Links a commodity to the feature kind, feature of interest, or device, that consumes it"@en ;
    rdfs:domain saref:Commodity ;
    rdfs:range [ a owl:Class ; owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest saref:DeviceKind saref:Device ) ] .

saref:produces a owl:ObjectProperty ; 
    rdfs:subPropertyOf saref:isUsedFor ;
    owl:inverseOf saref:isProducedBy ;
    rdfs:label "produces"@en ;
    rdfs:comment "Links a feature kind, feature of interest, or device, to the commodity it produces"@en .
    rdfs:comment "Links a feature kind, feature of interest, or device, to the commodity it produces"@en ;
    rdfs:domain [ a owl:Class ; owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest saref:DeviceKind saref:Device ) ] ;
    rdfs:range saref:Commodity .

saref:isProducedBy a owl:ObjectProperty ; 
    owl:inverseOf saref:produces ;
    rdfs:label "is produced by"@en ;
    rdfs:comment "Links a commodity to the feature kind, feature of interest, or device, that produces it"@en .
    rdfs:comment "Links a commodity to the feature kind, feature of interest, or device, that produces it"@en ;
    rdfs:domain saref:Commodity ;
    rdfs:range [ a owl:Class ; owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest saref:DeviceKind saref:Device ) ] .

saref:stores a owl:ObjectProperty ; 
    rdfs:subPropertyOf saref:isUsedFor ;
    owl:inverseOf saref:isStoredBy ;
    rdfs:label "stores"@en ;
    rdfs:comment "Links a feature kind, feature of interest, or device, to the commodity it stores"@en .
    rdfs:comment "Links a feature kind, feature of interest, or device, to the commodity it stores"@en ;
    rdfs:domain [ a owl:Class ; owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest saref:DeviceKind saref:Device ) ] ;
    rdfs:range saref:Commodity .

saref:isStoredBy a owl:ObjectProperty ; 
    owl:inverseOf saref:stores ;
    rdfs:label "is stored by"@en ;
    rdfs:comment "Links a commodity to the feature kind, feature of interest, or device, that stores it"@en .
    rdfs:comment "Links a commodity to the feature kind, feature of interest, or device, that stores it"@en ;
    rdfs:domain saref:Commodity ;
    rdfs:range [ a owl:Class ; owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest saref:DeviceKind saref:Device ) ] .


# ETSI TS 103264 Clause 5.6: Properties, properties of interest, and property values