@base <https://wordnet.dk/dannet/external/marl/Polarity> .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix marl: <http://www.gsi.upm.es/ontologies/marl/ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

marl:Polarity rdfs:isDefinedBy "http://www.gsi.upm.es/ontologies/marl/ns#";
              rdfs:comment "Class that represents the opinion polarity. Use instances to express if the polarity is positive, neutral or negative."@en;
              rdfs:label "Polarity"@en;
              rdf:type skos:Concept, owl:Class;
              skos:narrower marl:Positive, marl:Negative, marl:Neutral.

# Relation labels
rdf:type rdfs:label "type"@da, "type".
marl:Positive rdfs:label "Positive"@en.
marl:Negative rdfs:label "Negative"@en.
marl:Neutral rdfs:label "Neutral"@en.
rdfs:isDefinedBy rdfs:label "er defineret i"@da, "isDefinedBy".
skos:narrower rdfs:label "has narrower"@en.
rdfs:label rdfs:label "label", "etiket"@da.
rdfs:comment rdfs:label "kommentar"@da, "comment".
skos:Concept rdfs:label "Concept"@en, "Concept", "concept"@en, "begreb"@da.
owl:Class rdfs:label "Class", "klasse"@da.

