-
After engaging with the W3C ActivityStreams folks about paging through collections, they came to a new pattern which is quite appealing. The only significant difference with the current search draft …
-
At the moment, the only way to express the language of the text used as body of the annotation, is to create a Textual Body with a dc:language property referring to the language. There is also no way …
-
The webmention spec lack interoperability with linked data.
What is needed is an explicit translation of
source=https://waterpigs.example/post-by-barnaby&
target=https://aaronpk.example/post-by-aar…
-
Is there a way to get a list by list id, or by the "within" property on the list? We're doing some layers/transcription-related work and are realising our simpleAnnotationStore backend is not going to…
-
And thus the matched annotations cannot be given their original URIs, if they have any.
The alternative, if we want to maintain the URIs in search is cumbersome as the result list would not be the ann…
-
The protocol spec (4.1.2) says:
> The JSON-LD serialization of the Container's description should use the Open Annotation's context, http://www.w3.org/ns/oa. (Additional Constraint)
Are there any st…
-
-
In Mirador, we use a custom field "annotatedBy" with a name field and an email field. In the interface, we want to display this, but obviously not from some crazy field we invented. What is the standa…
-
See https://github.com/ruby-rdf/json-ld/issues/13:
per Gregg Kellogg:
"(commit 85eb3d7) takes advantage of changes to RDF::Util::File.open_file. If you require restclient/components you can get Res…
-
Nice work on this! Very simple to get up and running. Have you considered enabling CORS by adding the [CORS Filter](http://tomcat.apache.org/tomcat-7.0-doc/config/filter.html#CORS_Filter) to the web…