@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix : <http://www.essepuntato.it/2013/03/cito-functions#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix discourse-relationships: <http://purl.org/swan/2.0/discourse-relationships/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix cito-functions: <http://www.essepuntato.it/2013/03/cito-functions/> .
@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#> .

<http://www.essepuntato.it/2013/03/cito-functions> a owl:Ontology ;
	rdfs:label "CiTOFunction" ;
	dc:creator "Angelo Di Iorio" , "Andrea Nuzzolese" ;
	owl:versionInfo "1.2 - aligned with CiTO 2.5.1"@en ;
	rdfs:comment "CiTOFunctions is an ontology that classifies each CiTO property according to the factual and rhetorical citational function it refers to."@en ;
	dc:title "Functions of Citations" ;
	dc:description """CiTOFunctions is an ontology that provides a classification for citations. In particular, it classifies CiTO properties (each defining a particular citational act) according to their factual (class functions:FactualFunction) and positive/neutral/negative rhetorical functions (classes functions:PositiveRhetoricalFunction, functions:NeuterRhetoricalFunction and functions:NegativeRhetoricalFunction), as proposed by Peroni et al. in: 

Peroni, S., Shotton, D. (2012). FaBiO and CiTO: ontologies for describing bibliographic resources and citations. In Journal of Web Semantics: Science, Services and Agents on the World Wide Web, 17 (December 2012): 33-43. Amsterdam, The Netherlands: Elsevier. DOI: 10.1016/j.websem.2012.08.001"""@en ;
	dc:creator "Silvio Peroni" ;
	dc:date "2013-05-20" ;
	owl:imports <http://purl.org/spar/cito> .

cito-functions:CitationFunction a owl:Class ;
	rdfs:label "citation function"@en ;
	rdfs:comment "A class defining the set of citation types having a particular function."@en .

cito-functions:FactualFunction a owl:Class ;
	rdfs:label "factual function"@en ;
	rdfs:subClassOf cito-functions:CitationFunction ;
	rdfs:comment "A class defining the set of citation types having a factual function."@en .

cito-functions:NegativeRhetoricalFunction a owl:Class ;
	rdfs:label "negative rhetorical function"@en ;
	rdfs:subClassOf cito-functions:RhetoricalFunction ;
	rdfs:comment "A class defining the set of citation types having a negative rhetorical function."@en .

cito-functions:NeutralRhetoricalFunction a owl:Class ;
	rdfs:label "neutral rhetorical function"@en ;
	rdfs:subClassOf cito-functions:RhetoricalFunction ;
	rdfs:comment "A class defining the set of citation types having a neutral rhetorical function."@en .

cito-functions:PositiveRhetoricalFunction a owl:Class ;
	rdfs:label "positive rhetorical function"@en ;
	rdfs:subClassOf cito-functions:RhetoricalFunction ;
	rdfs:comment "A class defining the set of citation types having a positive rhetorical function."@en .

cito-functions:RhetoricalFunction a owl:Class ;
	rdfs:label "rhetorical function"@en ;
	rdfs:subClassOf cito-functions:CitationFunction ;
	rdfs:comment "A class defining the set of citation types having a particular rhetorical function."@en .

cito:agreesWith a owl:NamedIndividual , cito-functions:PositiveRhetoricalFunction .

cito:cites a owl:NamedIndividual , cito-functions:NeutralRhetoricalFunction .

cito:citesAsAuthority a owl:NamedIndividual , cito-functions:FactualFunction , cito-functions:RhetoricalFunction .

cito:citesAsDataSource a owl:NamedIndividual , cito-functions:FactualFunction .

cito:citesAsEvidence a owl:NamedIndividual , cito-functions:FactualFunction , cito-functions:RhetoricalFunction .

cito:citesAsMetadataDocument a owl:NamedIndividual , cito-functions:FactualFunction .

cito:citesAsPotentialSolution a owl:NamedIndividual , cito-functions:PositiveRhetoricalFunction .

cito:citesAsRecommendedReading a owl:NamedIndividual , cito-functions:NeutralRhetoricalFunction .

cito:citesAsRelated a owl:NamedIndividual , cito-functions:NeutralRhetoricalFunction .

