ex:CompanyA rdf:type dpv:NonGovernmentalOrganisation ;
    dpv:hasOrganisationalUnit ex:Marketing, ex:HR, ex:IT .

ex:Marketing a dpv:OrganisationalUnit ;
    dpv:hasName "Marketing Department"@en ;
    dpv:isOrganisationalUnitOf ex:CompanyA .

ex:HR a dpv:OrganisationalUnit ;
    dpv:hasName "HR Department"@en ;
    dpv:isOrganisationalUnitOf ex:CompanyA .

ex:IT a dpv:OrganisationalUnit ;
    dpv:hasName "IT Department"@en ;
    dpv:isOrganisationalUnitOf ex:CompanyA .

ex:PDH1 a dpv:Process ;
    dpv:hasPurpose dpv:IdentityAuthentication ;
    dpv:isImplementedByEntity ex:IT .

ex:PDH2 a dpv:Process ;
    dpv:hasPurpose dpv:HumanResourceManagement ;
    dpv:isImplementedByEntity ex:HR .
