@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix emotion: <http://ns.inria.fr/emoca#> .
@prefix dcterms: <http://purl.org/dc/terms/> .

<http://ns.inria.fr/emoca> a owl:Ontology , voaf:Vocabulary ;
	cc:license <http://creativecommons.org/licenses/by/3.0/> ;
	dcterms:creator _:node18dl8klc2x5 .

_:node18dl8klc2x5 a foaf:Person ;
	foaf:name "Franck Berthelon" .

<http://ns.inria.fr/emoca> dcterms:contributor _:node18dl8klc2x6 .

_:node18dl8klc2x6 a foaf:Person ;
	foaf:name "Peter Sander" .

<http://ns.inria.fr/emoca> dcterms:contributor _:node18dl8klc2x7 .

_:node18dl8klc2x7 a foaf:Person ;
	foaf:name "Ghislain Atemezing" .

<http://ns.inria.fr/emoca> dcterms:contributor _:node18dl8klc2x8 .

_:node18dl8klc2x8 a foaf:Person ;
	foaf:name "Fabien Gandon" .

<http://ns.inria.fr/emoca> dcterms:description "EmOCA is used to describe and contextualize emotions"@en ;
	dcterms:created "2013-08-30" ;
	dcterms:modified "2013-11-26" ;
	dcterms:publisher <http://dbpedia.org/page/National_Institute_for_Research_in_Computer_Science_and_Control> ;
	dcterms:title "Emotion ontology for context awareness"@en ;
	vann:preferredNamespacePrefix "emotion" ;
	vann:preferredNamespaceUri <http://ns.inria.fr/emoca#> ;
	cc:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
	voaf:classNumber "16"^^xsd:integer ;
	voaf:propertyNumber "9"^^xsd:integer ;
	owl:versionInfo "Version 1.0 - 2013-11-26" ;
	foaf:homepage <http://ns.inria.fr/emoca> .

emotion:Anger a rdfs:Class ;
	rdfs:subClassOf emotion:Emotion .

emotion:Emotion a rdfs:Class , owl:Class ;
	rdfs:label "Emotion"@en .

emotion:Anger rdfs:label "Anger"@en .

emotion:Arousal a rdfs:Class ;
	rdfs:subClassOf emotion:Component .

emotion:Component a rdfs:Class ;
	rdfs:subClassOf emotion:Coordinate .

emotion:Coordinate a rdfs:Class , owl:Class ;
	rdfs:label "Coordinate"@en .

emotion:Component rdfs:label "Component"@en .

emotion:Arousal rdfs:label "Arousal"@en .

emotion:Disgust a rdfs:Class ;
	rdfs:subClassOf emotion:Emotion ;
	rdfs:label "Disgust"@en .

emotion:Fear a rdfs:Class ;
	rdfs:subClassOf emotion:Emotion ;
	rdfs:label "Fear"@en .

emotion:Impact a rdfs:Class , owl:Class ;
	rdfs:label "Impact"@en .

emotion:Joy a rdfs:Class ;
	rdfs:subClassOf emotion:Emotion ;
	rdfs:label "Joy"@en .

emotion:Sadness a rdfs:Class ;
	rdfs:subClassOf emotion:Emotion ;
	rdfs:label "Sadness"@en .

emotion:Surprise a rdfs:Class ;
	rdfs:subClassOf emotion:Emotion ;
	rdfs:label "Surprise"@en .

emotion:Trait a rdfs:Class , owl:Class ;
	rdfs:label "Trait"@en .

emotion:Valence a rdfs:Class ;
	rdfs:subClassOf emotion:Component ;
	rdfs:label "Valence"@en .

emotion:Radius a rdfs:Class ;
	rdfs:subClassOf emotion:Coordinate ;
	rdfs:label "Radius"@en .

emotion:hasEffect a rdf:Property ;
	rdfs:domain emotion:Impact ;
	rdfs:label "has effect"@en ;
	rdfs:range xsd:double .

emotion:hasImpact a rdf:Property ;
	rdfs:domain emotion:Trait ;
	rdfs:label "has impact"@en ;
	rdfs:range emotion:Impact .

emotion:hasMaximum a rdf:Property ;
	rdfs:domain emotion:Coordinate ;
	rdfs:label "has maximum"@en ;
	rdfs:range xsd:double .

emotion:hasMinimum a rdf:Property ;
	rdfs:domain emotion:Coordinate ;
	rdfs:label "has minimum"@en ;
	rdfs:range xsd:double .

emotion:hasTrait a rdf:Property ;
	rdfs:domain emotion:Person .

emotion:Person a rdfs:Class , owl:Class ;
	rdfs:subClassOf foaf:Person .

foaf:Person a rdfs:Class , owl:Class .

emotion:Person rdfs:label "Person"@en .

emotion:hasTrait rdfs:label "has trait"@en ;
	rdfs:range emotion:Trait .

emotion:involves a rdf:Property ;
	rdfs:label "involves"@en ;
	rdfs:domain emotion:Stimulus .

emotion:Stimulus a rdfs:Class , owl:Class ;
	rdfs:label "Stimulus"@en .

emotion:isDefinedBy a rdf:Property ;
	rdfs:domain emotion:Emotion ;
	rdfs:label "is defined by"@en ;
	rdfs:range emotion:Coordinate .

emotion:pertainsTo a rdf:Property ;
	rdfs:domain emotion:Impact ;
	rdfs:label "pertains to"@en ;
	rdfs:range emotion:Component .

emotion:relatesTo a rdf:Property ;
	rdfs:label "relates to"@en ;
	rdfs:domain emotion:Trait .
