Skip to content

Commit 4111df5

Browse files
committed
corrections
1 parent 559391c commit 4111df5

2 files changed

Lines changed: 3 additions & 3 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>
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<https://discoursegraphs.com/schema/dg_core> a owl:Ontology;
1515
dc:date "2025-12-22" ;
1616
dc:modified "2026-03-26" ;
17-
rdfs:comment "DiscourseGraph foundation vocabulary"@en ;
18-
rdfs:label "DiscourseGraph foundation vocabulary"@en ;
17+
rdfs:comment "DiscourseGraph core vocabulary"@en ;
18+
rdfs:label "DiscourseGraph core vocabulary"@en ;
1919
bibo:status status:draft;
2020
owl:versionInfo "0.1 (tentative)".
2121

0 commit comments

Comments
 (0)