Construction Manager
Concept
http://proethica.org/vocab/ifc-roles#ConstructionManager
Definition
The party managing the construction phase on behalf of the owner.
Properties
TTL
@prefix ifcrole: <http://proethica.org/vocab/ifc-roles#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
ifcrole:ConstructionManager a ifcrole:IfcActorRoleValue,
owl:NamedIndividual,
skos:Concept ;
rdfs:label "Construction Manager" ;
skos:definition "The party managing the construction phase on behalf of the owner." ;
skos:inScheme ifcrole:IfcActorRolesScheme ;
skos:notation "CONSTRUCTIONMANAGER" .