@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://saref.etsi.org/core/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:accomplishes a owl:ObjectProperty ; rdfs:comment "A relationship between a certain entity (e.g., a device) and the task it accomplishes"@en ; rdfs:label "accomplishes"@en ; rdfs:range ns0:Task ; owl:inverseOf ns0:isAccomplishedBy .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://saref.etsi.org/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:accomplishes
    a owl:ObjectProperty ;
    rdfs:comment "A relationship between a certain entity (e.g., a device) and the task it accomplishes"@en ;
    rdfs:label "accomplishes"@en ;
    rdfs:range ns0:Task ;
    owl:inverseOf ns0:isAccomplishedBy .