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/"71349a29210f596e369afc20afb28d48"
34
+ - W/"6112d78bbc19d8823888e934e9a2f65d"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - 575f3783-e7f9-4d7e-8cc2-1dc1b12193d9
38
+ - 30474bcd-a9f4-44d5-8312-45836fc17cb1
39
39
  X-Runtime:
40
- - '1.383847'
40
+ - '1.445741'
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 17:53:16 GMT
44
+ - Mon, 11 May 2015 21:31:33 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=K1BUMHE3NGlHN3RQNlU4cEFyczJlK1hBaW9iTkV0eWxhK0RKU0Z4N0xRZmRFTDZSRmRpMW53czRreTFISXhMOWpPaVFkaFU4VXp5OXMxbzJmRWZRT1lad2gxaTR6SjNkVHYrWWVzeTZMcFBDSUVJRFpSWHpUZ0p1dWg2L1lFVlQwRi9ZVnE3OXI0eUNYcnc0TVcvTlg0ZTh6aDI5eHhXM242MGNNQnljN2REL01XTXFDM3hvS0N3SGhyeWJQSVB4eFo4aE5ackVmenRhZWlXYnhNc2MxK3lTRFAwdEtPcnJ3UUlIRWhLKy9hUT0tLW1LYStJbFQ2ZEJxT2F6KzJLT296Q0E9PQ%3D%3D--d38adac8544b888a32b1c2999fedf225ba927163;
50
+ - _internal_session=MncvUUVBTjdpUGZUN2x1VmozSlcyaHlBUlFrRHRlaUhyK0R1Z3huQlpmSGRiNnB6YVNDdnBIaXlRcHZoSFR2S2tyZmw2TFVQZTNSWENvSFRPZVJHTWsyRlhSMmxydWRLaE9DSUNMc01hUHUzb3lkeXRxbkRHdkl3dDhsM1o5LzBpK1RSMnlHR0FEb1l2TUZDWFZPb0R6cDdOV0RZdStFSi9FaGtLYUJ4ZTdCZTFLMUY3RmtraE51MFd3VTE1ME9mQjExRnJ5SVlibzUveE5LK29EdlZxNjRZbDRrTWk5QlhQL2dFeDJybHdhZVVLdFNGZzF0cFk3RFA4aWJpUk5DKy0tSnFaZ25oeHVVSXN0Z0QzQ1c2K0VMZz09--019acc1f067bfc36bf20e7b064b0a4ee12803752;
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":"_:g70075073584500","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/bc266767-fa4c-4890-ace5-9f18ef113ed0","@type":"oa:Annotation","hasBody":"_:g70075073584500","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902331756140","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/bb/9e/b6/30/bb9eb630-052d-42fb-a864-f447acb5ddfc","@type":"oa:Annotation","hasBody":"_:g69902331756140","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Mon, 04 May 2015 17:53:16 GMT
58
+ recorded_at: Mon, 11 May 2015 21:31:33 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 17:53:16 GMT
78
+ - Mon, 11 May 2015 21:31:33 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
- - Mon, 04 May 2015 23:53:16 GMT
86
+ - Tue, 12 May 2015 03:31:33 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 17:53:16 GMT
102
+ recorded_at: Mon, 11 May 2015 21:31:33 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 17:53:16 GMT
124
+ - Mon, 11 May 2015 21:31:33 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
- - Mon, 04 May 2015 23:53:16 GMT
138
+ - Tue, 12 May 2015 03:31:33 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 17:53:16 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:31:34 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 17:53:17 GMT
1276
+ - Mon, 11 May 2015 21:31:34 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
- - Mon, 04 May 2015 23:53:17 GMT
1284
+ - Tue, 12 May 2015 03:31:34 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 17:53:17 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:31:34 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 17:53:17 GMT
1322
+ - Mon, 11 May 2015 21:31:34 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
- - Mon, 04 May 2015 23:53:17 GMT
1336
+ - Tue, 12 May 2015 03:31:34 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 17:53:17 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:31:34 GMT
2455
2455
  - request:
2456
2456
  method: delete
2457
- uri: http://localhost:3000/annotations/bc266767-fa4c-4890-ace5-9f18ef113ed0
2457
+ uri: http://localhost:3000/annotations/bb%2F9e%2Fb6%2F30%2Fbb9eb630-052d-42fb-a864-f447acb5ddfc
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
- - 64c54f5a-0bdf-4b43-a793-3ca608fa7417
2484
+ - e2d045e6-5c7c-493e-bfc8-ae1b481e580d
2485
2485
  X-Runtime:
