The DataCite Ontology

IRI:
http://purl.org/spar/datacite
Version IRI:
http://purl.org/spar/datacite/2022-09-15
Date:
15/09/2022
Current version:
1.2
Previous version:
http://purl.org/spar/datacite/2021-09-24 (visualise it with LODE )
Authors:
David Shotton
Silvio Peroni
Contributors:
Amy J. Barton
Egbert Gramsbergen
Jan Ashton
Marie-Christine Jacquemot
Imported Ontologies:
http://purl.org/spar/literal (visualise it with LODE )

Abstract

The DataCite Ontology (DataCite) is an ontology that enables the metadata properties of the DataCite Metadata Schema Specification (i.e., a list of metadata properties for the accurate and consistent identification of a resource for citation and retrieval purposes) to be described in RDF. **URL:** http://purl.org/spar/datacite **Creators**: [David Shotton](http://orcid.org/0000-0001-5506-523X), [Silvio Peroni](http://orcid.org/0000-0003-0530-4305) **Contributors:** [Amy J. Barton](https://orcid.org/0000-0002-2184-3723), [Egbert Gramsbergen](https://www.linkedin.com/in/egbertgramsbergen/), [Jan Ashton](https://www.bl.uk/people/experts/janet-ashton), [Marie-Christine Jacquemot](https://orcid.org/0000-0002-6316-1472) **License:** [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/legalcode) **Website:** http://www.sparontologies.net/ontologies/datacite

Table of Content

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

Introduction

