@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/pko#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @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" ; metadata:prefixIRI "Action" ; a owl:Class ; rdfs:comment "This class represents an Action performed by a human Agent."@en ; rdfs:label "Action" ; rdfs:subClassOf owl:Thing ; skos:scopeNote "In the context of the Procedural Knowledge Ontology (PKO), this class represents an action that needs to be performed by a human Agent (a Person) for executing a Step of a Procedure."@en . ns0:requiresAction rdfs:range ns0:Action .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/pko#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@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" ;
    metadata:prefixIRI "Action" ;
    a owl:Class ;
    rdfs:comment "This class represents an Action performed by a human Agent."@en ;
    rdfs:label "Action" ;
    rdfs:subClassOf owl:Thing ;
    skos:scopeNote "In the context of the Procedural Knowledge Ontology (PKO), this class represents an action that needs to be performed by a human Agent (a Person) for executing a Step of a Procedure."@en .

ns0:requiresAction
    rdfs:range ns0:Action .