@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.gsi.dit.upm.es/ontologies/onyx/ns#> . @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/> . ns0:ActionTendency metadata_def:mappingLoom "actiontendency" ; metadata_def:mappingSameURI ns0:ActionTendency ; metadata_def:prefLabel "ActionTendency" ; metadata:prefixIRI "onyx:ActionTendency" ; a owl:Class ; rdfs:comment "Action Tendency of the emotion: a desire to behave in select communicative or important actions that are connected to a particular feeling." ; rdfs:isDefinedBy "http://www.gsi.dit.upm.es/ontologies/onyx/ns" ; rdfs:label "ActionTendency" ; rdfs:subClassOf owl:Thing . ns0:hasActionTendency rdfs:range ns0:ActionTendency .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.gsi.dit.upm.es/ontologies/onyx/ns#> .
@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/> .

ns0:ActionTendency
    metadata_def:mappingLoom "actiontendency" ;
    metadata_def:mappingSameURI ns0:ActionTendency ;
    metadata_def:prefLabel "ActionTendency" ;
    metadata:prefixIRI "onyx:ActionTendency" ;
    a owl:Class ;
    rdfs:comment "Action Tendency of the emotion: a desire to behave in select communicative or important actions that are connected to a particular feeling." ;
    rdfs:isDefinedBy "http://www.gsi.dit.upm.es/ontologies/onyx/ns" ;
    rdfs:label "ActionTendency" ;
    rdfs:subClassOf owl:Thing .

ns0:hasActionTendency
    rdfs:range ns0:ActionTendency .