@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/marl/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns0:aggregatesOpinion
    a owl:ObjectProperty ;
    rdfs:comment "Indicates that the polarity described with the class is a calculation (eg. sum) of other opinions polarity (eg. aggregated opinion about the movie derived from many sentiments expressed in one text)."@en ;
    rdfs:domain ns0:AggregatedOpinion ;
    rdfs:isDefinedBy "http://purl.org/marl/ns" ;
    rdfs:label "aggregatesOpinion"@en ;
    rdfs:range ns0:Opinion .
 
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/marl/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns0:aggregatesOpinion
    a owl:ObjectProperty ;
    rdfs:comment "Indicates that the polarity described with the class is a calculation (eg. sum) of other opinions polarity (eg. aggregated opinion about the movie derived from many sentiments expressed in one text)."@en ;
    rdfs:domain ns0:AggregatedOpinion ;
    rdfs:isDefinedBy "http://purl.org/marl/ns" ;
    rdfs:label "aggregatesOpinion"@en ;
    rdfs:range ns0:Opinion .