Skip to content

Commit 4c9038e

Browse files
committed
use hash in ontology name
1 parent aa4c4fe commit 4c9038e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
@@ -12,7 +12,7 @@
1212
@prefix bibo: <http://purl.org/ontology/bibo/> .
1313
@prefix status: <http://purl.org/ontology/bibo/status/> .
1414

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

0 commit comments

Comments
 (0)