Skip to content

Commit

Permalink
Add preferred prefix and namespace (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
acka47 committed Oct 1, 2024
1 parent 72c9e37 commit bc7ccf2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion emimin.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
@prefix rdf: <http://www.w3c.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix vann: <http://purl.org/vocab/vann/> .

<> a skos:ConceptScheme ;
skos:prefLabel "ktbl Emi vocabulary"@en, "ktbl Emi Vokabular"@de ;
dcterms:title "Common metadata vocabulary for Emi and associated projects"@en .
dcterms:title "Common metadata vocabulary for Emi and associated projects"@en ;
vann:preferredNamespacePrefix "emimin" ;
vann:preferredNamespaceUri "https://www.ktbl.de/emimin#" .

<livestock_category> a skos:Concept ;
skos:prefLabel "Livestock category"@en, "Tierart"@de ;
Expand Down

0 comments on commit bc7ccf2

Please sign in to comment.