@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ifc_roles: <http://proethica.org/ontology/ifc-roles#> .

<http://proethica.org/vocab/ifc-roles#IfcActorRolesScheme> a owl:Thing ;
    rdfs:label "IFC Actor Roles (IfcRoleEnum)" ;
    rdfs:comment "The enumeration of roles an actor can play on an AEC (Architecture, Engineering and Construction) project, defined by IFC (Industry Foundation Classes), the ISO 16739-1 openBIM data standard from buildingSMART. Native IFC stores these as IfcActorRole.Role enumeration values, not as classes." .