@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://ns.inria.fr/> . @prefix voaf: <http://purl.org/vocommons/voaf#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns1: <http://dbpedia.org/page/> . @prefix vann: <http://purl.org/vocab/vann/> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix cc: <http://creativecommons.org/ns#> . ns0:emoca cc:license <http://creativecommons.org/licenses/by/3.0/>, <http://creativecommons.org/publicdomain/zero/1.0/> ; dct:created "2013-08-30" ; dct:description "EmOCA is used to describe and contextualize emotions"@en ; dct:modified "2013-11-26" ; dct:publisher ns1:National_Institute_for_Research_in_Computer_Science_and_Control ; dct:title "Emotion ontology for context awareness"@en ; vann:preferredNamespacePrefix "emotion" ; vann:preferredNamespaceUri <http://ns.inria.fr/emoca#> ; voaf:classNumber 16 ; voaf:propertyNumber 9 ; a voaf:Vocabulary, owl:NamedIndividual, owl:Ontology ; owl:versionInfo "Version 1.0 - 2013-11-26" ; foaf:homepage ns0:emoca .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://ns.inria.fr/> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://dbpedia.org/page/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix cc: <http://creativecommons.org/ns#> .

ns0:emoca
    cc:license <http://creativecommons.org/licenses/by/3.0/>, <http://creativecommons.org/publicdomain/zero/1.0/> ;
    dct:created "2013-08-30" ;
    dct:description "EmOCA is used to describe and contextualize emotions"@en ;
    dct:modified "2013-11-26" ;
    dct:publisher ns1:National_Institute_for_Research_in_Computer_Science_and_Control ;
    dct:title "Emotion ontology for context awareness"@en ;
    vann:preferredNamespacePrefix "emotion" ;
    vann:preferredNamespaceUri <http://ns.inria.fr/emoca#> ;
    voaf:classNumber 16 ;
    voaf:propertyNumber 9 ;
    a voaf:Vocabulary, owl:NamedIndividual, owl:Ontology ;
    owl:versionInfo "Version 1.0 - 2013-11-26" ;
    foaf:homepage ns0:emoca .