C4O, the Citation Counting and Context Characterization Ontology

IRI:
http://purl.org/spar/c4o
Date:
05/05/2011
Current version:
1.0
Author:
David Shotton
Silvio Peroni
Imported ontologies:
http://purl.org/spar/biro (visualize it with LODE)
Other visualizations:
Ontology source
Machester Ontology Browser

Abstract

The Citation Counting and Context Characterization Ontology (C4O) is an ontology for characterizing the number and contexts of bibliographic citations. It forms part of SPAR, a suite of Semantic Publishing and Referencing Ontologies.

This ontology is available at http://purl.org/spar/c4o, and uses the namespace prefix c4o. Other SPAR ontologies are described at http://purl.org/spar/.

Table of contents

  1. Introduction
  2. Classes
  3. Object properties
  4. Data properties
  5. Annotation properties
  6. SWRL rules
  7. Namespace declarations

Introduction

C4O, the Citation Counting and Context Characterization Ontology (C4O) allows the characterization of bibliographic citations in terms of their number and their context.

It provides the ontological structures to permit the number of in-text citations of a cited source (i.e. the number of in-text reference pointers to a single reference in the citing article’s reference list) to be recorded, and also the number of citations a cited entity has received globally, as determined by a bibliographic information resource such as Google Scholar, Scopus or Web of Knowledge on a particular date.

Moreover, it enables ontological descriptions of the context within the citing document in which an in-text reference pointer appears, and permits that context to be related to relevant textual passages in the cited document.

Classes

bibliographic information sourcecback to ToC or Class ToC

IRI: http://purl.org/spar/c4o/BibliographicInformationSource

A source of information about bibliographic citations, such as Google Scholar, Web of Science or Scopus.

is in range of
has global count sourceop
is disjoint with

global citation countcback to ToC or Class ToC

IRI: http://purl.org/spar/c4o/GlobalCitationCount

The number of times a work has been cited globally, as determined from a particular bibliographic information source on a particular date.

is in domain of
has global count datedp, has global count sourceop, has global count valuedp
is in range of
has global citation frequencyop
is disjoint with

in-text reference pointercback to ToC or Class ToC

IRI: http://purl.org/spar/c4o/InTextReferencePointer

The in-text reference pointer is a textual element, usually embedded at the end of a phrase or sentence within the text of a document, that denotes a specific bibliographic reference present in the reference list of that document. For example, if the item in the reference list is:

4. Ko AI, Reis MG, Ribeiro Dourado CM, Johnson WD Jr, Riley LW (1999). Urban epidemic of severe leptospirosis in Brazil. Salvador Leptospirosis Study Group. Lancet 354: 820-825.

the in-text reference pointer to this paper in a journal article may be manifested in a number of ways:

Numerically, for example by using the numeral 4 in superscript or between square brackets, thus: [4]. Such numerical in-text

reference pointers are frequently aggregated, e.g. [4, 5, 6-9]. In such cases, the missing pointers to references 7 and 8 are inferred (and should be added explicitly to the XML mark-up at this point in the text!).

