@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.essepuntato.it/2013/03/cito-functions/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix cito: <http://purl.org/spar/cito/> . cito:agreesWith a ns0:PositiveRhetoricalFunction . cito:citesAsPotentialSolution a ns0:PositiveRhetoricalFunction . cito:confirms a ns0:PositiveRhetoricalFunction . cito:credits a ns0:PositiveRhetoricalFunction . cito:isAgreedWithBy a ns0:PositiveRhetoricalFunction . cito:isCitedAsPotentialSolution a ns0:PositiveRhetoricalFunction . cito:isConfirmedBy a ns0:PositiveRhetoricalFunction . cito:isCreditedBy a ns0:PositiveRhetoricalFunction . cito:isSupportedBy a ns0:PositiveRhetoricalFunction . cito:supports a ns0:PositiveRhetoricalFunction . ns0:PositiveRhetoricalFunction metadata_def:mappingLoom "positiverhetoricalfunction" ; metadata_def:mappingSameURI ns0:PositiveRhetoricalFunction ; metadata_def:prefLabel "positive rhetorical function"@en ; metadata:prefixIRI "cito-functions:PositiveRhetoricalFunction" ; a owl:Class ; rdfs:comment "A class defining the set of citation types having a positive rhetorical function."@en ; rdfs:label "positive rhetorical function"@en ; rdfs:subClassOf ns0:RhetoricalFunction .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.essepuntato.it/2013/03/cito-functions/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix cito: <http://purl.org/spar/cito/> .

cito:agreesWith
    a ns0:PositiveRhetoricalFunction .

cito:citesAsPotentialSolution
    a ns0:PositiveRhetoricalFunction .

cito:confirms
    a ns0:PositiveRhetoricalFunction .

cito:credits
    a ns0:PositiveRhetoricalFunction .

cito:isAgreedWithBy
    a ns0:PositiveRhetoricalFunction .

cito:isCitedAsPotentialSolution
    a ns0:PositiveRhetoricalFunction .

cito:isConfirmedBy
    a ns0:PositiveRhetoricalFunction .

cito:isCreditedBy
    a ns0:PositiveRhetoricalFunction .

cito:isSupportedBy
    a ns0:PositiveRhetoricalFunction .

cito:supports
    a ns0:PositiveRhetoricalFunction .

ns0:PositiveRhetoricalFunction
    metadata_def:mappingLoom "positiverhetoricalfunction" ;
    metadata_def:mappingSameURI ns0:PositiveRhetoricalFunction ;
    metadata_def:prefLabel "positive rhetorical function"@en ;
    metadata:prefixIRI "cito-functions:PositiveRhetoricalFunction" ;
    a owl:Class ;
    rdfs:comment "A class defining the set of citation types having a positive rhetorical function."@en ;
    rdfs:label "positive rhetorical function"@en ;
    rdfs:subClassOf ns0:RhetoricalFunction .