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/"ac2842e4c3614f617a5b2db401ad9a9d"
34
+ - W/"9a3ca2644e39d48600ae4e3f56aaff3f"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - b4b2caa8-b3ef-493a-9077-48a1b5a4353d
38
+ - cde531ec-afda-48dc-b8e2-a7bbd4f7f307
39
39
  X-Runtime:
40
- - '1.378145'
40
+ - '1.374008'
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:52:45 GMT
44
+ - Mon, 11 May 2015 21:30:39 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=RUp1cDVmTEpuRTJFdnBMeE1sK1c5TXJFSEh5NHdxSzVFdFIxeW5zRDdVRkMyRjN6S0JuZlJzdHNWUHVtVW9aRGJWSE8rRlZlQVNXVTZqY1hPd3N5WnZoa1MzRFltTE8xTFdNeXc0SFpkNHVZekFUTnBqWkRGNXM4eFppeVp6aVZXYmlpTjh5VjlrT2E5WWRLWTliTVFzcmd6RW1DL3ZRU2FZWGFXYU11WFhqMEJhZzhzbXEvQ3F4Z3dHK2JISktSNEFJUFpVL2p5eHMvTCtOeFBQYjAyUk9GZ3UrclBicW1hcGtSOEJ6ekZRTT0tLUFxZysyN25reUVUNmxONU9lSTBWOFE9PQ%3D%3D--4e2a37cf833e4fd02e4e520f1cbe1a0b59d270b5;
50
+ - _internal_session=WndCcTZqRUFobGtHSmFuNThPejA2Rm5KZzJza3ZTOTlUNVhvN2pCMG5qek9CTVJzRjI2ZzQwWGhkam9uUi9NTkxkZnBJalM1ZEY2R0FEVnhyUGVFSUJEenlmT0FrRStKT21YOXl6ZkcrWEF5ZzU3UjVaRDVQVHpIckovVU41MStRYzVkOXJmL0lNUTk2QlhEdmk4VjZoWXduR2VPTDFKcEtUS3lrZDQ3dWQwTk01ZUpldDQxYkNZcHRobzFPalJNOCt3cGU4ZjNHWDM1eWVkWkdRVC8wN0tFY203bEt1KzBOM1hTS0I1RXhOVUJZck42cHp5dXp2dkFIcGZ2NnhLdy0tay9lQkFMSUhVMUV6OUNVZnpvUitZZz09--f01e3c452d63c0044b5a9f2d2f79d7098e0a6e39;
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":"_:g70075072387040","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/4bf087ee-e887-4b67-b558-82e7707418fb","@type":"oa:Annotation","hasBody":"_:g70075072387040","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902462109280","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/34/bb/05/f8/34bb05f8-c130-45ed-bd4c-0b2f7f6b42de","@type":"oa:Annotation","hasBody":"_:g69902462109280","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Mon, 04 May 2015 17:52:45 GMT
58
+ recorded_at: Mon, 11 May 2015 21:30:39 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:52:45 GMT
78
+ - Mon, 11 May 2015 21:30:40 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:52:45 GMT
86
+ - Tue, 12 May 2015 03:30:40 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:52:45 GMT
102
+ recorded_at: Mon, 11 May 2015 21:30:40 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:52:46 GMT
124
+ - Mon, 11 May 2015 21:30:40 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:52:46 GMT
138
+ - Tue, 12 May 2015 03:30:40 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:52:46 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:30:40 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:52:46 GMT
1276
+ - Mon, 11 May 2015 21:30:40 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:52:46 GMT
1284
+ - Tue, 12 May 2015 03:30:40 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:52:46 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:30:40 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:52:46 GMT
1322
+ - Mon, 11 May 2015 21:30:40 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:52:46 GMT
1336
+ - Tue, 12 May 2015 03:30:40 GMT
1337
1337
  P3p:
1338
1338
  - policyref="http://www.w3.org/2014/08/p3p.xml"
1339
1339
  Access-Control-Allow-Origin:
@@ -2451,2454 +2451,10 @@ http_interactions:
2451
2451
 
2452
2452
 
2453
2453
  http_version:
2454
- recorded_at: Mon, 04 May 2015 17:52:46 GMT
2455
- - request:
2456
- method: get
2457
- uri: http://localhost:3000/annotations/4bf087ee-e887-4b67-b558-82e7707418fb
2458
- body:
2459
- encoding: US-ASCII
2460
- string: ''
2461
- headers:
2462
- Accept:
2463
- - application/ld+json; profile="http://www.w3.org/ns/oa-context-20130208.json"
2464
- Accept-Encoding:
2465
- - gzip, deflate
2466
- User-Agent:
2467
- - Ruby
2468
- response:
2469
- status:
2470
- code: 200
2471
- message: 'OK '
2472
- headers:
2473
- X-Frame-Options:
2474
- - SAMEORIGIN
2475
- X-Xss-Protection:
2476
- - 1; mode=block
2477
- X-Content-Type-Options:
2478
- - nosniff
2479
- Content-Type:
2480
- - application/ld+json; charset=utf-8
2481
- Etag:
2482
- - W/"e29fd3a194636c594b74a3f560d7f99d"
2483
- Cache-Control:
2484
- - max-age=0, private, must-revalidate
2485
- X-Request-Id:
2486
- - 424d42c9-1e59-49d5-a545-965c6112bc6e
2487
- X-Runtime:
2488
- - '0.681687'
2489
- Server:
2490
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2491
- Date:
2492
- - Mon, 04 May 2015 17:52:47 GMT
2493
- Content-Length:
2494
- - '431'
2495
- Connection:
2496
- - Keep-Alive
2497
- body:
2498
- encoding: UTF-8
2499
- string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g70075064695300","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
2500
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/4bf087ee-e887-4b67-b558-82e7707418fb","@type":"oa:Annotation","hasBody":"_:g70075064695300","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
2501
- http_version:
2502
- recorded_at: Mon, 04 May 2015 17:52:47 GMT
2503
- - request:
2504
- method: get
2505
- uri: http://www.w3.org/ns/oa-context-20130208.json
2506
- body:
2507
- encoding: US-ASCII
2508
- string: ''
2509
- headers:
2510
- Accept:
2511
- - application/ld+json, application/json
2512
- Accept-Encoding:
2513
- - gzip, deflate
2514
- User-Agent:
2515
- - Ruby
2516
- response:
2517
- status:
2518
- code: 307
2519
- message: Temporary Redirect
2520
- headers:
2521
- Date:
2522
- - Mon, 04 May 2015 17:52:47 GMT
2523
- Server:
2524
- - Apache/2
2525
- Location:
2526
- - http://www.w3.org/ns/oa.jsonld
2527
- Cache-Control:
2528
- - max-age=21600
2529
- Expires:
2530
- - Mon, 04 May 2015 23:52:47 GMT
2531
- Content-Length:
2532
- - '240'
2533
- Content-Type:
2534
- - text/html; charset=iso-8859-1
2535
- body:
2536
- encoding: UTF-8
2537
- string: |
2538
- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
2539
- <html><head>
2540
- <title>307 Temporary Redirect</title>
2541
- </head><body>
2542
- <h1>Temporary Redirect</h1>
2543
- <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
2544
- </body></html>
2545
- http_version:
2546
- recorded_at: Mon, 04 May 2015 17:52:47 GMT
2547
- - request:
2548
- method: get
2549
- uri: http://www.w3.org/ns/oa.jsonld
2550
- body:
2551
- encoding: US-ASCII
2552
- string: ''
2553
- headers:
2554
- Accept:
2555
- - application/ld+json, application/json
2556
- Accept-Encoding:
2557
- - gzip, deflate
2558
- Cookie:
2559
- - ''
2560
- User-Agent:
2561
- - Ruby
2562
- response:
2563
- status:
2564
- code: 200
2565
- message: OK
2566
- headers:
2567
- Date:
2568
- - Mon, 04 May 2015 17:52:47 GMT
2569
- Server:
2570
- - Apache/2
2571
- Last-Modified:
2572
- - Tue, 06 May 2014 11:14:49 GMT
2573
- Etag:
2574
- - '"b533-4f8b95b2a9c40"'
2575
- Accept-Ranges:
2576
- - bytes
2577
- Content-Length:
2578
- - '46387'
2579
- Cache-Control:
2580
- - max-age=21600
2581
- Expires:
2582
- - Mon, 04 May 2015 23:52:47 GMT
2583
- P3p:
2584
- - policyref="http://www.w3.org/2014/08/p3p.xml"
2585
- Access-Control-Allow-Origin:
2586
- - "*"
2587
- Content-Type:
2588
- - application/ld+json
2589
- body:
2590
- encoding: UTF-8
2591
- string: |+
2592
- {
2593
- "@context": {
2594
- "oa": "http://www.w3.org/ns/oa#",
2595
- "cnt": "http://www.w3.org/2011/content#",
2596
- "dc": "http://purl.org/dc/elements/1.1/",
2597
- "dcterms": "http://purl.org/dc/terms/",
2598
- "dctypes": "http://purl.org/dc/dcmitype/",
2599
- "foaf": "http://xmlns.com/foaf/0.1/",
2600
- "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
2601
- "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
2602
- "skos": "http://www.w3.org/2004/02/skos/core#",
2603
- "owl": "http://www.w3.org/2002/07/owl#",
2604
- "prov": "http://www.w3.org/ns/prov#",
2605
- "trig": "http://www.w3.org/2004/03/trix/rdfg-1/",
2606
- "xsd": "http://www.w3.org/2001/XMLSchema#",
2607
-
2608
-
2609
- "hasBody" : {"@type":"@id", "@id" : "oa:hasBody"},
2610
- "hasTarget" : {"@type":"@id", "@id" : "oa:hasTarget"},
2611
- "hasSource" : {"@type":"@id", "@id" : "oa:hasSource"},
2612
- "hasSelector" : {"@type":"@id", "@id" : "oa:hasSelector"},
2613
- "hasState" : {"@type":"@id", "@id" : "oa:hasState"},
2614
- "hasScope" : {"@type":"@id", "@id" : "oa:hasScope"},
2615
- "annotatedBy" : {"@type":"@id", "@id" : "oa:annotatedBy"},
2616
- "serializedBy" : {"@type":"@id", "@id" : "oa:serializedBy"},
2617
- "motivatedBy" : {"@type":"@id", "@id" : "oa:motivatedBy"},
2618
- "equivalentTo" : {"@type":"@id", "@id" : "oa:equivalentTo"},
2619
- "styledBy" : {"@type":"@id", "@id" : "oa:styledBy"},
2620
- "cachedSource" : {"@type":"@id", "@id" : "oa:cachedSource"},
2621
- "conformsTo" : {"@type":"@id", "@id" : "dcterms:conformsTo"},
2622
- "default" : {"@type":"@id", "@id" : "oa:default"},
2623
- "item" : {"@type":"@id", "@id" : "oa:item"},
2624
- "first": {"@type":"@id", "@id" : "rdf:first"},
2625
- "rest": {"@type":"@id", "@id" : "rdf:rest", "@container" : "@list"},
2626
-
2627
- "annotatedAt" : { "@type": "xsd:dateTimeStamp", "@id": "oa:annotatedAt" },
2628
- "end" : { "@type": "xsd:nonNegativeInteger", "@id": "oa:end" },
2629
- "exact" : "oa:exact",
2630
- "prefix" : "oa:prefix",
2631
- "serializedAt" : { "@type": "xsd:dateTimeStamp", "@id": "oa:serializedAt" },
2632
- "start" : { "@type": "xsd:nonNegativeInteger", "@id": "oa:start" },
2633
- "styleClass" : "oa:styleClass",
2634
- "suffix" : "oa:suffix",
2635
- "when" : { "@type": "xsd:dateTimeStamp", "@id": "oa:when" },
2636
-
2637
- "chars" : "cnt:chars",
2638
- "bytes" : "cnt:bytes",
2639
- "format" : "dc:format",
2640
- "language" : "dc:language",
2641
- "value" : "rdf:value",
2642
- "label" : "rdfs:label",
2643
- "name" : "foaf:name",
2644
- "mbox" : "foaf:mbox"
2645
-
2646
- },
2647
- "@graph": [
2648
- {
2649
- "@id": "oa:annotatedBy",
2650
- "@type": "owl:ObjectProperty",
2651
- "rdfs:comment": {
2652
- "@language": "en",
2653
- "@value": "The object of the relationship is a resource that identifies the agent responsible for creating the Annotation. This may be either a human or software agent. \n\nThere SHOULD be exactly 1 oa:annotatedBy relationship per Annotation, but MAY be 0 or more than 1, as the Annotation may be anonymous, or multiple agents may have worked together on it.\n\nIt is RECOMMENDED to use these and other FOAF terms to describe agents: foaf:Person, prov:SoftwareAgent, foaf:Organization, foaf:name, foaf:mbox, foaf:openid, foaf:homepage"
2654
- },
2655
- "rdfs:domain": {
2656
- "@id": "oa:Annotation"
2657
- },
2658
- "rdfs:isDefinedBy": {
2659
- "@id": "oa:"
2660
- },
2661
- "rdfs:label": {
2662
- "@language": "en",
2663
- "@value": "annotatedBy"
2664
- },
2665
- "rdfs:subPropertyOf": {
2666
- "@id": "prov:wasAttributedTo"
2667
- }
2668
- },
2669
- {
2670
- "@id": "oa:commenting",
2671
- "@type": [
2672
- "oa:Motivation",
2673
- "owl:NamedIndividual"
2674
- ],
2675
- "rdfs:comment": {
2676
- "@language": "en",
2677
- "@value": "The motivation that represents a commentary about or review of the target resource(s). For example to provide a commentary about a particular PDF."
2678
- },
2679
- "skos:inScheme": {
2680
- "@id": "oa:motivationScheme"
2681
- },
2682
- "skos:prefLabel": {
2683
- "@language": "en",
2684
- "@value": "commenting"
2685
- }
2686
- },
2687
- {
2688
- "@id": "oa:SvgSelector",
2689
- "@type": "owl:Class",
2690
- "rdfs:comment": {
2691
- "@language": "en",
2692
- "@value": "A Selector which selects an area specified as an SVG shape.\n\nThe SVG document should either be retrievable by resolving the URI of this resource, or be included as an Embedded Resource using cnt:Content.\n\nIt is RECOMMENDED that the document contain only a single shape element and that element SHOULD be one of: path, rect, circle, ellipse, polyline, polygon or g. The g element SHOULD ONLY be used to construct a multi-element group, for example to define a donut shape requiring an outer circle and a clipped inner circle.\n\nThe dimensions of both the shape and the SVG canvas MUST be relative to the dimensions of the Source resource. For example, given an image which is 600 pixels by 400 pixels, and the desired section is a circle of 100 pixel radius at the center of the image, then the SVG element would be: <circle cx=\"300\" cy=\"200\" r=\"100\"/>\n\nIt is NOT RECOMMENDED to include style information within the SVG element, nor Javascript, animation, text or other non shape oriented information. Clients SHOULD ignore such information if present."
2693
- },
2694
- "rdfs:isDefinedBy": {
2695
- "@id": "oa:"
2696
- },
2697
- "rdfs:label": {
2698
- "@language": "en",
2699
- "@value": "SvgSelector"
2700
- },
2701
- "rdfs:subClassOf": {
2702
- "@id": "oa:Selector"
2703
- }
2704
- },
2705
- {
2706
- "@id": "oa:Selector",
2707
- "@type": "owl:Class",
2708
- "rdfs:comment": {
2709
- "@language": "en",
2710
- "@value": "A resource which describes the segment of interest in a representation of a Source resource, indicated with oa:hasSelector from the Specific Resource. \n\nThis class is not used directly in Annotations, only its subclasses are.\n\nThe nature of the Selector will be dependent on the type of the representation for which the segment is conveyed. The specific type of selector should be indicated using a subclass of oa:Selector.\n\nThe Specifier's description MAY be conveyed as an external or embedded resource (cnt:Content), or as RDF properties within the graph. The description SHOULD use existing standards whenever possible. If the Specifier has an HTTP URI, then its description, and only its description, MUST be returned when the URI is dereferenced."
2711
- },
2712
- "rdfs:isDefinedBy": {
2713
- "@id": "oa:"
2714
- },
2715
- "rdfs:label": {
2716
- "@language": "en",
2717
- "@value": "Selector"
2718
- }
2719
- },
2720
- {
2721
- "@id": "oa:Style",
2722
- "@type": "owl:Class",
2723
- "rdfs:comment": {
2724
- "@language": "en",
2725
- "@value": "A resource which describes the style in which the selection or resource should be rendered, indicated with oa:styledBy from an oa:Annotation.\n\nThis class is not used directly in Annotations, only its subclasses are.\n\nThe content of the resource provides the rendering hints about the Annotation's constituent resources. \n\nThe Specifier's description MAY be conveyed as an external or embedded resource (cnt:Content), or as RDF properties within the graph. The description SHOULD use existing standards whenever possible. If the Specifier has an HTTP URI, then its description, and only its description, MUST be returned when the URI is dereferenced."
2726
- },
2727
- "rdfs:isDefinedBy": {
2728
- "@id": "oa:"
2729
- },
2730
- "rdfs:label": {
2731
- "@language": "en",
2732
- "@value": "Style"
2733
- }
2734
- },
2735
- {
2736
- "@id": "oa:exact",
2737
- "@type": "owl:DatatypeProperty",
2738
- "rdfs:comment": {
2739
- "@language": "en",
2740
- "@value": "A copy of the text which is being selected, after normalization.\n\nSee oa:TextQuoteSelector."
2741
- },
2742
- "rdfs:domain": {
2743
- "@id": "oa:Selector"
2744
- },
2745
- "rdfs:isDefinedBy": {
2746
- "@id": "oa:"
2747
- },
2748
- "rdfs:label": {
2749
- "@language": "en",
2750
- "@value": "exact"
2751
- }
2752
- },
2753
- {
2754
- "@id": "oa:hasBody",
2755
- "@type": "owl:ObjectProperty",
2756
- "rdfs:comment": {
2757
- "@language": "en",
2758
- "@value": "The relationship between oa:Annotation and body. The body is somehow \"about\" the oa:hasTarget of the annotation.\n\nThe Body may be of any media type, and contain any type of content. The Body SHOULD be identified by HTTP URIs unless they are embedded within the Annotation.\n\nEmbedded bodies SHOULD be instances of cnt:ContentAsText and embed their content with cnt:chars. They SHOULD declare their media type with dc:format, and MAY indicate their language using dc:language and a RFC-3066 language tag. \n\nThere is no OA class provided for \"Body\" as a body might be a target of a different annotation. However, there SHOULD be 1 or more content-based classes associated with the body resources of an Annotation, and the dctypes: vocabulary is recommended for this purpose, for instance dctypes:Text to declare textual content.\n"
2759
- },
2760
- "rdfs:domain": {
2761
- "@id": "oa:Annotation"
2762
- },
2763
- "rdfs:isDefinedBy": {
2764
- "@id": "oa:"
2765
- },
2766
- "rdfs:label": {
2767
- "@language": "en",
2768
- "@value": "hasBody"
2769
- }
2770
- },
2771
- {
2772
- "@id": "oa:Choice",
2773
- "@type": "owl:Class",
2774
- "rdfs:comment": {
2775
- "@language": "en",
2776
- "@value": "A multiplicity construct that conveys to a consuming application that it should select one of the constituent resources to display to the user, and not render/use all of them. \n\noa:Choice can be used as the object of the object of the oa:hasBody, oa:hasTarget, oa:hasSelector, oa:hasState, oa:styledBy and oa:hasScope relationships, \n\nThere MUST be 1 or more oa:item relationships for each oa:Choice.\n\nThere SHOULD be exactly 1 default relationship for each Choice."
2777
- },
2778
- "rdfs:isDefinedBy": {
2779
- "@id": "oa:"
2780
- },
2781
- "rdfs:label": {
2782
- "@language": "en",
2783
- "@value": "Choice"
2784
- },
2785
- "rdfs:subClassOf": {
2786
- "@id": "rdf:Alt"
2787
- }
2788
- },
2789
- {
2790
- "@id": "oa:when",
2791
- "@type": "owl:DatatypeProperty",
2792
- "rdfs:comment": {
2793
- "@language": "en",
2794
- "@value": "The timestamp at which the Source resource should be interpreted for the Annotation, typically the time that the Annotation was created."
2795
- },
2796
- "rdfs:domain": {
2797
- "@id": "oa:TimeState"
2798
- },
2799
- "rdfs:isDefinedBy": {
2800
- "@id": "oa:"
2801
- },
2802
- "rdfs:label": {
2803
- "@language": "en",
2804
- "@value": "when"
2805
- },
2806
- "rdfs:range": {
2807
- "@id": "xsd:dateTimeStamp"
2808
- }
2809
- },
2810
- {
2811
- "@id": "oa:serializedBy",
2812
- "@type": "owl:ObjectProperty",
2813
- "rdfs:comment": {
2814
- "@language": "en",
2815
- "@value": "The object of the relationship is the agent, likely software, responsible for generating the serialization of the Annotation's serialization. \n\nIt is RECOMMENDED to use these and other FOAF terms to describe agents: foaf:Person, prov:SoftwareAgent, foaf:Organization, foaf:name, foaf:mbox, foaf:openid, foaf:homepage\n\nThere MAY be 0 or more oa:serializedBy relationships per Annotation."
2816
- },
2817
- "rdfs:domain": {
2818
- "@id": "oa:Annotation"
2819
- },
2820
- "rdfs:isDefinedBy": {
2821
- "@id": "oa:"
2822
- },
2823
- "rdfs:label": {
2824
- "@language": "en",
2825
- "@value": "serializedBy"
2826
- },
2827
- "rdfs:subPropertyOf": {
2828
- "@id": "prov:wasAttributedTo"
2829
- }
2830
- },
2831
- {
2832
- "@id": "oa:motivatedBy",
2833
- "@type": "owl:ObjectProperty",
2834
- "rdfs:comment": {
2835
- "@language": "en",
2836
- "@value": "The relationship between an Annotation and a Motivation, indicating the reasons why the Annotation was created.\n\nEach Annotation SHOULD have at least one oa:motivatedBy relationship, and MAY be more than 1."
2837
- },
2838
- "rdfs:domain": {
2839
- "@id": "oa:Annotation"
2840
- },
2841
- "rdfs:isDefinedBy": {
2842
- "@id": "oa:"
2843
- },
2844
- "rdfs:label": {
2845
- "@language": "en",
2846
- "@value": "motivatedBy"
2847
- },
2848
- "rdfs:range": {
2849
- "@id": "oa:Motivation"
2850
- }
2851
- },
2852
- {
2853
- "@id": "oa:moderating",
2854
- "@type": [
2855
- "oa:Motivation",
2856
- "owl:NamedIndividual"
2857
- ],
2858
- "rdfs:comment": {
2859
- "@language": "en",
2860
- "@value": "The motivation that represents an assignment of value or quality to the target resource(s). For example annotating an Annotation to moderate it up in a trust network or threaded discussion."
2861
- },
2862
- "skos:inScheme": {
2863
- "@id": "oa:motivationScheme"
2864
- },
2865
- "skos:prefLabel": {
2866
- "@language": "en",
2867
- "@value": "moderating"
2868
- }
2869
- },
2870
- {
2871
- "@id": "oa:highlighting",
2872
- "@type": [
2873
- "oa:Motivation",
2874
- "owl:NamedIndividual"
2875
- ],
2876
- "rdfs:comment": {
2877
- "@language": "en",
2878
- "@value": "The motivation that represents a highlighted section of the target resource or segment. For example to draw attention to the selected text that the annotator disagrees with. A Highlight may or may not have a Body resource"
2879
- },
2880
- "skos:inScheme": {
2881
- "@id": "oa:motivationScheme"
2882
- },
2883
- "skos:prefLabel": {
2884
- "@language": "en",
2885
- "@value": "highlighting"
2886
- }
2887
- },
2888
- {
2889
- "@id": "oa:styledBy",
2890
- "@type": "owl:ObjectProperty",
2891
- "rdfs:comment": {
2892
- "@language": "en",
2893
- "@value": "The relationship between a oa:Annotation and a oa:Style.\n\nThere MAY be 0 or 1 styledBy relationships for each Annotation.\n\nIf there are multiple Style resources that must be associated with the Annotation, then the use of the Multiplicity Constructs oa:Choice, oa:Composite or oa:List is RECOMMENDED."
2894
- },
2895
- "rdfs:domain": {
2896
- "@id": "oa:Annotation"
2897
- },
2898
- "rdfs:isDefinedBy": {
2899
- "@id": "oa:"
2900
- },
2901
- "rdfs:label": {
2902
- "@language": "en",
2903
- "@value": "styledBy"
2904
- },
2905
- "rdfs:range": {
2906
- "@id": "oa:Style"
2907
- }
2908
- },
2909
- {
2910
- "@id": "oa:FragmentSelector",
2911
- "@type": "owl:Class",
2912
- "rdfs:comment": {
2913
- "@language": "en",
2914
- "@value": "A Selector which describes the segment of interest in a representation, through the use of the fragment identifier component of a URI.\n\nIt is RECOMMENDED to use oa:FragmentSelector as the selector on a Specific Resource rather than annotating the fragment URI directly, in order to improve discoverability of annotation on the Source.\n\nThe oa:FragmentSelector MUST have exactly 1 rdf:value property, containing the fragment identifier component of a URI that describes the segment of interest in the resource, excluding the initial \"#\".\n\nThe Fragment Selector SHOULD have a dcterms:conformsTo relationship with the object being the specification that defines the syntax of the fragment, for instance <http://tools.ietf.org/rfc/rfc3236> for HTML fragments. "
2915
- },
2916
- "rdfs:isDefinedBy": {
2917
- "@id": "oa:"
2918
- },
2919
- "rdfs:label": {
2920
- "@language": "en",
2921
- "@value": "FragmentSelector"
2922
- },
2923
- "rdfs:subClassOf": {
2924
- "@id": "oa:Selector"
2925
- }
2926
- },
2927
- {
2928
- "@id": "oa:SpecificResource",
2929
- "@type": "owl:Class",
2930
- "rdfs:comment": {
2931
- "@language": "en",
2932
- "@value": "A resource identifies part of another Source resource, a particular representation of a resource, a resource with styling hints for renders, or any combination of these. \n\nThe Specific Resource takes the role of oa:hasBody or oa:hasTarget in an oa:Annotation instead of the Source resource.\n\nThere MUST be exactly 1 oa:hasSource relationship associated with a Specific Resource.\n\nThere MUST be exactly 0 or 1 oa:hasSelector relationship associated with a Specific Resource.\n\nThere MAY be 0 or 1 oa:hasState relationship for each Specific Resource.\n\nIf the Specific Resource has an HTTP URI, then the exact segment of the Source resource that it identifies, and only the segment, MUST be returned when the URI is dereferenced. For example, if the segment of interest is a region of an image and the Specific Resource has an HTTP URI, then dereferencing it MUST return the selected region of the image as it was at the time when the annotation was created. Typically this would be a burden to support, and thus the Specific Resource SHOULD be identified by a globally unique URI, such as a UUID URN. If it is not considered important to allow other Annotations or systems to refer to the Specific Resource, then a blank node MAY be used instead."
2933
- },
2934
- "rdfs:isDefinedBy": {
2935
- "@id": "oa:"
2936
- },
2937
- "rdfs:label": {
2938
- "@language": "en",
2939
- "@value": "SpecificResource"
2940
- }
2941
- },
2942
- {
2943
- "@id": "oa:annotatedAt",
2944
- "@type": "owl:DatatypeProperty",
2945
- "rdfs:comment": {
2946
- "@language": "en",
2947
- "@value": "The time at which the Annotation was created. \n\nThere SHOULD be exactly 1 oa:annotatedAt property per Annotation, and MUST NOT be more than 1. The datetime MUST be expressed in the xsd:dateTime format, and SHOULD have a timezone specified."
2948
- },
2949
- "rdfs:domain": {
2950
- "@id": "oa:Annotation"
2951
- },
2952
- "rdfs:isDefinedBy": {
2953
- "@id": "oa:"
2954
- },
2955
- "rdfs:label": {
2956
- "@language": "en",
2957
- "@value": "annotatedAt"
2958
- },
2959
- "rdfs:range": {
2960
- "@id": "xsd:dateTimeStamp"
2961
- }
2962
- },
2963
- {
2964
- "@id": "oa:editing",
2965
- "@type": [
2966
- "oa:Motivation",
2967
- "owl:NamedIndividual"
2968
- ],
2969
- "rdfs:comment": {
2970
- "@language": "en",
2971
- "@value": "The motivation that represents a request for a modification or edit to the target resource. For example, an Annotation that requests a typo to be corrected."
2972
- },
2973
- "skos:inScheme": {
2974
- "@id": "oa:motivationScheme"
2975
- },
2976
- "skos:prefLabel": {
2977
- "@language": "en",
2978
- "@value": "editing"
2979
- }
2980
- },
2981
- {
2982
- "@id": "oa:Annotation",
2983
- "@type": "owl:Class",
2984
- "rdfs:comment": {
2985
- "@language": "en",
2986
- "@value": "Typically an Annotation has a single Body (oa:hasBody), which is the comment or other descriptive resource, and a single Target (oa:hasTarget) that the Body is somehow \"about\". The Body provides the information which is annotating the Target. \n\nThis \"aboutness\" may be further clarified or extended to notions such as classifying or identifying with oa:motivatedBy."
2987
- },
2988
- "rdfs:isDefinedBy": {
2989
- "@id": "oa:"
2990
- },
2991
- "rdfs:label": {
2992
- "@language": "en",
2993
- "@value": "Annotation"
2994
- }
2995
- },
2996
- {
2997
- "@id": "oa:equivalentTo",
2998
- "@type": "owl:ObjectProperty",
2999
- "rdfs:comment": {
3000
- "@language": "en",
3001
- "@value": "The subject and object resources of the oa:equivalentTo relationship represent the same resource, but potentially have different metadata such as oa:serializedBy, oa:serializedAt and serialization format. oa:equivalentTo is a symmetrical and transitive relationship; if A oa:equivalentTo B, then it is also true that B oa:equivalent A; and that if B oa:equivalentTo C, then it is also true that A oa:equivalentTo C. \n\nThe Annotation MAY include 0 or more instances of the oa:equivalentTo relationship between copies of the Annotation or other resources, and SHOULD include as many as are available.\n\nIf a system publishes an embedded resource (a cnt:Content) at a new HTTP URI, then it SHOULD express the oa:equivalentTo relationship between the resource's URN and the new URI from which it is available."
3002
- },
3003
- "rdfs:isDefinedBy": {
3004
- "@id": "oa:"
3005
- },
3006
- "rdfs:label": {
3007
- "@language": "en",
3008
- "@value": "equivalentTo"
3009
- },
3010
- "rdfs:subPropertyOf": {
3011
- "@id": "prov:alternateOf"
3012
- }
3013
- },
3014
- {
3015
- "@id": "oa:Motivation",
3016
- "@type": "owl:Class",
3017
- "rdfs:comment": {
3018
- "@language": "en",
3019
- "@value": "The Motivation for creating an Annotation, indicated with oa:motivatedBy, is a reason for its creation, and might include things like oa:replying to another annotation, oa:commenting on a resource, or oa:linking to a related resource.\n\nEach Annotation SHOULD have at least one oa:motivatedBy relationship to an instance of oa:Motivation, which is a subClass of skos:Concept."
3020
- },
3021
- "rdfs:isDefinedBy": {
3022
- "@id": "oa:"
3023
- },
3024
- "rdfs:label": {
3025
- "@language": "en",
3026
- "@value": "Motivation"
3027
- },
3028
- "rdfs:subClassOf": {
3029
- "@id": "skos:Concept"
3030
- }
3031
- },
3032
- {
3033
- "@id": "oa:tagging",
3034
- "@type": [
3035
- "oa:Motivation",
3036
- "owl:NamedIndividual"
3037
- ],
3038
- "rdfs:comment": {
3039
- "@language": "en",
3040
- "@value": "The motivation that represents adding a Tag on the target resource(s). One or more of the bodies of the annotation should be typed as a oa:Tag or oa:SemanticTag."
3041
- },
3042
- "skos:inScheme": {
3043
- "@id": "oa:motivationScheme"
3044
- },
3045
- "skos:prefLabel": {
3046
- "@language": "en",
3047
- "@value": "tagging"
3048
- }
3049
- },
3050
- {
3051
- "@id": "oa:List",
3052
- "@type": "owl:Class",
3053
- "rdfs:comment": {
3054
- "@language": "en",
3055
- "@value": "A multiplicity construct that conveys to a consuming application that all of the constituent resources are required for the Annotation to be correctly interpreted, and in a particular order. \n\noa:List can be used as the object of the object of the oa:hasBody, oa:hasTarget, oa:hasSelector, oa:hasState, oa:styledBy and oa:hasScope relationships, \n\nThere MUST be 2 or more oa:item relationships for each oa:List, with their order defined using the rdf:List construct of rdf:first/rdf:rest/rdf:nil.\n\nAll the elements of the list should also be declared using oa:item, and each of the oa:items should appear at least once in the list."
3056
- },
3057
- "rdfs:isDefinedBy": {
3058
- "@id": "oa:"
3059
- },
3060
- "rdfs:label": {
3061
- "@language": "en",
3062
- "@value": "List"
3063
- },
3064
- "rdfs:subClassOf": {
3065
- "@id": "oa:Composite"
3066
- }
3067
- },
3068
- {
3069
- "@id": "oa:TextQuoteSelector",
3070
- "@type": "owl:Class",
3071
- "rdfs:comment": {
3072
- "@language": "en",
3073
- "@value": "A Selector that describes a textual segment by means of quoting it, plus passages before or after it.\n\nFor example, if the document were \"abcdefghijklmnopqrstuvwxyz\", one could select \"efg\" by a oa:prefix of \"abcd\", the quotation of oa:exact \"efg\" and a oa:suffix of \"hijk\".\n\nThe text MUST be normalized before recording.\n\nEach TextQuoteSelector MUST have exactly 1 oa:exact property.\n\nEach TextQuoteSelector SHOULD have exactly 1 oa:prefix property, and MUST NOT have more than 1.\n\nEach TextQuoteSelector SHOULD have exactly 1 oa:suffix property, and MUST NOT have more than 1."
3074
- },
3075
- "rdfs:isDefinedBy": {
3076
- "@id": "oa:"
3077
- },
3078
- "rdfs:label": {
3079
- "@language": "en",
3080
- "@value": "TextQuoteSelector"
3081
- },
3082
- "rdfs:subClassOf": {
3083
- "@id": "oa:Selector"
3084
- }
3085
- },
3086
- {
3087
- "@id": "oa:cachedSource",
3088
- "@type": "owl:ObjectProperty",
3089
- "rdfs:comment": {
3090
- "@language": "en",
3091
- "@value": "A link to a copy of the Source resource's representation appropriate for the Annotation, typically a copy of the original at the time that the Annotation was created"
3092
- },
3093
- "rdfs:domain": {
3094
- "@id": "oa:TimeState"
3095
- },
3096
- "rdfs:isDefinedBy": {
3097
- "@id": "oa:"
3098
- },
3099
- "rdfs:label": {
3100
- "@language": "en",
3101
- "@value": "cachedSource"
3102
- }
3103
- },
3104
- {
3105
- "@id": "oa:bookmarking",
3106
- "@type": [
3107
- "oa:Motivation",
3108
- "owl:NamedIndividual"
3109
- ],
3110
- "rdfs:comment": {
3111
- "@language": "en",
3112
- "@value": "The motivation that represents the creation of a bookmark to the target resources or recorded point or points within one or more resources. For example, an Annotation that bookmarks the point in a text where the reader finished reading. Bookmark Annotations may or may not have a Body resource."
3113
- },
3114
- "skos:inScheme": {
3115
- "@id": "oa:motivationScheme"
3116
- },
3117
- "skos:prefLabel": {
3118
- "@language": "en",
3119
- "@value": "bookmarking"
3120
- }
3121
- },
3122
- {
3123
- "@id": "oa:SemanticTag",
3124
- "@type": "owl:Class",
3125
- "rdfs:comment": {
3126
- "@language": "en",
3127
- "@value": "A class assigned to the Body when it is a semantic tagging resource; a URI that identifies a concept, rather than an embedded string, frequently a term from a controlled vocabulary.\n\nIt is NOT RECOMMENDED to use the URI of a document as a Semantic Tag, as it might also be used as a regular Body in other Annotations which would inherit the oa:SemanticTag class assignment. Instead it is more appropriate to create a new URI and link it to the document, using the foaf:page predicate."
3128
- },
3129
- "rdfs:isDefinedBy": {
3130
- "@id": "oa:"
3131
- },
3132
- "rdfs:label": {
3133
- "@language": "en",
3134
- "@value": "SemanticTag"
3135
- },
3136
- "rdfs:subClassOf": {
3137
- "@id": "oa:Tag"
3138
- }
3139
- },
3140
- {
3141
- "@id": "oa:hasSource",
3142
- "@type": "owl:ObjectProperty",
3143
- "rdfs:comment": {
3144
- "@language": "en",
3145
- "@value": "The relationship between a oa:SpecificResource and the resource that it is a more specific representation of. \n\nThere MUST be exactly 1 oa:hasSource relationship associated with a Specific Resource."
3146
- },
3147
- "rdfs:domain": {
3148
- "@id": "oa:SpecificResource"
3149
- },
3150
- "rdfs:isDefinedBy": {
3151
- "@id": "oa:"
3152
- },
3153
- "rdfs:label": {
3154
- "@language": "en",
3155
- "@value": "hasSource"
3156
- }
3157
- },
3158
- {
3159
- "@id": "oa:default",
3160
- "@type": "owl:ObjectProperty",
3161
- "rdfs:comment": {
3162
- "@language": "en",
3163
- "@value": "The constituent resource of a oa:Choice to use as a default option, if there is no other means to determine which would be most appropriate.\n\nThere SHOULD be exactly 1 default relationship for each Choice."
3164
- },
3165
- "rdfs:domain": {
3166
- "@id": "oa:Choice"
3167
- },
3168
- "rdfs:isDefinedBy": {
3169
- "@id": "oa:"
3170
- },
3171
- "rdfs:label": {
3172
- "@language": "en",
3173
- "@value": "default"
3174
- },
3175
- "rdfs:subPropertyOf": {
3176
- "@id": "oa:item"
3177
- }
3178
- },
3179
- {
3180
- "@id": "oa:hasSelector",
3181
- "@type": "owl:ObjectProperty",
3182
- "rdfs:comment": {
3183
- "@language": "en",
3184
- "@value": "The relationship between a oa:SpecificResource and a oa:Selector.\n\nThere MUST be exactly 0 or 1 oa:hasSelector relationship associated with a \nSpecific Resource. \n\nIf multiple Selectors are required, either to express a choice between different optional, equivalent selectors, or a chain of selectors that should all be processed, it is necessary to use oa:Choice, oa:Composite or oa:List as a selector."
3185
- },
3186
- "rdfs:domain": {
3187
- "@id": "oa:SpecificResource"
3188
- },
3189
- "rdfs:isDefinedBy": {
3190
- "@id": "oa:"
3191
- },
3192
- "rdfs:label": {
3193
- "@language": "en",
3194
- "@value": "hasSelector"
3195
- },
3196
- "rdfs:range": {
3197
- "@id": "oa:Selector"
3198
- }
3199
- },
3200
- {
3201
- "@id": "oa:hasTarget",
3202
- "@type": "owl:ObjectProperty",
3203
- "rdfs:comment": {
3204
- "@language": "en",
3205
- "@value": "The relationship between oa:Annotation and target. The target resource is what the oa:hasBody is somewhat \"about\".\n\nThe target may be of any media type, and contain any type of content. The target SHOULD be identified by HTTP URIs unless they are embedded within the Annotation.\n\nEmbedded targets SHOULD be instances of cnt:ContentAsText and embed their content with cnt:chars. They SHOULD declare their media type with dc:format, and MAY indicate their language using dc:language and a RFC-3066 language tag. \n\nThere is no OA class provided for \"Target\" as a target might be a body in a different annotation. However, there SHOULD be 1 or more content-based classes associated with the target resources of an Annotation, and the dctypes: vocabulary is recommended for this purpose, for instance dctypes:Text to declare textual content."
3206
- },
3207
- "rdfs:domain": {
3208
- "@id": "oa:Annotation"
3209
- },
3210
- "rdfs:isDefinedBy": {
3211
- "@id": "oa:"
3212
- },
3213
- "rdfs:label": {
3214
- "@language": "en",
3215
- "@value": "hasTarget"
3216
- }
3217
- },
3218
- {
3219
- "@id": "oa:TextPositionSelector",
3220
- "@type": "owl:Class",
3221
- "rdfs:comment": {
3222
- "@language": "en",
3223
- "@value": "An oa:Selector which describes a range of text based on its start and end positions.\n\nThe text MUST be normalized before counting characters. For a Selector that works from the bitstream rather than the rendered characters, see oa:DataPositionSelector.\n\nEach oa:TextPositionSelector MUST have exactly 1 oa:start property.\n\nEach oa:TextPositionSelector MUST have exactly 1 oa:end property."
3224
- },
3225
- "rdfs:isDefinedBy": {
3226
- "@id": "oa:"
3227
- },
3228
- "rdfs:label": {
3229
- "@language": "en",
3230
- "@value": "TextPositionSelector"
3231
- },
3232
- "rdfs:subClassOf": {
3233
- "@id": "oa:Selector"
3234
- }
3235
- },
3236
- {
3237
- "@id": "oa:serializedAt",
3238
- "@type": "owl:DatatypeProperty",
3239
- "rdfs:comment": {
3240
- "@language": "en",
3241
- "@value": "The time at which the agent referenced by oa:serializedBy generated the first serialization of the Annotation, and any subsequent substantially different one. The annotation graph MUST have changed for this property to be updated, and as such represents the last modified datestamp for the Annotation. This might be used to determine if it should be re-imported into a triplestore when discovered. \n\nThere MAY be exactly 1 oa:serializedAt property per Annotation, and MUST NOT be more than 1. The datetime MUST be expressed in the xsd:dateTime format, and SHOULD have a timezone specified.\n"
3242
- },
3243
- "rdfs:domain": {
3244
- "@id": "oa:Annotation"
3245
- },
3246
- "rdfs:isDefinedBy": {
3247
- "@id": "oa:"
3248
- },
3249
- "rdfs:label": {
3250
- "@language": "en",
3251
- "@value": "serializedAt"
3252
- },
3253
- "rdfs:range": {
3254
- "@id": "xsd:dateTimeStamp"
3255
- }
3256
- },
3257
- {
3258
- "@id": "oa:Composite",
3259
- "@type": "owl:Class",
3260
- "rdfs:comment": {
3261
- "@language": "en",
3262
- "@value": "A multiplicity construct that conveys to a consuming application that all of the constituent resources are required for the Annotation to be correctly interpreted. \n\noa:Composite can be used as the object of the object of the oa:hasBody, oa:hasTarget, oa:hasSelector, oa:hasState, oa:styledBy and oa:hasScope relationships, \n\nThere MUST be 2 or more oa:item relationships for each oa:Composite."
3263
- },
3264
- "rdfs:isDefinedBy": {
3265
- "@id": "oa:"
3266
- },
3267
- "rdfs:label": "Composite",
3268
- "rdfs:subClassOf": {
3269
- "@id": "rdf:Bag"
3270
- }
3271
- },
3272
- {
3273
- "@id": "oa:classifying",
3274
- "@type": [
3275
- "oa:Motivation",
3276
- "owl:NamedIndividual"
3277
- ],
3278
- "rdfs:comment": {
3279
- "@language": "en",
3280
- "@value": "The motivation that represents the assignment of a classification type, typically from a controlled vocabulary, to the target resource(s). For example to classify an Image resource as a Portrait."
3281
- },
3282
- "skos:inScheme": {
3283
- "@id": "oa:motivationScheme"
3284
- },
3285
- "skos:prefLabel": {
3286
- "@language": "en",
3287
- "@value": "classifying"
3288
- }
3289
- },
3290
- {
3291
- "@id": "oa:identifying",
3292
- "@type": [
3293
- "oa:Motivation",
3294
- "owl:NamedIndividual"
3295
- ],
3296
- "rdfs:comment": {
3297
- "@language": "en",
3298
- "@value": "The motivation that represents the assignment of an identity to the target resource(s). For example, annotating the name of a city in a string of text with the URI that identifies it."
3299
- },
3300
- "skos:inScheme": {
3301
- "@id": "oa:motivationScheme"
3302
- },
3303
- "skos:prefLabel": {
3304
- "@language": "en",
3305
- "@value": "identifying"
3306
- }
3307
- },
3308
- {
3309
- "@id": "oa:HttpRequestState",
3310
- "@type": "owl:Class",
3311
- "rdfs:comment": {
3312
- "@language": "en",
3313
- "@value": "A resource which describes how to retrieve an appropriate representation of the Source resource for the Annotation, based on the HTTP Request headers to send to the server.\n\nThere MUST be exactly 1 rdf:value property per HttpRequestState, containing HTTP request headers as a single, complete string, exactly as they would appear in an HTTP request. "
3314
- },
3315
- "rdfs:isDefinedBy": {
3316
- "@id": "oa:"
3317
- },
3318
- "rdfs:label": {
3319
- "@language": "en",
3320
- "@value": "HttpRequestState"
3321
- },
3322
- "rdfs:subClassOf": {
3323
- "@id": "oa:State"
3324
- }
3325
- },
3326
- {
3327
- "@id": "oa:DataPositionSelector",
3328
- "@type": "owl:Class",
3329
- "rdfs:comment": {
3330
- "@language": "en",
3331
- "@value": "A Selector which describes a range of data based on its start and end positions within the byte stream of the representation.\n\nEach DataPositionSelector MUST have exactly 1 oa:start property.\n\nEach TextPositionSelector MUST have exactly 1 oa:end property.\n\nSee oa:TextPositionSelector for selection at normalized character level rather than bytestream level."
3332
- },
3333
- "rdfs:isDefinedBy": {
3334
- "@id": "oa:"
3335
- },
3336
- "rdfs:label": {
3337
- "@language": "en",
3338
- "@value": "DataPositionSelector"
3339
- },
3340
- "rdfs:subClassOf": {
3341
- "@id": "oa:Selector"
3342
- }
3343
- },
3344
- {
3345
- "@id": "oa:linking",
3346
- "@type": [
3347
- "oa:Motivation",
3348
- "owl:NamedIndividual"
3349
- ],
3350
- "rdfs:comment": {
3351
- "@language": "en",
3352
- "@value": "The motivation that represents an untyped link to a resource related to the target."
3353
- },
3354
- "skos:inScheme": {
3355
- "@id": "oa:motivationScheme"
3356
- },
3357
- "skos:prefLabel": {
3358
- "@language": "en",
3359
- "@value": "linking"
3360
- }
3361
- },
3362
- {
3363
- "@id": "oa:motivationScheme",
3364
- "@type": [
3365
- "skos:ConceptScheme",
3366
- "owl:NamedIndividual"
3367
- ],
3368
- "rdfs:comment": {
3369
- "@language": "en",
3370
- "@value": "The concept scheme for Open Annotation Motivations"
3371
- },
3372
- "rdfs:label": {
3373
- "@language": "en",
3374
- "@value": "motivationScheme"
3375
- }
3376
- },
3377
- {
3378
- "@id": "oa:replying",
3379
- "@type": [
3380
- "oa:Motivation",
3381
- "owl:NamedIndividual"
3382
- ],
3383
- "rdfs:comment": {
3384
- "@language": "en",
3385
- "@value": "The motivation that represents a reply to a previous statement, either an Annotation or another resource. For example providing the assistance requested in the above."
3386
- },
3387
- "skos:inScheme": {
3388
- "@id": "oa:motivationScheme"
3389
- },
3390
- "skos:prefLabel": {
3391
- "@language": "en",
3392
- "@value": "replying"
3393
- }
3394
- },
3395
- {
3396
- "@id": "oa:start",
3397
- "@type": "owl:DatatypeProperty",
3398
- "rdfs:comment": {
3399
- "@language": "en",
3400
- "@value": "The starting position of the segment of text or bytes. The first character/byte in the full text/stream is position 0. The character/byte indicated at position oa:start is included within the selected segment. \n\nSee oa:DataPositionSelector and oa:TextPositionSelector."
3401
- },
3402
- "rdfs:domain": {
3403
- "@id": "oa:Selector"
3404
- },
3405
- "rdfs:isDefinedBy": {
3406
- "@id": "oa:"
3407
- },
3408
- "rdfs:label": {
3409
- "@language": "en",
3410
- "@value": "start"
3411
- },
3412
- "rdfs:range": {
3413
- "@id": "xsd:nonNegativeInteger"
3414
- }
3415
- },
3416
- {
3417
- "@id": "oa:end",
3418
- "@type": "owl:DatatypeProperty",
3419
- "rdfs:comment": {
3420
- "@language": "en",
3421
- "@value": "The end position of the segment of text or bytes. The first character/byte in the full text/stream is position 0. The character/byte indicated at position oa:end is NOT included within the selected segment. \n\nSee oa:DataPositionSelector and oa:oa:TextPositionSelector."
3422
- },
3423
- "rdfs:domain": {
3424
- "@id": "oa:Selector"
3425
- },
3426
- "rdfs:isDefinedBy": {
3427
- "@id": "oa:"
3428
- },
3429
- "rdfs:label": {
3430
- "@language": "en",
3431
- "@value": "end"
3432
- },
3433
- "rdfs:range": {
3434
- "@id": "xsd:nonNegativeInteger"
3435
- }
3436
- },
3437
- {
3438
- "@id": "oa:TimeState",
3439
- "@type": "owl:Class",
3440
- "rdfs:comment": {
3441
- "@language": "en",
3442
- "@value": "A resource which describes how to retrieve a representation of the Source resource that is temporally appropriate for the Annotation.\n\nThere MUST be at least one of oa:cachedSource or oa:when specified. If there is more than 1, each gives an alternative copy of the representation."
3443
- },
3444
- "rdfs:isDefinedBy": {
3445
- "@id": "oa:"
3446
- },
3447
- "rdfs:label": {
3448
- "@language": "en",
3449
- "@value": "TimeState"
3450
- },
3451
- "rdfs:subClassOf": {
3452
- "@id": "oa:State"
3453
- }
3454
- },
3455
- {
3456
- "@id": "oa:State",
3457
- "@type": "owl:Class",
3458
- "rdfs:comment": {
3459
- "@language": "en",
3460
- "@value": "A resource which describes how to retrieve an appropriate representation of the Source resource, indicated with oa:hasState from the Specific Resource.\n\nThis class is not used directly in Annotations, only its subclasses are.\n\nThe Specifier's description MAY be conveyed as an external or embedded resource (cnt:Content), or as RDF properties within the graph. The description SHOULD use existing standards whenever possible. If the Specifier has an HTTP URI, then its description, and only its description, MUST be returned when the URI is dereferenced."
3461
- },
3462
- "rdfs:isDefinedBy": {
3463
- "@id": "oa:"
3464
- },
3465
- "rdfs:label": {
3466
- "@language": "en",
3467
- "@value": "State"
3468
- }
3469
- },
3470
- {
3471
- "@id": "oa:CssStyle",
3472
- "@type": "owl:Class",
3473
- "rdfs:comment": {
3474
- "@language": "en",
3475
- "@value": "A resource which describes styles for resources participating in the Annotation using CSS.\n\nSpecific Resources MAY be assigned a CSS style class using oa:styleClass.\n\nThe CSS resource MAY have its own dereferencable URI that provides the information. For example, \"Style1\" in the diagram below might actually have the URI \"http://www.example.com/styles/annotations.css\". It MAY be embedded within the Annotation using the inline constructions described in Embedding Resources."
3476
- },
3477
- "rdfs:isDefinedBy": {
3478
- "@id": "oa:"
3479
- },
3480
- "rdfs:label": {
3481
- "@language": "en",
3482
- "@value": "CssStyle"
3483
- },
3484
- "rdfs:subClassOf": {
3485
- "@id": "oa:Style"
3486
- }
3487
- },
3488
- {
3489
- "@id": "oa:item",
3490
- "@type": "owl:ObjectProperty",
3491
- "rdfs:comment": {
3492
- "@language": "en",
3493
- "@value": "The relationship between a multiplicity construct node and its constituent resources.\n\nThere MUST be 1 or more item relationships for each multiplicity construct oa:Choice, oa:Composite and oa:List."
3494
- },
3495
- "rdfs:isDefinedBy": {
3496
- "@id": "oa:"
3497
- },
3498
- "rdfs:label": {
3499
- "@language": "en",
3500
- "@value": "item"
3501
- },
3502
- "rdfs:subPropertyOf": {
3503
- "@id": "rdfs:member"
3504
- }
3505
- },
3506
- {
3507
- "@id": "oa:hasScope",
3508
- "@type": "owl:ObjectProperty",
3509
- "rdfs:comment": {
3510
- "@language": "en",
3511
- "@value": "The relationship between a Specific Resource and the resource that provides the scope or context for it in this Annotation.\n\nThere MAY be 0 or more hasScope relationships for each Specific Resource."
3512
- },
3513
- "rdfs:domain": {
3514
- "@id": "oa:SpecificResource"
3515
- },
3516
- "rdfs:isDefinedBy": {
3517
- "@id": "oa:"
3518
- },
3519
- "rdfs:label": {
3520
- "@language": "en",
3521
- "@value": "hasScope"
3522
- }
3523
- },
3524
- {
3525
- "@id": "oa:suffix",
3526
- "@type": "owl:DatatypeProperty",
3527
- "rdfs:comment": {
3528
- "@language": "en",
3529
- "@value": "The snippet of text that occurs immediately after the text which is being selected. \n\nSee oa:TextQuoteSelector."
3530
- },
3531
- "rdfs:domain": {
3532
- "@id": "oa:Selector"
3533
- },
3534
- "rdfs:isDefinedBy": {
3535
- "@id": "oa:"
3536
- },
3537
- "rdfs:label": {
3538
- "@language": "en",
3539
- "@value": "suffix"
3540
- }
3541
- },
3542
- {
3543
- "@id": "oa:hasState",
3544
- "@type": "owl:ObjectProperty",
3545
- "rdfs:comment": {
3546
- "@language": "en",
3547
- "@value": "The relationship between a oa:SpecificResource and a oa:State resource.\n\nThere MAY be 0 or 1 oa:hasState relationship for each SpecificResource.\n\nIf there are multiple State resources that must be associated with the specific resource, then the use of the Multiplicity Constructs oa:Choice, oa:Composite or oa:List is RECOMMENDED."
3548
- },
3549
- "rdfs:domain": {
3550
- "@id": "oa:SpecificResource"
3551
- },
3552
- "rdfs:isDefinedBy": {
3553
- "@id": "oa:"
3554
- },
3555
- "rdfs:label": {
3556
- "@language": "en",
3557
- "@value": "hasState"
3558
- },
3559
- "rdfs:range": {
3560
- "@id": "oa:State"
3561
- }
3562
- },
3563
- {
3564
- "@id": "oa:",
3565
- "@type": "owl:Ontology",
3566
- "dc:contributor": {
3567
- "@language": "en",
3568
- "@value": "Stian Soiland-Reyes"
3569
- },
3570
- "dc:creator": [
3571
- {
3572
- "@language": "en",
3573
- "@value": "Robert Sanderson"
3574
- },
3575
- {
3576
- "@language": "it",
3577
- "@value": "Paolo Ciccarese"
3578
- },
3579
- {
3580
- "@language": "vls",
3581
- "@value": "Herbert Van de Sompel"
3582
- }
3583
- ],
3584
- "dc:description": {
3585
- "@language": "en",
3586
- "@value": "The Open Annotation Core Data Model specifies an interoperable framework for creating associations between related resources, annotations, using a methodology that conforms to the Architecture of the World Wide Web. Open Annotations can easily be shared between platforms, with sufficient richness of expression to satisfy complex requirements while remaining simple enough to also allow for the most common use cases, such as attaching a piece of text to a single web resource.\n\nAn Annotation is considered to be a set of connected resources, typically including a body and target, where the body is somehow about the target. The full model supports additional functionality, enabling semantic annotations, embedding content, selecting segments of resources, choosing the appropriate representation of a resource and providing styling hints for consuming clients."
3587
- },
3588
- "dc:title": {
3589
- "@language": "en",
3590
- "@value": "Open Annotation Data Model"
3591
- },
3592
- "dcterms:modified": {
3593
- "@type": "xsd:dateTime",
3594
- "@value": "2013-02-22T21:40:51+01:00"
3595
- },
3596
- "owl:versionIRI": {
3597
- "@id": "http://www.openannotation.org/spec/core/20130208/oa.owl"
3598
- },
3599
- "owl:versionInfo": "0.9.20130208",
3600
- "rdfs:comment": {
3601
- "@language": "en",
3602
- "@value": "The Open Annotation Core Data Model specifies an interoperable framework for creating associations between related resources, annotations, using a methodology that conforms to the Architecture of the World Wide Web.\n\nThis ontology is a non-normative OWL formalization of the textual OA specification at http://www.openannotation.org/spec/core/20130208/index.html\n\nNote that OWL imports are disabled in the published version in order to reduce external implications, improve OWL 2 Profile conformity and increase interoperability. Some OWL tools might thus misleadingly show this ontology as (re)defining properties like skos:prefLabel."
3603
- },
3604
- "rdfs:seeAlso": {
3605
- "@id": "http://www.openannotation.org/spec/core/20130208/index.html"
3606
- }
3607
- },
3608
- {
3609
- "@id": "oa:questioning",
3610
- "@type": [
3611
- "oa:Motivation",
3612
- "owl:NamedIndividual"
3613
- ],
3614
- "rdfs:comment": {
3615
- "@language": "en",
3616
- "@value": "The motivation that represents asking a question about the target resource(s). For example to ask for assistance with a particular section of text, or question its veracity."
3617
- },
3618
- "skos:inScheme": {
3619
- "@id": "oa:motivationScheme"
3620
- },
3621
- "skos:prefLabel": {
3622
- "@language": "en",
3623
- "@value": "questioning"
3624
- }
3625
- },
3626
- {
3627
- "@id": "oa:describing",
3628
- "@type": [
3629
- "oa:Motivation",
3630
- "owl:NamedIndividual"
3631
- ],
3632
- "rdfs:comment": {
3633
- "@language": "en",
3634
- "@value": "The motivation that represents a description of the target resource(s), as opposed to a comment about them. For example describing the above PDF's contents, rather than commenting on their accuracy."
3635
- },
3636
- "skos:inScheme": {
3637
- "@id": "oa:motivationScheme"
3638
- },
3639
- "skos:prefLabel": {
3640
- "@language": "en",
3641
- "@value": "describing"
3642
- }
3643
- },
3644
- {
3645
- "@id": "oa:styleClass",
3646
- "@type": "owl:DatatypeProperty",
3647
- "rdfs:comment": {
3648
- "@language": "en",
3649
- "@value": "The string name of the class used in the CSS description that should be applied to the Specific Resource.\n\nThere MAY be 0 or more styleClass properties on a Specific Resource.\n\nSee oa:CssStyle."
3650
- },
3651
- "rdfs:domain": {
3652
- "@id": "oa:SpecificResource"
3653
- },
3654
- "rdfs:isDefinedBy": {
3655
- "@id": "oa:"
3656
- },
3657
- "rdfs:label": {
3658
- "@language": "en",
3659
- "@value": "styleClass"
3660
- }
3661
- },
3662
- {
3663
- "@id": "oa:Tag",
3664
- "@type": "owl:Class",
3665
- "rdfs:comment": {
3666
- "@language": "en",
3667
- "@value": "A class assigned to the Body when it is a tag, such as a embedded text string with cnt:chars.\n\nTags are typically keywords or labels, and used for organization, description or discovery of the resource being tagged. In the Semantic Web, URIs are used instead of strings to avoid the issue of polysemy where one word has multiple meanings, such usage MUST be indicated using the subclass oa:SemanticTag.\n\nAnnotations that tag resources, either with text or semantic tags, SHOULD also have the oa:tagging motivation to make the reason for the Annotation more clear to applications, and MAY have other motivations as well."
3668
- },
3669
- "rdfs:isDefinedBy": {
3670
- "@id": "oa:"
3671
- },
3672
- "rdfs:label": {
3673
- "@language": "en",
3674
- "@value": "Tag"
3675
- }
3676
- },
3677
- {
3678
- "@id": "oa:prefix",
3679
- "@type": "owl:DatatypeProperty",
3680
- "rdfs:comment": {
3681
- "@language": "en",
3682
- "@value": "A snippet of text that occurs immediately before the text which is being selected.\n\nSee oa:TextQuoteSelector."
3683
- },
3684
- "rdfs:domain": {
3685
- "@id": "oa:Selector"
3686
- },
3687
- "rdfs:isDefinedBy": {
3688
- "@id": "oa:"
3689
- },
3690
- "rdfs:label": {
3691
- "@language": "en",
3692
- "@value": "prefix"
3693
- }
3694
- }
3695
- ]
3696
- }
3697
-
3698
-
3699
- http_version:
3700
- recorded_at: Mon, 04 May 2015 17:52:48 GMT
3701
- - request:
3702
- method: get
3703
- uri: http://www.w3.org/ns/oa-context-20130208.json
3704
- body:
3705
- encoding: US-ASCII
3706
- string: ''
3707
- headers:
3708
- Accept:
3709
- - application/ld+json, application/json
3710
- Accept-Encoding:
3711
- - gzip, deflate
3712
- User-Agent:
3713
- - Ruby
3714
- response:
3715
- status:
3716
- code: 307
3717
- message: Temporary Redirect
3718
- headers:
3719
- Date:
3720
- - Mon, 04 May 2015 17:52:48 GMT
3721
- Server:
3722
- - Apache/2
3723
- Location:
3724
- - http://www.w3.org/ns/oa.jsonld
3725
- Cache-Control:
3726
- - max-age=21600
3727
- Expires:
3728
- - Mon, 04 May 2015 23:52:48 GMT
3729
- Content-Length:
3730
- - '240'
3731
- Content-Type:
3732
- - text/html; charset=iso-8859-1
3733
- body:
3734
- encoding: UTF-8
3735
- string: |
3736
- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
3737
- <html><head>
3738
- <title>307 Temporary Redirect</title>
3739
- </head><body>
3740
- <h1>Temporary Redirect</h1>
3741
- <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
3742
- </body></html>
3743
- http_version:
3744
- recorded_at: Mon, 04 May 2015 17:52:48 GMT
3745
- - request:
3746
- method: get
3747
- uri: http://www.w3.org/ns/oa.jsonld
3748
- body:
3749
- encoding: US-ASCII
3750
- string: ''
3751
- headers:
3752
- Accept:
3753
- - application/ld+json, application/json
3754
- Accept-Encoding:
3755
- - gzip, deflate
3756
- Cookie:
3757
- - ''
3758
- User-Agent:
3759
- - Ruby
3760
- response:
3761
- status:
3762
- code: 200
3763
- message: OK
3764
- headers:
3765
- Date:
3766
- - Mon, 04 May 2015 17:52:48 GMT
3767
- Server:
3768
- - Apache/2
3769
- Last-Modified:
3770
- - Tue, 06 May 2014 11:14:49 GMT
3771
- Etag:
3772
- - '"b533-4f8b95b2a9c40"'
3773
- Accept-Ranges:
3774
- - bytes
3775
- Content-Length:
3776
- - '46387'
3777
- Cache-Control:
3778
- - max-age=21600
3779
- Expires:
3780
- - Mon, 04 May 2015 23:52:48 GMT
3781
- P3p:
3782
- - policyref="http://www.w3.org/2014/08/p3p.xml"
3783
- Access-Control-Allow-Origin:
3784
- - "*"
3785
- Content-Type:
3786
- - application/ld+json
3787
- body:
3788
- encoding: UTF-8
3789
- string: |+
3790
- {
3791
- "@context": {
3792
- "oa": "http://www.w3.org/ns/oa#",
3793
- "cnt": "http://www.w3.org/2011/content#",
3794
- "dc": "http://purl.org/dc/elements/1.1/",
3795
- "dcterms": "http://purl.org/dc/terms/",
3796
- "dctypes": "http://purl.org/dc/dcmitype/",
3797
- "foaf": "http://xmlns.com/foaf/0.1/",
3798
- "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
3799
- "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
3800
- "skos": "http://www.w3.org/2004/02/skos/core#",
3801
- "owl": "http://www.w3.org/2002/07/owl#",
3802
- "prov": "http://www.w3.org/ns/prov#",
3803
- "trig": "http://www.w3.org/2004/03/trix/rdfg-1/",
3804
- "xsd": "http://www.w3.org/2001/XMLSchema#",
3805
-
3806
-
3807
- "hasBody" : {"@type":"@id", "@id" : "oa:hasBody"},
3808
- "hasTarget" : {"@type":"@id", "@id" : "oa:hasTarget"},
3809
- "hasSource" : {"@type":"@id", "@id" : "oa:hasSource"},
3810
- "hasSelector" : {"@type":"@id", "@id" : "oa:hasSelector"},
3811
- "hasState" : {"@type":"@id", "@id" : "oa:hasState"},
3812
- "hasScope" : {"@type":"@id", "@id" : "oa:hasScope"},
3813
- "annotatedBy" : {"@type":"@id", "@id" : "oa:annotatedBy"},
3814
- "serializedBy" : {"@type":"@id", "@id" : "oa:serializedBy"},
3815
- "motivatedBy" : {"@type":"@id", "@id" : "oa:motivatedBy"},
3816
- "equivalentTo" : {"@type":"@id", "@id" : "oa:equivalentTo"},
3817
- "styledBy" : {"@type":"@id", "@id" : "oa:styledBy"},
3818
- "cachedSource" : {"@type":"@id", "@id" : "oa:cachedSource"},
3819
- "conformsTo" : {"@type":"@id", "@id" : "dcterms:conformsTo"},
3820
- "default" : {"@type":"@id", "@id" : "oa:default"},
3821
- "item" : {"@type":"@id", "@id" : "oa:item"},
3822
- "first": {"@type":"@id", "@id" : "rdf:first"},
3823
- "rest": {"@type":"@id", "@id" : "rdf:rest", "@container" : "@list"},
3824
-
3825
- "annotatedAt" : { "@type": "xsd:dateTimeStamp", "@id": "oa:annotatedAt" },
3826
- "end" : { "@type": "xsd:nonNegativeInteger", "@id": "oa:end" },
3827
- "exact" : "oa:exact",
3828
- "prefix" : "oa:prefix",
3829
- "serializedAt" : { "@type": "xsd:dateTimeStamp", "@id": "oa:serializedAt" },
3830
- "start" : { "@type": "xsd:nonNegativeInteger", "@id": "oa:start" },
3831
- "styleClass" : "oa:styleClass",
3832
- "suffix" : "oa:suffix",
3833
- "when" : { "@type": "xsd:dateTimeStamp", "@id": "oa:when" },
3834
-
3835
- "chars" : "cnt:chars",
3836
- "bytes" : "cnt:bytes",
3837
- "format" : "dc:format",
3838
- "language" : "dc:language",
3839
- "value" : "rdf:value",
3840
- "label" : "rdfs:label",
3841
- "name" : "foaf:name",
3842
- "mbox" : "foaf:mbox"
3843
-
3844
- },
3845
- "@graph": [
3846
- {
3847
- "@id": "oa:annotatedBy",
3848
- "@type": "owl:ObjectProperty",
3849
- "rdfs:comment": {
3850
- "@language": "en",
3851
- "@value": "The object of the relationship is a resource that identifies the agent responsible for creating the Annotation. This may be either a human or software agent. \n\nThere SHOULD be exactly 1 oa:annotatedBy relationship per Annotation, but MAY be 0 or more than 1, as the Annotation may be anonymous, or multiple agents may have worked together on it.\n\nIt is RECOMMENDED to use these and other FOAF terms to describe agents: foaf:Person, prov:SoftwareAgent, foaf:Organization, foaf:name, foaf:mbox, foaf:openid, foaf:homepage"
3852
- },
3853
- "rdfs:domain": {
3854
- "@id": "oa:Annotation"
3855
- },
3856
- "rdfs:isDefinedBy": {
3857
- "@id": "oa:"
3858
- },
3859
- "rdfs:label": {
3860
- "@language": "en",
3861
- "@value": "annotatedBy"
3862
- },
3863
- "rdfs:subPropertyOf": {
3864
- "@id": "prov:wasAttributedTo"
3865
- }
3866
- },
3867
- {
3868
- "@id": "oa:commenting",
3869
- "@type": [
3870
- "oa:Motivation",
3871
- "owl:NamedIndividual"
3872
- ],
3873
- "rdfs:comment": {
3874
- "@language": "en",
3875
- "@value": "The motivation that represents a commentary about or review of the target resource(s). For example to provide a commentary about a particular PDF."
3876
- },
3877
- "skos:inScheme": {
3878
- "@id": "oa:motivationScheme"
3879
- },
3880
- "skos:prefLabel": {
3881
- "@language": "en",
3882
- "@value": "commenting"
3883
- }
3884
- },
3885
- {
3886
- "@id": "oa:SvgSelector",
3887
- "@type": "owl:Class",
3888
- "rdfs:comment": {
3889
- "@language": "en",
3890
- "@value": "A Selector which selects an area specified as an SVG shape.\n\nThe SVG document should either be retrievable by resolving the URI of this resource, or be included as an Embedded Resource using cnt:Content.\n\nIt is RECOMMENDED that the document contain only a single shape element and that element SHOULD be one of: path, rect, circle, ellipse, polyline, polygon or g. The g element SHOULD ONLY be used to construct a multi-element group, for example to define a donut shape requiring an outer circle and a clipped inner circle.\n\nThe dimensions of both the shape and the SVG canvas MUST be relative to the dimensions of the Source resource. For example, given an image which is 600 pixels by 400 pixels, and the desired section is a circle of 100 pixel radius at the center of the image, then the SVG element would be: <circle cx=\"300\" cy=\"200\" r=\"100\"/>\n\nIt is NOT RECOMMENDED to include style information within the SVG element, nor Javascript, animation, text or other non shape oriented information. Clients SHOULD ignore such information if present."
3891
- },
3892
- "rdfs:isDefinedBy": {
3893
- "@id": "oa:"
3894
- },
3895
- "rdfs:label": {
3896
- "@language": "en",
3897
- "@value": "SvgSelector"
3898
- },
3899
- "rdfs:subClassOf": {
3900
- "@id": "oa:Selector"
3901
- }
3902
- },
3903
- {
3904
- "@id": "oa:Selector",
3905
- "@type": "owl:Class",
3906
- "rdfs:comment": {
3907
- "@language": "en",
3908
- "@value": "A resource which describes the segment of interest in a representation of a Source resource, indicated with oa:hasSelector from the Specific Resource. \n\nThis class is not used directly in Annotations, only its subclasses are.\n\nThe nature of the Selector will be dependent on the type of the representation for which the segment is conveyed. The specific type of selector should be indicated using a subclass of oa:Selector.\n\nThe Specifier's description MAY be conveyed as an external or embedded resource (cnt:Content), or as RDF properties within the graph. The description SHOULD use existing standards whenever possible. If the Specifier has an HTTP URI, then its description, and only its description, MUST be returned when the URI is dereferenced."
3909
- },
3910
- "rdfs:isDefinedBy": {
3911
- "@id": "oa:"
3912
- },
3913
- "rdfs:label": {
3914
- "@language": "en",
3915
- "@value": "Selector"
3916
- }
3917
- },
3918
- {
3919
- "@id": "oa:Style",
3920
- "@type": "owl:Class",
3921
- "rdfs:comment": {
3922
- "@language": "en",
3923
- "@value": "A resource which describes the style in which the selection or resource should be rendered, indicated with oa:styledBy from an oa:Annotation.\n\nThis class is not used directly in Annotations, only its subclasses are.\n\nThe content of the resource provides the rendering hints about the Annotation's constituent resources. \n\nThe Specifier's description MAY be conveyed as an external or embedded resource (cnt:Content), or as RDF properties within the graph. The description SHOULD use existing standards whenever possible. If the Specifier has an HTTP URI, then its description, and only its description, MUST be returned when the URI is dereferenced."
3924
- },
3925
- "rdfs:isDefinedBy": {
3926
- "@id": "oa:"
3927
- },
3928
- "rdfs:label": {
3929
- "@language": "en",
3930
- "@value": "Style"
3931
- }
3932
- },
3933
- {
3934
- "@id": "oa:exact",
3935
- "@type": "owl:DatatypeProperty",
3936
- "rdfs:comment": {
3937
- "@language": "en",
3938
- "@value": "A copy of the text which is being selected, after normalization.\n\nSee oa:TextQuoteSelector."
3939
- },
3940
- "rdfs:domain": {
3941
- "@id": "oa:Selector"
3942
- },
3943
- "rdfs:isDefinedBy": {
3944
- "@id": "oa:"
3945
- },
3946
- "rdfs:label": {
3947
- "@language": "en",
3948
- "@value": "exact"
3949
- }
3950
- },
3951
- {
3952
- "@id": "oa:hasBody",
3953
- "@type": "owl:ObjectProperty",
3954
- "rdfs:comment": {
3955
- "@language": "en",
3956
- "@value": "The relationship between oa:Annotation and body. The body is somehow \"about\" the oa:hasTarget of the annotation.\n\nThe Body may be of any media type, and contain any type of content. The Body SHOULD be identified by HTTP URIs unless they are embedded within the Annotation.\n\nEmbedded bodies SHOULD be instances of cnt:ContentAsText and embed their content with cnt:chars. They SHOULD declare their media type with dc:format, and MAY indicate their language using dc:language and a RFC-3066 language tag. \n\nThere is no OA class provided for \"Body\" as a body might be a target of a different annotation. However, there SHOULD be 1 or more content-based classes associated with the body resources of an Annotation, and the dctypes: vocabulary is recommended for this purpose, for instance dctypes:Text to declare textual content.\n"
3957
- },
3958
- "rdfs:domain": {
3959
- "@id": "oa:Annotation"
3960
- },
3961
- "rdfs:isDefinedBy": {
3962
- "@id": "oa:"
3963
- },
3964
- "rdfs:label": {
3965
- "@language": "en",
3966
- "@value": "hasBody"
3967
- }
3968
- },
3969
- {
3970
- "@id": "oa:Choice",
3971
- "@type": "owl:Class",
3972
- "rdfs:comment": {
3973
- "@language": "en",
3974
- "@value": "A multiplicity construct that conveys to a consuming application that it should select one of the constituent resources to display to the user, and not render/use all of them. \n\noa:Choice can be used as the object of the object of the oa:hasBody, oa:hasTarget, oa:hasSelector, oa:hasState, oa:styledBy and oa:hasScope relationships, \n\nThere MUST be 1 or more oa:item relationships for each oa:Choice.\n\nThere SHOULD be exactly 1 default relationship for each Choice."
3975
- },
3976
- "rdfs:isDefinedBy": {
3977
- "@id": "oa:"
3978
- },
3979
- "rdfs:label": {
3980
- "@language": "en",
3981
- "@value": "Choice"
3982
- },
3983
- "rdfs:subClassOf": {
3984
- "@id": "rdf:Alt"
3985
- }
3986
- },
3987
- {
3988
- "@id": "oa:when",
3989
- "@type": "owl:DatatypeProperty",
3990
- "rdfs:comment": {
3991
- "@language": "en",
3992
- "@value": "The timestamp at which the Source resource should be interpreted for the Annotation, typically the time that the Annotation was created."
3993
- },
3994
- "rdfs:domain": {
3995
- "@id": "oa:TimeState"
3996
- },
3997
- "rdfs:isDefinedBy": {
3998
- "@id": "oa:"
3999
- },
4000
- "rdfs:label": {
4001
- "@language": "en",
4002
- "@value": "when"
4003
- },
4004
- "rdfs:range": {
4005
- "@id": "xsd:dateTimeStamp"
4006
- }
4007
- },
4008
- {
4009
- "@id": "oa:serializedBy",
4010
- "@type": "owl:ObjectProperty",
4011
- "rdfs:comment": {
4012
- "@language": "en",
4013
- "@value": "The object of the relationship is the agent, likely software, responsible for generating the serialization of the Annotation's serialization. \n\nIt is RECOMMENDED to use these and other FOAF terms to describe agents: foaf:Person, prov:SoftwareAgent, foaf:Organization, foaf:name, foaf:mbox, foaf:openid, foaf:homepage\n\nThere MAY be 0 or more oa:serializedBy relationships per Annotation."
4014
- },
4015
- "rdfs:domain": {
4016
- "@id": "oa:Annotation"
4017
- },
4018
- "rdfs:isDefinedBy": {
4019
- "@id": "oa:"
4020
- },
4021
- "rdfs:label": {
4022
- "@language": "en",
4023
- "@value": "serializedBy"
4024
- },
4025
- "rdfs:subPropertyOf": {
4026
- "@id": "prov:wasAttributedTo"
4027
- }
4028
- },
4029
- {
4030
- "@id": "oa:motivatedBy",
4031
- "@type": "owl:ObjectProperty",
4032
- "rdfs:comment": {
4033
- "@language": "en",
4034
- "@value": "The relationship between an Annotation and a Motivation, indicating the reasons why the Annotation was created.\n\nEach Annotation SHOULD have at least one oa:motivatedBy relationship, and MAY be more than 1."
4035
- },
4036
- "rdfs:domain": {
4037
- "@id": "oa:Annotation"
4038
- },
4039
- "rdfs:isDefinedBy": {
4040
- "@id": "oa:"
4041
- },
4042
- "rdfs:label": {
4043
- "@language": "en",
4044
- "@value": "motivatedBy"
4045
- },
4046
- "rdfs:range": {
4047
- "@id": "oa:Motivation"
4048
- }
4049
- },
4050
- {
4051
- "@id": "oa:moderating",
4052
- "@type": [
4053
- "oa:Motivation",
4054
- "owl:NamedIndividual"
4055
- ],
4056
- "rdfs:comment": {
4057
- "@language": "en",
4058
- "@value": "The motivation that represents an assignment of value or quality to the target resource(s). For example annotating an Annotation to moderate it up in a trust network or threaded discussion."
4059
- },
4060
- "skos:inScheme": {
4061
- "@id": "oa:motivationScheme"
4062
- },
4063
- "skos:prefLabel": {
4064
- "@language": "en",
4065
- "@value": "moderating"
4066
- }
4067
- },
4068
- {
4069
- "@id": "oa:highlighting",
4070
- "@type": [
4071
- "oa:Motivation",
4072
- "owl:NamedIndividual"
4073
- ],
4074
- "rdfs:comment": {
4075
- "@language": "en",
4076
- "@value": "The motivation that represents a highlighted section of the target resource or segment. For example to draw attention to the selected text that the annotator disagrees with. A Highlight may or may not have a Body resource"
4077
- },
4078
- "skos:inScheme": {
4079
- "@id": "oa:motivationScheme"
4080
- },
4081
- "skos:prefLabel": {
4082
- "@language": "en",
4083
- "@value": "highlighting"
4084
- }
4085
- },
4086
- {
4087
- "@id": "oa:styledBy",
4088
- "@type": "owl:ObjectProperty",
4089
- "rdfs:comment": {
4090
- "@language": "en",
4091
- "@value": "The relationship between a oa:Annotation and a oa:Style.\n\nThere MAY be 0 or 1 styledBy relationships for each Annotation.\n\nIf there are multiple Style resources that must be associated with the Annotation, then the use of the Multiplicity Constructs oa:Choice, oa:Composite or oa:List is RECOMMENDED."
4092
- },
4093
- "rdfs:domain": {
4094
- "@id": "oa:Annotation"
4095
- },
4096
- "rdfs:isDefinedBy": {
4097
- "@id": "oa:"
4098
- },
4099
- "rdfs:label": {
4100
- "@language": "en",
4101
- "@value": "styledBy"
4102
- },
4103
- "rdfs:range": {
4104
- "@id": "oa:Style"
4105
- }
4106
- },
4107
- {
4108
- "@id": "oa:FragmentSelector",
4109
- "@type": "owl:Class",
4110
- "rdfs:comment": {
4111
- "@language": "en",
4112
- "@value": "A Selector which describes the segment of interest in a representation, through the use of the fragment identifier component of a URI.\n\nIt is RECOMMENDED to use oa:FragmentSelector as the selector on a Specific Resource rather than annotating the fragment URI directly, in order to improve discoverability of annotation on the Source.\n\nThe oa:FragmentSelector MUST have exactly 1 rdf:value property, containing the fragment identifier component of a URI that describes the segment of interest in the resource, excluding the initial \"#\".\n\nThe Fragment Selector SHOULD have a dcterms:conformsTo relationship with the object being the specification that defines the syntax of the fragment, for instance <http://tools.ietf.org/rfc/rfc3236> for HTML fragments. "
4113
- },
4114
- "rdfs:isDefinedBy": {
4115
- "@id": "oa:"
4116
- },
4117
- "rdfs:label": {
4118
- "@language": "en",
4119
- "@value": "FragmentSelector"
4120
- },
4121
- "rdfs:subClassOf": {
4122
- "@id": "oa:Selector"
4123
- }
4124
- },
4125
- {
4126
- "@id": "oa:SpecificResource",
4127
- "@type": "owl:Class",
4128
- "rdfs:comment": {
4129
- "@language": "en",
4130
- "@value": "A resource identifies part of another Source resource, a particular representation of a resource, a resource with styling hints for renders, or any combination of these. \n\nThe Specific Resource takes the role of oa:hasBody or oa:hasTarget in an oa:Annotation instead of the Source resource.\n\nThere MUST be exactly 1 oa:hasSource relationship associated with a Specific Resource.\n\nThere MUST be exactly 0 or 1 oa:hasSelector relationship associated with a Specific Resource.\n\nThere MAY be 0 or 1 oa:hasState relationship for each Specific Resource.\n\nIf the Specific Resource has an HTTP URI, then the exact segment of the Source resource that it identifies, and only the segment, MUST be returned when the URI is dereferenced. For example, if the segment of interest is a region of an image and the Specific Resource has an HTTP URI, then dereferencing it MUST return the selected region of the image as it was at the time when the annotation was created. Typically this would be a burden to support, and thus the Specific Resource SHOULD be identified by a globally unique URI, such as a UUID URN. If it is not considered important to allow other Annotations or systems to refer to the Specific Resource, then a blank node MAY be used instead."
4131
- },
4132
- "rdfs:isDefinedBy": {
4133
- "@id": "oa:"
4134
- },
4135
- "rdfs:label": {
4136
- "@language": "en",
4137
- "@value": "SpecificResource"
4138
- }
4139
- },
4140
- {
4141
- "@id": "oa:annotatedAt",
4142
- "@type": "owl:DatatypeProperty",
4143
- "rdfs:comment": {
4144
- "@language": "en",
4145
- "@value": "The time at which the Annotation was created. \n\nThere SHOULD be exactly 1 oa:annotatedAt property per Annotation, and MUST NOT be more than 1. The datetime MUST be expressed in the xsd:dateTime format, and SHOULD have a timezone specified."
4146
- },
4147
- "rdfs:domain": {
4148
- "@id": "oa:Annotation"
4149
- },
4150
- "rdfs:isDefinedBy": {
4151
- "@id": "oa:"
4152
- },
4153
- "rdfs:label": {
4154
- "@language": "en",
4155
- "@value": "annotatedAt"
4156
- },
4157
- "rdfs:range": {
4158
- "@id": "xsd:dateTimeStamp"
4159
- }
4160
- },
4161
- {
4162
- "@id": "oa:editing",
4163
- "@type": [
4164
- "oa:Motivation",
4165
- "owl:NamedIndividual"
4166
- ],
4167
- "rdfs:comment": {
4168
- "@language": "en",
4169
- "@value": "The motivation that represents a request for a modification or edit to the target resource. For example, an Annotation that requests a typo to be corrected."
4170
- },
4171
- "skos:inScheme": {
4172
- "@id": "oa:motivationScheme"
4173
- },
4174
- "skos:prefLabel": {
4175
- "@language": "en",
4176
- "@value": "editing"
4177
- }
4178
- },
4179
- {
4180
- "@id": "oa:Annotation",
4181
- "@type": "owl:Class",
4182
- "rdfs:comment": {
4183
- "@language": "en",
4184
- "@value": "Typically an Annotation has a single Body (oa:hasBody), which is the comment or other descriptive resource, and a single Target (oa:hasTarget) that the Body is somehow \"about\". The Body provides the information which is annotating the Target. \n\nThis \"aboutness\" may be further clarified or extended to notions such as classifying or identifying with oa:motivatedBy."
4185
- },
4186
- "rdfs:isDefinedBy": {
4187
- "@id": "oa:"
4188
- },
4189
- "rdfs:label": {
4190
- "@language": "en",
4191
- "@value": "Annotation"
4192
- }
4193
- },
4194
- {
4195
- "@id": "oa:equivalentTo",
4196
- "@type": "owl:ObjectProperty",
4197
- "rdfs:comment": {
4198
- "@language": "en",
4199
- "@value": "The subject and object resources of the oa:equivalentTo relationship represent the same resource, but potentially have different metadata such as oa:serializedBy, oa:serializedAt and serialization format. oa:equivalentTo is a symmetrical and transitive relationship; if A oa:equivalentTo B, then it is also true that B oa:equivalent A; and that if B oa:equivalentTo C, then it is also true that A oa:equivalentTo C. \n\nThe Annotation MAY include 0 or more instances of the oa:equivalentTo relationship between copies of the Annotation or other resources, and SHOULD include as many as are available.\n\nIf a system publishes an embedded resource (a cnt:Content) at a new HTTP URI, then it SHOULD express the oa:equivalentTo relationship between the resource's URN and the new URI from which it is available."
4200
- },
4201
- "rdfs:isDefinedBy": {
4202
- "@id": "oa:"
4203
- },
4204
- "rdfs:label": {
4205
- "@language": "en",
4206
- "@value": "equivalentTo"
4207
- },
4208
- "rdfs:subPropertyOf": {
4209
- "@id": "prov:alternateOf"
4210
- }
4211
- },
4212
- {
4213
- "@id": "oa:Motivation",
4214
- "@type": "owl:Class",
4215
- "rdfs:comment": {
4216
- "@language": "en",
4217
- "@value": "The Motivation for creating an Annotation, indicated with oa:motivatedBy, is a reason for its creation, and might include things like oa:replying to another annotation, oa:commenting on a resource, or oa:linking to a related resource.\n\nEach Annotation SHOULD have at least one oa:motivatedBy relationship to an instance of oa:Motivation, which is a subClass of skos:Concept."
4218
- },
4219
- "rdfs:isDefinedBy": {
4220
- "@id": "oa:"
4221
- },
4222
- "rdfs:label": {
4223
- "@language": "en",
4224
- "@value": "Motivation"
4225
- },
4226
- "rdfs:subClassOf": {
4227
- "@id": "skos:Concept"
4228
- }
4229
- },
4230
- {
4231
- "@id": "oa:tagging",
4232
- "@type": [
4233
- "oa:Motivation",
4234
- "owl:NamedIndividual"
4235
- ],
4236
- "rdfs:comment": {
4237
- "@language": "en",
4238
- "@value": "The motivation that represents adding a Tag on the target resource(s). One or more of the bodies of the annotation should be typed as a oa:Tag or oa:SemanticTag."
4239
- },
4240
- "skos:inScheme": {
4241
- "@id": "oa:motivationScheme"
4242
- },
4243
- "skos:prefLabel": {
4244
- "@language": "en",
4245
- "@value": "tagging"
4246
- }
4247
- },
4248
- {
4249
- "@id": "oa:List",
4250
- "@type": "owl:Class",
4251
- "rdfs:comment": {
4252
- "@language": "en",
4253
- "@value": "A multiplicity construct that conveys to a consuming application that all of the constituent resources are required for the Annotation to be correctly interpreted, and in a particular order. \n\noa:List can be used as the object of the object of the oa:hasBody, oa:hasTarget, oa:hasSelector, oa:hasState, oa:styledBy and oa:hasScope relationships, \n\nThere MUST be 2 or more oa:item relationships for each oa:List, with their order defined using the rdf:List construct of rdf:first/rdf:rest/rdf:nil.\n\nAll the elements of the list should also be declared using oa:item, and each of the oa:items should appear at least once in the list."
4254
- },
4255
- "rdfs:isDefinedBy": {
4256
- "@id": "oa:"
4257
- },
4258
- "rdfs:label": {
4259
- "@language": "en",
4260
- "@value": "List"
4261
- },
4262
- "rdfs:subClassOf": {
4263
- "@id": "oa:Composite"
4264
- }
4265
- },
4266
- {
4267
- "@id": "oa:TextQuoteSelector",
4268
- "@type": "owl:Class",
4269
- "rdfs:comment": {
4270
- "@language": "en",
4271
- "@value": "A Selector that describes a textual segment by means of quoting it, plus passages before or after it.\n\nFor example, if the document were \"abcdefghijklmnopqrstuvwxyz\", one could select \"efg\" by a oa:prefix of \"abcd\", the quotation of oa:exact \"efg\" and a oa:suffix of \"hijk\".\n\nThe text MUST be normalized before recording.\n\nEach TextQuoteSelector MUST have exactly 1 oa:exact property.\n\nEach TextQuoteSelector SHOULD have exactly 1 oa:prefix property, and MUST NOT have more than 1.\n\nEach TextQuoteSelector SHOULD have exactly 1 oa:suffix property, and MUST NOT have more than 1."
4272
- },
4273
- "rdfs:isDefinedBy": {
4274
- "@id": "oa:"
4275
- },
4276
- "rdfs:label": {
4277
- "@language": "en",
4278
- "@value": "TextQuoteSelector"
4279
- },
4280
- "rdfs:subClassOf": {
4281
- "@id": "oa:Selector"
4282
- }
4283
- },
4284
- {
4285
- "@id": "oa:cachedSource",
4286
- "@type": "owl:ObjectProperty",
4287
- "rdfs:comment": {
4288
- "@language": "en",
4289
- "@value": "A link to a copy of the Source resource's representation appropriate for the Annotation, typically a copy of the original at the time that the Annotation was created"
4290
- },
4291
- "rdfs:domain": {
4292
- "@id": "oa:TimeState"
4293
- },
4294
- "rdfs:isDefinedBy": {
4295
- "@id": "oa:"
4296
- },
4297
- "rdfs:label": {
4298
- "@language": "en",
4299
- "@value": "cachedSource"
4300
- }
4301
- },
4302
- {
4303
- "@id": "oa:bookmarking",
4304
- "@type": [
4305
- "oa:Motivation",
4306
- "owl:NamedIndividual"
4307
- ],
4308
- "rdfs:comment": {
4309
- "@language": "en",
4310
- "@value": "The motivation that represents the creation of a bookmark to the target resources or recorded point or points within one or more resources. For example, an Annotation that bookmarks the point in a text where the reader finished reading. Bookmark Annotations may or may not have a Body resource."
4311
- },
4312
- "skos:inScheme": {
4313
- "@id": "oa:motivationScheme"
4314
- },
4315
- "skos:prefLabel": {
4316
- "@language": "en",
4317
- "@value": "bookmarking"
4318
- }
4319
- },
4320
- {
4321
- "@id": "oa:SemanticTag",
4322
- "@type": "owl:Class",
4323
- "rdfs:comment": {
4324
- "@language": "en",
4325
- "@value": "A class assigned to the Body when it is a semantic tagging resource; a URI that identifies a concept, rather than an embedded string, frequently a term from a controlled vocabulary.\n\nIt is NOT RECOMMENDED to use the URI of a document as a Semantic Tag, as it might also be used as a regular Body in other Annotations which would inherit the oa:SemanticTag class assignment. Instead it is more appropriate to create a new URI and link it to the document, using the foaf:page predicate."
4326
- },
4327
- "rdfs:isDefinedBy": {
4328
- "@id": "oa:"
4329
- },
4330
- "rdfs:label": {
4331
- "@language": "en",
4332
- "@value": "SemanticTag"
4333
- },
4334
- "rdfs:subClassOf": {
4335
- "@id": "oa:Tag"
4336
- }
4337
- },
4338
- {
4339
- "@id": "oa:hasSource",
4340
- "@type": "owl:ObjectProperty",
4341
- "rdfs:comment": {
4342
- "@language": "en",
4343
- "@value": "The relationship between a oa:SpecificResource and the resource that it is a more specific representation of. \n\nThere MUST be exactly 1 oa:hasSource relationship associated with a Specific Resource."
4344
- },
4345
- "rdfs:domain": {
4346
- "@id": "oa:SpecificResource"
4347
- },
4348
- "rdfs:isDefinedBy": {
4349
- "@id": "oa:"
4350
- },
4351
- "rdfs:label": {
4352
- "@language": "en",
4353
- "@value": "hasSource"
4354
- }
4355
- },
4356
- {
4357
- "@id": "oa:default",
4358
- "@type": "owl:ObjectProperty",
4359
- "rdfs:comment": {
4360
- "@language": "en",
4361
- "@value": "The constituent resource of a oa:Choice to use as a default option, if there is no other means to determine which would be most appropriate.\n\nThere SHOULD be exactly 1 default relationship for each Choice."
4362
- },
4363
- "rdfs:domain": {
4364
- "@id": "oa:Choice"
4365
- },
4366
- "rdfs:isDefinedBy": {
4367
- "@id": "oa:"
4368
- },
4369
- "rdfs:label": {
4370
- "@language": "en",
4371
- "@value": "default"
4372
- },
4373
- "rdfs:subPropertyOf": {
4374
- "@id": "oa:item"
4375
- }
4376
- },
4377
- {
4378
- "@id": "oa:hasSelector",
4379
- "@type": "owl:ObjectProperty",
4380
- "rdfs:comment": {
4381
- "@language": "en",
4382
- "@value": "The relationship between a oa:SpecificResource and a oa:Selector.\n\nThere MUST be exactly 0 or 1 oa:hasSelector relationship associated with a \nSpecific Resource. \n\nIf multiple Selectors are required, either to express a choice between different optional, equivalent selectors, or a chain of selectors that should all be processed, it is necessary to use oa:Choice, oa:Composite or oa:List as a selector."
4383
- },
4384
- "rdfs:domain": {
4385
- "@id": "oa:SpecificResource"
4386
- },
4387
- "rdfs:isDefinedBy": {
4388
- "@id": "oa:"
4389
- },
4390
- "rdfs:label": {
4391
- "@language": "en",
4392
- "@value": "hasSelector"
4393
- },
4394
- "rdfs:range": {
4395
- "@id": "oa:Selector"
4396
- }
4397
- },
4398
- {
4399
- "@id": "oa:hasTarget",
4400
- "@type": "owl:ObjectProperty",
4401
- "rdfs:comment": {
4402
- "@language": "en",
4403
- "@value": "The relationship between oa:Annotation and target. The target resource is what the oa:hasBody is somewhat \"about\".\n\nThe target may be of any media type, and contain any type of content. The target SHOULD be identified by HTTP URIs unless they are embedded within the Annotation.\n\nEmbedded targets SHOULD be instances of cnt:ContentAsText and embed their content with cnt:chars. They SHOULD declare their media type with dc:format, and MAY indicate their language using dc:language and a RFC-3066 language tag. \n\nThere is no OA class provided for \"Target\" as a target might be a body in a different annotation. However, there SHOULD be 1 or more content-based classes associated with the target resources of an Annotation, and the dctypes: vocabulary is recommended for this purpose, for instance dctypes:Text to declare textual content."
4404
- },
4405
- "rdfs:domain": {
4406
- "@id": "oa:Annotation"
4407
- },
4408
- "rdfs:isDefinedBy": {
4409
- "@id": "oa:"
4410
- },
4411
- "rdfs:label": {
4412
- "@language": "en",
4413
- "@value": "hasTarget"
4414
- }
4415
- },
4416
- {
4417
- "@id": "oa:TextPositionSelector",
4418
- "@type": "owl:Class",
4419
- "rdfs:comment": {
4420
- "@language": "en",
4421
- "@value": "An oa:Selector which describes a range of text based on its start and end positions.\n\nThe text MUST be normalized before counting characters. For a Selector that works from the bitstream rather than the rendered characters, see oa:DataPositionSelector.\n\nEach oa:TextPositionSelector MUST have exactly 1 oa:start property.\n\nEach oa:TextPositionSelector MUST have exactly 1 oa:end property."
4422
- },
4423
- "rdfs:isDefinedBy": {
4424
- "@id": "oa:"
4425
- },
4426
- "rdfs:label": {
4427
- "@language": "en",
4428
- "@value": "TextPositionSelector"
4429
- },
4430
- "rdfs:subClassOf": {
4431
- "@id": "oa:Selector"
4432
- }
4433
- },
4434
- {
4435
- "@id": "oa:serializedAt",
4436
- "@type": "owl:DatatypeProperty",
4437
- "rdfs:comment": {
4438
- "@language": "en",
4439
- "@value": "The time at which the agent referenced by oa:serializedBy generated the first serialization of the Annotation, and any subsequent substantially different one. The annotation graph MUST have changed for this property to be updated, and as such represents the last modified datestamp for the Annotation. This might be used to determine if it should be re-imported into a triplestore when discovered. \n\nThere MAY be exactly 1 oa:serializedAt property per Annotation, and MUST NOT be more than 1. The datetime MUST be expressed in the xsd:dateTime format, and SHOULD have a timezone specified.\n"
4440
- },
4441
- "rdfs:domain": {
4442
- "@id": "oa:Annotation"
4443
- },
4444
- "rdfs:isDefinedBy": {
4445
- "@id": "oa:"
4446
- },
4447
- "rdfs:label": {
4448
- "@language": "en",
4449
- "@value": "serializedAt"
4450
- },
4451
- "rdfs:range": {
4452
- "@id": "xsd:dateTimeStamp"
4453
- }
4454
- },
4455
- {
4456
- "@id": "oa:Composite",
4457
- "@type": "owl:Class",
4458
- "rdfs:comment": {
4459
- "@language": "en",
4460
- "@value": "A multiplicity construct that conveys to a consuming application that all of the constituent resources are required for the Annotation to be correctly interpreted. \n\noa:Composite can be used as the object of the object of the oa:hasBody, oa:hasTarget, oa:hasSelector, oa:hasState, oa:styledBy and oa:hasScope relationships, \n\nThere MUST be 2 or more oa:item relationships for each oa:Composite."
4461
- },
4462
- "rdfs:isDefinedBy": {
4463
- "@id": "oa:"
4464
- },
4465
- "rdfs:label": "Composite",
4466
- "rdfs:subClassOf": {
4467
- "@id": "rdf:Bag"
4468
- }
4469
- },
4470
- {
4471
- "@id": "oa:classifying",
4472
- "@type": [
4473
- "oa:Motivation",
4474
- "owl:NamedIndividual"
4475
- ],
4476
- "rdfs:comment": {
4477
- "@language": "en",
4478
- "@value": "The motivation that represents the assignment of a classification type, typically from a controlled vocabulary, to the target resource(s). For example to classify an Image resource as a Portrait."
4479
- },
4480
- "skos:inScheme": {
4481
- "@id": "oa:motivationScheme"
4482
- },
4483
- "skos:prefLabel": {
4484
- "@language": "en",
4485
- "@value": "classifying"
4486
- }
4487
- },
4488
- {
4489
- "@id": "oa:identifying",
4490
- "@type": [
4491
- "oa:Motivation",
4492
- "owl:NamedIndividual"
4493
- ],
4494
- "rdfs:comment": {
4495
- "@language": "en",
4496
- "@value": "The motivation that represents the assignment of an identity to the target resource(s). For example, annotating the name of a city in a string of text with the URI that identifies it."
4497
- },
4498
- "skos:inScheme": {
4499
- "@id": "oa:motivationScheme"
4500
- },
4501
- "skos:prefLabel": {
4502
- "@language": "en",
4503
- "@value": "identifying"
4504
- }
4505
- },
4506
- {
4507
- "@id": "oa:HttpRequestState",
4508
- "@type": "owl:Class",
4509
- "rdfs:comment": {
4510
- "@language": "en",
4511
- "@value": "A resource which describes how to retrieve an appropriate representation of the Source resource for the Annotation, based on the HTTP Request headers to send to the server.\n\nThere MUST be exactly 1 rdf:value property per HttpRequestState, containing HTTP request headers as a single, complete string, exactly as they would appear in an HTTP request. "
4512
- },
4513
- "rdfs:isDefinedBy": {
4514
- "@id": "oa:"
4515
- },
4516
- "rdfs:label": {
4517
- "@language": "en",
4518
- "@value": "HttpRequestState"
4519
- },
4520
- "rdfs:subClassOf": {
4521
- "@id": "oa:State"
4522
- }
4523
- },
4524
- {
4525
- "@id": "oa:DataPositionSelector",
4526
- "@type": "owl:Class",
4527
- "rdfs:comment": {
4528
- "@language": "en",
4529
- "@value": "A Selector which describes a range of data based on its start and end positions within the byte stream of the representation.\n\nEach DataPositionSelector MUST have exactly 1 oa:start property.\n\nEach TextPositionSelector MUST have exactly 1 oa:end property.\n\nSee oa:TextPositionSelector for selection at normalized character level rather than bytestream level."
4530
- },
4531
- "rdfs:isDefinedBy": {
4532
- "@id": "oa:"
4533
- },
4534
- "rdfs:label": {
4535
- "@language": "en",
4536
- "@value": "DataPositionSelector"
4537
- },
4538
- "rdfs:subClassOf": {
4539
- "@id": "oa:Selector"
4540
- }
4541
- },
4542
- {
4543
- "@id": "oa:linking",
4544
- "@type": [
4545
- "oa:Motivation",
4546
- "owl:NamedIndividual"
4547
- ],
4548
- "rdfs:comment": {
4549
- "@language": "en",
4550
- "@value": "The motivation that represents an untyped link to a resource related to the target."
4551
- },
4552
- "skos:inScheme": {
4553
- "@id": "oa:motivationScheme"
4554
- },
4555
- "skos:prefLabel": {
4556
- "@language": "en",
4557
- "@value": "linking"
4558
- }
4559
- },
4560
- {
4561
- "@id": "oa:motivationScheme",
4562
- "@type": [
4563
- "skos:ConceptScheme",
4564
- "owl:NamedIndividual"
4565
- ],
4566
- "rdfs:comment": {
4567
- "@language": "en",
4568
- "@value": "The concept scheme for Open Annotation Motivations"
4569
- },
4570
- "rdfs:label": {
4571
- "@language": "en",
4572
- "@value": "motivationScheme"
4573
- }
4574
- },
4575
- {
4576
- "@id": "oa:replying",
4577
- "@type": [
4578
- "oa:Motivation",
4579
- "owl:NamedIndividual"
4580
- ],
4581
- "rdfs:comment": {
4582
- "@language": "en",
4583
- "@value": "The motivation that represents a reply to a previous statement, either an Annotation or another resource. For example providing the assistance requested in the above."
4584
- },
4585
- "skos:inScheme": {
4586
- "@id": "oa:motivationScheme"
4587
- },
4588
- "skos:prefLabel": {
4589
- "@language": "en",
4590
- "@value": "replying"
4591
- }
4592
- },
4593
- {
4594
- "@id": "oa:start",
4595
- "@type": "owl:DatatypeProperty",
4596
- "rdfs:comment": {
4597
- "@language": "en",
4598
- "@value": "The starting position of the segment of text or bytes. The first character/byte in the full text/stream is position 0. The character/byte indicated at position oa:start is included within the selected segment. \n\nSee oa:DataPositionSelector and oa:TextPositionSelector."
4599
- },
4600
- "rdfs:domain": {
4601
- "@id": "oa:Selector"
4602
- },
4603
- "rdfs:isDefinedBy": {
4604
- "@id": "oa:"
4605
- },
4606
- "rdfs:label": {
4607
- "@language": "en",
4608
- "@value": "start"
4609
- },
4610
- "rdfs:range": {
4611
- "@id": "xsd:nonNegativeInteger"
4612
- }
4613
- },
4614
- {
4615
- "@id": "oa:end",
4616
- "@type": "owl:DatatypeProperty",
4617
- "rdfs:comment": {
4618
- "@language": "en",
4619
- "@value": "The end position of the segment of text or bytes. The first character/byte in the full text/stream is position 0. The character/byte indicated at position oa:end is NOT included within the selected segment. \n\nSee oa:DataPositionSelector and oa:oa:TextPositionSelector."
4620
- },
4621
- "rdfs:domain": {
4622
- "@id": "oa:Selector"
4623
- },
4624
- "rdfs:isDefinedBy": {
4625
- "@id": "oa:"
4626
- },
4627
- "rdfs:label": {
4628
- "@language": "en",
4629
- "@value": "end"
4630
- },
4631
- "rdfs:range": {
4632
- "@id": "xsd:nonNegativeInteger"
4633
- }
4634
- },
4635
- {
4636
- "@id": "oa:TimeState",
4637
- "@type": "owl:Class",
4638
- "rdfs:comment": {
4639
- "@language": "en",
4640
- "@value": "A resource which describes how to retrieve a representation of the Source resource that is temporally appropriate for the Annotation.\n\nThere MUST be at least one of oa:cachedSource or oa:when specified. If there is more than 1, each gives an alternative copy of the representation."
4641
- },
4642
- "rdfs:isDefinedBy": {
4643
- "@id": "oa:"
4644
- },
4645
- "rdfs:label": {
4646
- "@language": "en",
4647
- "@value": "TimeState"
4648
- },
4649
- "rdfs:subClassOf": {
4650
- "@id": "oa:State"
4651
- }
4652
- },
4653
- {
4654
- "@id": "oa:State",
4655
- "@type": "owl:Class",
4656
- "rdfs:comment": {
4657
- "@language": "en",
4658
- "@value": "A resource which describes how to retrieve an appropriate representation of the Source resource, indicated with oa:hasState from the Specific Resource.\n\nThis class is not used directly in Annotations, only its subclasses are.\n\nThe Specifier's description MAY be conveyed as an external or embedded resource (cnt:Content), or as RDF properties within the graph. The description SHOULD use existing standards whenever possible. If the Specifier has an HTTP URI, then its description, and only its description, MUST be returned when the URI is dereferenced."
4659
- },
4660
- "rdfs:isDefinedBy": {
4661
- "@id": "oa:"
4662
- },
4663
- "rdfs:label": {
4664
- "@language": "en",
4665
- "@value": "State"
4666
- }
4667
- },
4668
- {
4669
- "@id": "oa:CssStyle",
4670
- "@type": "owl:Class",
4671
- "rdfs:comment": {
4672
- "@language": "en",
4673
- "@value": "A resource which describes styles for resources participating in the Annotation using CSS.\n\nSpecific Resources MAY be assigned a CSS style class using oa:styleClass.\n\nThe CSS resource MAY have its own dereferencable URI that provides the information. For example, \"Style1\" in the diagram below might actually have the URI \"http://www.example.com/styles/annotations.css\". It MAY be embedded within the Annotation using the inline constructions described in Embedding Resources."
4674
- },
4675
- "rdfs:isDefinedBy": {
4676
- "@id": "oa:"
4677
- },
4678
- "rdfs:label": {
4679
- "@language": "en",
4680
- "@value": "CssStyle"
4681
- },
4682
- "rdfs:subClassOf": {
4683
- "@id": "oa:Style"
4684
- }
4685
- },
4686
- {
4687
- "@id": "oa:item",
4688
- "@type": "owl:ObjectProperty",
4689
- "rdfs:comment": {
4690
- "@language": "en",
4691
- "@value": "The relationship between a multiplicity construct node and its constituent resources.\n\nThere MUST be 1 or more item relationships for each multiplicity construct oa:Choice, oa:Composite and oa:List."
4692
- },
4693
- "rdfs:isDefinedBy": {
4694
- "@id": "oa:"
4695
- },
4696
- "rdfs:label": {
4697
- "@language": "en",
4698
- "@value": "item"
4699
- },
4700
- "rdfs:subPropertyOf": {
4701
- "@id": "rdfs:member"
4702
- }
4703
- },
4704
- {
4705
- "@id": "oa:hasScope",
4706
- "@type": "owl:ObjectProperty",
4707
- "rdfs:comment": {
4708
- "@language": "en",
4709
- "@value": "The relationship between a Specific Resource and the resource that provides the scope or context for it in this Annotation.\n\nThere MAY be 0 or more hasScope relationships for each Specific Resource."
4710
- },
4711
- "rdfs:domain": {
4712
- "@id": "oa:SpecificResource"
4713
- },
4714
- "rdfs:isDefinedBy": {
4715
- "@id": "oa:"
4716
- },
4717
- "rdfs:label": {
4718
- "@language": "en",
4719
- "@value": "hasScope"
4720
- }
4721
- },
4722
- {
4723
- "@id": "oa:suffix",
4724
- "@type": "owl:DatatypeProperty",
4725
- "rdfs:comment": {
4726
- "@language": "en",
4727
- "@value": "The snippet of text that occurs immediately after the text which is being selected. \n\nSee oa:TextQuoteSelector."
4728
- },
4729
- "rdfs:domain": {
4730
- "@id": "oa:Selector"
4731
- },
4732
- "rdfs:isDefinedBy": {
4733
- "@id": "oa:"
4734
- },
4735
- "rdfs:label": {
4736
- "@language": "en",
4737
- "@value": "suffix"
4738
- }
4739
- },
4740
- {
4741
- "@id": "oa:hasState",
4742
- "@type": "owl:ObjectProperty",
4743
- "rdfs:comment": {
4744
- "@language": "en",
4745
- "@value": "The relationship between a oa:SpecificResource and a oa:State resource.\n\nThere MAY be 0 or 1 oa:hasState relationship for each SpecificResource.\n\nIf there are multiple State resources that must be associated with the specific resource, then the use of the Multiplicity Constructs oa:Choice, oa:Composite or oa:List is RECOMMENDED."
4746
- },
4747
- "rdfs:domain": {
4748
- "@id": "oa:SpecificResource"
4749
- },
4750
- "rdfs:isDefinedBy": {
4751
- "@id": "oa:"
4752
- },
4753
- "rdfs:label": {
4754
- "@language": "en",
4755
- "@value": "hasState"
4756
- },
4757
- "rdfs:range": {
4758
- "@id": "oa:State"
4759
- }
4760
- },
4761
- {
4762
- "@id": "oa:",
4763
- "@type": "owl:Ontology",
4764
- "dc:contributor": {
4765
- "@language": "en",
4766
- "@value": "Stian Soiland-Reyes"
4767
- },
4768
- "dc:creator": [
4769
- {
4770
- "@language": "en",
4771
- "@value": "Robert Sanderson"
4772
- },
4773
- {
4774
- "@language": "it",
4775
- "@value": "Paolo Ciccarese"
4776
- },
4777
- {
4778
- "@language": "vls",
4779
- "@value": "Herbert Van de Sompel"
4780
- }
4781
- ],
4782
- "dc:description": {
4783
- "@language": "en",
4784
- "@value": "The Open Annotation Core Data Model specifies an interoperable framework for creating associations between related resources, annotations, using a methodology that conforms to the Architecture of the World Wide Web. Open Annotations can easily be shared between platforms, with sufficient richness of expression to satisfy complex requirements while remaining simple enough to also allow for the most common use cases, such as attaching a piece of text to a single web resource.\n\nAn Annotation is considered to be a set of connected resources, typically including a body and target, where the body is somehow about the target. The full model supports additional functionality, enabling semantic annotations, embedding content, selecting segments of resources, choosing the appropriate representation of a resource and providing styling hints for consuming clients."
4785
- },
4786
- "dc:title": {
4787
- "@language": "en",
4788
- "@value": "Open Annotation Data Model"
4789
- },
4790
- "dcterms:modified": {
4791
- "@type": "xsd:dateTime",
4792
- "@value": "2013-02-22T21:40:51+01:00"
4793
- },
4794
- "owl:versionIRI": {
4795
- "@id": "http://www.openannotation.org/spec/core/20130208/oa.owl"
4796
- },
4797
- "owl:versionInfo": "0.9.20130208",
4798
- "rdfs:comment": {
4799
- "@language": "en",
4800
- "@value": "The Open Annotation Core Data Model specifies an interoperable framework for creating associations between related resources, annotations, using a methodology that conforms to the Architecture of the World Wide Web.\n\nThis ontology is a non-normative OWL formalization of the textual OA specification at http://www.openannotation.org/spec/core/20130208/index.html\n\nNote that OWL imports are disabled in the published version in order to reduce external implications, improve OWL 2 Profile conformity and increase interoperability. Some OWL tools might thus misleadingly show this ontology as (re)defining properties like skos:prefLabel."
4801
- },
4802
- "rdfs:seeAlso": {
4803
- "@id": "http://www.openannotation.org/spec/core/20130208/index.html"
4804
- }
4805
- },
4806
- {
4807
- "@id": "oa:questioning",
4808
- "@type": [
4809
- "oa:Motivation",
4810
- "owl:NamedIndividual"
4811
- ],
4812
- "rdfs:comment": {
4813
- "@language": "en",
4814
- "@value": "The motivation that represents asking a question about the target resource(s). For example to ask for assistance with a particular section of text, or question its veracity."
4815
- },
4816
- "skos:inScheme": {
4817
- "@id": "oa:motivationScheme"
4818
- },
4819
- "skos:prefLabel": {
4820
- "@language": "en",
4821
- "@value": "questioning"
4822
- }
4823
- },
4824
- {
4825
- "@id": "oa:describing",
4826
- "@type": [
4827
- "oa:Motivation",
4828
- "owl:NamedIndividual"
4829
- ],
4830
- "rdfs:comment": {
4831
- "@language": "en",
4832
- "@value": "The motivation that represents a description of the target resource(s), as opposed to a comment about them. For example describing the above PDF's contents, rather than commenting on their accuracy."
4833
- },
4834
- "skos:inScheme": {
4835
- "@id": "oa:motivationScheme"
4836
- },
4837
- "skos:prefLabel": {
4838
- "@language": "en",
4839
- "@value": "describing"
4840
- }
4841
- },
4842
- {
4843
- "@id": "oa:styleClass",
4844
- "@type": "owl:DatatypeProperty",
4845
- "rdfs:comment": {
4846
- "@language": "en",
4847
- "@value": "The string name of the class used in the CSS description that should be applied to the Specific Resource.\n\nThere MAY be 0 or more styleClass properties on a Specific Resource.\n\nSee oa:CssStyle."
4848
- },
4849
- "rdfs:domain": {
4850
- "@id": "oa:SpecificResource"
4851
- },
4852
- "rdfs:isDefinedBy": {
4853
- "@id": "oa:"
4854
- },
4855
- "rdfs:label": {
4856
- "@language": "en",
4857
- "@value": "styleClass"
4858
- }
4859
- },
4860
- {
4861
- "@id": "oa:Tag",
4862
- "@type": "owl:Class",
4863
- "rdfs:comment": {
4864
- "@language": "en",
4865
- "@value": "A class assigned to the Body when it is a tag, such as a embedded text string with cnt:chars.\n\nTags are typically keywords or labels, and used for organization, description or discovery of the resource being tagged. In the Semantic Web, URIs are used instead of strings to avoid the issue of polysemy where one word has multiple meanings, such usage MUST be indicated using the subclass oa:SemanticTag.\n\nAnnotations that tag resources, either with text or semantic tags, SHOULD also have the oa:tagging motivation to make the reason for the Annotation more clear to applications, and MAY have other motivations as well."
4866
- },
4867
- "rdfs:isDefinedBy": {
4868
- "@id": "oa:"
4869
- },
4870
- "rdfs:label": {
4871
- "@language": "en",
4872
- "@value": "Tag"
4873
- }
4874
- },
4875
- {
4876
- "@id": "oa:prefix",
4877
- "@type": "owl:DatatypeProperty",
4878
- "rdfs:comment": {
4879
- "@language": "en",
4880
- "@value": "A snippet of text that occurs immediately before the text which is being selected.\n\nSee oa:TextQuoteSelector."
4881
- },
4882
- "rdfs:domain": {
4883
- "@id": "oa:Selector"
4884
- },
4885
- "rdfs:isDefinedBy": {
4886
- "@id": "oa:"
4887
- },
4888
- "rdfs:label": {
4889
- "@language": "en",
4890
- "@value": "prefix"
4891
- }
4892
- }
4893
- ]
4894
- }
4895
-
4896
-
4897
- http_version:
4898
- recorded_at: Mon, 04 May 2015 17:52:48 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:30:41 GMT
4899
2455
  - request:
4900
2456
  method: delete
4901
- uri: http://localhost:3000/annotations/4bf087ee-e887-4b67-b558-82e7707418fb
2457
+ uri: http://localhost:3000/annotations/34%2Fbb%2F05%2Ff8%2F34bb05f8-c130-45ed-bd4c-0b2f7f6b42de
4902
2458
  body:
4903
2459
  encoding: US-ASCII
4904
2460
  string: ''
@@ -4925,22 +2481,22 @@ http_interactions:
4925
2481
  Cache-Control:
4926
2482
  - no-cache
4927
2483
  X-Request-Id:
4928
- - f0b2678f-5ad6-4041-9ba8-e2bc58158958
2484
+ - d225e170-1400-46ff-b541-34eadec9e1af
4929
2485
  X-Runtime:
4930
- - '0.150550'
2486
+ - '0.208727'
4931
2487
  Server:
4932
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2488
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
4933
2489
  Date:
4934
- - Mon, 04 May 2015 17:52:48 GMT
2490
+ - Mon, 11 May 2015 21:30:41 GMT
4935
2491
  Connection:
4936
2492
  - Keep-Alive
4937
2493
  Set-Cookie:
4938
- - _internal_session=MCsxTGw1d3FtWkRoMSt6WWloNFNCZ1NRQmd6b2p2b3BnSmZNb2RkeUt6MUJrNnpHa2lGdUNZZ09nMFJDRjVmS1QrMEVRaHdFN09oMENLMThud2xQdFI5RjRJbWtFdjNRZUtoS1p4OUY5dUpvUXlwTHRqeHBCN3J6U3NTN29GazlRcER0WEVoalRQTkdaSFRCVEpQRkxoemlLV3pxS2ZPU1N5NFdJNWdFQW14T3JOZUd0RDIxNTRreHBNa2IxaWx4LS1JbTYwc2t1K0tiT01sTHgzR25PM29nPT0%3D--0c90062e735096a310437d8e3d87080929cd567b;
2494
+ - _internal_session=VEVrR2RhTnZhNDF3eExEeSt1Tk82MHBWQlhSeEJRcEUxSld1bHJzWG5tYTVkclJ5UVYrZzgwVEEzUDdQbGNKSDkzc2VYZWFSNi85ckJ3QmtTWUNXc2dYMU15cGRZTm9tZTE3Mk9iRVdsa0oxTG5LaUNBZlRGdytqakFFQjZYM3JHOXRYNi9vRUVmWXVYSkU1RlVaUTE1TjhmQnp5cXVCUktmcE5DUzYwUUNTd0dZb1d0SU9tcVdkOURWU0hjTGM2LS1KMlZuOVFPTENnZGRiVldLMVNhQ3JnPT0%3D--7fd3a3f189ae045079878439c0427e5b28877665;
4939
2495
  path=/; HttpOnly
4940
2496
  - request_method=DELETE; path=/
4941
2497
  body:
4942
2498
  encoding: UTF-8
4943
2499
  string: ''
4944
2500
  http_version:
4945
- recorded_at: Mon, 04 May 2015 17:52:48 GMT
2501
+ recorded_at: Mon, 11 May 2015 21:30:41 GMT
4946
2502
  recorded_with: VCR 2.9.3