Skip to content

Commit

Permalink
fix: correct one occurence of skos:alternativeLabel to skos:altLabel …
Browse files Browse the repository at this point in the history
…in ob.ttl
  • Loading branch information
KonradHoeffner committed Nov 5, 2024
1 parent 31c4fea commit be69dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ob.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4417,7 +4417,7 @@ ob:ProjectOrder
meta:entityTypeComponent ob:NameAndAddressOfContractor, ob:NameAndAddressOfSponsor, ob:ProjectBackgroundAndGoal, ob:ProjectSpecification, ob:SignatureOfContractor, ob:SignatureOfSponsor ;
a meta:EntityType ;
rdfs:label "Project Order"@en, "Projektauftrag"@de ;
skos:alternativeLabel "Project Charter"@en ;
skos:altLabel "Project Charter"@en ;
rdfs:subClassOf ob:ProjectDocument ;
skos:definition "Formelle Beauftragung zur Durchführung eines Projekts durch einen Auftraggeber. Der Projektauftrag sollte in schriftlicher Form vorliegen und zumindest die folgenden Aspekte beinhalten: Hintergrund und SMART formulierte Projektziele, Vorhaben zu Laufzeit und Budget, Vorgaben zur Projektorganisation sowie Name des Auftraggebers und des Auftragnehmers."@de .

Expand Down

0 comments on commit be69dac

Please sign in to comment.