File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
apps/website/public/schema Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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;
Original file line number Diff line number Diff line change 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#> .
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;
You can’t perform that action at this time.
0 commit comments