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/"f88b17ae822edd491c642e4fc5eef51d"
34
+ - W/"a8f9c85c9f61a977e4075e2595add114"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - 01db5b52-7625-4983-8e61-bbd4e6cc2c96
38
+ - 707bd6f7-e5ba-43c7-bc3e-19284a14f06b
39
39
  X-Runtime:
40
- - '1.441802'
40
+ - '6.420195'
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 18:59:11 GMT
44
+ - Mon, 11 May 2015 21:27:55 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=ODVHa3J3Wjd1emxSbzRmMGNkZ2EydWxxRWtuS21kQlJ3MEhOZGdxNTB2cjFwVFJacFJ0Y1ZuMnpualVzWjhlYU9JT0RsRnR5d1dYR2NVRUZBS2NiWXVHdjNaMXNvZ09RVVhnSS8wdE9LWVRmSmpZK0Uxakg0dVNsVFlBemM1V2tlNWE3a2VVQTQ5a0tJL0ZMUGRGREIwbXNtdEtkb25UQjhiZ2JxbUxNVEZrZitPZDlzVnV6MDdFQVRUREkyOWQxRVQ1KzQrL1I1K2JMOWNtQmovTytpK2VPUk5lV3BvWnRpMUxpOEtwN2VqND0tLUVmN3E4bml5R3VFcFJKWnVGQktva0E9PQ%3D%3D--e63cddf189739c465e90bc855ba879d3162a9ed3;
50
+ - _internal_session=QTlOeHdXeUV6a1dVankyZjVBZmk1R2hYbk1kbVprclEra0sraUlXL2pQOGQ0TlRqU053RlpBOUNha0phQVZ1ZVdlenNQMTJnTXVlMFM4ZTJHRzlSNGhFYXBCTUREQi9pcUJpQXYrV3JSYmlVZzZobDErSkErZWh4ZURtVHA4ZVNCK3ZURGMyTTBtaGNjNWZMcXplSVRUSXJMaFgrZnpIVURPWndVUlRCa0xJWE1aRFNIMHowRTZ2YkxWb29Gck51dDlFTGYxUURuQ1dUd2FNdWx4SDdWQ2dtZWRpMVRyQ1o2NXlERlFvOVZORTJNNTJMcnBHMzlvbEtiMDE5eDdjYi0taHZ2U0VwYitYM1kzVFVieUo0VU4vUT09--8a382a6dbec8a89788a374071370fe6ecf519009;
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":"_:g70075064452520","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/bcb236e4-0561-4160-a51b-dba9394a1900","@type":"oa:Annotation","hasBody":"_:g70075064452520","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902465670840","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/b3/3b/fc/a1/b33bfca1-56b5-4e2f-8a34-28363e622927","@type":"oa:Annotation","hasBody":"_:g69902465670840","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Mon, 04 May 2015 18:59:11 GMT
58
+ recorded_at: Mon, 11 May 2015 21:27:55 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 18:59:12 GMT
78
+ - Mon, 11 May 2015 21:27:55 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 00:59:12 GMT
86
+ - Tue, 12 May 2015 03:27:55 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 18:59:12 GMT
102
+ recorded_at: Mon, 11 May 2015 21:27:55 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 18:59:12 GMT
124
+ - Mon, 11 May 2015 21:27:55 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 00:59:12 GMT
138
+ - Tue, 12 May 2015 03:27:55 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 18:59:12 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:27:56 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 18:59:12 GMT
1276
+ - Mon, 11 May 2015 21:27:56 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 00:59:12 GMT
1284
+ - Tue, 12 May 2015 03:27:56 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 18:59:12 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:27:56 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 18:59:12 GMT
1322
+ - Mon, 11 May 2015 21:27:56 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 00:59:12 GMT
1336
+ - Tue, 12 May 2015 03:27:56 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 18:59:12 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:27:56 GMT
2455
2455
  - request:
2456
2456
  method: delete
2457
- uri: http://localhost:3000/annotations/bcb236e4-0561-4160-a51b-dba9394a1900
2457
+ uri: http://localhost:3000/annotations/b3%2F3b%2Ffc%2Fa1%2Fb33bfca1-56b5-4e2f-8a34-28363e622927
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
- - 0a27202c-547a-4967-8536-523262bfe54c
2484
+ - c2980b6c-cb0b-4e77-af03-371707316981
2485
2485
  X-Runtime:
2486
- - '0.145272'
2486
+ - '0.228745'
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 18:59:13 GMT
2490
+ - Mon, 11 May 2015 21:27:56 GMT
2491
2491
  Connection:
2492
2492
  - Keep-Alive
2493
2493
  Set-Cookie:
