Skip to content

Commit

Permalink
Update datapackage file formats from N-Triples to Turtle where it cha…
Browse files Browse the repository at this point in the history
…nged.
  • Loading branch information
KonradHoeffner committed Nov 18, 2021
1 parent 8267b5a commit 37c57be
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions datapackage.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@
"title": "SNIK",
"resources": [
{
"path": "bb.nt",
"path": "bb.ttl",
"pathType": "local",
"name": "bb",
"format": "nt",
"mediatype": "application/n-triples",
"format": "ttl",
"mediatype": "text/turtle",
"encoding": "UTF-8"
},
{
"path": "ciox.nt",
"path": "ciox.ttl",
"pathType": "local",
"name": "ciox",
"format": "nt",
"mediatype": "application/n-triples",
"format": "ttl",
"mediatype": "text/turtle",
"encoding": "UTF-8"
},
{
"path": "he.nt",
"path": "he.ttl",
"pathType": "local",
"name": "he",
"format": "nt",
"mediatype": "application/n-triples",
"format": "ttl",
"mediatype": "text/turtle",
"encoding": "UTF-8"
},
{
Expand All @@ -35,11 +35,11 @@
"encoding": "UTF-8"
},
{
"path": "it4it.nt",
"path": "it4it.ttl",
"pathType": "local",
"name": "it4it",
"format": "nt",
"mediatype": "application/n-triples",
"format": "ttl",
"mediatype": "text/turtle",
"encoding": "UTF-8"
},
{
Expand All @@ -59,11 +59,11 @@
"encoding": "UTF-8"
},
{
"path": "ob.nt",
"path": "ob.ttl",
"pathType": "local",
"name": "ob",
"format": "nt",
"mediatype": "application/n-triples",
"format": "ttl",
"mediatype": "text/turtle",
"encoding": "UTF-8"
},
{
Expand Down

0 comments on commit 37c57be

Please sign in to comment.