@base <https://wordnet.dk/dannet/external/marl/polarityValue> .
@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#> .

marl:polarityValue rdfs:isDefinedBy "http://www.gsi.upm.es/ontologies/marl/ns#";
                   rdfs:domain marl:Opinion;
                   rdfs:comment "A numerical representation of the polarity value. The recommended use is by specifying % by using a real number from 0..1. In case this is not feasible in a given solution use minOpinionValue and maxOpinionValue to provide additional information."@en;
                   rdfs:label "polarityValue"@en, "polaritetsværdi"@da;
                   rdf:type owl:DatatypeProperty.

# Relation labels
rdfs:isDefinedBy rdfs:label "er defineret i"@da, "isDefinedBy".
rdfs:domain rdfs:label "domain", "definitionsmængde"@da.
marl:Opinion rdfs:label "Opinion"@en.
rdfs:comment rdfs:label "kommentar"@da, "comment".
rdfs:label rdfs:label "label", "etiket"@da.
rdf:type rdfs:label "type"@da, "type".
owl:DatatypeProperty rdfs:label "datatype-egenskab"@da, "DatatypeProperty".

