triannon-client 0.2.0.pre.0.rc1 → 0.2.1.pre.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. checksums.yaml +4 -4
  2. data/.env_example +1 -0
  3. data/bin/console +7 -1
  4. data/lib/triannon-client/configuration.rb +3 -0
  5. data/lib/triannon-client/triannon_client.rb +27 -11
  6. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/n-quads_.yml +78 -78
  7. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/n-triples_.yml +78 -78
  8. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/rdf_json_.yml +78 -78
  9. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/rdf_n3_.yml +78 -78
  10. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/trig_.yml +78 -78
  11. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/trix_.yml +78 -78
  12. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/turtle_.yml +78 -78
  13. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/x-ld_json_.yml +78 -78
  14. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/x-trig_.yml +78 -78
  15. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_text/n3_.yml +78 -78
  16. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_text/rdf_n3_.yml +78 -78
  17. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_text/rdf_turtle_.yml +78 -78
  18. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_text/x-nquads_.yml +78 -78
  19. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/ld_json_.yml +51 -51
  20. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/rdf_xml_.yml +46 -46
  21. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/x-turtle_.yml +45 -45
  22. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_text/turtle_.yml +45 -45
  23. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/ld_json_.yml +29 -29
  24. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/n-quads_.yml +29 -29
  25. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/n-triples_.yml +29 -29
  26. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/rdf_json_.yml +29 -29
  27. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/rdf_n3_.yml +29 -29
  28. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/rdf_xml_.yml +29 -29
  29. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/trig_.yml +29 -29
  30. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/trix_.yml +29 -29
  31. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/turtle_.yml +29 -29
  32. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/x-ld_json_.yml +29 -29
  33. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/x-trig_.yml +29 -29
  34. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/x-turtle_.yml +29 -29
  35. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/n3_.yml +29 -29
  36. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/rdf_n3_.yml +29 -29
  37. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/rdf_turtle_.yml +29 -29
  38. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/turtle_.yml +29 -29
  39. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/x-nquads_.yml +29 -29
  40. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/checks_the_annotation_ID.yml +29 -29
  41. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/logs_exceptions.yml +29 -29
  42. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/raises_an_argument_error_with_a_nil_ID.yml +29 -29
  43. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/raises_an_argument_error_with_an_empty_string_ID.yml +29 -29
  44. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/raises_an_argument_error_with_an_integer_ID.yml +29 -29
  45. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/requests_an_open_annotation_by_ID_accepting_a_default_JSON-LD_content.yml +29 -29
  46. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/returns_an_EMPTY_RDF_graph_for_a_500_server_response.yml +29 -29
  47. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/returns_an_EMPTY_RDF_graph_with_a_valid_ID_for_NO_annotation_on_the_server.yml +85 -498
  48. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/returns_an_RDF_graph_with_a_valid_ID_for_an_annotation_on_the_server.yml +51 -51
  49. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_iiif_annotation/requests_an_open_annotation_by_ID_using_a_IIIF_profile.yml +29 -273
  50. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_iiif_annotation/returns_an_RDF_Graph_of_an_open_annotation.yml +45 -45
  51. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_oa_annotation/requests_an_open_annotation_by_ID_using_an_OA_profile.yml +29 -2473
  52. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_oa_annotation/returns_an_RDF_Graph_of_an_open_annotation.yml +51 -51
  53. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/deletes_an_open_annotation_that_exists.yml +39 -38
  54. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/fails_to_delete_an_open_annotation_that_does_NOT_exist.yml +10 -10
  55. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_false_for_a_500_response_to_a_DELETE_request.yml +5 -5
  56. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_true_for_a_200_response_to_a_DELETE_request.yml +5 -5
  57. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_true_for_a_202_response_to_a_DELETE_request.yml +5 -5
  58. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_true_for_a_204_response_to_a_DELETE_request.yml +5 -5
  59. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/validates_the_annotation_ID.yml +5 -5
  60. data/spec/fixtures/vcr_cassettes/TriannonClient/_get_annotations/returns_an_RDF_Graph.yml +17 -17
  61. data/spec/fixtures/vcr_cassettes/TriannonClient/_get_annotations/returns_an_RDF_Graph_that_contains_an_AnnotationList.yml +17 -17
  62. data/spec/fixtures/vcr_cassettes/TriannonClient/_get_annotations/returns_an_annotation_list_with_an_annotation_created_by_a_prior_POST.yml +49 -49
  63. data/spec/fixtures/vcr_cassettes/TriannonClient/_post_annotation/does_not_raise_an_error_when_submitting_a_valid_open_annotation.yml +29 -29
  64. data/spec/fixtures/vcr_cassettes/TriannonClient/_post_annotation/returns_a_RestClient_Response_object.yml +29 -29
  65. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_annotation_id/returns_a_String_ID_from_the_RDF_URI_of_an_annotation.yml +29 -29
  66. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_annotation_id/returns_a_String_ID_that_is_not_empty.yml +29 -29
  67. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_annotation_uri/returns_an_RDF_URI_from_an_RDF_Graph_of_an_annotation.yml +29 -29
  68. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_annotation_uri/returns_an_RDF_URI_that_is_a_valid_URI.yml +39 -38
  69. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_response2graph/accepts_a_RestClient_Response_instance.yml +41 -41
  70. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_response2graph/raises_ArgumentError_when_given_an_empty_String.yml +29 -29
  71. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_response2graph/raises_ArgumentError_when_given_nil.yml +29 -29
  72. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_response2graph/returns_an_RDF_Graph.yml +29 -29
  73. data/spec/lib/triannon-client/configuration_spec.rb +18 -2
  74. data/spec/lib/triannon-client/triannon_client_spec.rb +14 -6
  75. data/triannon-client.gemspec +3 -4
  76. metadata +10 -76
  77. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/n-quads_.yml +0 -4088
  78. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/n-triples_.yml +0 -4088
  79. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/rdf_json_.yml +0 -4088
  80. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/rdf_n3_.yml +0 -4088
  81. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/trig_.yml +0 -4088
  82. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/trix_.yml +0 -4088
  83. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/turtle_.yml +0 -4088
  84. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/x-ld_json_.yml +0 -4088
  85. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/x-trig_.yml +0 -4088
  86. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_text/n3_.yml +0 -4088
  87. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_text/rdf_n3_.yml +0 -4088
  88. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_text/rdf_turtle_.yml +0 -4088
  89. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_text/x-nquads_.yml +0 -4088
  90. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_accepting_JSON-LD_content.yml +0 -2502
  91. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_accepting_a_default_JSON-LD_content.yml +0 -2502
  92. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_using_a_default_JSON-LD_content.yml +0 -2502
  93. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_optional_content_type_parameter.yml +0 -2502
  94. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_turtle_content_type_parameter.yml +0 -2502
  95. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/checks_the_annotation_ID.yml +0 -2561
  96. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/logs_exceptions.yml +0 -2502
  97. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/raises_an_argument_error_with_a_nil_ID.yml +0 -2502
  98. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/raises_an_argument_error_with_an_empty_string_ID.yml +0 -2502
  99. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/raises_an_argument_error_with_an_integer_ID.yml +0 -2502
  100. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/returns_an_EMPTY_RDF_graph_for_a_500_server_response.yml +0 -2502
  101. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/returns_an_EMPTY_RDF_graph_with_a_valid_ID_for_NO_annotation_on_the_server.yml +0 -3623
  102. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/returns_an_RDF_graph_with_a_valid_ID_for_an_annotation_on_the_server.yml +0 -4946
