- Notifications
You must be signed in to change notification settings - Fork 305
Closed
Description
re: #496 (comment)
http://example.org/resourceA contains:{"@id": "http://example.net/note#foo", "http://schema.org/citation":{"@id": "http://example.org/article#results" } }
$ curl -H'Accept: text/turtle' http://example.org/resourceA @prefix note: <http://example.net/note#>. @prefix schem: <http://schema.org/>. @prefix n0: <http://example.org/article#>. note:foo schem:citation n0:results . Looks good to me.
http://example.org/resourceB contains:{"@id": "", "http://schema.org/citation":{"@id": "http://example.org/article#results" } }
$ curl -H'Accept: text/turtle' http://example.org/resourceB No body.