@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/todo/tododfa#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . ns0:Action metadata_def:mappingLoom "action" ; metadata_def:mappingSameURI ns0:Action ; metadata_def:prefLabel "Action"@en ; a owl:Class ; rdfs:comment "Element that makes reference to the functionalities of the target system." ; rdfs:isDefinedBy "https://w3id.org/todo/tododfa#" ; rdfs:label "Action"@en ; rdfs:subClassOf owl:Thing ; ns1:term_status "stable" ; skos:example "(For a multipurpose robot) Guide, provide_information, pick, place" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/todo/tododfa#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:Action
    metadata_def:mappingLoom "action" ;
    metadata_def:mappingSameURI ns0:Action ;
    metadata_def:prefLabel "Action"@en ;
    a owl:Class ;
    rdfs:comment "Element that makes reference to the functionalities of the target system." ;
    rdfs:isDefinedBy "https://w3id.org/todo/tododfa#" ;
    rdfs:label "Action"@en ;
    rdfs:subClassOf owl:Thing ;
    ns1:term_status "stable" ;
    skos:example "(For a multipurpose robot) Guide, provide_information, pick, place" .