@@ -31,31 +31,31 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/ld+json; charset=utf-8
33
33
  Etag:
34
- - W/"6f7954d4b399d109e685a1c3c038e9dd"
34
+ - W/"71bcda6f1164335e8464692b095eb5fe"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - 9535e850-ac01-436d-a6e5-d374a80ba3eb
38
+ - 80409f5f-3105-4eba-afbc-9681b2b86940
39
39
  X-Runtime:
40
- - '1.562612'
40
+ - '1.377546'
41
41
  Server:
42
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
42
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
43
43
  Date:
44
- - Tue, 05 May 2015 19:00:58 GMT
44
+ - Mon, 11 May 2015 21:29:19 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=WUFQNWlscGkrbG10TTJvQUd3eXhJalQ4QXRBdU55TFpjdGMxZGNNeW03cVA3M0pTU3NNVUNPOFhBcjhNQVdLM255aHQ0aTRpejVyS1E4d0h5azdaMXVCMThiL3lBSVNSNlQrbGYvSXBPb3R2K0RBTDdZTUVkT0Mydk8wcUltWnRDeU02aEpEbzNxRVQxK1JaWVY1Q2JDeDg5YTZiYVJuc3MrVDNqMU5YelFnU2crdHFzL3ViRWZIalBLKzZrdEQxM1JKUVNyYUxLcGVjUVlZM2VwUDdRamM1SnlPeVlGQ1FJZ0tqcmpQY244bz0tLXFOMzU4aVJheEdrK2lFRzUxcUc4OXc9PQ%3D%3D--de934f7f5dba8943c2ca1803504bc8ad19e6b6b9;
50
+ - _internal_session=SlFDUkdBTTNEVnduYWtXR2wxa0ExYjRUS01WeFVXbDd3b3ZZaTAwSEhGa2FGN214SlJFZVZRRVdXbTlUZ1FjWUY0R0FJYWhValdMbnYwdGJSSGttTVFrRWFpU2RrMDQ0aFJmK3JXRkxuTXN2aWtUL0g3U1ZFTkZQNGwrMUxyRXYxV1JsM0ZDSWhKRGdzQlBBMUlPUnBpZzBQWWxvV0pFWDJKcWJyd3BtQkdGazZ5M3NBb3g2UVZDbWRTdmFiR0w0d1FEbXliMnQ2ejV0SjhQNzlPeXM2Z3N2ZUhtckdOVWt3bWpWa3ZRclVPUkxELzJabEVXeVdFZ2llbU9pbC95dS0tOG5FLzFUY01PTkxvdWRva1pCNCt6Zz09--171bf0d3e304665ba2d57c2b7085fdc270f9931f;
51
51
  path=/; HttpOnly
