@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 scoro: <http://purl.org/spar/scoro/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .

scoro:registration-authority a scoro:OrganizationalRole,
        owl:NamedIndividual ;
    rdfs:label "registration authority"@en ;
    vann:example """
        :international-doi-foundation
                pro:holdsRoleInTime :registration-authority-for-my-dataset .
        
        :registration-authority-for-my-dataset a pro:RoleInTime ;
                pro:relatesToEntity :my-dataset ;
                pro:withRole scoro:registration-authority .
        """ ;
    vaem:rationale """
This is used as a controlled term to specify a given agent role type ("Registration Authority").
        """@en ;
    rdfs:comment "The role of an agent with responsibility for registering and maintaining international standards, internet domain names, patents, controlled vocabularies and other similar entities required for reliable international cooperatative activities.  For example, the International DOI Foundation (IDF) is the Registration Authority for DOIs."@en ;
    rdfs:isDefinedBy scoro: ;
    vs:term_status reg:statusStable .