2486
- - '0.130666'
2486
+ - '0.150786'
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 17:53:17 GMT
2490
+ - Mon, 11 May 2015 21:31:34 GMT
2491
2491
  Connection:
2492
2492
  - Keep-Alive
2493
2493
  Set-Cookie:
2494
- - _internal_session=QWpNZGpacHFtSjF1YTh0MHUxS3VBUng1cHZiVXhtbkJSSmNTTUtmQSt4a2RQN2tDSW9DcUZnakhaU1NUK3RSZlpjTTdWYkwxc1QwTnd4K09tZGlsamJIeGpsbDdibkVXQWE0V0NBM1UrbmJHQkpMa3J4WW5tdlUyQWYxaDlYcStPQ0UybklzTThaMUFZbXJSYUxsK2ZzY0dpSlFiM2hkdVplRHNMUy9aSHVHTStSb25Vd25BUzdDcG5pYUp6Tm9DLS1CUjMveWpJbVRmRjRHbWlJaU0zT0xRPT0%3D--2f98bd8d3fb9b256e684cc28dc78aa64897f5045;
2494
+ - _internal_session=dWsraVc3TytweFVZTUJXZGpWY2gxM21qanJjSFU5YmNPWnJKcnB3SW0vTmxQOHBka3I4ZmY5TkF2UDlMU08wRUgzWDYvaXNRK2xocGVQRm91aGhTK2E3THg1TzhneisrY3YwWFBFaXFYdndiZTdEczNnb1lpdUxGOUFwc1E1aFB6Y3FRcFdyOE1WMVRaSGRRd2pmTFBZM1o1ZHhiWWRQZUxiWTIvUmJ5S1g2d01KTEpoQitBVmE4ZEFXK2Zwa2lQLS1sc2pDWmpGWkFBdWZvbWh6SS9ydllnPT0%3D--51c4a588069e8422beb44540b62e4e5c4452e33d;
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 17:53:17 GMT
2501
+ recorded_at: Mon, 11 May 2015 21:31:34 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/"934547942e4df935c877c5fc6c5cf1e4"
34
+ - W/"e63a5ebccd723dba0096d9a8cf1b949a"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - 9115bb27-33b8-4ecb-a33e-7de86ca42381
38
+ - c43a089c-5a9c-4a2c-af4c-ae8e00ac9c20
39
39
  X-Runtime:
40
- - '1.369645'
40
+ - '6.480603'
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 17:53:08 GMT
44
+ - Mon, 11 May 2015 21:31:25 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=ZzJpVm9leDVzTkZJWW5BcFJYUWNCYTRRSGhjS0JsOFVCUnNKanFyVkc3N004b2l1akkxQ2l3QnRNOW0vZjVMMDdmek9oa2ZXc2pVYWtZclV6cEdwMVdWWHRoVGhZK3Job1lRTE1PVW81YWFmTWtkdGhPb3lyeWU5bks2R2NlS0FhVzRFOWhTaXNzUkRCQVNqcnQ5ZE1PLy9tSENoa2p3a0lYaSsyVnF5WEk0QWd4OHdmb3lwSnhQbVZxR0ttOUdSZzdHZ2NzZjBMbk5QMUwxdkNNdFNYc1Nxa2haZEFQZzBtaU5oT2ZMaStjOD0tLW1paU43SS8rcC9rS3BWZE9oeDE1K3c9PQ%3D%3D--208b38cdaeb1f277759963be013c84dbd8fd9d1b;
50
+ - _internal_session=UUNqU3JEZUtUWkwva0NsZCt6UFhDczVMZzkxUTd6Vyt5UklMVXBRVkpQTEFhRGNDbW1VeGdOVWx3Z3cwd0FVL0NsbTdJRDBPbEFUSUVGcU0xZmRTcnVBbVBHU29hRmRyTDhvNThqbFlFTUJ4cW14cFNYelFUejN0d3JzUHJab1h2VytEbWduVjg1YVJlaWo0S0E2eS80Q1VaRnp3SlpESHlFckR5c0hFZVRYelpnc2Z1OTJMS3NPMHREQkpWS09ZYVRiT1ZYaDZDUitwc3ZHYkxFTktPZ3l4OUY1N1Z3eEFHZFZRWURZeTJEa1ZsTjczN3N6Wm1VTmFjeGlna0ZKeC0tMDkyby9uajc5MFFpejhCY24wUHVndz09--2f81df7c5fb8ba49efee558f253a51f01440dda6;
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":"_:g70075070962920","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/9523f958-9452-4214-8245-aa0715d8a09d","@type":"oa:Annotation","hasBody":"_:g70075070962920","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902330772280","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/99/e3/ae/f5/99e3aef5-2e14-4b8b-ad52-1213bf5eb254","@type":"oa:Annotation","hasBody":"_:g69902330772280","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Mon, 04 May 2015 17:53:08 GMT
58
+ recorded_at: Mon, 11 May 2015 21:31:25 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 17:53:08 GMT
78
+ - Mon, 11 May 2015 21:31:25 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
- - Mon, 04 May 2015 23:53:08 GMT
86
+ - Tue, 12 May 2015 03:31:25 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 17:53:08 GMT
102
+ recorded_at: Mon, 11 May 2015 21:31:25 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 17:53:08 GMT
124
+ - Mon, 11 May 2015 21:31:25 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
- - Mon, 04 May 2015 23:53:08 GMT
138
+ - Tue, 12 May 2015 03:31:25 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 17:53:08 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:31:25 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 17:53:09 GMT
1276
+ - Mon, 11 May 2015 21:31:26 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
- - Mon, 04 May 2015 23:53:09 GMT
1284
+ - Tue, 12 May 2015 03:31:26 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 17:53:09 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:31:26 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 17:53:09 GMT
1322
+ - Mon, 11 May 2015 21:31:26 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
- - Mon, 04 May 2015 23:53:09 GMT
1336
+ - Tue, 12 May 2015 03:31:26 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 17:53:09 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:31:26 GMT
2455
2455
  - request:
