|
10 | 10 | "@id": "hydra:expects", |
11 | 11 | "@type": "@id" |
12 | 12 | }, |
13 | | - "hydra": "http://www.w3.org/ns/hydra/core#", |
| 13 | + "hydra": "https://raw.githubusercontent.com/HydraCG/Specifications/master/spec/latest/core/core.jsonld#", |
14 | 14 | "label": "rdfs:label", |
15 | 15 | "method": "hydra:method", |
16 | 16 | "possibleStatus": "hydra:possibleStatus", |
|
319 | 319 | "title": "Datastream" |
320 | 320 | }, |
321 | 321 | { |
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", |
323 | 323 | "@type": "hydra:Class", |
324 | 324 | "description": null, |
325 | 325 | "supportedOperation": [], |
326 | 326 | "supportedProperty": [ |
327 | 327 | { |
328 | 328 | "@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", |
330 | 330 | "readonly": false, |
331 | 331 | "required": null, |
332 | 332 | "title": "members", |
|
336 | 336 | "title": "Collection" |
337 | 337 | }, |
338 | 338 | { |
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", |
340 | 340 | "@type": "hydra:Class", |
341 | 341 | "description": null, |
342 | 342 | "supportedOperation": [], |
|
348 | 348 | "@type": "hydra:Class", |
349 | 349 | "description": "A collection of command", |
350 | 350 | "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", |
352 | 352 | "supportedOperation": [ |
353 | 353 | { |
354 | 354 | "@id": "_:command_collection_retrieve", |
|
378 | 378 | { |
379 | 379 | "@type": "SupportedProperty", |
380 | 380 | "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", |
382 | 382 | "readonly": false, |
383 | 383 | "required": false, |
384 | 384 | "title": "members", |
|
0 commit comments