Skip to content

Commit

Permalink
Add vocprez test data, replaces PR #220 (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
recalcitrantsupplant authored Aug 16, 2024
1 parent 29b0855 commit 86a9c36
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test_data/vocprez.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,12 @@ ex:ThirdLevelConcept a skos:Concept ;
skos:prefLabel "A third level concept" ;
ex:property "a property of the third level concept" ;
skos:inScheme ex:SchemingConceptScheme ;
.
.

ex:SecondLevelConceptBroader a skos:Concept ;
skos:prefLabel "A second level concept broader" ;
ex:property "a property of the first level concept" ;
skos:broader ex:TopLevelConcept ;
skos:inScheme ex:SchemingConceptScheme ;
.

0 comments on commit 86a9c36

Please sign in to comment.