@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

datacite:gepris a datacite:PersonalIdentifierScheme,
        owl:NamedIndividual ;
    rdfs:label "gepris"@en ;
    fabio:hasURL "http://gepris.dfg.de"^^xsd:anyURI ;
    vann:example """
        :david-aitken-id
                datacite:usesIdentifierScheme datacite:gepris ;
                literal:hasLiteralValue "209346727" .
        """ ;
    rdfs:comment "The GEPRIS person identifier is a unique, numerical identifier assigned to researchers and investigators in the GEPRIS database."@en ;
    rdfs:isDefinedBy datacite: ;
    vs:term_status reg:statusStable ;
    skos:note "A GEPRIS person identifier is resolvable from the following URL: http://gepris.dfg.de/gepris/person/<identifier>."@en .

