Skip to content

Commit caa4396

Browse files
committed
use hash in ontology name
1 parent 4111df5 commit caa4396

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/website/public/schema/dg_base.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@prefix bibo: <http://purl.org/ontology/bibo/> .
88
@prefix status: <http://purl.org/ontology/bibo/status/> .
99

10-
<https://discoursegraphs.com/schema/dg_base> a owl:Ontology;
10+
<https://discoursegraphs.com/schema/dg_base#> a owl:Ontology;
1111
dc:date "2025-12-22" ;
1212
rdfs:comment "DiscourseGraph foundation vocabulary"@en ;
1313
rdfs:label "DiscourseGraph foundation vocabulary"@en ;

apps/website/public/schema/dg_core.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@prefix bibo: <http://purl.org/ontology/bibo/> .
1212
@prefix status: <http://purl.org/ontology/bibo/status/> .
1313

14-
<https://discoursegraphs.com/schema/dg_core> a owl:Ontology;
14+
<https://discoursegraphs.com/schema/dg_core#> a owl:Ontology;
1515
dc:date "2025-12-22" ;
1616
dc:modified "2026-03-26" ;
1717
rdfs:comment "DiscourseGraph core vocabulary"@en ;

0 commit comments

Comments
 (0)