Skip to content

Commit aa4c4fe

Browse files
committed
corrections
1 parent e5e924b commit aa4c4fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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>
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
@@ -15,8 +15,8 @@
1515
<https://discoursegraphs.com/schema/dg_core> a owl:Ontology;
1616
dc:date "2025-12-22" ;
1717
dc:modified "2026-03-26" ;
18-
rdfs:comment "DiscourseGraph foundation vocabulary"@en ;
19-
rdfs:label "DiscourseGraph foundation vocabulary"@en ;
18+
rdfs:comment "DiscourseGraph core vocabulary"@en ;
19+
rdfs:label "DiscourseGraph core vocabulary"@en ;
2020
bibo:status status:draft;
2121
owl:versionInfo "0.1 (tentative)".
2222

0 commit comments

Comments
 (0)