File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This site describes the minimal required metadata for publishing a dataset (meta
1313
1414``` json
1515{
16- "@context" : " https://downloads. dbpedia.org/databus /context.jsonld" ,
16+ "@context" : " https://dev.databus. dbpedia.org/res /context.jsonld" ,
1717 "@graph" : [
1818 {
1919 "@type" : [
@@ -111,7 +111,7 @@ In the minimal example metadata for the group is missing and the artifact is ini
111111
112112``` javascript
113113{
114- " @context" : " http ://downloads. dbpedia.org/databus /context.jsonld" ,
114+ " @context" : " https ://dev.databus. dbpedia.org/res /context.jsonld" ,
115115 " @id" : " https://dev.databus.dbpedia.org/denis/onto_dep_projectx" ,
116116 " @type" : " Group" ,
117117 " title" : " Ontologies used in Project X" ,
@@ -125,7 +125,7 @@ In the minimal example metadata for the group is missing and the artifact is ini
125125
126126``` json
127127{
128- "@context" : " http ://downloads. dbpedia.org/databus /context.jsonld" ,
128+ "@context" : " https ://dev.databus. dbpedia.org/res /context.jsonld" ,
129129 "@id" : " https://dev.databus.dbpedia.org/denis/onto_dep_projectx/dbpedia-ontology" ,
130130 "@type" : " Artifact" ,
131131 "title" : " The DBpedia Ontology" ,
You can’t perform that action at this time.
0 commit comments