Skip to content

Commit

Permalink
forgot to add new test file
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarijo committed Dec 31, 2023
1 parent 0e46a31 commit 1c2c942
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/medatatestont.ttl
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
@prefix myont: <https://identifier.my.ont/ont/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix widoco: <https://w3id.org/widoco/vocab#> .

<https://identifier.my.ont/ont/>
a owl:Ontology ;
rdfs:label "ontology";
dcterms:title "Example title" ;
dcterms:abstract "This should be the abstract";
dcterms:description "Example description";
widoco:introduction "This is an intro"
.

<myont:citationtitle>
Expand Down

0 comments on commit 1c2c942

Please sign in to comment.