2494
- - _internal_session=dzV3alFOSGFobHpxak1nQmFhQ1g2VXJvUUVUaXRsTFB3N29EaWtxM2tKdCtNVXBVUytteEVYTDVuODljKzBRRVZvempvY0ZVMjgzOWlMRTErTEI0UUx6bUlLZFhYcUtweFJXNXhjcTB5ZnlpUllVVklyQ1BhR0NxNzRobmFZSHFlT1lWU1VJTEZkR0F5UUZoRTRwRGxCTllDTnNFV21abERac0FkckV6Sk1QcFRVOVJySUhZZGNBSHdBUjR2T0pxLS01elJsVVIzQ3dUSk9OVlBlOGFDOEN3PT0%3D--917292c8dc68751e7b44a70e923d3f03a329ed23;
2494
+ - _internal_session=NlEvbWk1MUtITDUrVGJJWW1vUXBWZTVPUktEUHYyQzAzaUh0dkRBTkJjQXNucVRnT0lkTkg3WjdhWWg4ek5zMWVtRXE4eXl4NDRKT1dXM0NVUHZEWTZHa0JBUWl2eUJLL0loNDZYV05BYWQvN2xPY0FJaE5EbXYwejJJWUVkS2N3Q2dOOXhtVkw0MU9hR2IrQXAvMGNQbEF1STYrUmhsc3dSY3VTMTBpZjBBSEhsUDJkKzNGR3MrcHo0RnYxMDRxLS1nV2RJZ1ByTldpSEZYTTFUZkdVcTFRPT0%3D--ab054b3954eac98fa25cf5d99234dcac54947aea;
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 18:59:13 GMT
2501
+ recorded_at: Mon, 11 May 2015 21:27:56 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/"de932a3cc1c655f1dd08b588c91a2427"
34
+ - W/"fcb9723b16eb48e18307e4a1d3176cd7"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - 22934386-6797-4a70-92e0-7b60b349663e
38
+ - 5c217113-b436-4c6f-bedf-6ebeecbde24a
39
39
  X-Runtime:
40
- - '1.549416'
40
+ - '6.485497'
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:52 GMT
44
+ - Mon, 11 May 2015 21:29:13 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=UTFsZDhqOUZvZlh4azdKeUdmaGt0czFCaC9UQ2NBYXBBOFRxdzFVZGlvajBCYmpmUnBTZVRxMzlLOVZlQmhndzRYV0lZSG02aGx2SWlBVmlvMTQ0Q3BRN2RSeVFBU2ZoVzhCYVpsTkVVaStXZmlCQXNsYnZHL3NUQk5MaHNPb1Exdzhselp0UWJxTE83S1JoNkh6dkVIKzVHL2JTRFA0Qk5EV1FsV2x4dzk5QzRPYWNMZWVBWmRzYTVBN1NhekJtNUtwWGJwYWVPMFoyNW9NSU5tVEd6NS82RDNjVnl5ZUVnUkxoMlhLanRhbz0tLWR6MUIzNWhxZ08zMC9XSDZROUVoaFE9PQ%3D%3D--535edcd3588ffe361fef5e56f6be9111e93d2723;
50
+ - _internal_session=NGJ0SmFDL1VKdEUyUUQwRDFIUU03ZGluM25nRlZVa0trV0FYL1hRcmg3MTFsR2xIcUw3ZFpVT0FXVXZTdlpyZko2Q2M5QXpTU3dSdURhSjlGRTFXbXovNVdmZm1RMHNvRFR4WittT0I5Sk9WTVZUcklSUHJzcCt6WERmN2k5djlNN1pEWUNrYUNZdk9XQW1PRm53TmU0MC9KOU1Gazl5SldYWkhMVUxTTmtQRVAvQXkrR0ZqbkFQTlN1QVVObFFlSnJiZE0xZHBzbC80NnlrQitlSTcxTHRabnBieTlldlRFUVVUc09KWk51b1k5bUozSTNEQ09JQXNNdzErcFExVi0tRko0RDlaR0VVU290M3F3SmtKb1Z1Zz09--34740b311e433ba278ad286a1821fa336ad9e4bc;
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":"_:g70090560853060","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/d4ba1948-1c25-4ead-a857-8350dcbdf434","@type":"oa:Annotation","hasBody":"_:g70090560853060","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902328992520","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/15/36/3e/c9/15363ec9-0052-49f6-befe-8accad7cc6e0","@type":"oa:Annotation","hasBody":"_:g69902328992520","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Tue, 05 May 2015 19:00:52 GMT
58
+ recorded_at: Mon, 11 May 2015 21:29:13 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:52 GMT
78
+ - Mon, 11 May 2015 21:29:13 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:52 GMT
86
+ - Tue, 12 May 2015 03:29:13 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:52 GMT
102
+ recorded_at: Mon, 11 May 2015 21:29:13 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:52 GMT
124
+ - Mon, 11 May 2015 21:29:13 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:52 GMT
138
+ - Tue, 12 May 2015 03:29:13 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:52 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:29:14 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:53 GMT
1276
+ - Mon, 11 May 2015 21:29:14 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:53 GMT
1284
+ - Tue, 12 May 2015 03:29:14 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:53 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:29:14 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:53 GMT
1322
+ - Mon, 11 May 2015 21:29:14 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:53 GMT
1336
+ - Tue, 12 May 2015 03:29:14 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:53 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:29:14 GMT
2455
2455
  - request:
2456
2456
  method: delete
2457
- uri: http://localhost:3000/annotations/d4ba1948-1c25-4ead-a857-8350dcbdf434
2457
+ uri: http://localhost:3000/annotations/15%2F36%2F3e%2Fc9%2F15363ec9-0052-49f6-befe-8accad7cc6e0
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
- - 9d237fd7-a89a-4b18-b788-320d6863ce5b
2484
+ - 0a01c297-e86b-41bd-bbd9-bf807b036ae5
2485
2485
  X-Runtime:
2486
- - '0.138628'
2486
+ - '0.165314'
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:00:53 GMT
2490
+ - Mon, 11 May 2015 21:29:14 GMT
2491
2491
  Connection:
2492
2492
  - Keep-Alive
2493
2493
  Set-Cookie:
2494
- - _internal_session=OENjWHhpSjFaS0kyeFBmNXd0ZmcxbUI3ZlJxd3Vocy9JL051WFN2M3J5NDlzR0FMejRDektXVDVZeko0S3N6Y2VnMHdpSjljMVJvNU03QzU2NU1RMXBXVENZdEFZRUVjeStIcWg2eDVQNFFoUHgwYXZIUUtCUHBkaU8yc295cEp3VTRUSXVFZ1ZUTkZPanI0emhxSlkzbTNrNUd2MmZmQzJXUnpJczREdS9GWExvc09UYzBhYVR2MThiOUtsRXErLS1yYmFZWWMxWHM0TTVPNGFrZmYxZmFnPT0%3D--e517aca27ee56e1174f66d54cf6b8305af94d8e9;
2494
+ - _internal_session=RGxmaFV4aDVnTUVmSVhRRHNiZ1RyQWFNVEFHZnl6NXRTNTd3MTNWOXc5YU44QVNNaUNDSSszYmZDNTRVU1FVZGJudm5QNTRJeEtMbWMrNVk2N2xHaUhvakhRT2J5NDVKQzhUS3BFNzRXdG5TTnp3ZTJNUUdidTMrOGF0Q01TRXgwQlpFczE5M05od0lpVlFsWTJhWURvL2RpTW9lVW8yYzRwZTR0dFI5c3Q2OE5VME9RNTRTRzNhVmZoaXpwdHJhLS1sL1RvcW1BcUlVZ1ZrQ09aUmU3QVZnPT0%3D--87cdc6682266317e9cf8a8b38985f92524d82937;
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:00:53 GMT
2501
+ recorded_at: Mon, 11 May 2015 21:29:14 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/"18247295bc0e98f8ca2bc44af84a91e5"
34
+ - W/"7b6b65b7e5255e4bd0c522a7b2397b1f"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - 0fa6ec85-74a6-4658-8b21-7bd649dd8848
38
+ - e143784e-892b-49c7-9e90-72f63d8705a2
39
39
  X-Runtime:
40
- - '1.554765'
40
+ - '1.457041'
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:11:07 GMT
44
+ - Mon, 11 May 2015 21:29:44 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=czNBbnFseEZ2Y3JISGRQRURhTlFIblNMOFlEdTVXbGduZHBmc1E5dXUxQWZwcmRZUmZ4M1Y4a0hVYU5yeGlZZXhJSk5kN0ZZL0hFTWNRUFVFVnZnOTRNajZNMGU4WDVHQ1JITEpaa2x4Q3kwbFlLWTdETzAwRGx5VllhcGkzSXBCVDJsMHNVdFp3T2JxWm5sNmpVOFZMay9tL2ZNNGx6WXpyTjNTUDlWcTE2Uk9Wb1ByaUlOdHVWMEpSN29ZR3FoL1pWakFEN0xvMXFkQk1YYStBTlpUakZmSGtXWlJFOFRyZzRxdDFxYjJxbz0tLXdFM25yWVB0VU9lRktVZFZTMkxqR3c9PQ%3D%3D--3a4a5295f8ea5225139e6d2359fcde8821452528;
50
+ - _internal_session=S0V0amNtc24zK0RVekpaZmhUVE1JQ1I4cmpGWlRYcjk2eHRvaGVPZ3htL1cvYzlIZllOWFB2dUtXVjRWWldYNlRIV2Z1Uk1DU1NjY0RpOUVocDlIRVhIQ3NBaS8xZ2JXa2xYa3lqa213TE1FWVQwZmVlN2FvTmlHaUxLY0JRZ3pOVWVaa3piNnJzUmFMaCswaThkNkhGbW0zL1JvZUF2TGNvY1VpbCtJVDJmVnZxRU5MaU8xSmNBRHRKZVNQSURSS05XdUVsRDFJMkl0TUFNMmMwSU5hZWROSHRTdzNvYXFiTnoyc3lVZDZvbHhRdGoyUUFjSFJ3V25KMHY4djZjWC0tclkwWGlZK0RRTkJrTW5GNkdnQkVZUT09--d9c66736c9edff8031a0c14c67d5ef522e165272;
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":"_:g70075214930640","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/023931ec-d6c8-410d-b415-4c4ffd616388","@type":"oa:Annotation","hasBody":"_:g70075214930640","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902461245160","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/de/5b/3d/8d/de5b3d8d-6cd9-4f1e-95b3-915e08663b31","@type":"oa:Annotation","hasBody":"_:g69902461245160","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Mon, 04 May 2015 19:11:07 GMT
58
+ recorded_at: Mon, 11 May 2015 21:29:44 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:11:07 GMT
78
+ - Mon, 11 May 2015 21:29:44 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:11:07 GMT
86
+ - Tue, 12 May 2015 03:29:44 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:11:07 GMT
102
+ recorded_at: Mon, 11 May 2015 21:29:44 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:11:08 GMT
124
+ - Mon, 11 May 2015 21:29:44 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:11:08 GMT
138
+ - Tue, 12 May 2015 03:29:44 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:11:08 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:29:45 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:11:08 GMT
1276
+ - Mon, 11 May 2015 21:29:45 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:11:08 GMT
1284
+ - Tue, 12 May 2015 03:29:45 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:11:08 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:29:45 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:11:08 GMT
1322
+ - Mon, 11 May 2015 21:29:45 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:11:08 GMT
1336
+ - Tue, 12 May 2015 03:29:45 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:11:09 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:29:45 GMT
2455
2455
  - request:
2456
2456
  method: delete
2457
- uri: http://localhost:3000/annotations/023931ec-d6c8-410d-b415-4c4ffd616388
2457
+ uri: http://localhost:3000/annotations/de%2F5b%2F3d%2F8d%2Fde5b3d8d-6cd9-4f1e-95b3-915e08663b31
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
- - ccee178d-f1e0-4e9f-8550-b6ef028ea5de
2484
+ - e5b72c83-747f-4795-8292-7d49ffb04ece
2485
2485
  X-Runtime:
2486
- - '0.152063'
2486
+ - '0.165243'
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:11:09 GMT
2490
+ - Mon, 11 May 2015 21:29:45 GMT
2491
2491
  Connection:
2492
2492
  - Keep-Alive
2493
2493
  Set-Cookie:
2494
- - _internal_session=aEZJd1RjT3JTNkFDb1NVVnBydkw5MytYNnhDTWx2L1FBRXN4ZmNKTEVYQjl0cXFWd24venRxQmNXRktnQVB6bHlmak9MT1Y0ZFpiK3YwYVI3WFpTNE1lNWZFV0g3eUtaQ2ZOK3JFUDNFVVVnL3JjY1dvMUduaDNTOUN2bExXN1VtZjhJa3lpQ0dPWWNOYnFYdVlKZEdaZTV4dW1rZWxSSEdMdy9DVnlUcHFldzBvSXk0dFQ3SnFBbEpWRlh3ZEJiLS1mQzBKN2Qyd0JhM0w4cXJUYnZrZUZBPT0%3D--12854be3ec923c8426137be4a80ec7877edca8ca;
2494
+ - _internal_session=VTFhcFF0d05WYk9yTTQxNDY2NGxPL2ZpSm5FZjV2L0QxSE94dStKb1psZmdsZi81NTNFMnJnVC9vY3lyQ2Y5bWtpdXRxSVRobFhaZFc5YUR5Wk44c015TVZwZms5VkExa1c1NE5rU2Y2YW1zN3Fxa1NzZmpvSHNTKzJQbFBnMDh6ek95Qml0OXFNY1B1WWJvZWcrVnYyNjl3TnRFT29XRTFtV3R4NHNCMVFOakx1anZrbURRNkM5bmY0ZkhTaG1NLS02VnRMajNiOURHak9IVnVqVkVYenBBPT0%3D--a383f4681e8fdd8ca32bfdfdd19b89fc91684609;
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:11:09 GMT
2501
+ recorded_at: Mon, 11 May 2015 21:29:45 GMT
2502
2502
  recorded_with: VCR 2.9.3