Project Manager Role
Class
http://proethica.org/ontology/intermediate#ProjectManagerRole
Definition
Party responsible for planning, coordinating, and delivering a project.
Mappings & provenance
exactly matches
Project Manager (ifc-roles)
Properties
Subclass of
Archetype Axis
occupational
Alt Label
project manager
construction manager
program manager
TTL
@prefix ifcrole: <http://proethica.org/vocab/ifc-roles#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth: <http://proethica.org/ontology/intermediate#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
proeth:ProjectManagerRole a owl:Class ;
rdfs:label "Project Manager Role"@en ;
proeth:archetypeAxis "occupational" ;
rdfs:comment "Party responsible for planning, coordinating, and delivering a project."@en ;
rdfs:subClassOf proeth:ProfessionalRole ;
skos:altLabel "construction manager"@en,
"program manager"@en,
"project manager"@en ;
skos:exactMatch ifcrole:ProjectManager .