About the PID Services registry.

This registry provides an overview of services related to Persistent Identifiers (PIDs).

To register please send an email to support@datacite.org with the required (below) metadata for your service.

Metadata

All services are registered as a DOI provided by DataCite and uses the associated DataCite metadata schema to describe the services. More information can be found from the DataCite Metadata Schema site.

Below is a table that describes the important mapping of metadata used in the PID Services Registry.

FieldDataCite MetaDataGuidance
PID TypeSubjectsubjectScheme="PidEntity"
with values of: Publication, Citation, Conference, Researcher, Organization, Dataset, DataRepository, Grants, Project, Experiment, Investigation, Analysis, Software, Computer Simulation, Software License, Equipment, Sample
Service Provider NameCreator/CreatorNamecreatorName with nameType=Organizational
Service Provider URLCreator/NameIdentifierA ROR Identifier where available.
Service NameTitleFirst title will be used
Service TaglineTitletype="Subtitle"
Service DescriptionDescriptionFirst description will be used
Service Publication YearDescriptionDate of service publication
Service LanguageLanguageISO 639-1 language codes
Geographic AvailabilityGeolocationPlaceWorldwide, region e.g. Europe or ISO Country Codes
Service CategorySubjectsubjectScheme="ServiceCategory" with values of: Sharing & Discovery, Processing & Analysis, Compute, Storage, Data Management, Networking, Training and Support, Security and Operations
Service TagsSubjectsubjectScheme="ServiceTag"
Scientific FieldsSubjectsubjectScheme="Fields of Science and Technology (FOS)", values based on OECD
TRLSubjectsubjectScheme="TRL"
8 or 9 services as defined by EU Technology Readiness

API

This registry interface is built on top of the GraphQL API that was built as part of the FREYA Project. This means you can query using any GraphQL client to obtain details of the registered services. Here is an example query:

query {
    services(first: 25, repositoryId: "datacite.services") {
        nodes {
            id
            doi
            titles {
                title
            }
        }
    }
}

All services DOIs are registered under the repository "datacite.services" so that only services associated with the registry are returned.

More

In addition to the GraphQL API, because these are registered as DataCite DOIs you may additionally query them using any other existing interface offered, other APIs are documented on the DataCite support site.

Contact

The PID Services Registry is maintained by DataCite and was developed within the FREYA project. For more information about the registry contact support@datacite.org