cito:citesAsSourceDocument a owl:NamedIndividual , cito-functions:FactualFunction .

cito:citesForInformation a owl:NamedIndividual , cito-functions:FactualFunction .

cito:compiles a owl:NamedIndividual , cito-functions:FactualFunction .

cito:confirms a owl:NamedIndividual , cito-functions:PositiveRhetoricalFunction .

cito:containsAssertionFrom a owl:NamedIndividual , cito-functions:FactualFunction , cito-functions:RhetoricalFunction .

cito:corrects a owl:NamedIndividual , cito-functions:NegativeRhetoricalFunction .

cito:credits a owl:NamedIndividual , cito-functions:PositiveRhetoricalFunction .

cito:critiques a owl:NamedIndividual , cito-functions:NegativeRhetoricalFunction .

cito:derides a owl:NamedIndividual , cito-functions:NegativeRhetoricalFunction .

cito:describes a owl:NamedIndividual , cito-functions:NeutralRhetoricalFunction .

cito:disagreesWith a owl:NamedIndividual , cito-functions:NegativeRhetoricalFunction .

cito:discusses a owl:NamedIndividual , cito-functions:NeutralRhetoricalFunction .

cito:disputes a owl:NamedIndividual , cito-functions:NegativeRhetoricalFunction .

cito:documents a owl:NamedIndividual , cito-functions:FactualFunction .

cito:extends a owl:NamedIndividual , cito-functions:NeutralRhetoricalFunction .

cito:givesBackgroundTo a owl:NamedIndividual , cito-functions:FactualFunction , cito-functions:RhetoricalFunction .

cito:givesSupportTo a owl:NamedIndividual , cito-functions:FactualFunction , cito-functions:RhetoricalFunction .

cito:hasReplyFrom a owl:NamedIndividual , cito-functions:NeutralRhetoricalFunction .

cito:includesExcerptFrom a owl:NamedIndividual , cito-functions:FactualFunction .

cito:includesQuotationFrom a owl:NamedIndividual , cito-functions:FactualFunction .

cito:isAgreedWithBy a owl:NamedIndividual , cito-functions:PositiveRhetoricalFunction .

cito:isCitedAsAuthorityBy a owl:NamedIndividual , cito-functions:FactualFunction , cito-functions:RhetoricalFunction .

cito:isCitedAsDataSourceBy a owl:NamedIndividual , cito-functions:FactualFunction .

cito:isCitedAsEvidenceBy a owl:NamedIndividual , cito-functions:FactualFunction , cito-functions:RhetoricalFunction .

cito:isCitedAsMetadataDocumentBy a owl:NamedIndividual , cito-functions:FactualFunction .

cito:isCitedAsPotentialSolution a owl:NamedIndividual , cito-functions:PositiveRhetoricalFunction .

cito:isCitedAsRecommendedReading a owl:NamedIndividual , cito-functions:NeutralRhetoricalFunction .

cito:isCitedAsRelatedBy a owl:NamedIndividual , cito-functions:NeutralRhetoricalFunction .

cito:isCitedAsSourceDocumentBy a owl:NamedIndividual , cito-functions:FactualFunction .

cito:isCitedBy a owl:NamedIndividual , cito-functions:NeutralRhetoricalFunction .

cito:isCitedForInformationBy a owl:NamedIndividual , cito-functions:FactualFunction .

cito:isCompiledBy a owl:NamedIndividual , cito-functions:FactualFunction .

cito:isConfirmedBy a owl:NamedIndividual , cito-functions:PositiveRhetoricalFunction .

cito:isCorrectedBy a owl:NamedIndividual , cito-functions:NegativeRhetoricalFunction .

cito:isCreditedBy a owl:NamedIndividual , cito-functions:PositiveRhetoricalFunction .

cito:isCritiquedBy a owl:NamedIndividual , cito-functions:NegativeRhetoricalFunction .

cito:isDeridedBy a owl:NamedIndividual , cito-functions:NegativeRhetoricalFunction .

cito:isDescribedBy a owl:NamedIndividual , cito-functions:NeutralRhetoricalFunction .

cito:isDisagreedWithBy a owl:NamedIndividual , cito-functions:NegativeRhetoricalFunction .

cito:isDiscussedBy a owl:NamedIndividual , cito-functions:NeutralRhetoricalFunction .

cito:isDisputedBy a owl:NamedIndividual , cito-functions:NegativeRhetoricalFunction .

cito:isDocumentedBy a owl:NamedIndividual , cito-functions:FactualFunction .

cito:isExtendedBy a owl:NamedIndividual , cito-functions:NeutralRhetoricalFunction .

cito:isParodiedBy a owl:NamedIndividual , cito-functions:NegativeRhetoricalFunction .

cito:isPlagiarizedBy a owl:NamedIndividual , cito-functions:FactualFunction .

cito:isQualifiedBy a owl:NamedIndividual , cito-functions:NegativeRhetoricalFunction .

cito:isRefutedBy a owl:NamedIndividual , cito-functions:NegativeRhetoricalFunction .

cito:isRetractedBy a owl:NamedIndividual , cito-functions:NegativeRhetoricalFunction .

cito:isReviewedBy a owl:NamedIndividual , cito-functions:NeutralRhetoricalFunction .

cito:isRidiculedBy a owl:NamedIndividual , cito-functions:NegativeRhetoricalFunction .

cito:isSepculatedOnBy a owl:NamedIndividual , cito-functions:NeutralRhetoricalFunction .

cito:isSupportedBy a owl:NamedIndividual , cito-functions:PositiveRhetoricalFunction .

cito:isUpdatedBy a owl:NamedIndividual , cito-functions:FactualFunction .

cito:obtainsBackgroundFrom a owl:NamedIndividual , cito-functions:FactualFunction , cito-functions:RhetoricalFunction .

cito:obtainsSupportFrom a owl:NamedIndividual , cito-functions:FactualFunction , cito-functions:RhetoricalFunction .

cito:parodies a owl:NamedIndividual , cito-functions:NegativeRhetoricalFunction .

cito:plagiarizes a owl:NamedIndividual , cito-functions:FactualFunction .

cito:providesAssertionFor a owl:NamedIndividual , cito-functions:FactualFunction , cito-functions:RhetoricalFunction .

cito:providesConclusionsFor a owl:NamedIndividual , cito-functions:FactualFunction .

cito:providesDataFor a owl:NamedIndividual , cito-functions:FactualFunction .

cito:providesExcerptFor a owl:NamedIndividual , cito-functions:FactualFunction .

cito:providesMethodFor a owl:NamedIndividual , cito-functions:FactualFunction .

cito:providesQuotationFor a owl:NamedIndividual , cito-functions:FactualFunction .

cito:qualifies a owl:NamedIndividual , cito-functions:NegativeRhetoricalFunction .

cito:refutes a owl:NamedIndividual , cito-functions:NegativeRhetoricalFunction .

cito:repliesTo a owl:NamedIndividual , cito-functions:NeutralRhetoricalFunction .

cito:retracts a owl:NamedIndividual , cito-functions:NegativeRhetoricalFunction .

cito:reviews a owl:NamedIndividual , cito-functions:NeutralRhetoricalFunction .

cito:ridicules a owl:NamedIndividual , cito-functions:NegativeRhetoricalFunction .

cito:speculatesOn a owl:NamedIndividual , cito-functions:NeutralRhetoricalFunction .

cito:supports a owl:NamedIndividual , cito-functions:PositiveRhetoricalFunction .

cito:updates a owl:NamedIndividual , cito-functions:FactualFunction .

cito:usesConclusionsFrom a owl:NamedIndividual , cito-functions:FactualFunction .

cito:usesDataFrom a owl:NamedIndividual , cito-functions:FactualFunction .

cito:usesMethodIn a owl:NamedIndividual , cito-functions:FactualFunction .

_:node18q1pranhx5 a owl:AllDisjointClasses ;
	owl:members _:node18q1pranhx6 .

_:node18q1pranhx6 rdf:first cito-functions:NegativeRhetoricalFunction ;
	rdf:rest _:node18q1pranhx7 .

_:node18q1pranhx7 rdf:first cito-functions:NeutralRhetoricalFunction ;
	rdf:rest _:node18q1pranhx8 .

_:node18q1pranhx8 rdf:first cito-functions:PositiveRhetoricalFunction ;
	rdf:rest rdf:nil .
