Definition of saref:isProducedBy
Defined in https://saref.etsi.org/core/v3.2.1/ as:
Links a commodity to the feature kind, feature of interest, or device, that produces it
Description as an Object Property
- is inverse of
-
saref:produces
saref:produces
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:produces owl:inverseOf saref:isProducedBy .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:isProducedBy ;
dct:subject saref:isProducedBy .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:isProducedBy ;
dct:subject saref:isProducedBy .
saref:isProducedBy a owl:ObjectProperty ;
rdfs:label "is produced 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 produces 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:produces ;
skos:hiddenLabel "isProducedBy" .