Skip to content

Commit 7875fed

Browse files
committed
use modified from dct, not dc
1 parent 4c9038e commit 7875fed

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

apps/website/public/schema/dg_base.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
22
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
33
@prefix : <http://www.w3.org/2000/01/rdf-schema#> .
4-
@prefix dc: <http://purl.org/dc/elements/1.1/> .
4+
@prefix dct: <http://purl.org/dc/terms/> .
55
@prefix owl: <http://www.w3.org/2002/07/owl#> .
66
@prefix dgb: <https://discoursegraphs.com/schema/dg_base#> .
77
@prefix bibo: <http://purl.org/ontology/bibo/> .
88
@prefix status: <http://purl.org/ontology/bibo/status/> .
99

1010
<https://discoursegraphs.com/schema/dg_base#> a owl:Ontology;
11-
dc:date "2025-12-22" ;
11+
dct:created "2025-12-22" ;
1212
rdfs:comment "DiscourseGraph foundation vocabulary"@en ;
1313
rdfs:label "DiscourseGraph foundation vocabulary"@en ;
1414
bibo:status status:draft;

apps/website/public/schema/dg_core.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
22
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
33
@prefix : <http://www.w3.org/2000/01/rdf-schema#> .
4-
@prefix dc: <http://purl.org/dc/elements/1.1/> .
4+
@prefix dct: <http://purl.org/dc/terms/> .
55
@prefix owl: <http://www.w3.org/2002/07/owl#> .
66
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
77
@prefix sioc: <http://rdfs.org/sioc/ns#> .
@@ -13,8 +13,8 @@
1313
@prefix status: <http://purl.org/ontology/bibo/status/> .
1414

1515
<https://discoursegraphs.com/schema/dg_core#> a owl:Ontology;
16-
dc:date "2025-12-22" ;
17-
dc:modified "2026-03-26" ;
16+
dct:created "2025-12-22" ;
17+
dct:modified "2026-03-26" ;
1818
rdfs:comment "DiscourseGraph core vocabulary"@en ;
1919
rdfs:label "DiscourseGraph core vocabulary"@en ;
2020
bibo:status status:draft;

0 commit comments

Comments
 (0)