@prefix contributorroles: <https://ddialliance.org/Specification/DDI-CV/ContributorRole_1.0.html> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

contributorroles:#ProjectOperations
  skos:definition "Initiating, planning, executing, controlling, and closing the work of a team designed to achieve specific goals."@en ;
  skos:narrower contributorroles:#ProjectOperations.ProjectMember, contributorroles:#ProjectOperations.ProjectManager, contributorroles:#ProjectOperations.ProjectLeader ;
  skos:notation "ProjectOperations" ;
  skos:topConceptOf contributorroles: ;
  skos:inScheme contributorroles: ;
  skos:prefLabel "Project operations"@en ;
  a skos:Concept .

contributorroles:#ProjectOperations.ProjectMember
  skos:notation "ProjectOperations.ProjectMember" ;
  skos:prefLabel "Project operations: Project member"@en ;
  a skos:Concept ;
  skos:broader contributorroles:#ProjectOperations .

contributorroles:#ProjectOperations.ProjectManager
  skos:notation "ProjectOperations.ProjectManager" ;
  skos:prefLabel "Project operations: Project manager"@en ;
  a skos:Concept ;
  skos:broader contributorroles:#ProjectOperations .

contributorroles:#ProjectOperations.ProjectLeader
  skos:notation "ProjectOperations.ProjectLeader" ;
  skos:prefLabel "Project operations: Project leader"@en ;
  a skos:Concept ;
  skos:broader contributorroles:#ProjectOperations .

contributorroles:
  skos:notation "ContributorRole" ;
  a skos:ConceptScheme ;
  skos:hasTopConcept contributorroles:#ProjectOperations .

