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/"0d7d0ba652742061d4e906af8d5830f2"
34
+ - W/"6c6ab8b1b5015df4c91b580c80cb2c82"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - 7893a9ff-6daf-4a22-a61d-d5cbea826ae6
38
+ - f60c40df-dea2-4ffd-9f5e-9860b3c6bc5a
39
39
  X-Runtime:
40
- - '1.536935'
40
+ - '1.418307'
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:39 GMT
44
+ - Mon, 11 May 2015 21:30:20 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=ZUpsWmZyQk94Qnc2OEJvRFNvaEhXVlFuamg5ZjNEUGNVMXFIN2s3QWgxVmdzQ2hZQS8wUmc1NE9RNVJTR0d2bG5MSjY3NHNjTmZTU2xsSXRSVnZQeVFHSGRqaVhqUmlHUEVlY2ljWERicDIrNzBmVVhSK0xQNW9TNDNvSSszYXYrcUg5bi9pRlA4QmZRa0hIcE5GcXdMdC9CUnJZYjBWY3Ezc0hMU0EwTGUra3o0dXZHMHNyeUg0SUU3VTAycUs1bm1NMWdQUTFpMjJpb2xxTVJVTTZnK3FkWWxTRms5Nyt2aDE5Z2E3Vk1aOD0tLTIzaGRtQUN5TnNSd0lQYTROUVB5UGc9PQ%3D%3D--39ab1c31ecaecf9b5af7124bd2419ace461530da;
50
+ - _internal_session=RXdQV0tKc29icldjajBZS1BWOEE4citHN3c5bENuWnJVVDd4cjFCZ3BtMTRpZWcwbzZUK1BmZzVQOEpQbmJPRzhMOFFuY3ZSTzB1ZWNMOWg4T2hNTDkvRkpHdUM1ZTZNN1pTdnluZWtZOVRLMUQzbXVEYTN3c3ZGM0VONFE4T1l4QUd5VCtHb2lxcURSbzB4WXlEbk5qQ2lraGFZVm10Rm5adEcwRllpdmVDS0k5ZzY0dDIxRG1vMFV4Ti9WS2FRREJkQ3pRNWY4ZTdwY1ozV2p4N2xLQjVyZHQzMW1ScEN2MVBZWksyQUcxcThOdGs4cnVTaThMNVFUVUx6bnMvby0tSDRhSUZmanJ0NFJUY2lMdEY2emVHZz09--90a3911bc804c61bcf53e0baeb0839d8c799e46e;
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":"_:g70075064748080","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/e8795554-906e-460b-a0bf-dfc2ba9f2cc8","@type":"oa:Annotation","hasBody":"_:g70075064748080","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902465153100","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/2d/69/44/48/2d694448-ccb8-4e0d-9fcf-53c4c5631306","@type":"oa:Annotation","hasBody":"_:g69902465153100","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Mon, 04 May 2015 19:11:39 GMT
58
+ recorded_at: Mon, 11 May 2015 21:30:20 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:40 GMT
78
+ - Mon, 11 May 2015 21:30:20 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:40 GMT
86
+ - Tue, 12 May 2015 03:30:20 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:40 GMT
102
+ recorded_at: Mon, 11 May 2015 21:30:20 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:40 GMT
124
+ - Mon, 11 May 2015 21:30:20 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:40 GMT
138
+ - Tue, 12 May 2015 03:30:20 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:40 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:30:20 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:40 GMT
1276
+ - Mon, 11 May 2015 21:30: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
- - Tue, 05 May 2015 01:11:40 GMT
1284
+ - Tue, 12 May 2015 03:30: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: Mon, 04 May 2015 19:11:40 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:30: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
- - Mon, 04 May 2015 19:11:40 GMT
1322
+ - Mon, 11 May 2015 21:30:21 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:40 GMT
1336
+ - Tue, 12 May 2015 03:30:21 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:41 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:30:21 GMT
2455
2455
  - request:
2456
2456
  method: get
2457
- uri: http://localhost:3000/annotations/8362ad03-e749-4a2b-bd87-7b546827f54e
2457
+ uri: http://localhost:3000/annotations/2ad9b5dc-e28d-4ce7-8c0c-aaf0117a4eaf
2458
2458
  body:
2459
2459
  encoding: US-ASCII
2460
2460
  string: ''
@@ -2481,23 +2481,23 @@ http_interactions:
2481
2481
  Cache-Control:
2482
2482
  - no-cache
2483
2483
  X-Request-Id:
2484
- - 5df3c188-29b6-4183-b8d7-3046f24a0f20
2484
+ - 3397ed59-382e-4fe5-bd85-f9ff56766a5f
2485
2485
  X-Runtime:
2486
- - '0.009352'
2486
+ - '0.015895'
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:41 GMT
2490
+ - Mon, 11 May 2015 21:30:21 GMT
2491
2491
  Content-Length:
2492
2492
  - '1486'
2493
2493
  Connection:
2494
2494
  - Keep-Alive
2495
2495
  body:
2496
2496
  encoding: UTF-8
2497
- string: "<h2>error getting 8362ad03-e749-4a2b-bd87-7b546827f54e from LDP</h2><html>\n<head>\n<meta
2497
+ string: "<h2>error getting 2ad9b5dc-e28d-4ce7-8c0c-aaf0117a4eaf from LDP</h2><html>\n<head>\n<meta
2498
2498
  http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\"/>\n<title>Error
