Skip to content

Commit d361dde

Browse files
committed
Changing context link of Hydra to the latest
Fixes #4
1 parent 1240319 commit d361dde

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

hydra_flock.jsonld

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@id": "hydra:expects",
1111
"@type": "@id"
1212
},
13-
"hydra": "http://www.w3.org/ns/hydra/core#",
13+
"hydra": "https://raw.githubusercontent.com/HydraCG/Specifications/master/spec/latest/core/core.jsonld#",
1414
"label": "rdfs:label",
1515
"method": "hydra:method",
1616
"possibleStatus": "hydra:possibleStatus",
@@ -319,14 +319,14 @@
319319
"title": "Datastream"
320320
},
321321
{
322-
"@id": "http://www.w3.org/ns/hydra/core#Collection",
322+
"@id": "https://raw.githubusercontent.com/HydraCG/Specifications/master/spec/latest/core/core.jsonld#Collection",
323323
"@type": "hydra:Class",
324324
"description": null,
325325
"supportedOperation": [],
326326
"supportedProperty": [
327327
{
328328
"@type": "SupportedProperty",
329-
"property": "http://www.w3.org/ns/hydra/core#member",
329+
"property": "https://raw.githubusercontent.com/HydraCG/Specifications/master/spec/latest/core/core.jsonld#member",
330330
"readonly": false,
331331
"required": null,
332332
"title": "members",
@@ -336,7 +336,7 @@
336336
"title": "Collection"
337337
},
338338
{
339-
"@id": "http://www.w3.org/ns/hydra/core#Resource",
339+
"@id": "https://raw.githubusercontent.com/HydraCG/Specifications/master/spec/latest/core/core.jsonld#Resource",
340340
"@type": "hydra:Class",
341341
"description": null,
342342
"supportedOperation": [],
@@ -348,7 +348,7 @@
348348
"@type": "hydra:Class",
349349
"description": "A collection of command",
350350
"label": "CommandCollection",
351-
"subClassOf": "http://www.w3.org/ns/hydra/core#Collection",
351+
"subClassOf": "https://raw.githubusercontent.com/HydraCG/Specifications/master/spec/latest/core/core.jsonld#Collection",
352352
"supportedOperation": [
353353
{
354354
"@id": "_:command_collection_retrieve",
@@ -378,7 +378,7 @@
378378
{
379379
"@type": "SupportedProperty",
380380
"description": "The command",
381-
"property": "http://www.w3.org/ns/hydra/core#member",
381+
"property": "https://raw.githubusercontent.com/HydraCG/Specifications/master/spec/latest/core/core.jsonld#member",
382382
"readonly": false,
383383
"required": false,
384384
"title": "members",

0 commit comments

Comments
 (0)