IFC Actor Roles (IfcRoleEnum)
Scheme
http://proethica.org/vocab/ifc-roles#IfcActorRolesScheme
Definition
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.
Mappings & provenance
see also
source
Properties
TTL
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ifcrole: <http://proethica.org/vocab/ifc-roles#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
ifcrole:IfcActorRolesScheme a skos:ConceptScheme ;
rdfs:label "IFC Actor Roles (IfcRoleEnum)" ;
dcterms:source <https://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/lexical/IfcRoleEnum.htm> ;
rdfs:seeAlso <https://en.wikipedia.org/wiki/Industry_Foundation_Classes> ;
skos:definition "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." .