From 1c2c942c86497ec6ef9b4859e712bd9f8872536f Mon Sep 17 00:00:00 2001 From: Daniel Garijo Date: Sun, 31 Dec 2023 11:49:00 +0100 Subject: [PATCH] forgot to add new test file --- test/medatatestont.ttl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/medatatestont.ttl b/test/medatatestont.ttl index dc2415c9..679daaf3 100644 --- a/test/medatatestont.ttl +++ b/test/medatatestont.ttl @@ -1,10 +1,14 @@ @prefix myont: . @prefix dcterms: . +@prefix widoco: . 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" .