@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:supervisor a scoro:EducationalRole,
        owl:NamedIndividual ;
    rdfs:label "supervisor"@en ;
    vann:example """
        :silvio-peroni
                pro:holdsRoleInTime :supervisor-for-my-dataset .
        
        :supervisor-for-my-dataset a pro:RoleInTime ;
                pro:relatesToEntity :my-dataset ;
                pro:withRole scoro:supervisor .
        """ ;
    vaem:rationale """
This is used as a controlled term to specify a given agent role type ("Supervisor").
        """@en ;
    rdfs:comment "The role of a person who guides and oversees the research activities of a team member, or who formally supervises a student during that student's research project undertaken as part of a degree course at a university."@en ;
    rdfs:isDefinedBy scoro: ;
    vs:term_status reg:statusStable .