2456
2456
  method: delete
2457
- uri: http://localhost:3000/annotations/9523f958-9452-4214-8245-aa0715d8a09d
2457
+ uri: http://localhost:3000/annotations/99%2Fe3%2Fae%2Ff5%2F99e3aef5-2e14-4b8b-ad52-1213bf5eb254
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
- - c9dc1977-680b-4156-8b35-04c80d6a6700
2484
+ - 2afec67b-f83b-481f-bf5c-57402cc49693
2485
2485
  X-Runtime:
2486
- - '0.147403'
2486
+ - '0.145418'
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 17:53:09 GMT
2490
+ - Mon, 11 May 2015 21:31:26 GMT
2491
2491
  Connection:
2492
2492
  - Keep-Alive
2493
2493
  Set-Cookie:
2494
- - _internal_session=aSs5cnNwMzZ5TGZOV1FYR0Q5Tm1teWpkUEFPMDQweWpwdzVUKzIvVnBJZjZKZ3dnV0JxYyt0M2J3cGN6OU1EOGFHQjdLbHRPNzcwQ0tkWDlxREloeFJnTk5INzMvaWNuZHczVC9la0hQQnZBK3dtYncrRWZNclphd2JHdnlweVBQU0lYTS83Wm1yYkFvMlpoQ0NlWnJBeXlYU3pVQmpnNGNXRzVPZUxYUXJSRVpFcG8vRXpocW8xRGIrSTV5bjVaLS1rM3M4WCtBdFpXZkk4eXdIbjlSNmRBPT0%3D--196aa345ae982d0250d6e5bf6af3243bf109019d;
2494
+ - _internal_session=YkhhYTY0ZmVBWmdEUzdsMEJLeVp0ZEszZVJNbDFXQjRmdFJOTkNaT1JiWHA4SDhTcStEQmtYaUdud1hOUmQrSWZBMjdoR3NMS2hiTmVzQWhqa3dydlR1MmtLVjNOb0NVUmZVR2pJOVNGSEc0cithbnpNZDZrc3htNHJzbFJxSFRndXFIWFQ3NGZtbUNSRTBMWHVBTTVZZFpEalN3RGdVczJtamVWSjFzazB2RlZyNEdYQUpIMXdtZlpLNTBvQmppLS1MakZMVWIvNmRTU3lPVCtkbzlLTmt3PT0%3D--5b1b626bb6635fde7c695e5f729c9d6db74c5039;
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 17:53:09 GMT
2501
+ recorded_at: Mon, 11 May 2015 21:31:26 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/"73fbf43229f21a0e60bdf6c43f7061ab"
34
+ - W/"e22028cebac1b5ccefa7c34f3a006cc0"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - 33a4527a-d87f-4b6f-bab0-37bf8bd58107
38
+ - aa20df0f-917c-45bf-afb0-8094a5b28948
39
39
  X-Runtime:
40
- - '1.406326'
40
+ - '1.388695'
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 17:53:11 GMT
44
+ - Mon, 11 May 2015 21:31:28 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=d0RGN24rZ2lBWk52Tk9PLzhGaWdBd3piTkVtWUJTTjBKTzI3UkpmMU9tem9MZk1pREFxVEhOZ0xtZjRmL0hzamRDTld5R2cyd3huK3hOeGZzaGVraVI5THhQZ3QrUkdWVVJNUUkxdjJZZmp4NGhPeWNVYTVPbTNWamhpZEF4Y0RYMm9xYkY2MDJQNittUjhHQm9kL09SeDdSbE5KdlBRK25xUnBrMXFYQ3ZmeFJvTHF6c2lTdHVScWVhTGNjWUVzdk5KMEF5c3pNSFZXb3EvZWNVeGUvblNXa3ZTaVgwNW5xWWxQcHU2NndJTT0tLVQyMnBZK3hMYm8rOHpQd1h6djJGYkE9PQ%3D%3D--78041c59b8214c3026039dd064b8ec8dd9bea385;
50
+ - _internal_session=bTRTRlFqdEl0NjhGbDFQcDE5VkloY1UyY282UjF6dlljSmhMYlVVajJtOENRbTdkUTVsNnplbXZmbzRjWFNRLzNKWmgybW84T0EwQSsyN0F4T0w0bEp6NU1Md3FtRjY0OTJ6QUdDU2dySThXbGd6Q2JvSjRweXpiZ0tMQ3U2ZFBNaWRhM0xRdUh2SjF4RE9wTjkyaGJ0U1AzY2VUY2srbjRVQkJ3a2JGVUI1akl1Z3J3SXRZd3VQckNhdkN2NGFQRGRiVUFmcncvUDcxTnhrMENGOEMvbkRmM3ZZQmZwcFFJVW00SHpIRTRWVGkxcjVhc3J2aGQ1OHZBNi9heEZQRy0tOHVULzl4RDdqcGlBb0p5cEFJM2IwZz09--65c7820857731c7ad4fce650515e4e2b3b85a69c;
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":"_:g70075075256140","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/4944b78d-65db-4b8d-a3d1-43e5150eb87f","@type":"oa:Annotation","hasBody":"_:g70075075256140","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902319104400","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/13/8e/a8/96/138ea896-ae4b-4149-845f-3146af519cac","@type":"oa:Annotation","hasBody":"_:g69902319104400","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Mon, 04 May 2015 17:53:11 GMT
58
+ recorded_at: Mon, 11 May 2015 21:31:28 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 17:53:11 GMT
78
+ - Mon, 11 May 2015 21:31:28 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
- - Mon, 04 May 2015 23:53:11 GMT
86
+ - Tue, 12 May 2015 03:31:28 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 17:53:11 GMT
102
+ recorded_at: Mon, 11 May 2015 21:31:28 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 17:53:11 GMT
124
+ - Mon, 11 May 2015 21:31:28 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
- - Mon, 04 May 2015 23:53:11 GMT
138
+ - Tue, 12 May 2015 03:31:28 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 17:53:11 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:31:28 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 17:53:11 GMT
1276
+ - Mon, 11 May 2015 21:31:28 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
- - Mon, 04 May 2015 23:53:11 GMT
1284
+ - Tue, 12 May 2015 03:31:28 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 17:53:11 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:31:28 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 17:53:11 GMT
1322
+ - Mon, 11 May 2015 21:31:28 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
- - Mon, 04 May 2015 23:53:11 GMT
1336
+ - Tue, 12 May 2015 03:31:28 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 17:53:12 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:31:29 GMT
2455
2455
  - request:
2456
2456
  method: delete
2457
- uri: http://localhost:3000/annotations/4944b78d-65db-4b8d-a3d1-43e5150eb87f
2457
+ uri: http://localhost:3000/annotations/13%2F8e%2Fa8%2F96%2F138ea896-ae4b-4149-845f-3146af519cac
2458
2458
  body:
2459
2459
  encoding: US-ASCII
2460
2460
  string: ''
@@ -2481,27 +2481,27 @@ http_interactions:
2481
2481
  Cache-Control:
2482
2482
  - no-cache
2483
2483
  X-Request-Id:
2484
- - 7cc4bc3b-5dbc-4e7a-be8a-83dd217dd83c
2484
+ - fd145ff7-db4d-4593-803e-ee4584258fd4
2485
2485
  X-Runtime:
2486
- - '0.133060'
2486
+ - '0.146504'
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 17:53:12 GMT
2490
+ - Mon, 11 May 2015 21:31:29 GMT
2491
2491
  Connection:
2492
2492
  - Keep-Alive
2493
2493
  Set-Cookie:
2494
- - _internal_session=V1hDRVd4UzZtbTRZMHoya05XTURtVlkwTHNxK2tidVFnSmhjSXBqSi9qTzZBZndmOVBWbWlvZUJTMkFBTEJEVGlMOXdRZDdYS0J5ZFV3eVZBYlY5QUJhVk1OVTNKbFFnUkxHNUJ5ekV3RDNPeVNyVHlCajliY3hwcS9tVjU0Y3lmcHlTSzg1eS90UXVqTTlLeC9Za0R1QU5vZHdncGlnK0NzTlVoNWF0RTc3TFk0ZTdBZ1YwRkx6QWVGOXNwWWpZLS1zYXgrKzVvSDRBOXdtKzlMUnRyaWRBPT0%3D--4c2703bd8bbc3fed35b8bfbee40f7e9e48ec75c5;
2494
+ - _internal_session=OHppS0pWR2pMU3dQRVluMUJTOVJKYy9pbUsrQlB0QmF0YTVDcllXbFBIeTAvcGVKbC9tWFdHRXNieVlMMExsK3VGTFM4M2pMTDAxNG1yOFluanJUNGNEZklRcjNvbHJLTmlSd2lDbUdqcENwRGtuWTBHejg4TzJWdFl4VnJQVk1ZbWp6OFFCSjFTY1hQdFp6Qkh4SCsxSVZtYWxhenU3SjJmREtMTFp3dGFoZmF5RnM2RUYvR3lzbitSRDF6MnVLLS0xUDI0a1h1MjE5Y1BhcGw3V2lmN3VRPT0%3D--7b012a47958e20ee27b6ed9bb5f0b39288f16834;
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 17:53:12 GMT
2501
+ recorded_at: Mon, 11 May 2015 21:31:29 GMT
2502
2502
  - request:
2503
2503
  method: delete
2504
- uri: http://localhost:3000/annotations/4944b78d-65db-4b8d-a3d1-43e5150eb87f
2504
+ uri: http://localhost:3000/annotations/13%2F8e%2Fa8%2F96%2F138ea896-ae4b-4149-845f-3146af519cac
2505
2505
  body:
2506
2506
  encoding: US-ASCII
2507
2507
  string: ''
@@ -2528,23 +2528,24 @@ http_interactions:
2528
2528
  Cache-Control:
2529
2529
  - no-cache
2530
2530
  X-Request-Id:
2531
- - 73a351c6-e832-4ad6-ba58-7e4878d26130
2531
+ - 14677fec-5c5e-4b3a-bb9f-228c80a0e584
2532
2532
  X-Runtime:
2533
- - '0.009878'
2533
+ - '0.015912'
2534
2534
  Server:
2535
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2535
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2536
2536
  Date:
2537
- - Mon, 04 May 2015 17:53:12 GMT
2537
+ - Mon, 11 May 2015 21:31:29 GMT
2538
2538
  Content-Length:
2539
- - '146'
2539
+ - '272'
2540
2540
  Connection:
2541
2541
  - Keep-Alive
2542
2542
  Set-Cookie:
2543
2543
  - request_method=DELETE; path=/
2544
2544
  body:
2545
2545
  encoding: UTF-8
2546
- string: "<h2>error getting 4944b78d-65db-4b8d-a3d1-43e5150eb87f from LDP</h2>Discovered
2547
- tombstone resource at org.fcrepo.kernel.impl.TombstoneImpl@2d7c23c1"
2546
+ string: "<h2>error getting 13/8e/a8/96/138ea896-ae4b-4149-845f-3146af519cac
2547
+ from LDP</h2>Discovered tombstone resource at /anno/13/8e/a8/96/138ea896-ae4b-4149-845f-3146af519cac
2548
+ {jcr:createdBy=bypassAdmin, jcr:primaryType=fedora:Tombstone, jcr:created=2015-05-11T14:31:29.398-07:00}"
2548
2549
  http_version:
2549
- recorded_at: Mon, 04 May 2015 17:53:12 GMT
2550
+ recorded_at: Mon, 11 May 2015 21:31:29 GMT
2550
2551
  recorded_with: VCR 2.9.3