Or by use of the author names (or the first author's name plus et al.) and the publication year in parentheses, thus: (Ko et al., 1999).

Or, less commonly, by the use of a code, e.g. by specifying the first surname letter of the first three author of the cited work followed by the last two digits of the year of publication, this string of characters being enclosed within square brackets, thus: [KRR99].

has super-classes
is in domain of
denotesop, has contextop
is in range of
is denoted byop

An in-text reference pointer is a textual device denoting a single bibliographic reference that is embedded in the text of a document within the context of a particular sentence.

in-text reference pointer listcback to ToC or Class ToC

IRI: http://purl.org/spar/c4o/InTextReferencePointerList

A list containing only in-text reference pointers denoting the specific bibliographic references to which the list pertains.

has super-classes
has sub-classes
single reference pointer listc
is in domain of
pertains toop

An in-text reference pointer list can contains only in-text reference pointer list items and it always pertains to one or more bibliographic references.

in-text reference pointer list itemcback to ToC or Class ToC

IRI: http://purl.org/spar/c4o/InTextReferencePointerListItem

This class describes all the list items that must be used in the context of an in-text reference pointer list.

has super-classes
has keys

An in-text reference pointer list item can contain only a single in-text reference pointer.

Note that, as specified through the hasKey assertion, such a list cannot contain more than one item containing the same in-text reference pointer entity.

single reference pointer listcback to ToC or Class ToC

IRI: http://purl.org/spar/c4o/SingleReferencePointerList

An in-text reference pointer list that pertains to exactly one bibliographic reference.

has super-classes

A single reference pointer list pertains only to one bibliographic reference.

Note that this semantic constraint is handled by the combined use of a particular restriction of this class, i.e. that the list pertains to exactly one owl:Thing, and that the following SWRL rule applies:

c4o:InTextReferencePointerList(?l), c4o:denotes(?p, ?r), swan:item(?l, ?i), swan:itemContent(?i, ?p) -> c4o:pertainsTo(?l, ?r)

Object properties

denotesopback to ToC or Object Property ToC

IRI: http://purl.org/spar/c4o/denotes

A property used to assert the connection between an in-text reference pointer and the bibliographic reference it points to.

has super-properties
  • owl:topObjectPropertyop
has domain
has range
  • biro:BibliographicReferencec

has contextopback to ToC or Object Property ToC

IRI: http://purl.org/spar/c4o/hasContext

This property is used to indicate the textual context (e.g. a sentence or a paragraph) of a particular in-text reference pointer, this context providing the rhetorical motivation for the existence of that citation.

has super-properties
  • owl:topObjectPropertyop
has domain
has range

Any FRBR expression that constitutes the range of this property can have at most one particular literal textual content specified through the property c4o:hasContent.

has global citation frequencyopback to ToC or Object Property ToC

IRI: http://purl.org/spar/c4o/hasGlobalCitationFrequency

A property linking a publication entity to the property c40:GlobalCitationCount that specify how many times a work has been cited by others, according to a particular information source on a particular date.

has super-properties
  • owl:topObjectPropertyop
has domain
  • core:Endeavourc
has range

has global count sourceopback to ToC or Object Property ToC

IRI: http://purl.org/spar/c4o/hasGlobalCountSource

A property linking the property c40:GlobalCitationCount to the bibliographic information source providing the global citation count information for a particular publication on a particular date.

has super-properties
  • owl:topObjectPropertyop
has domain
has range

is denoted byopback to ToC or Object Property ToC

IRI: http://purl.org/spar/c4o/isDenotedBy

A property used to assert the connection between a bibliographic reference and the in-text reference pointer that points to it.

has super-properties
  • owl:topObjectPropertyop
has domain
  • biro:BibliographicReferencec
has range
is inverse of

is item ofopback to ToC or Object Property ToC

IRI: http://purl.org/spar/c4o/isItemOf

The property defining to which bag an item belongs.

has super-properties
  • owl:topObjectPropertyop
has domain
  • collections:Itemc
has range
  • collections:Bagc
is inverse of
  • collections:itemop

is relevant toopback to ToC or Object Property ToC

IRI: http://purl.org/spar/c4o/isRelevantTo

A property allowing one FRBR expression to be declared to be of rhetorical relevance to another, for instance that the textual context of a particular in-text reference pointer in one document is relevant to a section of text within the published document that is referenced by the bibliographic reference denoted by the in-text reference pointer, and vice versa that the converse relevance also exists.

has characteristics: symmetric

has super-properties
  • owl:topObjectPropertyop
has domain
  • core:Expressionc
has range
  • core:Expressionc

pertains toopback to ToC or Object Property ToC

IRI: http://purl.org/spar/c4o/pertainsTo

The property linking an in-text reference pointer list to the bibliographic reference or references denoted by the in-text reference pointers within that list.

has super-properties
  • owl:topObjectPropertyop
has domain
has range
  • biro:BibliographicReferencec

Data properties

has contentdpback to ToC or Data Property ToC

IRI: http://purl.org/spar/c4o/hasContent

It is used to specify the textual content of a particular FRBR expression.

has super-properties
  • owl:topDataPropertydp
has domain
  • core:Expressionc
has range
  • rdfs:Literal

has global count datedpback to ToC or Data Property ToC

IRI: http://purl.org/spar/c4o/hasGlobalCountDate

The date on which the global citation count of the cited entity was recorded from a named bibliographic information source.

has domain
has range
  • xsd:date

has global count valuedpback to ToC or Data Property ToC

IRI: http://purl.org/spar/c4o/hasGlobalCountValue

An integer defining the value of the global citation count of a cited entity recorded from a named bibliographic information source on a particular date.

has domain
has range
  • xsd:nonNegativeInteger

has in text citation frequencydpback to ToC or Data Property ToC

IRI: http://purl.org/spar/c4o/hasInTextCitationFrequency

This property allows one to specify how many separate in-text reference pointers exist within the text of a citing document that all denote the same single bibliographic reference to a cited document (i.e how many distinct textual contexts exist within the citing document from which a citation is made to a particular document).

has characteristics: functional

has domain
  • biro:BibliographicReferencec
has range
  • xsd:nonNegativeInteger

Annotation properties

dc:creatorapback to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/creator

dc:dateapback to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/date

dc:descriptionapback to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/description

dc:rightsapback to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/rights

dc:titleapback to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/title

http://purl.org/vocab/vann/preferredNamespaceURIapback to ToC or Annotation Property ToC

IRI: http://purl.org/vocab/vann/preferredNamespaceURI

owl:versionInfoapback to ToC or Annotation Property ToC

IRI: http://www.w3.org/2002/07/owl#versionInfo

owlapi:nodeIDapback to ToC or Annotation Property ToC

IRI: http://www.semanticweb.org/owlapi#nodeID

rdfs:commentapback to ToC or Annotation Property ToC

IRI: http://www.w3.org/2000/01/rdf-schema#comment

rdfs:labelapback to ToC or Annotation Property ToC

IRI: http://www.w3.org/2000/01/rdf-schema#label

SWRL rules

Rule #1back to ToC

in-text reference pointer listc(?l) , denotesop(?p,?r) , collections:itemop(?l,?i) , collections:itemContentop(?i,?p) -> pertains toop(?l,?r)

Namespace declarations back to ToC

default namespace
http://purl.org/spar/c4o/
biro
http://purl.org/spar/biro/
c4o
http://purl.org/spar/c4o/
collections
http://swan.mindinformatics.org/ontologies/1.2/collections/
core
http://purl.org/vocab/frbr/core#
dc
http://purl.org/dc/elements/1.1/
owl
http://www.w3.org/2002/07/owl#
owlapi
http://www.semanticweb.org/owlapi#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
swrl
http://www.w3.org/2003/11/swrl#
swrlb
http://www.w3.org/2003/11/swrlb#
vann
http://purl.org/vocab/vann/
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, the Live OWL Documentation Environment developed by Silvio Peroni.