@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/vair#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @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:DetectingEmotionalState metadata_def:mappingLoom "detectingemotionalstate" ; metadata_def:mappingSameURI ns0:DetectingEmotionalState ; metadata:prefixIRI "DetectingEmotionalState" ; a owl:Class, owl:NamedIndividual, skos:Concept, ns0:Concept ; rdfs:comment "Detection of the emotional state of a natural person"@en ; rdfs:isDefinedBy <https://w3id.org/vair#> ; rdfs:label "Detecting Emotional State"@en ; rdfs:subClassOf ns0:Detection ; skos:definition "Detection of the emotional state of a natural person"@en ; skos:inScheme <https://w3id.org/vair#> ; skos:prefLabel "Detecting Emotional State"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/vair#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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:DetectingEmotionalState
    metadata_def:mappingLoom "detectingemotionalstate" ;
    metadata_def:mappingSameURI ns0:DetectingEmotionalState ;
    metadata:prefixIRI "DetectingEmotionalState" ;
    a owl:Class, owl:NamedIndividual, skos:Concept, ns0:Concept ;
    rdfs:comment "Detection of the emotional state of a natural person"@en ;
    rdfs:isDefinedBy <https://w3id.org/vair#> ;
    rdfs:label "Detecting Emotional State"@en ;
    rdfs:subClassOf ns0:Detection ;
    skos:definition "Detection of the emotional state of a natural person"@en ;
    skos:inScheme <https://w3id.org/vair#> ;
    skos:prefLabel "Detecting Emotional State"@en .