Skip to content

Commit

Permalink
maybe you can't start with a number
Browse files Browse the repository at this point in the history
  • Loading branch information
djradon committed May 21, 2024
1 parent ebe077d commit dfeb944
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dnd5e.ttl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@prefix 5e: <https://djradon.github.io/skohub-5e/> .
@prefix dnd5e: <https://djradon.github.io/skohub-5e/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
Expand All @@ -7,13 +7,13 @@ dnd5e: a skos:ConceptScheme ;
dct:title "D&D 5th Edition Ontology"@en ;
dct:creator "Dave Richardson"@en ;
dct:created "2024-05-21"^^xsd:date ;
skos:hasTopConcept 5e:characterClass, 5e:classFeature .
skos:hasTopConcept dnd5e:characterClass, dnd5e:classFeature .

5e:characterClass a skos:Concept ;
dnd5e:characterClass a skos:Concept ;
skos:prefLabel "character class"@en;
skos:altLabel "class"@en ;
skos:topConceptOf 5e: .
skos:topConceptOf dnd5e: .

5e:classFeature a skos:Concept ;
dnd5e:classFeature a skos:Concept ;
skos:prefLabel "class feature"@en ;
skos:topConceptOf 5e: .
skos:topConceptOf dnd5e: .

0 comments on commit dfeb944

Please sign in to comment.