Skip to content

Commit

Permalink
Add Rune's vocab
Browse files Browse the repository at this point in the history
  • Loading branch information
acka47 committed Apr 25, 2024
1 parent 00cee8c commit b98ae17
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions runes-vokabular.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
@base <https://example.org/runes-vokabular/>.
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix vann: <http://purl.org/vocab/vann/> .


<> a skos:ConceptScheme;
dc:title "Rune's vocabulary"@en, "Runes Vokabular"@de ;
dc:description "Dies ist ein Test."@de ;
dc:creator "Rune" ;
dct:issued "2024-04-25" ;
dct:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
skos:hasTopConcept <maeppchen>, <mappe>, <geometrie-set>, <taschenrechner> .

<maeppchen> a skos:Concept;
skos:topConceptOf <> ;
skos:prefLabel "Mäppchen"@de, "Pencil case"@en .

<mappe> a skos:Concept;
skos:topConceptOf <> ;
skos:prefLabel "Mappe"@de, "folder"@en ;
skos:example "Deutschmappe"@de .

<geometrie-set> a skos:Concept;
skos:topConceptOf <> ;
skos:prefLabel "Geometrie-Set"@de, "Geometry set"@en .

<taschenrechner> a skos:Concept;
skos:topConceptOf <scheme> ;
skos:prefLabel "Taschenrechner"@de, "calculator"@en .

<geodreieck> a skos:Concept;
skos:inScheme <> ;
skos:broader <maeppchen> ;
skos:prefLabel "Geodreieck"@de, "Triangle"@en .

<permanentmarker> a skos:Concept;
skos:topConceptOf <maeppchen> ;
skos:inScheme <> ;
skos:prefLabel "Permanent-Marker"@de, "permanent marker"@en .

0 comments on commit b98ae17

Please sign in to comment.