has sentiment direction
Property
http://ontextract.org/sco#hasSentimentDirection
Class Hierarchy
- has sentiment direction
Definition
Direction of sentiment change: pejoration, amelioration, or neutral.
Properties
Domain
Range
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sco: <http://ontextract.org/sco#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
sco:hasSentimentDirection a owl:DatatypeProperty ;
rdfs:label "has sentiment direction" ;
dcterms:bibliographicCitation "Jatowt & Duh (2014). Sentiment orientation level." ;
rdfs:comment "Direction of sentiment change: pejoration, amelioration, or neutral." ;
rdfs:domain sco:SemanticChangeEvent ;
rdfs:range xsd:string .