The DataCite Ontology is an ontology written in OWL 2 DL to enable the metadata properties of the [DataCite Metadata Kernel Specification version 3.1](https://www.datacite.org/sites/default/files/document/DataCite-MetadataSchema_V31_Final_8-24-2015_0.pdf) to be described in RDF. This version of the DataCite Ontology has been completely revised and significantly expanded to permit accurate mapping of this new version of the DataCite Metadata Kernel Specification to RDF.

Classes

agent identifierc back to ToC or Class ToC

IRI: http://purl.org/spar/datacite/AgentIdentifier

An identifier that uniquely identities an individual agent, belonging to a particular identifier scheme specified by an individual within the class datacite:AgentIdentifierScheme (or any of its subclasses).
has super-classes
identifierc
uses identifier schemeop only agent identifierc
has sub-classes
funder identifierc, organization identifierc, personal identifierc
is disjoint with
resource identifierc

agent identifier schemec back to ToC or Class ToC

IRI: http://purl.org/spar/datacite/AgentIdentifierScheme

The identifier scheme used to identify an agent. Individual schemes are defines as members of its sub-classes.
has super-classes
identifier schemec
inverse uses identifier schemeop some agent identifierc
has sub-classes
funder identifier schemec, organization identifier schemec, personal identifier schemec
has members
githubni, lattesni, linkedinni, orcidni, twitterni

alternate resource identifierc back to ToC or Class ToC

IRI: http://purl.org/spar/datacite/AlternateResourceIdentifier

An identifier other than a DOI that is used as an alternative identifier to uniquely identifies the primary resource that is the subject of the DataCite metadata record, belonging to a particular scheme such as ISBN specified by an individual that is a member of the class datacite:ResourceIdentifierScheme.
has super-classes
resource identifierc
is disjoint with
primary resource identifierc

description typec back to ToC or Class ToC

IRI: http://purl.org/spar/datacite/DescriptionType

This class permits classification of the type of description given to a resource described by the DataCite Metadata schema. Individual members of the class conform to the five values allowed in the DataCite controlled list, namely: * abstract; * methods; * series-information; * table-of-content; * other.
has super-classes
conceptc
is in range of
has description typeop
has members
abstractni, methodsni, otherni, series informationni, table of contentni

funder identifierc back to ToC or Class ToC

IRI: http://purl.org/spar/datacite/FunderIdentifier

An identifier that uniquely identities a funding agency, belonging to a particular scheme such as FundRef specified by an individual within the class datacite:FunderIdentifierScheme.
has super-classes
agent identifierc
uses identifier schemeop only funder identifier schemec
is disjoint with
personal identifierc, resource identifierc

funder identifier schemec back to ToC or Class ToC

IRI: http://purl.org/spar/datacite/FunderIdentifierScheme

The identifier scheme used to identify a funding agency. Individual schemes are defines as members of this class. At present, the only individual of this class is datacite:fundref.
has super-classes
agent identifier schemec
inverse uses identifier schemeop some funder identifierc
has members
fundrefni, local funder identifier schemeni

identifierc back to ToC or Class ToC

IRI: http://purl.org/spar/datacite/Identifier

An identifier that uniquely identities an entity – such as a funding agency, a person and a resource – belonging to a particular scheme such as those specified by individuals of the class datacite:IdentifierScheme.
has super-classes
literalc
uses identifier schemeop exactly 1 identifier schemec
inverse has identifierop exactly 1
has sub-classes
agent identifierc, resource identifierc
is in domain of
uses identifier schemeop
is in range of
has identifierop

identifier schemec back to ToC or Class ToC

IRI: http://purl.org/spar/datacite/IdentifierScheme

The identifier scheme used to identify an entity such as a funding agency, a person or a resource. Individual schemes are defines as members of this class.
has sub-classes
agent identifier schemec, resource identifier schemec
is in range of
uses identifier schemeop
has members
OpenAlex IDni, SciGraph IDni, gndni, locni, wikidatani

metadata schemec back to ToC or Class ToC

IRI: http://purl.org/spar/datacite/MetadataScheme

The class that describe metadata schemes used for creating a metadata document referring to a certain resource. Neither a class for metadata documents nor a property linking a resource to its metadata document are not explicitly defined in this ontology. However, we recommend to use the class fabio:MetadataDocument (from http://purl.org/spar/fabio) and cito:citesAsMetadataDocument (from http://purl.org/spar/cito) for providing such descriptions. An example of use of such entities is shown as follows: :my-resource cito:citesAsMetadataDocument :my-resource-metadata . :my-resource-metadata a fabio:MetadataDocument ; datacite:usesMetadataScheme datacite:spar . In addition, if needed, it is possible to use the dataproperty fabio:hasURL (not included in this ontology as well) for defining the actual URL of a certain metadata scheme.
is in range of
uses metadata schemeop
has members
SPAR Ontologiesni

organization identifierc back to ToC or Class ToC

IRI: http://purl.org/spar/datacite/OrganizationIdentifier

An identifier that uniquely identities an individual organization, belonging to a particular identifier scheme such as ISNI specified by an individual within the class datacite:OrganizationIdentifierScheme.
has super-classes
agent identifierc
uses identifier schemeop only organization identifierc

organization identifier schemec back to ToC or Class ToC

IRI: http://purl.org/spar/datacite/OrganizationIdentifierScheme

The identifier scheme used to identify an organization. Individual schemes are defines as members of this class.
has super-classes
agent identifier schemec
inverse uses identifier schemeop some organization identifierc
has members
crossrefni, isnini, local organization identifier schemeni, rorni

personal identifierc back to ToC or Class ToC

IRI: http://purl.org/spar/datacite/PersonalIdentifier

An identifier that uniquely identities an individual person, belonging to a particular identifier scheme such as ORCID specified by an individual within the class datacite:PersonalIdentifierScheme.
has super-classes
agent identifierc
uses identifier schemeop only personal identifier schemec
is disjoint with
funder identifierc, resource identifierc

personal identifier schemec back to ToC or Class ToC

IRI: http://purl.org/spar/datacite/PersonalIdentifierScheme

The identifier scheme used to identify a person. Individual schemes are defines as members of this class.
has super-classes
agent identifier schemec
inverse uses identifier schemeop some personal identifierc
has members
GitLab user accountni, acmni, dblpni, diani, geprisni, google scholarni, ieeeni, isnini, jstni, local personal identifier schemeni, math genealogyni, national insurance numberni, niini, openidni, repecni, research gateni, researcheridni, social security numberni, viafni, zbmathni

primary resource identifierc back to ToC or Class ToC

IRI: http://purl.org/spar/datacite/PrimaryResourceIdentifier

An identifier that is used as the primary identifier to uniquely identifies the primary resource that is the subject of the DataCite metadata record. Within the DataCite metadata record, a Digital Object Identifier is the only permitted primary resource identifier scheme, specified by the individual datacite:doi, that is a member of the class datacite:ResourceIdentifierScheme.
has super-classes
resource identifierc
uses identifier schemeop value doi
is disjoint with
alternate resource identifierc

resource identifierc back to ToC or Class ToC

IRI: http://purl.org/spar/datacite/ResourceIdentifier

An identifier that is used to uniquely identifies a resource.
has super-classes
identifierc
uses identifier schemeop only resource identifier schemec
has sub-classes
alternate resource identifierc, primary resource identifierc
is disjoint with
agent identifierc, funder identifierc, personal identifierc

resource identifier schemec back to ToC or Class ToC

IRI: http://purl.org/spar/datacite/ResourceIdentifierScheme

The identifier scheme used to identify a resource. Individual schemes are defines as members of this class. For DataCite, the only permitted identifier scheme for the primary resource identifier is the Digital Object Identifier.
has super-classes
identifier schemec
inverse uses identifier schemeop some resource identifierc
has members
arkni, arxivni, bibcodeni, dblp recordni, dnbni, doini, ean13ni, eissnni, handleni, infourini, isbnni, issnni, istcni, lissnni, local resource identifier schemeni, lsidni, nihmsidni, ocini, oclcni, piini, pmcidni, pmidni, purlni, sicini, upcni, urini, urlni, urnni, wikipediani

Object Properties

has creator listop back to ToC or Object Property ToC

IRI: http://purl.org/spar/datacite/hasCreatorList

This property allows one to specify the list of the creators of a certain resource.
has domain
has identifierop some resource identifierc
has range
listc

has descriptionop back to ToC or Object Property ToC

IRI: http://purl.org/spar/datacite/hasDescription

An object property permitting specification of an entity used to describe a resource.
has domain
has identifierop some resource identifierc
has range
has description typeop exactly 1

has description typeop back to ToC or Object Property ToC

IRI: http://purl.org/spar/datacite/hasDescriptionType

An object property permitting specification of the type of description used to describe a resource, defined as an individual of the class datacite:DescriptionType from the DataCite controlled list of Abstract, SeriesInformation, TableOfContent and Other.
has super-properties
typeop
has domain
inverse has descriptionop only has identifierop some resource identifierc
has range
description typec

has general resource typeop back to ToC or Object Property ToC

IRI: http://purl.org/spar/datacite/hasGeneralResourceType

An object property permitting specification of the general type of a resource, defined from the DataCite controlled list, namely: * dcmitype:MovingImage; * dcmitype:Collection; * dcmitype:Dataset; * dcmitype:Event; * dcmitype:dcmitype:StillImage; * dcmitype:InteractiveResource; * fabio:Model; * dcmitype:PhysicalObject; * dcmitype:Service; * dcmitype:Software; * dcmitype:Sound; * dcmitype:Text; * fabio:Workflow; * frbr:Endeavour. All the prefixes used here refer to external ontologies, i.e., DC Metadata Terms (dcmitype: http://purl.org/dc/dcmitype/), FaBiO (fabio: http://purl.org/spar/fabio/), and FRBR (frbr: http://purl.org/vocab/frbr/core#).
has super-properties
typeop
has domain
has identifierop some resource identifierc
has range
conceptc

has identifierop back to ToC or Object Property ToC

IRI: http://purl.org/spar/datacite/hasIdentifier

An object property specifying a datacite:Identifier that provides a unique identifer for the entity (either a funder, a person or a resource).

has characteristics : inverse functional

has range
identifierc

uses identifier schemeop back to ToC or Object Property ToC

IRI: http://purl.org/spar/datacite/usesIdentifierScheme

An object property permitting specification of the identifier scheme used to provide the identifier for an entity – either a funder, a person or a resource – defined as an individual of the class datacite:IdentifierScheme.
has domain
identifierc
has range
identifier schemec

uses metadata schemeop back to ToC or Object Property ToC

IRI: http://purl.org/spar/datacite/usesMetadataScheme

The link between a metadata document and the scheme followed for creating metadata.
has range
metadata schemec

Named Individuals

abstractni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/abstract

A brief summary of a textual work, appearing at the beginning of the work and designed to act as the point-of-entry that will help the reader quickly to obtain an overview of the work's contents.
belongs to
description typec

acmni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/acm

ACM Digital Library author ID, which is resolvable using the following URL: https://dl.acm.org/profile/<identifier>.
belongs to
personal identifier schemec
has facts
has u r ldp "https://dl.acm.org/"^^any u r i

arkni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/ark

Archival Resource Key.
belongs to
resource identifier schemec
has facts
has u r ldp "https://confluence.ucop.edu/display/Curation/ARK"^^any u r i

arxivni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/arxiv

Identifier for ArXiv (http://arxiv.org/), a open access repository of preprints, having the format arXiv:1207.2147.
belongs to
resource identifier schemec
has facts
has u r ldp "http://arxiv.org/"^^any u r i

bibcodeni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/bibcode

It is the Astrophysics Data System bibliographic codes, a standardized 19 character identifier according to the syntax "yyyyjjjjjvvvvmppppa".
belongs to
resource identifier schemec

crossrefni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/crossref

Crossref member identifier, which is resolvable from the following URL: https://api.crossref.org/members/<identifier>.
belongs to
organization identifier schemec
has facts
has u r ldp "https://crossref.org/"^^any u r i

dblpni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/dblp

DBLP author identifier, which is resolvable from the following URL: https://dblp.org/pid/<identifier>.
belongs to
personal identifier schemec
has facts
has u r ldp "https://dblp.org"^^any u r i

dblp recordni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/dblp-record

DBLP publication identifier, which is resolvable from the following URL: https://dblp.org/rec/<identifier>.
belongs to
resource identifier schemec
has facts
has u r ldp "https://dblp.org/"^^any u r i

diani back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/dia

The Digital Author Identification system assigns a unique number to all authors in the Netherlands research system.
belongs to
personal identifier schemec
has facts
has u r ldp "http://www.surf.nl/en/themas/openonderzoek/infrastructuur/Pages/digitalauthoridentifierdai.aspx"^^any u r i

dnbni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/dnb

DNB catalogue number, which is resolvable from the following URL: https://d-nb.info/<identifier>.
belongs to
resource identifier schemec
has facts
has u r ldp "https://d-nb.info/"^^any u r i

doini back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/doi

Digital Object Identier
belongs to
resource identifier schemec
has facts
has u r ldp "http://www.doi.org/"^^any u r i

ean13ni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/ean13

International Article Number
belongs to
resource identifier schemec
has facts
has u r ldp "http://www.gs1.org/"^^any u r i

eissnni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/eissn

Electronic International Standard Serial Number
belongs to
resource identifier schemec
has facts
has u r ldp "http://www.issn.org/"^^any u r i

fundrefni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/fundref

FundRef is a collaborative pilot project of scholarly publishers and funding agencies, facilitated by CrossRef, to provide a standard way of identifying and reporting funding sources for published scholarly research.
belongs to
funder identifier schemec
has facts
has u r ldp "http://www.crossref.org/fundref/index.html"^^any u r i

geprisni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/gepris

GEPRIS person identifier, which is resolvable from the following URL: http://gepris.dfg.de/gepris/person/<identifier>.
belongs to
personal identifier schemec
has facts
has u r ldp "http://gepris.dfg.de"^^any u r i

githubni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/github

GitHub username, which is resolvable from the following URL: https://github.com/<identifier>.
belongs to
agent identifier schemec
has facts
has u r ldp "https://github.com/"^^any u r i

GitLab user accountni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/gitlab

The identifier for GitLab Users.
belongs to
personal identifier schemec
has facts
has u r ldp "https://docs.gitlab.com/ee/user/profile/"^^any u r i

gndni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/gnd

Gemeinsame Normdatei identifier, which is resolvable from the following URL: https://d-nb.info/gnd/<identifier>.
belongs to
identifier schemec
has facts
has u r ldp "https://gnd.network/"^^any u r i

google scholarni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/google-scholar

Google Scholar author identifier, which resolvable from the following URL: https://scholar.google.com/citations?user=<identifier>.
belongs to
personal identifier schemec
has facts
has u r ldp "https://scholar.google.com/"^^any u r i

handleni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/handle

The Handle system
belongs to
resource identifier schemec
has facts
has u r ldp "http://www.handle.net/"^^any u r i

ieeeni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/ieee

IEEE Xplore author ID, which is resolvable from the following URL: https://ieeexplore.ieee.org/author/<identifier>.
belongs to
personal identifier schemec
has facts
has u r ldp "https://ieeexplore.ieee.org/"^^any u r i

infourini back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/infouri

Info URI scheme
belongs to
resource identifier schemec
has facts
has u r ldp "http://info-uri.info/registry/docs/misc/faq.html"^^any u r i

isbnni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/isbn

International Standard Book Number
belongs to
resource identifier schemec
has facts
has u r ldp "http://www.isbn-international.org/"^^any u r i

isnini back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/isni

International Standard Name Identifier scheme.
belongs to
organization identifier schemec
personal identifier schemec
has facts
has u r ldp "http://www.isni.org/"^^any u r i

issnni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/issn

International Standard Serial Number
belongs to
resource identifier schemec
has facts
has u r ldp "http://www.issn.org/"^^any u r i

istcni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/istc

International Standard Text Code
belongs to
resource identifier schemec
has facts
has u r ldp "http://www.istc-international.org/html/"^^any u r i

jstni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/jst

Japanese Science and Technology Agency identifier scheme
belongs to
personal identifier schemec

lattesni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/lattes

Lattes Platform number, which is resolvable from the following URL: http://lattes.cnpq.br/<identifier>.
belongs to
agent identifier schemec
has facts
has u r ldp "https://lattes.cnpq.br/"^^any u r i

linkedinni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/linkedin

LinkedIn personal profile identifier, which is resolvable from the following URL: https://www.linkedin.com/in/<identifier>.
belongs to
agent identifier schemec
has facts
has u r ldp "https://www.linkedin.com/"^^any u r i

lissnni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/lissn

Linking International Standard Serial Number
belongs to
resource identifier schemec
has facts
has u r ldp "http://www.issn.org/"^^any u r i

locni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/loc

Library of Congress authority identifier, which is resolvable from the following URL: https://id.loc.gov/authorities/<identifier>.
belongs to
identifier schemec
has facts
has u r ldp "https://id.loc.gov/"^^any u r i

local funder identifier schemeni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/local-funder-identifier-scheme

A funder identifier scheme that provides local funder identifiers that are unique in their local environment and understood by the person submitting the metadata.
belongs to
funder identifier schemec

local organization identifier schemeni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/local-organization-identifier-scheme

An organization identifier scheme that provides local organization identifiers that are unique in their local environment and understood by the person submitting the metadata.
belongs to
organization identifier schemec

local personal identifier schemeni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/local-personal-identifier-scheme

A personal identifier scheme that provides local personal identifiers that are unique in their local environment and understood by the person submitting the metadata.
belongs to
personal identifier schemec

local resource identifier schemeni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/local-resource-identifier-scheme

A resource identifier scheme that provides local resource identifiers that are unique in their local environment and understood by the person submitting the metadata.
belongs to
resource identifier schemec

lsidni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/lsid

Life Science Identifier
belongs to
resource identifier schemec
has facts
has u r ldp "http://www.ibm.com/developerworks/opensource/library/os-lsidbp/"^^any u r i

math genealogyni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/math-genealogy

Mathematics Genealogy Project identifier, which is resolvable from the following URL: https://mathgenealogy.org/id.php?id=<identifier>.
belongs to
personal identifier schemec
has facts
has u r ldp "https://mathgenealogy.org/"^^any u r i

methodsni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/methods

A description in a research paper documenting the specialized methods used in the work described.
belongs to
description typec

national insurance numberni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/national-insurance-number

United Kingdom National Insurance Number scheme.
belongs to
personal identifier schemec

nihmsidni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/nihmsid

NIH Manuscript Submission Identifier
belongs to
resource identifier schemec
has facts
has u r ldp "http://nexus.od.nih.gov/all/2009/09/01/nih-public-access-update-clarifying-use-of-the-nih-manuscript-submission-id-nihmsid/"^^any u r i

niini back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/nii

National Individual Identifier scheme.
belongs to
personal identifier schemec

ocini back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/oci

Open Citation Identifier.
belongs to
resource identifier schemec
has facts
has u r ldp "https://w3id.org/oc/oci"^^any u r i
The Open Citation Identifier (OCI) is a persistent identifier for bibliographic citations, created and maintained by OpenCitations (http://opencitations.net).

oclcni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/oclc

OCLC control number, which is resolvable from the following URL: https://www.worldcat.org/oclc/<identifier>.
belongs to
resource identifier schemec
has facts
has u r ldp "https://www.worldcat.org/"^^any u r i

OpenAlex IDni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/openalex

The primary key for all entities included in OpenAlex. The OpenAlex ID has two parts. The first part is the base, that is always https://openalex.org/. The second part is the key, i.e. the unique primary key that identifies a given resource in our database. The key starts with a letter that tells us the kind of entity: W(ork), A(uthor), V(enue), I(nstitution), or C(oncept). In addition, the IDs are not case-sensitive, so w2741809807 is just as valid as W2741809807.
belongs to
identifier schemec
has facts
has u r ldp "https://docs.openalex.org/about-the-data"^^any u r i

openidni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/openid

OpenID is an open standard that describes how users can be authenticated in a decentralized manner, eliminating the need for centralized registration services.
belongs to
personal identifier schemec
has facts
has u r ldp "http://openid.net/foundation/"^^any u r i

orcidni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/orcid

Open Researcher and Contributor Identifier.
belongs to
agent identifier schemec
has facts
has u r ldp "http://orcid.org/"^^any u r i

otherni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/other

A catch-all description type required by the DataCite Metadata Schema to characterize description types that are not abstracts, series information or tables of content.
belongs to
description typec

piini back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/pii

Pulisher Item Identifier scheme.
belongs to
resource identifier schemec

pmcidni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/pmcid

PubMed Central Identifier
belongs to
resource identifier schemec
has facts
has u r ldp "http://www.ncbi.nlm.nih.gov/pmc/"^^any u r i

pmidni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/pmid

PubMed Identifier
belongs to
resource identifier schemec
has facts
has u r ldp "http://www.ncbi.nlm.nih.gov/pubmed/"^^any u r i

purlni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/purl

Persistent Uniform Resource Locator
belongs to
resource identifier schemec
has facts
has u r ldp "http://purl.org/"^^any u r i

repecni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/repec

RePEc Short identifier, which is resolvable from the following URL: https://authors.repec.org/pro/<identifier>.
belongs to
personal identifier schemec
has facts
has u r ldp "https://authors.repec.org/"^^any u r i

research gateni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/research-gate

ResearchGate profile identifier, which is resolvable from the following URL: https://www.researchgate.net/profile/<identifier>.
belongs to
personal identifier schemec
has facts
has u r ldp "https://www.researchgate.net"^^any u r i

researcheridni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/researcherid

ResearcherID is an identifying system for scientific authors created and owned by Thomson Reuters.
belongs to
personal identifier schemec
has facts
has u r ldp "http://www.researcherid.com/"^^any u r i

rorni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/ror

The Research Organization Registry Community identifier, which is resolvable from the following URL: https://ror.org/<identifier>.
belongs to
organization identifier schemec
has facts
has u r ldp "https://ror.org/"^^any u r i

SciGraph IDni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/scigraph

The identifier used for referring to entities in the Springer Nature SciGraph dataset.
belongs to
identifier schemec
has facts
has u r ldp "https://scigraph.springernature.com/explorer/datasets/data_at_a_glance/"^^any u r i

series informationni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/series-information

Used to charactierize a description of a resource that is part of a series.
belongs to
description typec

sicini back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/sici

Serial Item and Contribution Identifier
belongs to
resource identifier schemec
has facts
has u r ldp "http://en.wikipedia.org/wiki/Serial_Item_and_Contribution_Identifier"^^any u r i

social security numberni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/social-security-number

United States of America social security number scheme
belongs to
personal identifier schemec

SPAR Ontologiesni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/spar

The Semantic Publishing and Referencing Ontologies, a.k.a. SPAR Ontologies, form a suite of orthogonal and complementary OWL 2 DL ontology modules for the creation of comprehensive machine-readable RDF metadata for every aspect of semantic publishing and referencing: document description, bibliographic resource identifiers, types of citations and related contexts, bibliographic references, document parts and status, agents' roles and contributions, bibliometric data and workflow processes.
belongs to
metadata schemec
has facts
has u r ldp "http://www.sparontologies.net"^^any u r i

table of contentni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/table-of-content

A table of content giving information about the content of a resource, appearing before the body text. Where the resource is a journal or magazine issue, the table of content lists the constituent items contained in that issue, typically by title, authors and first page number.
belongs to
description typec

twitterni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/twitter

Twitter handle, which is resolvable from the following URL: https://twitter.com/<identifier>.
belongs to
agent identifier schemec
has facts
has u r ldp "https://twitter.com/"^^any u r i

upcni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/upc

Universal Product Code
belongs to
resource identifier schemec

urini back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/uri

Uniform Resource Identifier
belongs to
resource identifier schemec
has facts
has u r ldp "http://tools.ietf.org/html/rfc3986"^^any u r i

urlni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/url

Uniform Resource Locator.
belongs to
resource identifier schemec

urnni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/urn

Uniform Resource Name.
belongs to
resource identifier schemec
has facts
has u r ldp "http://datatracker.ietf.org/wg/urn/charter/"^^any u r i

viafni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/viaf

The Virtual International Authority File is an international authority file created by amalagamating the national authority files of several national libraries and operated by the Online Computer Library Center (OCLC). It contains information about many topics including personal names.
belongs to
personal identifier schemec
has facts
has u r ldp "http://viaf.org/"^^any u r i

wikidatani back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/wikidata

Wikidata QID, which is resolvable from the following URL: https://www.wikidata.org/wiki/<identifier>.
belongs to
identifier schemec
has facts
has u r ldp "https://www.wikidata.org/"^^any u r i

wikipediani back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/wikipedia

Wikipedia page name, which is resolvable from the following URL: https://en.wikipedia.org/wiki/<identifier>.
belongs to
resource identifier schemec
has facts
has u r ldp "https://en.wikipedia.org/"^^any u r i

zbmathni back to ToC or Named Individual ToC

IRI: http://purl.org/spar/datacite/zbmath

zbMATH author identifier, which is resolvable from the following URL: https://zbmath.org/authors/?q=ai:<identifier>.
belongs to
personal identifier schemec
has facts
has u r ldp "https://zbmath.org/"^^any u r i

Annotation Properties

commentap back to ToC or Annotation Property ToC

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

contributorap back to ToC or Annotation Property ToC

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

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

prior versionap back to ToC or Annotation Property ToC

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

rightsap back to ToC or Annotation Property ToC

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

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

General Axioms

All Disjoint Classes back to ToC

funder identifierc, personal identifierc, resource identifierc

Namespace Declarations back to ToC

default namespace
http://purl.org/spar/datacite#
cito
http://purl.org/spar/cito/
co
http://purl.org/co/
core
http://www.w3.org/2004/02/skos/core#
cpannotationschema
http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#
datacite
http://purl.org/spar/datacite/
dc
http://purl.org/dc/elements/1.1/
deo
http://purl.org/spar/deo/
doco
http://purl.org/spar/doco/
fabio
http://purl.org/spar/fabio/
literalreification
http://www.essepuntato.it/2010/06/literalreification/
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#
spar
http://purl.org/spar/
terms
http://purl.org/dc/terms/
wiki
http://en.wikipedia.org/wiki/
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 .