@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:FinancialRole a owl:Class ;
    rdfs:label "financial role"@en ;
    rdfs:comment "A role that an agent might hold with respect to academic and project finance. Individual members of this class are used to specify particular roles."@en ;
    rdfs:isDefinedBy scoro: ;
    rdfs:subClassOf pro:Role .

