@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/ns/ssn/> . @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#> . ns0:implementedBy owl:inverseOf ns0:implements . ns0:implements a owl:ObjectProperty ; rdfs:comment "Relation between an entity that implements a Procedure in some executable way and the Procedure (an algorithm, procedure or method)."@en ; rdfs:isDefinedBy <http://www.w3.org/ns/ssn/> ; rdfs:label "implements"@en ; skos:definition "Relation between an entity that implements a Procedure in some executable way and the Procedure (an algorithm, procedure or method)."@en ; skos:example "For example, the relationship between a sensor and the scientific measuring Procedure via which it senses."@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/ssn/> .
@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#> .

ns0:implementedBy
    owl:inverseOf ns0:implements .

ns0:implements
    a owl:ObjectProperty ;
    rdfs:comment "Relation between an entity that implements a Procedure in some executable way and the Procedure (an algorithm, procedure or method)."@en ;
    rdfs:isDefinedBy <http://www.w3.org/ns/ssn/> ;
    rdfs:label "implements"@en ;
    skos:definition "Relation between an entity that implements a Procedure in some executable way and the Procedure (an algorithm, procedure or method)."@en ;
    skos:example "For example, the relationship between a sensor and the scientific measuring Procedure via which it senses."@en .