@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix scoro: <http://purl.org/spar/scoro/> .

scoro:OrganizationalRole a owl:Class ;
    rdfs:label "organizational role"@en ;
    rdfs:comment "A role that an agent might hold with respect to an organization and its administration, particularly within an academic context. Individual members of this class are used to specify particular roles."@en ;
    rdfs:isDefinedBy scoro: ;
    rdfs:subClassOf pro:Role .