52
52
  - request_method=POST; path=/
53
53
  body:
54
54
  encoding: UTF-8
55
- string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g70090577732040","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/711441b9-30d2-4e09-afb5-130e27bc0074","@type":"oa:Annotation","hasBody":"_:g70090577732040","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902467947360","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/50/d5/71/b1/50d571b1-d704-474d-bae0-b71b81d69e37","@type":"oa:Annotation","hasBody":"_:g69902467947360","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Tue, 05 May 2015 19:00:58 GMT
58
+ recorded_at: Mon, 11 May 2015 21:29:19 GMT
59
59
  - request:
60
60
  method: get
61
61
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -75,7 +75,7 @@ http_interactions:
75
75
  message: Temporary Redirect
76
76
  headers:
77
77
  Date:
78
- - Tue, 05 May 2015 19:00:58 GMT
78
+ - Mon, 11 May 2015 21:29:19 GMT
79
79
  Server:
80
80
  - Apache/2
81
81
  Location:
@@ -83,7 +83,7 @@ http_interactions:
83
83
  Cache-Control:
84
84
  - max-age=21600
85
85
  Expires:
86
- - Wed, 06 May 2015 01:00:58 GMT
86
+ - Tue, 12 May 2015 03:29:19 GMT
87
87
  Content-Length:
88
88
  - '240'
89
89
  Content-Type:
@@ -99,7 +99,7 @@ http_interactions:
99
99
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
100
100
  </body></html>
101
101
  http_version:
102
- recorded_at: Tue, 05 May 2015 19:00:58 GMT
102
+ recorded_at: Mon, 11 May 2015 21:29:19 GMT
103
103
  - request:
104
104
  method: get
105
105
  uri: http://www.w3.org/ns/oa.jsonld
@@ -121,7 +121,7 @@ http_interactions:
121
121
  message: OK
122
122
  headers:
123
123
  Date:
124
- - Tue, 05 May 2015 19:00:59 GMT
124
+ - Mon, 11 May 2015 21:29:19 GMT
125
125
  Server:
126
126
  - Apache/2
127
127
  Last-Modified:
@@ -135,7 +135,7 @@ http_interactions:
135
135
  Cache-Control:
136
136
  - max-age=21600
137
137
  Expires:
138
- - Wed, 06 May 2015 01:00:59 GMT
138
+ - Tue, 12 May 2015 03:29:19 GMT
139
139
  P3p:
140
140
  - policyref="http://www.w3.org/2014/08/p3p.xml"
141
141
  Access-Control-Allow-Origin:
@@ -1253,7 +1253,7 @@ http_interactions:
1253
1253
 
1254
1254
 
1255
1255
  http_version:
1256
- recorded_at: Tue, 05 May 2015 19:00:59 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:29:19 GMT
1257
1257
  - request:
1258
1258
  method: get
1259
1259
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -1273,7 +1273,7 @@ http_interactions:
1273
1273
  message: Temporary Redirect
1274
1274
  headers:
1275
1275
  Date:
1276
- - Tue, 05 May 2015 19:00:59 GMT
1276
+ - Mon, 11 May 2015 21:29:20 GMT
1277
1277
  Server:
1278
1278
  - Apache/2
1279
1279
  Location:
@@ -1281,7 +1281,7 @@ http_interactions:
1281
1281
  Cache-Control:
1282
1282
  - max-age=21600
1283
1283
  Expires:
1284
- - Wed, 06 May 2015 01:00:59 GMT
1284
+ - Tue, 12 May 2015 03:29:20 GMT
1285
1285
  Content-Length:
1286
1286
  - '240'
1287
1287
  Content-Type:
@@ -1297,7 +1297,7 @@ http_interactions:
1297
1297
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
1298
1298
  </body></html>
1299
1299
  http_version:
1300
- recorded_at: Tue, 05 May 2015 19:00:59 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:29:20 GMT
1301
1301
  - request:
1302
1302
  method: get
1303
1303
  uri: http://www.w3.org/ns/oa.jsonld
@@ -1319,7 +1319,7 @@ http_interactions:
1319
1319
  message: OK
1320
1320
  headers:
1321
1321
  Date:
1322
- - Tue, 05 May 2015 19:00:59 GMT
1322
+ - Mon, 11 May 2015 21:29:20 GMT
1323
1323
  Server:
1324
1324
  - Apache/2
1325
1325
  Last-Modified:
@@ -1333,7 +1333,7 @@ http_interactions:
1333
1333
  Cache-Control:
1334
1334
  - max-age=21600
1335
1335
  Expires:
1336
- - Wed, 06 May 2015 01:00:59 GMT
1336
+ - Tue, 12 May 2015 03:29:20 GMT
1337
1337
  P3p:
1338
1338
  - policyref="http://www.w3.org/2014/08/p3p.xml"
1339
1339
  Access-Control-Allow-Origin:
@@ -2451,10 +2451,10 @@ http_interactions:
2451
2451
 
2452
2452
 
2453
2453
  http_version:
2454
- recorded_at: Tue, 05 May 2015 19:00:59 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:29:20 GMT
2455
2455
  - request:
2456
2456
  method: delete
2457
- uri: http://localhost:3000/annotations/711441b9-30d2-4e09-afb5-130e27bc0074
2457
+ uri: http://localhost:3000/annotations/50%2Fd5%2F71%2Fb1%2F50d571b1-d704-474d-bae0-b71b81d69e37
2458
2458
  body:
2459
2459
  encoding: US-ASCII
2460
2460
  string: ''
@@ -2481,22 +2481,22 @@ http_interactions:
2481
2481
  Cache-Control:
2482
2482
  - no-cache
2483
2483
  X-Request-Id:
2484
- - 381919ce-1536-4b46-b22b-80b9c779bd2c
2484
+ - fa49a1e9-e1d5-4b89-8e58-439c7d19fe84
2485
2485
  X-Runtime:
2486
- - '0.142333'
2486
+ - '0.170614'
2487
2487
  Server:
2488
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2488
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2489
2489
  Date:
2490
- - Tue, 05 May 2015 19:01:00 GMT
2490
+ - Mon, 11 May 2015 21:29:20 GMT
2491
2491
  Connection:
2492
2492
  - Keep-Alive
2493
2493
  Set-Cookie:
2494
- - _internal_session=MmltVkt6MElLWVNhejh5aDRDRDkvOEowelNkTjdIMlRHc3RjRU15N05HSHZoOThLLzVVYnEyVlhNTmlZcXBnZnd4YlBmb3NhVlA1OFlKbndHS0d2eGdtVThiS1lQYm1qVE4vZFM3Z2hFOVBheUtFcmNIblpxWTRWTjJ5STIrcnQzYmVEN1hHa3M5VVAwNnhnUmEwLy9zbHRxWnNqVThsTFR2UjRsMm54aEI1aUM1Q2lYQkxYeVFpSnFkcllYMnVuLS1rMnJrOWFVYTY0d2JldTB4VG9Fa3BRPT0%3D--99c74c06a3819baebb6bcb4b3e9eae68ff82e828;
2494
+ - _internal_session=dzNPNE5aRUJUZm1vcjBXcW5aVXpzdEhnYVFSUm1Hb0NQSmlOR203QllPTWVHT0tOMlpmRlM1WU40U1MzS2xtalE4aFBzbVU5Qi9pbTY0ZzJha1VWTHlYVWFJSFVEc2RvaGpTRHovK2RYODVOdUFRaGFTOS9IUUkrbm9UbDBYM1Fad0xzNEJBQVkwSmMxMGRRdDdzRGVjZURJK094bmdiNXdCNmNIWVRBTjZ3UmE4NzVQY0M0bFhvUnJrMjdRT1JnLS1oSmtjcTQxbTFGci9WOWcyNEJ3ZGlBPT0%3D--270e9ab789f03ec266c6be63787d6e919570ef75;
2495
2495
  path=/; HttpOnly
2496
2496
  - request_method=DELETE; path=/
2497
2497
  body:
2498
2498
  encoding: UTF-8
2499
2499
  string: ''
2500
2500
  http_version:
2501
- recorded_at: Tue, 05 May 2015 19:01:00 GMT
2501
+ recorded_at: Mon, 11 May 2015 21:29:20 GMT
2502
2502
  recorded_with: VCR 2.9.3
@@ -31,31 +31,31 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/ld+json; charset=utf-8
33
33
  Etag:
34
- - W/"d5e4da5496b52031d3dce71bcfb29ba7"
34
+ - W/"cca4db960ed220c722b9ddec76c630b1"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - 681ef0e0-0a51-4928-ad04-3b376e6de96f
38
+ - b2a3d925-185b-4035-bc8e-aa57c56e6b0e
39
39
  X-Runtime:
40
- - '1.542005'
40
+ - '1.458030'
41
41
  Server:
42
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
42
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
43
43
  Date:
44
- - Tue, 05 May 2015 19:01:11 GMT
44
+ - Mon, 11 May 2015 21:29:35 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=d2V3WnhLOUZVc1k0T2JLVDVaZlpDNWJ1YkljZzVvQmJIQUpCU29hZGNsV1UvUTdYSXVpbUZGbDkxUDlGelVkMzdEYUkyYUErWGFPcm55V01hV25SbWVidzFCK1RwN2w2VXNYcHFkR05qSmxmNzc0clZIcjhwMURRMS9uaGlhcmJ3b0dBM2VmdzdGRUJaUFRYRjlSclREeERsV3pxb0RjTEUrN29tKzJYRG5ZUVNHTFlYSHNLTnNxN0FOaEVuakxkY0dFdWhxNGpaa0p0SllYRjNjZ2l4SU9uVWFacERLbTB5dWZGaXd3cEVwWT0tLVRXVmFreWxVZkpvRzRCNkZkZVIwSmc9PQ%3D%3D--53f8b3ce5b26ebd58705ce3bb82b00fffc9515ca;
50
+ - _internal_session=RFNrTkhtTURpbEZiWFdQc2hDM3U3N0Z1SzBLbFZBU1h1Z1ErUnBZOFJjd1puV2VoSjRyMzRSQVYvUjI5R3FnUll6b0g0K3B6alJNN3JWSnpTSml0dU9ieXgwd2IydjZ4LzdLSEF0TktTcUpqUkQ3Wm9qYWFGUWhRVnNvN3JCVVlZTXZwMWZJZTlLaVBoSzQrUkZWSzlBb2FFZzdTNWJ4Ym9tZXpFRnFxcU55TUZ6R2pmVTJTWVdzeUxvakk3OUdOYlI0UzlxbDJ5NUNHVXNlRlpGTWd5SUFuRkZpOUkyUkFJbmlVWWNraUdhRjFJbmxTaXVmTjN3a3RodDc0N1B0Ri0tV0J6U0MxSWVsbDRkRCsrUWlnc2JGdz09--5922f141b4878388df0bff9bfbeb0c941658ca77;
51
51
  path=/; HttpOnly
