Created
December 20, 2012 14:34
-
-
Save trevmex/4345614 to your computer and use it in GitHub Desktop.
A proposal for allowing multiple CURIEs in HAL for use in values as well as keys.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_links": { | |
"self": { "href": "/" }, | |
"curies": [{ | |
"name": "ex", | |
"href": "http://www.example.com/rels/{rel}", | |
"templated": true | |
}, | |
{ | |
"name": "ot", | |
"href": "http://otherservice.serverfarm.us/blog/{action}", | |
"templated": true | |
}, | |
{ | |
"name": "tag", | |
"href": "#tag:[email protected],2012-12-20:{tag}", | |
"templated": true | |
}], | |
"ex:postAway": { "href": "ot:posts" }, | |
"ex:commentAway": { "href": "ot:comment" } | |
}, | |
"ex:someOpaqueResourceIdentifier": "tag:1029384756", | |
"ex:anotherOpaqueResourceIdentifier": "tag:6574839201" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment