@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/ns/sosa/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix schema: <http://schema.org/> . ns0:madeBySensor schema:domainIncludes ns0:Observation ; schema:rangeIncludes ns0:Sensor ; a owl:AnnotationProperty, owl:ObjectProperty ; rdfs:comment "Relation between an Observation and the Sensor which made the Observation."@en ; rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ; rdfs:label "made by sensor"@en ; owl:inverseOf ns0:madeObservation ; skos:definition "Relation between an Observation and the Sensor which made the Observation."@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/sosa/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <http://schema.org/> .

ns0:madeBySensor
    schema:domainIncludes ns0:Observation ;
    schema:rangeIncludes ns0:Sensor ;
    a owl:AnnotationProperty, owl:ObjectProperty ;
    rdfs:comment "Relation between an Observation and the Sensor which made the Observation."@en ;
    rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ;
    rdfs:label "made by sensor"@en ;
    owl:inverseOf ns0:madeObservation ;
    skos:definition "Relation between an Observation and the Sensor which made the Observation."@en .