52
52
  - request_method=POST; path=/
53
53
  body:
54
54
  encoding: UTF-8
55
- string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g70090569109640","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/6601365b-1e3c-4580-af4e-b246491fe223","@type":"oa:Annotation","hasBody":"_:g70090569109640","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902330585600","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/6a/f5/5d/58/6af55d58-ba8b-4ce0-8dd6-9c8b1d196f5a","@type":"oa:Annotation","hasBody":"_:g69902330585600","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Tue, 05 May 2015 19:01:11 GMT
58
+ recorded_at: Mon, 11 May 2015 21:29:35 GMT
59
59
  - request:
60
60
  method: get
61
61
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -75,7 +75,7 @@ http_interactions:
75
75
  message: Temporary Redirect
76
76
  headers:
77
77
  Date:
78
- - Tue, 05 May 2015 19:01:11 GMT
78
+ - Mon, 11 May 2015 21:29:35 GMT
79
79
  Server:
80
80
  - Apache/2
81
81
  Location:
@@ -83,7 +83,7 @@ http_interactions:
83
83
  Cache-Control:
84
84
  - max-age=21600
85
85
  Expires:
86
- - Wed, 06 May 2015 01:01:11 GMT
86
+ - Tue, 12 May 2015 03:29:35 GMT
87
87
  Content-Length:
88
88
  - '240'
89
89
  Content-Type:
@@ -99,7 +99,7 @@ http_interactions:
99
99
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
100
100
  </body></html>
101
101
  http_version:
102
- recorded_at: Tue, 05 May 2015 19:01:11 GMT
102
+ recorded_at: Mon, 11 May 2015 21:29:36 GMT
103
103
  - request:
104
104
  method: get
105
105
  uri: http://www.w3.org/ns/oa.jsonld
@@ -121,7 +121,7 @@ http_interactions:
121
121
  message: OK
122
122
  headers:
123
123
  Date:
124
- - Tue, 05 May 2015 19:01:11 GMT
124
+ - Mon, 11 May 2015 21:29:36 GMT
125
125
  Server:
126
126
  - Apache/2
127
127
  Last-Modified:
@@ -135,7 +135,7 @@ http_interactions:
135
135
  Cache-Control:
136
136
  - max-age=21600
137
137
  Expires:
138
- - Wed, 06 May 2015 01:01:11 GMT
138
+ - Tue, 12 May 2015 03:29:36 GMT
139
139
  P3p:
140
140
  - policyref="http://www.w3.org/2014/08/p3p.xml"
141
141
  Access-Control-Allow-Origin:
@@ -1253,7 +1253,7 @@ http_interactions:
1253
1253
 
1254
1254
 
1255
1255
  http_version:
1256
- recorded_at: Tue, 05 May 2015 19:01:12 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:29:36 GMT
1257
1257
  - request:
1258
1258
  method: get
1259
1259
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -1273,7 +1273,7 @@ http_interactions:
1273
1273
  message: Temporary Redirect
1274
1274
  headers:
1275
1275
  Date:
1276
- - Tue, 05 May 2015 19:01:12 GMT
1276
+ - Mon, 11 May 2015 21:29:36 GMT
1277
1277
  Server:
1278
1278
  - Apache/2
1279
1279
  Location:
@@ -1281,7 +1281,7 @@ http_interactions:
1281
1281
  Cache-Control:
1282
1282
  - max-age=21600
1283
1283
  Expires:
1284
- - Wed, 06 May 2015 01:01:12 GMT
1284
+ - Tue, 12 May 2015 03:29:36 GMT
1285
1285
  Content-Length:
1286
1286
  - '240'
1287
1287
  Content-Type:
@@ -1297,7 +1297,7 @@ http_interactions:
1297
1297
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
1298
1298
  </body></html>
1299
1299
  http_version:
1300
- recorded_at: Tue, 05 May 2015 19:01:12 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:29:36 GMT
1301
1301
  - request:
1302
1302
  method: get
1303
1303
  uri: http://www.w3.org/ns/oa.jsonld
@@ -1319,7 +1319,7 @@ http_interactions:
1319
1319
  message: OK
1320
1320
  headers:
1321
1321
  Date:
1322
- - Tue, 05 May 2015 19:01:12 GMT
1322
+ - Mon, 11 May 2015 21:29:36 GMT
1323
1323
  Server:
1324
1324
  - Apache/2
1325
1325
  Last-Modified:
@@ -1333,7 +1333,7 @@ http_interactions:
1333
1333
  Cache-Control:
1334
1334
  - max-age=21600
1335
1335
  Expires:
1336
- - Wed, 06 May 2015 01:01:12 GMT
1336
+ - Tue, 12 May 2015 03:29:36 GMT
1337
1337
  P3p:
1338
1338
  - policyref="http://www.w3.org/2014/08/p3p.xml"
1339
1339
  Access-Control-Allow-Origin:
@@ -2451,10 +2451,10 @@ http_interactions:
2451
2451
 
2452
2452
 
2453
2453
  http_version:
2454
- recorded_at: Tue, 05 May 2015 19:01:12 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:29:36 GMT
2455
2455
  - request:
2456
2456
  method: delete
2457
- uri: http://localhost:3000/annotations/6601365b-1e3c-4580-af4e-b246491fe223
2457
+ uri: http://localhost:3000/annotations/6a%2Ff5%2F5d%2F58%2F6af55d58-ba8b-4ce0-8dd6-9c8b1d196f5a
2458
2458
  body:
2459
2459
  encoding: US-ASCII
2460
2460
  string: ''
@@ -2481,22 +2481,22 @@ http_interactions:
2481
2481
  Cache-Control:
2482
2482
  - no-cache
2483
2483
  X-Request-Id:
2484
- - 093f4eff-9bb3-4cdd-80d9-377e02fa3312
2484
+ - e3aa7320-ffeb-4a2c-a7da-f882f5c0c5c8
2485
2485
  X-Runtime:
2486
- - '0.137876'
2486
+ - '0.183097'
2487
2487
  Server:
2488
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2488
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2489
2489
  Date:
2490
- - Tue, 05 May 2015 19:01:13 GMT
2490
+ - Mon, 11 May 2015 21:29:37 GMT
2491
2491
  Connection:
2492
2492
  - Keep-Alive
2493
2493
  Set-Cookie:
2494
- - _internal_session=RnhObW54U0FaT043WmM3SG1ySE1qM0ltZmF2VG1LSHhmM1lBMEVxWEZzUnBHTzBybTBlcTl3S0dtc1hVbHY5UUFpMDVpUUU1S0xmQ1p1eTFxUzViV0xoSEVrbm1qSzVmUjhmdzRaWjczM2w3YWpkdVB6dWN1VUJTUllna01MUFphMDlLM0hDaWZzMFZZMmNqeUlHWnlxdmpKaWZSdTY3eVBtd3RqKzdPU0pzK013NTd3SnFDemJRVFhWY0hYSCs1LS14OVVQUmdaRTNYYk5qTXpZZWtuSUh3PT0%3D--7e622e261568c49235fa33d60e51937096a3c64f;
2494
+ - _internal_session=RXRjTlVtQUszS3VBSWxaTklQcTdZMWU3WjJ1MHk2cGRtSlhzMDNUVUJrU2MzbG5FdlJTc3V5bHRWaDQyUlpuSUk1SXlxaGhOcVF4TU5hTVJJUEhERFpHT2JTbzlvYmxIRm1nWUZvWHdCL2FEQ3hYa1BPWFE5N0YrZ3Y0MUZZVXZFQ2MzUHdwT2NRTVhURExKeE05djV1WWFRR29GSjJXbkcrWWVRL0VNVm91UEZoNGIwTSttSVJ6a3orUzhITC9xLS1VamhYZldLZVdBblJkUW9Pa1dmOXFnPT0%3D--7228a6363b1948ef02b70ae601d07e68e8808d64;
2495
2495
  path=/; HttpOnly
2496
2496
  - request_method=DELETE; path=/
2497
2497
  body:
2498
2498
  encoding: UTF-8
2499
2499
  string: ''
2500
2500
  http_version:
2501
- recorded_at: Tue, 05 May 2015 19:01:13 GMT
2501
+ recorded_at: Mon, 11 May 2015 21:29:37 GMT
2502
2502
  recorded_with: VCR 2.9.3
@@ -31,31 +31,31 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/ld+json; charset=utf-8
33
33
  Etag:
34
- - W/"117c09a43352753535fb2f0d8c77dbea"
34
+ - W/"8295ca8e99b310b5c743d6fde7aac257"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - 37594c0c-cd73-40d3-b66a-45e0ea6f69b9
38
+ - 5b07b6f0-ad0f-4d60-853c-0b4bb67bfd99
39
39
  X-Runtime:
40
- - '1.417410'
40
+ - '1.417274'
41
41
  Server:
42
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
42
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
43
43
  Date:
44
- - Mon, 04 May 2015 19:02:18 GMT
44
+ - Mon, 11 May 2015 21:28:12 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=aEtPVDB2Zm9qdDZuUWMweGdRSXBrZVIyRzNLT3ZEdDBnNnpDbjNsN3YzM1F4WXVhTXlmUkxlOGUwdzh2b0xTVTZpUUFkVW9xVk1IOTlqWnArK1ludDZ2ckszMjMvMUl2aUkwakZTTnpwZ1JleE9NbUlNQW5Vblg0SXIzcWFEU1JzTWtENldJa0VnRy9LdjF2b28vNkZxMHRzVnFUODU5L0tKWmsrZDU3a2dISzBLVktiRmJZNG5CVW5YV0paclNIVUNYbEROY1U4REcrdVVPdkJBZFBzZ3hzbVN5QmtaWGkrY25jeWxjU2JhOD0tLStzMStHanQ4WFNkTThpQTNhVVYyMEE9PQ%3D%3D--cb8a954f0a407edfa165880551b46b116d1e1c76;
50
+ - _internal_session=bSs2NjVIRnR2MVJGVUhkekZXdmhCSytBSUVaTmcwaEFGQmdWN1VHQXBIOFJlS1NncVpkV0l5dk0vRVNVa1B2NG43ZWowOFlMei9qMXRsNll4S0RWRjNPbWx1SnJNNHArNWJTWUczV05HMUtTY0U1NW84RUZYYWd5MStGYUc5ME5kRk95azVKY1BNTkJVa0VwVWdCQkoxb1huNXB3MmpxeHF5eUFkMUZqdHZpZGVtcnA0ZmNvK0d1bHdvSlIzUmcxL25CUENjNGsxdzkrSjlBMFNBN056NWtVYWNxT21CSUl3NmdERUtjWFowczI2N2IxdzU0a3E3M1NhSnJzOExOWS0tQ21JMDQzOXVka3hYd0pleXpoeExOUT09--b020fa234957d1c056db8db8e89a75dea4e1093d;
51
51
  path=/; HttpOnly
52
52
  - request_method=POST; path=/
53
53
  body:
54
54
  encoding: UTF-8
55
- string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g70075069273540","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/08b036ca-23d7-498b-b3c5-5cb5088ccff3","@type":"oa:Annotation","hasBody":"_:g70075069273540","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902323342960","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/45/c7/75/40/45c77540-016c-45d8-b491-49c3de90e58f","@type":"oa:Annotation","hasBody":"_:g69902323342960","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Mon, 04 May 2015 19:02:18 GMT
58
+ recorded_at: Mon, 11 May 2015 21:28:12 GMT
59
59
  - request:
60
60
  method: get
61
61
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -75,7 +75,7 @@ http_interactions:
75
75
  message: Temporary Redirect
76
76
  headers:
77
77
  Date:
78
- - Mon, 04 May 2015 19:02:19 GMT
78
+ - Mon, 11 May 2015 21:28:12 GMT
79
79
  Server:
80
80
  - Apache/2
81
81
  Location:
@@ -83,7 +83,7 @@ http_interactions:
83
83
  Cache-Control:
84
84
  - max-age=21600
85
85
  Expires:
86
- - Tue, 05 May 2015 01:02:19 GMT
86
+ - Tue, 12 May 2015 03:28:12 GMT
87
87
  Content-Length:
88
88
  - '240'
89
89
  Content-Type:
@@ -99,7 +99,7 @@ http_interactions:
99
99
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
100
100
  </body></html>
101
101
  http_version:
102
- recorded_at: Mon, 04 May 2015 19:02:19 GMT
102
+ recorded_at: Mon, 11 May 2015 21:28:12 GMT
103
103
  - request:
104
104
  method: get
105
105
  uri: http://www.w3.org/ns/oa.jsonld
@@ -121,7 +121,7 @@ http_interactions:
121
121
  message: OK
122
122
  headers:
123
123
  Date:
124
- - Mon, 04 May 2015 19:02:19 GMT
124
+ - Mon, 11 May 2015 21:28:12 GMT
125
125
  Server:
126
126
  - Apache/2
127
127
  Last-Modified:
@@ -135,7 +135,7 @@ http_interactions:
135
135
  Cache-Control:
136
136
  - max-age=21600
137
137
  Expires:
138
- - Tue, 05 May 2015 01:02:19 GMT
138
+ - Tue, 12 May 2015 03:28:12 GMT
139
139
  P3p:
140
140
  - policyref="http://www.w3.org/2014/08/p3p.xml"
141
141
  Access-Control-Allow-Origin:
@@ -1253,7 +1253,7 @@ http_interactions:
1253
1253
 
1254
1254
 
1255
1255
  http_version:
1256
- recorded_at: Mon, 04 May 2015 19:02:19 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:28:13 GMT
1257
1257
  - request:
1258
1258
  method: get
1259
1259
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -1273,7 +1273,7 @@ http_interactions:
1273
1273
  message: Temporary Redirect
1274
1274
  headers:
1275
1275
  Date:
1276
- - Mon, 04 May 2015 19:02:19 GMT
1276
+ - Mon, 11 May 2015 21:28:13 GMT
1277
1277
  Server:
1278
1278
  - Apache/2
1279
1279
  Location:
@@ -1281,7 +1281,7 @@ http_interactions:
1281
1281
  Cache-Control:
1282
1282
  - max-age=21600
1283
1283
  Expires:
1284
- - Tue, 05 May 2015 01:02:19 GMT
1284
+ - Tue, 12 May 2015 03:28:13 GMT
1285
1285
  Content-Length:
1286
1286
  - '240'
1287
1287
  Content-Type:
@@ -1297,7 +1297,7 @@ http_interactions:
1297
1297
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
1298
1298
  </body></html>
1299
1299
  http_version:
1300
- recorded_at: Mon, 04 May 2015 19:02:19 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:28:13 GMT
1301
1301
  - request:
1302
1302
  method: get
1303
1303
  uri: http://www.w3.org/ns/oa.jsonld
@@ -1319,7 +1319,7 @@ http_interactions:
1319
1319
  message: OK
1320
1320
  headers:
1321
1321
  Date:
1322
- - Mon, 04 May 2015 19:02:19 GMT
1322
+ - Mon, 11 May 2015 21:28:13 GMT
1323
1323
  Server:
1324
1324
  - Apache/2
1325
1325
  Last-Modified:
@@ -1333,7 +1333,7 @@ http_interactions:
1333
1333
  Cache-Control:
1334
1334
  - max-age=21600
1335
1335
  Expires:
1336
- - Tue, 05 May 2015 01:02:19 GMT
1336
+ - Tue, 12 May 2015 03:28:13 GMT
1337
1337
  P3p:
1338
1338
  - policyref="http://www.w3.org/2014/08/p3p.xml"
1339
1339
  Access-Control-Allow-Origin:
@@ -2451,10 +2451,10 @@ http_interactions:
2451
2451
 
2452
2452
 
2453
2453
  http_version:
2454
- recorded_at: Mon, 04 May 2015 19:02:20 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:28:13 GMT
2455
2455
  - request:
2456
2456
  method: delete
2457
- uri: http://localhost:3000/annotations/08b036ca-23d7-498b-b3c5-5cb5088ccff3
2457
+ uri: http://localhost:3000/annotations/45%2Fc7%2F75%2F40%2F45c77540-016c-45d8-b491-49c3de90e58f
2458
2458
  body:
2459
2459
  encoding: US-ASCII
2460
2460
  string: ''
@@ -2481,22 +2481,22 @@ http_interactions:
2481
2481
  Cache-Control:
2482
2482
  - no-cache
2483
2483
  X-Request-Id:
2484
- - b2846f2c-6e41-4457-b8af-0485fe50f6b4
2484
+ - c5d2f97f-3007-45e2-a7ce-e9dde6cb2b27
2485
2485
  X-Runtime:
2486
- - '0.126390'
2486
+ - '0.205655'
2487
2487
  Server:
2488
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2488
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2489
2489
  Date:
2490
- - Mon, 04 May 2015 19:02:20 GMT
2490
+ - Mon, 11 May 2015 21:28:13 GMT
2491
2491
  Connection:
2492
2492
  - Keep-Alive
2493
2493
  Set-Cookie:
2494
- - _internal_session=M2p0U1BqY2VMK1EzbFZpTitlbWpMbTRsL05jbGlEQ1ZYeUFSMm5nTkdDU3JJd2JkT0lidHE4V2FDdHU1eGcvTStXcmRzTmNoWmlOcjZ3RVhxVzZJSVFkNmxYN3JPU0JZbmdZRE5vcFJLM2ZiTlZhdEZ0YkdXN1VvUm8rU2p0VUhJVkYrMlN1VHRVOGFiS2RFUFFyTlVkR0ZJbjRsUGNHbGduYk9XNHp2UVRDcERJc0F6MmhRbHkwbjlrY0cxTVNpLS1TcDhPeHpNaUJsQkJWY2dHMld6WDJnPT0%3D--0ae948d4b0d7f32d5c89e7263bf7c4b8ac595974;
2494
+ - _internal_session=aXZ5TjVyQllhaDRaaUNFTUozOW9tbXNnSmw5VWNUSHdJQzZWcmpmQ1dydkpDQXo0SGdaOVBZR3I0OFpvS2JQL3Q4SW5IMmdKZDYzYU82YWx0TjhENWZKUmtMa1pvcXk1L1E0K3NRM01xV2Qzd1ZNdFFZelJTQ2o4M2xUZzZvS1o5cXRqT3NnM0haQ05ZYkZUTDlzdVBKZ1VvM0ZIZzFhdDhsdGNWUE9meFgxb21NV3JNNFZibHBHUFVuNzFBZm5TLS1nZitJS0pwNURSZ1VkWUEwRUVQSGpBPT0%3D--8722e9413a0151b66dde5acf9856e25fc6d34f72;
2495
2495
  path=/; HttpOnly
2496
2496
  - request_method=DELETE; path=/
2497
2497
  body:
2498
2498
  encoding: UTF-8
2499
2499
  string: ''
2500
2500
  http_version:
2501
- recorded_at: Mon, 04 May 2015 19:02:20 GMT
2501
+ recorded_at: Mon, 11 May 2015 21:28:13 GMT
2502
2502
  recorded_with: VCR 2.9.3