@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#IfcActorRoleValue> a owl:Class ;
    rdfs:label "IFC Actor Role (IfcRoleEnum value)" ;
    rdfs:comment "A role an actor plays on a building/infrastructure project, as enumerated by IFC for the AEC (Architecture, Engineering and Construction) industry. IFC (Industry Foundation Classes) is the ISO 16739-1 openBIM standard from buildingSMART. In native IFC this is a value of the IfcActorRole.Role attribute (IfcRoleEnum), i.e. an enumeration value, not a class. Held locally as a crosswalk target; see the 'IFC Actor Roles' scheme for the full provenance." .