@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .

fabio:ProjectPlan a owl:Class ;
    rdfs:label "project plan"@en ;
    vann:example """
        :my-project-plan
                datacite:hasGeneralResourceType fabio:ProjectPlan .
        """ ;
    vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Project").
        """@en ;
    rdfs:comment "A document used to guide project planning, execution and control, specifying the project's goal and objectives and the activities and resources required to achieve these, setting out the project schedule, and identifying the major workpackages, milestones and deliverables. A project plan will typically contain a Gantt chart."@en ;
    rdfs:isDefinedBy fabio: ;
    rdfs:subClassOf fabio:Expression ;
    vs:term_status reg:statusStable .

