@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:registrar a scoro:OrganizationalRole,
        owl:NamedIndividual ;
    rdfs:label "registrar"@en ;
    vann:example """
        :silvio-peroni
                pro:holdsRoleInTime :registrar-for-my-dataset .
        
        :registrar-for-my-dataset a pro:RoleInTime ;
                pro:relatesToEntity :my-dataset ;
                pro:withRole scoro:registrar .
        """ ;
    vaem:rationale """
This is used as a controlled term to specify a given agent role type ("Registration Agency").
        """@en ;
    rdfs:comment "The role held by an agent responsible for maintaining official records, for example the records of student enrollment and academic standing held by a college or university, or the records of securities owned by a financial institution."@en ;
    rdfs:isDefinedBy scoro: ;
    vs:term_status reg:statusStable .

