Skip to content

Commit

Permalink
Modify test data to include IRIs with qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Jan 30, 2025
1 parent 4676909 commit 20f9b7f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
Binary file modified tests/templ_versions/043_exhaustive_example.xlsx
Binary file not shown.
15 changes: 10 additions & 5 deletions tests/templ_versions/043_exhaustive_example_perfect_output.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,20 @@ cs: a skos:ConceptScheme ;
skos:historyNote "Example Exhaustive Provenance"@en ;
rdfs:isDefinedBy <http://example.org/exhaustive_concept_source_vocabulary_iri> ;
skos:altLabel "example exhaustive concept alternate label"@en ;
skos:broadMatch <http://example.org/example_broad_match> ;
skos:closeMatch <http://example.org/example_close_match> ;
skos:broadMatch <http://example.org/example_broad_match>,
<http://example.org/example_broad_match2> ;
skos:closeMatch <http://example.org/example_close_match>,
<http://example.org/example_close_match2> ;
skos:definition "example exhaustive concept definition"@en ;
skos:exactMatch <http://example.org/example_exact_match> ;
skos:exactMatch <http://example.org/example_exact_match> ,
<http://example.org/example_exact_match2> ;
skos:inScheme cs: ;
skos:narrowMatch <http://example.org/example_narrow_match> ;
skos:narrowMatch <http://example.org/example_narrow_match>,
<http://example.org/example_narrow_match2> ;
skos:narrower <http://example.org/exhaustive_children_example_1>,
<http://example.org/exhaustive_children_example_2>,
<http://example.org/exhaustive_children_example_3> ;
skos:prefLabel "example exhaustive preferred label"@en ;
skos:relatedMatch <http://example.org/example_related_match> ;
skos:relatedMatch <http://example.org/example_related_match> ,
<http://example.org/example_related_match2>;
skos:topConceptOf cs: .

0 comments on commit 20f9b7f

Please sign in to comment.