Skip to content

Commit 22dbf26

Browse files
authored
Merge pull request #189 from dbpedia/holycrab13-patch-2
Update quickstart-examples.md
2 parents 27dc07a + 62826a6 commit 22dbf26

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/quickstart-examples.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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" ,

0 commit comments

Comments
 (0)