PSO, the Publishing Status Ontology

IRI:
http://purl.org/spar/pso
Version IRI:
http://purl.org/spar/pso/2014-02-01
Date:
01/02/2014
Previous version:
https://svn.code.sf.net/p/sempublishing/code/PSO/2014-01-31-pso-1_6.owl (visualise it with LODE)
Authors:
David Shotton
Silvio Peroni
Imported Ontologies:
http://purl.org/spar/foaf (visualise it with LODE)
http://purl.org/spar/tvc (visualise it with LODE)
http://www.ontologydesignpatterns.org/cp/owl/participation.owl (visualise it with LODE)

Abstract

The Publishing Status Ontology (PSO) is an ontology designed to characterise the publication status of documents at each stage of the publishing process (draft, submitted, under review, etc.). **URL:** http://purl.org/spar/pso **Creators**: [David Shotton](http://orcid.org/0000-0001-5506-523X), [Silvio Peroni](http://orcid.org/0000-0003-0530-4305) **License:** [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/legalcode) **Website:** http://www.sparontologies.net/ontologies/pso **Cite as:** Peroni, S., Shotton, D., Vitali, F. (2012). Scholarly publishing and the Linked Data: describing roles, statuses, temporal and contextual extents. In Proceedings of the 8th International Conference on Semantic Systems (i-Semantics 2012): 9-16. DOI: https://doi.org/10.1145/2362499.2362502. Open Access at: http://speroni.web.cs.unibo.it/publications/peroni-2012-scholarly-publishing-linked.pdf

Table of Content

  1. Introduction
  2. Classes
  3. Object Properties
  4. Named Individuals
  5. Annotation Properties
  6. Namespace Declarations

Introduction