2499
2499
  404 Not Found</title>\n</head>\n<body><h2>HTTP ERROR 404</h2>\n<p>Problem
2500
- accessing /fedora/rest/anno/8362ad03-e749-4a2b-bd87-7b546827f54e. Reason:\n<pre>
2500
+ accessing /fedora/rest/anno/2ad9b5dc-e28d-4ce7-8c0c-aaf0117a4eaf. Reason:\n<pre>
2501
2501
  \ Not Found</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>
2502
2502
  \ \n<br/> \n<br/>
2503
2503
  \ \n<br/> \n<br/>
@@ -2510,10 +2510,10 @@ http_interactions:
2510
2510
  \ \n<br/> \n<br/>
2511
2511
  \ \n<br/> \n\n</body>\n</html>\n"
2512
2512
  http_version:
2513
- recorded_at: Mon, 04 May 2015 19:11:41 GMT
2513
+ recorded_at: Mon, 11 May 2015 21:30:21 GMT
2514
2514
  - request:
2515
2515
  method: delete
2516
- uri: http://localhost:3000/annotations/e8795554-906e-460b-a0bf-dfc2ba9f2cc8
2516
+ uri: http://localhost:3000/annotations/2d%2F69%2F44%2F48%2F2d694448-ccb8-4e0d-9fcf-53c4c5631306
2517
2517
  body:
2518
2518
  encoding: US-ASCII
2519
2519
  string: ''
@@ -2540,27 +2540,27 @@ http_interactions:
2540
2540
  Cache-Control:
2541
2541
  - no-cache
2542
2542
  X-Request-Id:
2543
- - cd35323e-2840-4168-b29a-56c4fc7a364a
2543
+ - 56fbcb1e-24f8-46b1-bc9a-363d61f07a33
2544
2544
  X-Runtime:
2545
- - '0.169695'
2545
+ - '0.202330'
2546
2546
  Server:
2547
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2547
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2548
2548
  Date:
2549
- - Mon, 04 May 2015 19:11:41 GMT
2549
+ - Mon, 11 May 2015 21:30:21 GMT
2550
2550
  Connection:
2551
2551
  - Keep-Alive
2552
2552
  Set-Cookie:
2553
- - _internal_session=aEZQMG1FTU1RWHBERU5hQ3QzYlB2cUdCc05ZU0tPa0RLSXpzemRWazZjQkNUaHhaSGVuSmlhM2pqU3B6Vlo3b3lxWkpSekd3WTIxNWVUQkcyRjRnQldkV2s3RUFsUjVLZU9MTjJUVFhYbTI1UVgyN0plSTY5b012bFQ3NmRrdVAxc2laaDkraDRaYSttSytUU2JuK1BIa2VsYThTWXdkWUlUWWI0eW0wZjZKajFoa1lmVEVqRkNRM0NSNU9jT1VWLS1FdjVOVEZwekpuenBmYVlyUHpXWVdnPT0%3D--1c9fa3cc949ffdeb26e4c239ce798c05b4e44c62;
2553
+ - _internal_session=NGZrK1FrL0l6dGh3cVhQc25najJqa09kYnZuZ3dOS1l5ZkJENVpNQVRmT0RLSW9WOXRxdVFFcmYwbVlCMFVNM2Uzdmg3N2x2cml3Y1o1cU9RVXYyZ1VWam1sWU42VGlTc2hUd3J4akdHa1N0UFlzelNOK05kdmsyc2ozcldnR0dGcWlXMUUrQUZ3L1pLWnFieWxSaDR2UzdvRS82UnRsemJUSDBqWGliVVRFdWFTT211SFVzbmJCOWRydVlBc1VsLS13cDdHUVBLdGhRcjY4UDk2ZXFTaVR3PT0%3D--19af182fc7d54b13ead8f8ed996159be0b1e59d3;
2554
2554
  path=/; HttpOnly
2555
2555
  - request_method=DELETE; path=/
2556
2556
  body:
2557
2557
  encoding: UTF-8
2558
2558
  string: ''
2559
2559
  http_version:
2560
- recorded_at: Mon, 04 May 2015 19:11:41 GMT
2560
+ recorded_at: Mon, 11 May 2015 21:30:21 GMT
2561
2561
  - request:
2562
2562
  method: get
2563
- uri: http://localhost:3000/annotations/e1297a15-b2c2-4ac2-af9d-1872f68284f9
2563
+ uri: http://localhost:3000/annotations/9e683a23-79bb-4a7f-9d57-2df2fbd3cb46
2564
2564
  body:
2565
2565
  encoding: US-ASCII
2566
2566
  string: ''
@@ -2587,23 +2587,23 @@ http_interactions:
2587
2587
  Cache-Control:
2588
2588
  - no-cache
2589
2589
  X-Request-Id:
2590
- - 338a512c-ab9d-4bb7-a59f-3516f3dcc7d2
2590
+ - 36cc2681-b0f8-43a3-9846-f3c56bb51112
2591
2591
  X-Runtime:
2592
- - '0.015834'
2592
+ - '0.017508'
2593
2593
  Server:
2594
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2594
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2595
2595
  Date:
2596
- - Mon, 04 May 2015 19:29:40 GMT
2596
+ - Mon, 11 May 2015 21:50:08 GMT
2597
2597
  Content-Length:
2598
2598
  - '1486'
2599
2599
  Connection:
2600
2600
  - Keep-Alive
2601
2601
  body:
2602
2602
  encoding: UTF-8
2603
- string: "<h2>error getting e1297a15-b2c2-4ac2-af9d-1872f68284f9 from LDP</h2><html>\n<head>\n<meta
2603
+ string: "<h2>error getting 9e683a23-79bb-4a7f-9d57-2df2fbd3cb46 from LDP</h2><html>\n<head>\n<meta
2604
2604
  http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\"/>\n<title>Error
2605
2605
  404 Not Found</title>\n</head>\n<body><h2>HTTP ERROR 404</h2>\n<p>Problem
2606
- accessing /fedora/rest/anno/e1297a15-b2c2-4ac2-af9d-1872f68284f9. Reason:\n<pre>
2606
+ accessing /fedora/rest/anno/9e683a23-79bb-4a7f-9d57-2df2fbd3cb46. Reason:\n<pre>
2607
2607
  \ Not Found</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>
2608
2608
  \ \n<br/> \n<br/>
2609
2609
  \ \n<br/> \n<br/>
@@ -2616,10 +2616,10 @@ http_interactions:
2616
2616
  \ \n<br/> \n<br/>
2617
2617
  \ \n<br/> \n\n</body>\n</html>\n"
2618
2618
  http_version:
2619
- recorded_at: Mon, 04 May 2015 19:29:40 GMT
2619
+ recorded_at: Mon, 11 May 2015 21:50:08 GMT
2620
2620
  - request:
2621
2621
  method: get
2622
- uri: http://localhost:3000/annotations/4f134a29-e5a4-4a4c-96e7-2315c55a75b9
2622
+ uri: http://localhost:3000/annotations/62bd9bfa-afb3-4a91-8cdc-1088235a29a8
2623
2623
  body:
2624
2624
  encoding: US-ASCII
2625
2625
  string: ''
@@ -2646,23 +2646,23 @@ http_interactions:
2646
2646
  Cache-Control:
2647
2647
  - no-cache
2648
2648
  X-Request-Id:
2649
- - e3627f76-c7a8-4bcf-b7f9-07f9b6f950a3
2649
+ - 2a3794c8-cba4-4168-a809-92b0da074e3a
2650
2650
  X-Runtime:
2651
- - '0.015352'
2651
+ - '0.015693'
2652
2652
  Server:
2653
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2653
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2654
2654
  Date:
2655
- - Mon, 04 May 2015 19:31:57 GMT
2655
+ - Mon, 11 May 2015 21:52:46 GMT
2656
2656
  Content-Length:
2657
2657
  - '1486'
2658
2658
  Connection:
2659
2659
  - Keep-Alive
2660
2660
  body:
2661
2661
  encoding: UTF-8
2662
- string: "<h2>error getting 4f134a29-e5a4-4a4c-96e7-2315c55a75b9 from LDP</h2><html>\n<head>\n<meta
2662
+ string: "<h2>error getting 62bd9bfa-afb3-4a91-8cdc-1088235a29a8 from LDP</h2><html>\n<head>\n<meta
2663
2663
  http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\"/>\n<title>Error
2664
2664
  404 Not Found</title>\n</head>\n<body><h2>HTTP ERROR 404</h2>\n<p>Problem
2665
- accessing /fedora/rest/anno/4f134a29-e5a4-4a4c-96e7-2315c55a75b9. Reason:\n<pre>
2665
+ accessing /fedora/rest/anno/62bd9bfa-afb3-4a91-8cdc-1088235a29a8. Reason:\n<pre>
2666
2666
  \ Not Found</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>
2667
2667
  \ \n<br/> \n<br/>
2668
2668
  \ \n<br/> \n<br/>
@@ -2675,10 +2675,10 @@ http_interactions:
2675
2675
  \ \n<br/> \n<br/>
2676
2676
  \ \n<br/> \n\n</body>\n</html>\n"
2677
2677
  http_version:
2678
- recorded_at: Mon, 04 May 2015 19:31:57 GMT
2678
+ recorded_at: Mon, 11 May 2015 21:52:46 GMT
2679
2679
  - request:
2680
2680
  method: get
2681
- uri: http://localhost:3000/annotations/23da32b2-5b8a-4edf-953e-0c38fd7e06c4
2681
+ uri: http://localhost:3000/annotations/3b7be921-2fda-41d1-891c-f729b47d2b57
2682
2682
  body:
2683
2683
  encoding: US-ASCII
2684
2684
  string: ''
@@ -2705,23 +2705,23 @@ http_interactions:
2705
2705
  Cache-Control:
2706
2706
  - no-cache
2707
2707
  X-Request-Id:
2708
- - c823f56b-d1e7-49bc-a5da-ac856df829bf
2708
+ - af4d98b9-b3bc-4d6b-bd65-8cd97003a81c
2709
2709
  X-Runtime:
2710
- - '0.011204'
2710
+ - '0.016582'
2711
2711
  Server:
2712
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2712
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2713
2713
  Date:
2714
- - Mon, 04 May 2015 19:33:06 GMT
2714
+ - Mon, 11 May 2015 21:56:34 GMT
2715
2715
  Content-Length:
2716
2716
  - '1486'
2717
2717
  Connection:
2718
2718
  - Keep-Alive
2719
2719
  body:
2720
2720
  encoding: UTF-8
2721
- string: "<h2>error getting 23da32b2-5b8a-4edf-953e-0c38fd7e06c4 from LDP</h2><html>\n<head>\n<meta
2721
+ string: "<h2>error getting 3b7be921-2fda-41d1-891c-f729b47d2b57 from LDP</h2><html>\n<head>\n<meta
2722
2722
  http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\"/>\n<title>Error
2723
2723
  404 Not Found</title>\n</head>\n<body><h2>HTTP ERROR 404</h2>\n<p>Problem
2724
- accessing /fedora/rest/anno/23da32b2-5b8a-4edf-953e-0c38fd7e06c4. Reason:\n<pre>
2724
+ accessing /fedora/rest/anno/3b7be921-2fda-41d1-891c-f729b47d2b57. Reason:\n<pre>
2725
2725
  \ Not Found</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>
2726
2726
  \ \n<br/> \n<br/>
2727
2727
  \ \n<br/> \n<br/>
@@ -2734,10 +2734,10 @@ http_interactions:
2734
2734
  \ \n<br/> \n<br/>
2735
2735
  \ \n<br/> \n\n</body>\n</html>\n"
2736
2736
  http_version:
2737
- recorded_at: Mon, 04 May 2015 19:33:06 GMT
2737
+ recorded_at: Mon, 11 May 2015 21:56:34 GMT
2738
2738
  - request:
2739
2739
  method: get
2740
- uri: http://localhost:3000/annotations/1de0d678-6435-4aae-850a-91a54ee78405
2740
+ uri: http://localhost:3000/annotations/d68e3225-643d-4918-88ee-c2a59f6cdf1a
2741
2741
  body:
2742
2742
  encoding: US-ASCII
2743
2743
  string: ''
@@ -2764,23 +2764,23 @@ http_interactions:
2764
2764
  Cache-Control:
2765
2765
  - no-cache
2766
2766
  X-Request-Id:
2767
- - d7723865-2afc-41aa-84ab-311b4e58af77
2767
+ - 4c1aac04-9ef0-4169-9b71-b27462c2eea2
2768
2768
  X-Runtime:
2769
- - '0.016091'
2769
+ - '0.018669'
2770
2770
  Server:
2771
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2771
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2772
2772
  Date:
2773
- - Mon, 04 May 2015 23:08:18 GMT
2773
+ - Mon, 11 May 2015 21:58:14 GMT
2774
2774
  Content-Length:
2775
2775
  - '1486'
2776
2776
  Connection:
2777
2777
  - Keep-Alive
2778
2778
  body:
2779
2779
  encoding: UTF-8
2780
- string: "<h2>error getting 1de0d678-6435-4aae-850a-91a54ee78405 from LDP</h2><html>\n<head>\n<meta
2780
+ string: "<h2>error getting d68e3225-643d-4918-88ee-c2a59f6cdf1a from LDP</h2><html>\n<head>\n<meta
2781
2781
  http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\"/>\n<title>Error
2782
2782
  404 Not Found</title>\n</head>\n<body><h2>HTTP ERROR 404</h2>\n<p>Problem
2783
- accessing /fedora/rest/anno/1de0d678-6435-4aae-850a-91a54ee78405. Reason:\n<pre>
2783
+ accessing /fedora/rest/anno/d68e3225-643d-4918-88ee-c2a59f6cdf1a. Reason:\n<pre>
2784
2784
  \ Not Found</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>
2785
2785
  \ \n<br/> \n<br/>
2786
2786
  \ \n<br/> \n<br/>
@@ -2793,10 +2793,10 @@ http_interactions:
2793
2793
  \ \n<br/> \n<br/>
2794
2794
  \ \n<br/> \n\n</body>\n</html>\n"
2795
2795
  http_version:
2796
- recorded_at: Mon, 04 May 2015 23:08:18 GMT
2796
+ recorded_at: Mon, 11 May 2015 21:58:14 GMT
2797
2797
  - request:
2798
2798
  method: get
2799
- uri: http://localhost:3000/annotations/9b309aa2-1267-49a9-aeb9-cb2e76acd2be
2799
+ uri: http://localhost:3000/annotations/a1421b7a-b54f-4ea6-90ad-36af7a1097b5
2800
2800
  body:
2801
2801
  encoding: US-ASCII
2802
2802
  string: ''
@@ -2823,23 +2823,23 @@ http_interactions:
2823
2823
  Cache-Control:
2824
2824
  - no-cache
2825
2825
  X-Request-Id:
2826
- - 7a7fa524-fc29-4d0b-8378-ac91cee905a8
2826
+ - aa4b8f25-c70e-49a5-952a-a733c7ca6914
2827
2827
  X-Runtime:
2828
- - '0.013147'
2828
+ - '0.020658'
2829
2829
  Server:
2830
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2830
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2831
2831
  Date:
2832
- - Mon, 04 May 2015 23:12:33 GMT
2832
+ - Mon, 11 May 2015 22:11:54 GMT
2833
2833
  Content-Length:
2834
2834
  - '1486'
2835
2835
  Connection:
2836
2836
  - Keep-Alive
2837
2837
  body:
2838
2838
  encoding: UTF-8
2839
- string: "<h2>error getting 9b309aa2-1267-49a9-aeb9-cb2e76acd2be from LDP</h2><html>\n<head>\n<meta
2839
+ string: "<h2>error getting a1421b7a-b54f-4ea6-90ad-36af7a1097b5 from LDP</h2><html>\n<head>\n<meta
2840
2840
  http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\"/>\n<title>Error
2841
2841
  404 Not Found</title>\n</head>\n<body><h2>HTTP ERROR 404</h2>\n<p>Problem
2842
- accessing /fedora/rest/anno/9b309aa2-1267-49a9-aeb9-cb2e76acd2be. Reason:\n<pre>
2842
+ accessing /fedora/rest/anno/a1421b7a-b54f-4ea6-90ad-36af7a1097b5. Reason:\n<pre>
2843
2843
  \ Not Found</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>
2844
2844
  \ \n<br/> \n<br/>
2845
2845
  \ \n<br/> \n<br/>
@@ -2852,10 +2852,10 @@ http_interactions:
2852
2852
  \ \n<br/> \n<br/>
2853
2853
  \ \n<br/> \n\n</body>\n</html>\n"
2854
2854
  http_version:
2855
- recorded_at: Mon, 04 May 2015 23:12:33 GMT
2855
+ recorded_at: Mon, 11 May 2015 22:11:54 GMT
2856
2856
  - request:
2857
2857
  method: get
2858
- uri: http://localhost:3000/annotations/ee6bf8b6-1fec-4eae-a302-f27a16263efe
2858
+ uri: http://localhost:3000/annotations/f75cc32a-a650-4469-bc9a-ecabe9ffeae8
2859
2859
  body:
2860
2860
  encoding: US-ASCII
2861
2861
  string: ''
@@ -2882,23 +2882,23 @@ http_interactions:
2882
2882
  Cache-Control:
2883
2883
  - no-cache
2884
2884
  X-Request-Id:
2885
- - 52916251-e3d6-4d33-8a70-463c1854783b
2885
+ - f2d1d26a-7de3-410b-b7eb-139e5d4b656d
2886
2886
  X-Runtime:
2887
- - '0.014345'
2887
+ - '0.016485'
2888
2888
  Server:
2889
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2889
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2890
2890
  Date:
2891
- - Mon, 04 May 2015 23:13:42 GMT
2891
+ - Mon, 11 May 2015 22:14:30 GMT
2892
2892
  Content-Length:
2893
2893
  - '1486'
2894
2894
  Connection:
2895
2895
  - Keep-Alive
2896
2896
  body:
2897
2897
  encoding: UTF-8
2898
- string: "<h2>error getting ee6bf8b6-1fec-4eae-a302-f27a16263efe from LDP</h2><html>\n<head>\n<meta
2898
+ string: "<h2>error getting f75cc32a-a650-4469-bc9a-ecabe9ffeae8 from LDP</h2><html>\n<head>\n<meta
2899
2899
  http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\"/>\n<title>Error
2900
2900
  404 Not Found</title>\n</head>\n<body><h2>HTTP ERROR 404</h2>\n<p>Problem
2901
- accessing /fedora/rest/anno/ee6bf8b6-1fec-4eae-a302-f27a16263efe. Reason:\n<pre>
2901
+ accessing /fedora/rest/anno/f75cc32a-a650-4469-bc9a-ecabe9ffeae8. Reason:\n<pre>
2902
2902
  \ Not Found</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>
2903
2903
  \ \n<br/> \n<br/>
2904
2904
  \ \n<br/> \n<br/>
@@ -2911,418 +2911,5 @@ http_interactions:
2911
2911
  \ \n<br/> \n<br/>
2912
2912
  \ \n<br/> \n\n</body>\n</html>\n"
2913
2913
  http_version:
2914
- recorded_at: Mon, 04 May 2015 23:13:42 GMT
2915
- - request:
2916
- method: get
2917
- uri: http://localhost:3000/annotations/9be3bb80-3ec0-4af7-8400-aa9ce6933e3b
2918
- body:
2919
- encoding: US-ASCII
2920
- string: ''
2921
- headers:
2922
- Accept:
2923
- - application/ld+json
2924
- Accept-Encoding:
2925
- - gzip, deflate
2926
- User-Agent:
2927
- - Ruby
2928
- response:
2929
- status:
2930
- code: 404
2931
- message: 'Not Found '
2932
- headers:
2933
- X-Frame-Options:
2934
- - SAMEORIGIN
2935
- X-Xss-Protection:
2936
- - 1; mode=block
2937
- X-Content-Type-Options:
2938
- - nosniff
2939
- Content-Type:
2940
- - text/html; charset=utf-8
2941
- Cache-Control:
2942
- - no-cache
2943
- X-Request-Id:
2944
- - 8242cb40-bd49-42d8-a35f-e7b0477c1918
2945
- X-Runtime:
2946
- - '0.011535'
2947
- Server:
2948
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2949
- Date:
2950
- - Mon, 04 May 2015 23:17:03 GMT
2951
- Content-Length:
2952
- - '1486'
2953
- Connection:
2954
- - Keep-Alive
2955
- body:
2956
- encoding: UTF-8
2957
- string: "<h2>error getting 9be3bb80-3ec0-4af7-8400-aa9ce6933e3b from LDP</h2><html>\n<head>\n<meta
2958
- http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\"/>\n<title>Error
2959
- 404 Not Found</title>\n</head>\n<body><h2>HTTP ERROR 404</h2>\n<p>Problem
2960
- accessing /fedora/rest/anno/9be3bb80-3ec0-4af7-8400-aa9ce6933e3b. Reason:\n<pre>
2961
- \ Not Found</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>
2962
- \ \n<br/> \n<br/>
2963
- \ \n<br/> \n<br/>
2964
- \ \n<br/> \n<br/>
2965
- \ \n<br/> \n<br/>
2966
- \ \n<br/> \n<br/>
2967
- \ \n<br/> \n<br/>
2968
- \ \n<br/> \n<br/>
2969
- \ \n<br/> \n<br/>
2970
- \ \n<br/> \n<br/>
2971
- \ \n<br/> \n\n</body>\n</html>\n"
2972
- http_version:
2973
- recorded_at: Mon, 04 May 2015 23:17:03 GMT
2974
- - request:
2975
- method: get
2976
- uri: http://localhost:3000/annotations/edc4dead-8225-4278-853d-346d34059d6d
2977
- body:
2978
- encoding: US-ASCII
2979
- string: ''
2980
- headers:
2981
- Accept:
2982
- - application/ld+json
2983
- Accept-Encoding:
2984
- - gzip, deflate
2985
- User-Agent:
2986
- - Ruby
2987
- response:
2988
- status:
2989
- code: 404
2990
- message: 'Not Found '
2991
- headers:
2992
- X-Frame-Options:
2993
- - SAMEORIGIN
2994
- X-Xss-Protection:
2995
- - 1; mode=block
2996
- X-Content-Type-Options:
2997
- - nosniff
2998
- Content-Type:
2999
- - text/html; charset=utf-8
3000
- Cache-Control:
3001
- - no-cache
3002
- X-Request-Id:
3003
- - 550108bb-f769-49ff-98a5-3ed24b567354
3004
- X-Runtime:
3005
- - '0.014789'
3006
- Server:
3007
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
3008
- Date:
3009
- - Mon, 04 May 2015 23:18:54 GMT
3010
- Content-Length:
3011
- - '1486'
3012
- Connection:
3013
- - Keep-Alive
3014
- body:
3015
- encoding: UTF-8
3016
- string: "<h2>error getting edc4dead-8225-4278-853d-346d34059d6d from LDP</h2><html>\n<head>\n<meta
3017
- http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\"/>\n<title>Error
3018
- 404 Not Found</title>\n</head>\n<body><h2>HTTP ERROR 404</h2>\n<p>Problem
3019
- accessing /fedora/rest/anno/edc4dead-8225-4278-853d-346d34059d6d. Reason:\n<pre>
3020
- \ Not Found</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>
3021
- \ \n<br/> \n<br/>
3022
- \ \n<br/> \n<br/>
3023
- \ \n<br/> \n<br/>
3024
- \ \n<br/> \n<br/>
3025
- \ \n<br/> \n<br/>
3026
- \ \n<br/> \n<br/>
3027
- \ \n<br/> \n<br/>
3028
- \ \n<br/> \n<br/>
3029
- \ \n<br/> \n<br/>
3030
- \ \n<br/> \n\n</body>\n</html>\n"
3031
- http_version:
3032
- recorded_at: Mon, 04 May 2015 23:18:54 GMT
3033
- - request:
3034
- method: get
3035
- uri: http://localhost:3000/annotations/de39a800-43ae-4b05-a1b8-bc6cec997991
3036
- body:
3037
- encoding: US-ASCII
3038
- string: ''
3039
- headers:
3040
- Accept:
3041
- - application/ld+json
3042
- Accept-Encoding:
3043
- - gzip, deflate
3044
- User-Agent:
3045
- - Ruby
3046
- response:
3047
- status:
3048
- code: 404
3049
- message: 'Not Found '
3050
- headers:
3051
- X-Frame-Options:
3052
- - SAMEORIGIN
3053
- X-Xss-Protection:
3054
- - 1; mode=block
3055
- X-Content-Type-Options:
3056
- - nosniff
3057
- Content-Type:
3058
- - text/html; charset=utf-8
3059
- Cache-Control:
3060
- - no-cache
3061
- X-Request-Id:
3062
- - 44a62660-6079-4e58-b618-dff67843c9df
3063
- X-Runtime:
3064
- - '0.024553'
3065
- Server:
3066
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
3067
- Date:
3068
- - Tue, 05 May 2015 19:01:16 GMT
3069
- Content-Length:
3070
- - '1486'
3071
- Connection:
3072
- - Keep-Alive
3073
- body:
3074
- encoding: UTF-8
3075
- string: "<h2>error getting de39a800-43ae-4b05-a1b8-bc6cec997991 from LDP</h2><html>\n<head>\n<meta
3076
- http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\"/>\n<title>Error
3077
- 404 Not Found</title>\n</head>\n<body><h2>HTTP ERROR 404</h2>\n<p>Problem
3078
- accessing /fedora/rest/anno/de39a800-43ae-4b05-a1b8-bc6cec997991. Reason:\n<pre>
3079
- \ Not Found</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>
3080
- \ \n<br/> \n<br/>
3081
- \ \n<br/> \n<br/>
3082
- \ \n<br/> \n<br/>
3083
- \ \n<br/> \n<br/>
3084
- \ \n<br/> \n<br/>
3085
- \ \n<br/> \n<br/>
3086
- \ \n<br/> \n<br/>
3087
- \ \n<br/> \n<br/>
3088
- \ \n<br/> \n<br/>
3089
- \ \n<br/> \n\n</body>\n</html>\n"
3090
- http_version:
3091
- recorded_at: Tue, 05 May 2015 19:01:16 GMT
3092
- - request:
3093
- method: get
3094
- uri: http://localhost:3000/annotations/ba1d4ebe-68e6-4594-8ca0-26bc70975412
3095
- body:
3096
- encoding: US-ASCII
3097
- string: ''
3098
- headers:
3099
- Accept:
3100
- - application/ld+json
3101
- Accept-Encoding:
3102
- - gzip, deflate
3103
- User-Agent:
3104
- - Ruby
3105
- response:
3106
- status:
3107
- code: 404
3108
- message: 'Not Found '
3109
- headers:
3110
- X-Frame-Options:
3111
- - SAMEORIGIN
3112
- X-Xss-Protection:
3113
- - 1; mode=block
3114
- X-Content-Type-Options:
3115
- - nosniff
3116
- Content-Type:
3117
- - text/html; charset=utf-8
3118
- Cache-Control:
3119
- - no-cache
3120
- X-Request-Id:
3121
- - cf58e9fb-dc53-4597-a857-4a848947b6fd
3122
- X-Runtime:
3123
- - '0.019480'
3124
- Server:
3125
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
3126
- Date:
3127
- - Tue, 05 May 2015 19:10:22 GMT
3128
- Content-Length:
3129
- - '1486'
3130
- Connection:
3131
- - Keep-Alive
3132
- body:
3133
- encoding: UTF-8
3134
- string: "<h2>error getting ba1d4ebe-68e6-4594-8ca0-26bc70975412 from LDP</h2><html>\n<head>\n<meta
3135
- http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\"/>\n<title>Error
3136
- 404 Not Found</title>\n</head>\n<body><h2>HTTP ERROR 404</h2>\n<p>Problem
3137
- accessing /fedora/rest/anno/ba1d4ebe-68e6-4594-8ca0-26bc70975412. Reason:\n<pre>
3138
- \ Not Found</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>
3139
- \ \n<br/> \n<br/>
3140
- \ \n<br/> \n<br/>
3141
- \ \n<br/> \n<br/>
3142
- \ \n<br/> \n<br/>
3143
- \ \n<br/> \n<br/>
3144
- \ \n<br/> \n<br/>
3145
- \ \n<br/> \n<br/>
3146
- \ \n<br/> \n<br/>
3147
- \ \n<br/> \n<br/>
3148
- \ \n<br/> \n\n</body>\n</html>\n"
3149
- http_version:
3150
- recorded_at: Tue, 05 May 2015 19:10:22 GMT
3151
- - request:
3152
- method: get
3153
- uri: http://localhost:3000/annotations/a6acd5e2-715e-4c5e-8b24-8df4737e29cb
3154
- body:
3155
- encoding: US-ASCII
3156
- string: ''
3157
- headers:
3158
- Accept:
3159
- - application/ld+json
3160
- Accept-Encoding:
3161
- - gzip, deflate
3162
- User-Agent:
3163
- - Ruby
3164
- response:
3165
- status:
3166
- code: 404
3167
- message: 'Not Found '
3168
- headers:
3169
- X-Frame-Options:
3170
- - SAMEORIGIN
3171
- X-Xss-Protection:
3172
- - 1; mode=block
3173
- X-Content-Type-Options:
3174
- - nosniff
3175
- Content-Type:
3176
- - text/html; charset=utf-8
3177
- Cache-Control:
3178
- - no-cache
3179
- X-Request-Id:
3180
- - 428aa450-c5ae-4ddc-9eea-9043b53ed457
3181
- X-Runtime:
3182
- - '0.015944'
3183
- Server:
3184
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
3185
- Date:
3186
- - Tue, 05 May 2015 19:11:05 GMT
3187
- Content-Length:
3188
- - '1486'
3189
- Connection:
3190
- - Keep-Alive
3191
- body:
3192
- encoding: UTF-8
3193
- string: "<h2>error getting a6acd5e2-715e-4c5e-8b24-8df4737e29cb from LDP</h2><html>\n<head>\n<meta
3194
- http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\"/>\n<title>Error
3195
- 404 Not Found</title>\n</head>\n<body><h2>HTTP ERROR 404</h2>\n<p>Problem
3196
- accessing /fedora/rest/anno/a6acd5e2-715e-4c5e-8b24-8df4737e29cb. Reason:\n<pre>
3197
- \ Not Found</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>
3198
- \ \n<br/> \n<br/>
3199
- \ \n<br/> \n<br/>
3200
- \ \n<br/> \n<br/>
3201
- \ \n<br/> \n<br/>
3202
- \ \n<br/> \n<br/>
3203
- \ \n<br/> \n<br/>
3204
- \ \n<br/> \n<br/>
3205
- \ \n<br/> \n<br/>
3206
- \ \n<br/> \n<br/>
3207
- \ \n<br/> \n\n</body>\n</html>\n"
3208
- http_version:
3209
- recorded_at: Tue, 05 May 2015 19:11:05 GMT
3210
- - request:
3211
- method: get
3212
- uri: http://localhost:3000/annotations/944f00fb-03d2-40c0-a638-1daa712b1de8
3213
- body:
3214
- encoding: US-ASCII
3215
- string: ''
3216
- headers:
3217
- Accept:
3218
- - application/ld+json
3219
- Accept-Encoding:
3220
- - gzip, deflate
3221
- User-Agent:
3222
- - Ruby
3223
- response:
3224
- status:
3225
- code: 404
3226
- message: 'Not Found '
3227
- headers:
3228
- X-Frame-Options:
3229
- - SAMEORIGIN
3230
- X-Xss-Protection:
3231
- - 1; mode=block
3232
- X-Content-Type-Options:
3233
- - nosniff
3234
- Content-Type:
3235
- - text/html; charset=utf-8
3236
- Cache-Control:
3237
- - no-cache
3238
- X-Request-Id:
3239
- - f9117cf2-f8e1-4634-810c-887dea5f89c7
3240
- X-Runtime:
3241
- - '0.017064'
3242
- Server:
3243
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
3244
- Date:
3245
- - Tue, 05 May 2015 19:18:33 GMT
3246
- Content-Length:
3247
- - '1486'
3248
- Connection:
3249
- - Keep-Alive
3250
- body:
3251
- encoding: UTF-8
3252
- string: "<h2>error getting 944f00fb-03d2-40c0-a638-1daa712b1de8 from LDP</h2><html>\n<head>\n<meta
3253
- http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\"/>\n<title>Error
3254
- 404 Not Found</title>\n</head>\n<body><h2>HTTP ERROR 404</h2>\n<p>Problem
3255
- accessing /fedora/rest/anno/944f00fb-03d2-40c0-a638-1daa712b1de8. Reason:\n<pre>
3256
- \ Not Found</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>
3257
- \ \n<br/> \n<br/>
3258
- \ \n<br/> \n<br/>
3259
- \ \n<br/> \n<br/>
3260
- \ \n<br/> \n<br/>
3261
- \ \n<br/> \n<br/>
3262
- \ \n<br/> \n<br/>
3263
- \ \n<br/> \n<br/>
3264
- \ \n<br/> \n<br/>
3265
- \ \n<br/> \n<br/>
3266
- \ \n<br/> \n\n</body>\n</html>\n"
3267
- http_version:
3268
- recorded_at: Tue, 05 May 2015 19:18:33 GMT
3269
- - request:
3270
- method: get
3271
- uri: http://localhost:3000/annotations/48ef60fd-fa2a-42ac-a140-560ba4f688be
3272
- body:
3273
- encoding: US-ASCII
3274
- string: ''
3275
- headers:
3276
- Accept:
3277
- - application/ld+json
3278
- Accept-Encoding:
3279
- - gzip, deflate
3280
- User-Agent:
3281
- - Ruby
3282
- response:
3283
- status:
3284
- code: 404
3285
- message: 'Not Found '
3286
- headers:
3287
- X-Frame-Options:
3288
- - SAMEORIGIN
3289
- X-Xss-Protection:
3290
- - 1; mode=block
3291
- X-Content-Type-Options:
3292
- - nosniff
3293
- Content-Type:
3294
- - text/html; charset=utf-8
3295
- Cache-Control:
3296
- - no-cache
3297
- X-Request-Id:
3298
- - 1f88eda4-3ebf-400b-ad9f-9ad3b8a30325
3299
- X-Runtime:
3300
- - '0.536895'
3301
- Server:
3302
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
3303
- Date:
3304
- - Tue, 05 May 2015 19:20:30 GMT
3305
- Content-Length:
3306
- - '1486'
3307
- Connection:
3308
- - Keep-Alive
3309
- body:
3310
- encoding: UTF-8
3311
- string: "<h2>error getting 48ef60fd-fa2a-42ac-a140-560ba4f688be from LDP</h2><html>\n<head>\n<meta
3312
- http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\"/>\n<title>Error
3313
- 404 Not Found</title>\n</head>\n<body><h2>HTTP ERROR 404</h2>\n<p>Problem
3314
- accessing /fedora/rest/anno/48ef60fd-fa2a-42ac-a140-560ba4f688be. Reason:\n<pre>
3315
- \ Not Found</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>
3316
- \ \n<br/> \n<br/>
3317
- \ \n<br/> \n<br/>
3318
- \ \n<br/> \n<br/>
3319
- \ \n<br/> \n<br/>
3320
- \ \n<br/> \n<br/>
3321
- \ \n<br/> \n<br/>
3322
- \ \n<br/> \n<br/>
3323
- \ \n<br/> \n<br/>
3324
- \ \n<br/> \n<br/>
3325
- \ \n<br/> \n\n</body>\n</html>\n"
3326
- http_version:
3327
- recorded_at: Tue, 05 May 2015 19:20:30 GMT
2914
+ recorded_at: Mon, 11 May 2015 22:14:30 GMT
3328
2915
  recorded_with: VCR 2.9.3