PSO, the Publishing Status Ontology, is an ontology written in OWL 2 DL for characterizing the publication status of a document or other publication entity at each of the various stages in the publishing process (e.g. draft, submitted, under review, rejected, accepted for publication, proof, published, Version of Record, catalogued, archived). Because it is based on the Time-indexed Value in Context ontology pattern (http://purl.org/spar/tvc), it is easy to extends the set of specified statuses, simply by adding new individual to the class pso:Status or its sub-class pso:PublicationStatus.

Classes

agentc back to ToC or Class ToC

IRI: http://purl.org/spar/pso/Agent

An entity, such as a person, a group, an organization or a software agent, involved in one or more events.
has super-classes
objectc
agentc

article processing charge statusc back to ToC or Class ToC

IRI: http://purl.org/spar/pso/ArticleProcessingChargeStatus

A state or condition that a document may have that relates to a fee levied by a publisher on an author or an institution to cover the cost of publishing an Open Access journal article.
has super-classes
statusc
has members
APC fully waivedni, APC not chargedni, APC not requiredni, APC paidni, APC partially waivedni

documentc back to ToC or Class ToC

IRI: http://xmlns.com/foaf/0.1/Document

An abstract class defining any kinds of publishing work.

eventc back to ToC or Class ToC

IRI: http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event

An event that may happen during a publishing process, such as writing a draft, sending a preprint, publishing a paper, etc.
is in range of
is acquired as consequence ofop, is lost as consequence ofop

publishing statusc back to ToC or Class ToC

IRI: http://purl.org/spar/pso/PublicationStatus

A state or condition that a document may have that relates to the publication of such document.
has super-classes
statusc
has members
accepted for publicationni, anonymizedni, archivedni, cataloguedni, closed accessni, confidentialni, copy-editedni, correctedni, draftni, embargoedni, enhancedni, final draftni, gold open accessni, gratis open accessni, green open accessni, in pressni, initial draftni, intermediate draftni, libre open accessni, non-confidentialni, open accessni, peer reviewedni, proofni, publishedni, rejected for publicationni, republishedni, restricted accessni, retracted from publicationni, reviewedni, revisedni, submittedni, subscription accessni, under reviewni, unpublishedni, version of recordni, withdrawn from submissionni

statusc back to ToC or Class ToC

IRI: http://purl.org/spar/pso/Status

A state or condition that a document may have.
has super-classes
thingc
has sub-classes
article processing charge statusc, publishing statusc

status in timec back to ToC or Class ToC

IRI: http://purl.org/spar/pso/StatusInTime

A particular situation that describe a state or condition some documents may have at a particular time as consequence of one or more events.
has super-classes
value in timec
is status held byop exactly 1
at timeop only time intervalc and (has interval datedp only date time)
at timeop some time intervalc
with statusop some statusc
is acquired as consequence ofop some eventc
is in domain of
is acquired as consequence ofop, is lost as consequence ofop, is status held byop, with statusop
is in range of
holds status in timeop, is status inop
A status in time describes always: - a particular status S - a particular document D holding S - a particular time interval T in which D holds S - a particular event that causes the acquisition of S by D

time intervalc back to ToC or Class ToC

IRI: http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval

Two (starting and ending) points in time that define a particular period of time.

Object Properties

at timeop back to ToC or Object Property ToC

IRI: http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#atTime

A time interval during which a status is held by a document.

holds status in timeop back to ToC or Object Property ToC

IRI: http://purl.org/spar/pso/holdsStatusInTime

A property relating a document, a dataset or some other thing to a status that it holds at a specific time.
has super-properties
has valueop
has range
status in timec
is inverse of
is status held byop

is acquired as consequence ofop back to ToC or Object Property ToC

IRI: http://purl.org/spar/pso/isAcquiredAsConsequenceOf

The property relating a particular publishing status to the event that causes its acquisition.
has super-properties
within contextop
has domain
status in timec
has range
eventc
is inverse of
results in acquiringop

is lost as consequence ofop back to ToC or Object Property ToC

IRI: http://purl.org/spar/pso/isLostAsConsequenceOf

The property relating a particular publishing status to the event that causes its loss.
has super-properties
within contextop
has domain
status in timec
has range
eventc
is inverse of
results in losingop

is status held byop back to ToC or Object Property ToC

IRI: http://purl.org/spar/pso/isStatusHeldBy

A property relating a status held at a specific time to the document, dataset or other thing holding that status.
has super-properties
for entityop
has domain
status in timec
is inverse of
holds status in timeop

is status inop back to ToC or Object Property ToC

IRI: http://purl.org/spar/pso/isStatusIn

The property relating the definition of a specific status to the situation of the document, a dataset or something else holding that status at a specific time.
has super-properties
has time indexed settingop
has range
status in timec
is inverse of
with statusop

results in acquiringop back to ToC or Object Property ToC

IRI: http://purl.org/spar/pso/resultsInAcquiring

The property relating an event to the consequential acquisition of a particular publishing status.
has super-properties
has time indexed settingop
is inverse of
is acquired as consequence ofop

results in losingop back to ToC or Object Property ToC

IRI: http://purl.org/spar/pso/resultsInLosing

The property relating an event to the consequential loss of a particular publishing status.
has super-properties
has time indexed settingop
is inverse of
is lost as consequence ofop

with statusop back to ToC or Object Property ToC

IRI: http://purl.org/spar/pso/withStatus

The property relating the holding of a status by a document, a dataset or something else at a specific time to the definition of that status.
has super-properties
with valueop
has domain
status in timec
is inverse of
is status inop

Named Individuals

accepted for publicationni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/accepted-for-publication

The status of a work (for example a document or a dataset) once it has been accepted for publication by a publisher or data repository.
belongs to
publishing statusc

anonymizedni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/anonymized

The status of a document or dataset that has been subjected to anonymization, so that individual persons, for example the authors and/or people that are the subjects described in the document or dataset, cannot be identified.
belongs to
publishing statusc

APC fully waivedni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/APC-fully-waived

The status of an article for which payment of the article processing charge has been fully waived by the publisher.
belongs to
article processing charge statusc

APC not chargedni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/APC-not-charged

The status of an article for which an article processing charge is not charged by the publisher.
belongs to
article processing charge statusc

APC not requiredni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/APC-not-required

The status of an article for which an article processing charge is not required by the publisher.
belongs to
article processing charge statusc

APC paidni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/APC-paid

The status of an article for which the article processing charge has been paid to the publisher by the author or his/her institution.
belongs to
article processing charge statusc

APC partially waivedni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/APC-partially-waived

The status of an article for which payment of the article processing charge has been partially waived by the publisher.
belongs to
article processing charge statusc

archivedni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/archived

The status of a work (for example a document or a dataset) that has been saved for long-term preservation in a physical or electronic archive.
belongs to
publishing statusc

cataloguedni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/catalogued

The status of a work (for example a document or a dataset) concerning which metadata has been stored in a physical or electronic catalogue.
belongs to
publishing statusc

closed accessni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/closed-access

The status of a work (typically a private or secret paper or a confidential dataset) that is typically held unpublished in a 'dark' archive whose existence is unknown by the wider world, and that is only available to the owner or copyright holder of the asset.
belongs to
publishing statusc

confidentialni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/confidential

The status of a document containing information that must be kept confidential.
belongs to
publishing statusc

copy-editedni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/copy-edited

The status of a document that has been subjected to copy editing, i.e. alterations to the text undertaken by someone other than the author that are designed to improve the formatting, style and accuracy of text, or to bring the text into the house style of the publisher (e.g. Americanization of British spelling), but that are not designed to alter the substance or meaning of the text.
belongs to
publishing statusc

correctedni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/corrected

The status of a work (for example a document or a dataset) in which errors, that may have introduced by the author, by a publisher, or by some automated process, have been corrected.
belongs to
publishing statusc

draftni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/draft

The status of a work (for example a document or a dataset) prior to completion and publication.
belongs to
publishing statusc

embargoedni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/embargoed

The status of a work that is subjected to an embargo, which means that the work cannot be published, or in the case of a press release that it cannot be reported on, until a particular date known as the embargo date. For open-access journal articles, an embargoed article is one in which availability of the open-access version of the article is delayed by the publisher for a substantial embargo period, typically of six or twelve months, after subscription-access availability of the published work.
belongs to
publishing statusc

enhancedni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/enhanced

The status of a work (for example a document or a dataset) that has been updated or enhanced, for example by the provision of additional or supplementary material.
belongs to
publishing statusc

final draftni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/final-draft

The status of a pre-publication work (for example a document or a dataset) when in the authors' opinion it has been brought to a stage of development that renders it suitable for publication.
belongs to
publishing statusc

gold open accessni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/gold-open-access

The status of a published work, typically a journal article, made available by the publisher on the publisher's own web site for third parties to read without payment of access or subscription fees. Gold open access has the benefit that the article is findable where you expect it to be, but licensing restrictions may limit the possibilities for downloading, text mining, modification, re-publication or re-use of the published work. Gold open-access publication typically involves payment by the author or his/her institution to the publisher of an article processing charge (aka an author publishing charge). [See also: pso:open-access, pso:gratis-open-access, pso:libre-open-access, pso:green-open-access, pso:embargoed and pso:subscription-access.]
belongs to
publishing statusc

gratis open accessni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/gratis-open-access

The status of a published work which is free to read on-line, in contrast to subscription-access works, but to which licensing restrictions apply, limiting the possibilities for downloading, text mining, modification, re-publication or re-use of the published work. The term Gratis Open Access thus signifies absence of a price barrier to view. While both imply ‘free’ (a potentially ambiguous word), Gratis Open Access equates to ‘free as in beer’ while Libre Open Access (q.v.) equates to ‘free as in speech’. Gratis Open Access is thus a necessary but not a sufficient condition for true Libre Open Access. Many ‘open access’ publications by commercial scholarly publishers are only Gratis Open Access, while almost all publications by ‘pure’ Open Access scholarly publishers are Libre Open Access. [See also: pso:open-access, pso:libre-open-access, pso:gold-open-access, pso:green-open-access, pso:embargoed and pso:subscription-access.]
belongs to
publishing statusc

green open accessni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/green-open-access

The status of a published work made available by the author, by self-archiving a version of the work for free and open public use in their institutional repository, in a central repository, or elsewhere, in parallel with publication of a subscription-access Version of Record of the work by a publisher. The green open-access version of the work may be a preprint (the version of the article as first submitted for publication) or a postprint (the pre-publication version of the article after incorporation of authors’ responses to peer reviewers’ comments). Its availability may have an embargo restriction imposed by the publisher of the subscription-access version of the work, that prevents the green open-access version from being freely available until some substantial time after publication of the subscription-access journal issue containing that article. A green open-access work should be accompanied by a license explicitly defining usage rights, for example a Creative Commons Attribution License. [See also: pso:open-access, pso:gratis-open-access, pso:libre-open-access, pso:gold-open-access, pso:embargoed and pso:subscription-access.]
belongs to
publishing statusc

in pressni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/in-press

The status of a document after it has been accepted for publication and prior to its formal publication in print. (Note that for many journal articles that are published electronically, this status rarely exists, since there is commonly no delay between acceptance and publication.)
belongs to
publishing statusc

initial draftni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/initial-draft

The status of a pre-publication work (for example a document or a dataset) when in its initial stage of development.
belongs to
publishing statusc

intermediate draftni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/intermediate-draft

The status of a pre-publication work (for example a document or a dataset) part-way through its development.
belongs to
publishing statusc

libre open accessni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/libre-open-access

The status of a published work which is both free to read on-line, and to which additional usage rights apply, for example the right to text mine, make derivative works, re-use and re-publish the published work, such rights frequently being defined by application of an explicit license such as a Creative Commons license. [See also: pso:open-access, pso:gratis-open-access, pso:gold-open-access, pso:green-open-access, pso:embargoed and pso:subscription-access.]
belongs to
publishing statusc

non-confidentialni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/non-confidential

The status of a document containing information that may be shared publicly.
belongs to
publishing statusc

open accessni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/open-access

The status of a published work (typically a scholarly publication or a dataset) that is freely available via the Internet for third parties to read without payment of access or subscription fees, and (in the case of a work published under a full open-access license) that is freely available to download and reuse for any purposes including commercial ones, including modification of the original work, its integration with other material, and its re-publication, subject typically to a requirement that the original authors and the source of the original work are acknowledged in compliance with scholarly citation norms. [See also: pso:gratis-open-access, pso:libre-open-access, pso:gold-open-access, pso:green-open-access, pso:embargoed and pso:subscription-access.]
belongs to
publishing statusc

peer reviewedni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/peer-reviewed

The status of a work, typically a scholarly journal article, that has been peer reviewed, i.e. subjected to review by two or more independent reviewers (also know as referees) who are academic peers of the author(s), and judged by them to be of sufficient quality to merit publication, usually after further revision by the author to incorporate the reviewers' suggested modifications and improvements.
belongs to
publishing statusc

proofni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/proof

The status of a pre-publication document late in the publication process, once it has been accepted for publication by a publisher, after the inclusion of any author corrections required by the editor following peer-review, following copy editing and formatting to bring the manuscript into the house style, and prior to final checking by the editor, proof-reader and author to detect and eliminate any errors prior to publication.
belongs to
publishing statusc

publishedni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/published

The status of material (for example a document or a dataset) that has been published, i.e. made available for people to access, read or use, either freely or for a purchase price or an access fee.
belongs to
publishing statusc

rejected for publicationni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/rejected-for-publication

The status of material (for example a document or a dataset) after it has been rejected for publication by a publisher or data repository.
belongs to
publishing statusc

republishedni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/republished

The status of a publication (for example a book) that has been republished in a different edition or in translation, or of a work (for example a journal article or a poem) that is republished as part of a collection or an anthology, or of material (for example a figure from an existing publication) that is republished as part of a quite different publication. Where the publisher of the new work is different from the original publisher, such republication typically includes an acknowledgement of the source and copyright of the original material, and is undertaken after obtaining permission of the original copyright holder.
belongs to
publishing statusc

restricted accessni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/restricted-access

The status of a work (typically a scholarly paper or a dataset) to which access is restricted. For example, confidential information to which access is made available only to those who have been approved by the owner or copyright holder of the asset after personal application, or to those with appropriate security clearance, or to those within a partnership.
belongs to
publishing statusc

retracted from publicationni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/retracted-from-publication

The status of a publication that has been subsequently retracted by the publisher, for example because it was subsequently found to contain erroneous or fraudulent information.
belongs to
publishing statusc

reviewedni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/reviewed

The status of a published work, for example a book or a journal article, that has been subjected to a written review giving critical analysis of its content, scope and quality. [See also pso:peer-reviewed.]
belongs to
publishing statusc

revisedni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/revised

The status of s work (for example a document or a dataset) that has been altered or improved, typically by the original author.
belongs to
publishing statusc

submittedni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/submitted

The status of a work (for example a document or a dataset) that has been submitted for publication by the author to a publisher or a data repository, prior to its being accepted or rejected.
belongs to
publishing statusc

subscription accessni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/subscription-access

The status of a published work, typically an article in a journal issue, that is not available to read without payment of an article access fee or a journal subscription fee for that publication.
belongs to
publishing statusc

under reviewni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/under-review

The status of a document that has been received from the author(s) by an editor or a publisher for potential publication, and then has been sent to independent reviewers for their comments as to its suitability for publication, prior to receipt of such reviews.
belongs to
publishing statusc

unpublishedni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/unpublished

The status of a work (for example a document or a dataset) that has not been published by the author, a publisher or a data repository.
belongs to
publishing statusc

version of recordni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/version-of-record

The final version of a document that has been formally published as a peer-reviewed journal article, citable via a permanent identifier, and forming an abiding component of the scholarly record.
belongs to
publishing statusc

withdrawn from submissionni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/pso/withdrawn-from-submission

The status of a work (for example a pre-publication document or dataset) that has been voluntarily withdrawn by the author, having previously been submitted for publication, perhaps because the revisions requested by the peer-reviewers were considered impossible to achieve, or because the author wishes to submit it for publication elsewhere.
belongs to
publishing statusc

Annotation Properties

commentap back to ToC or Annotation Property ToC

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

creatorap back to ToC or Annotation Property ToC

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

dateap back to ToC or Annotation Property ToC

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

descriptionap back to ToC or Annotation Property ToC

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

labelap back to ToC or Annotation Property ToC

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

rightsap back to ToC or Annotation Property ToC

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

see alsoap back to ToC or Annotation Property ToC

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

titleap back to ToC or Annotation Property ToC

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

version infoap back to ToC or Annotation Property ToC

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

Namespace Declarations back to ToC

default namespace
http://purl.org/spar/pso#
0-1
http://xmlns.com/foaf/0.1/
04
http://www.essepuntato.it/2012/04/
dc
http://purl.org/dc/elements/1.1/
owl
http://www.w3.org/2002/07/owl#
participation-owl
http://www.ontologydesignpatterns.org/cp/owl/participation.owl#
pso
http://purl.org/spar/pso/
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
spar
http://purl.org/spar/
timeindexedsituation-owl
http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#
timeinterval-owl
http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#
tvc
http://www.essepuntato.it/2012/04/tvc/
xsd
http://www.w3.org/2001/XMLSchema#

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