- From: Felix Sasaki <fsasaki@w3.org>
- Date: Fri, 6 Nov 2015 15:35:33 +0100
- To: Web Annotation <public-annotation@w3.org>
Hello all,
apologies for this newbie question. I am looking for an example of annotating HTML content. Imagine I have the following document:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>some html doc</title>
</head>
<body>
<p>Welcome to <strong>Berlin</strong>!</p>
</body>
</html>
I want to create an annotation that uses the web annotation model, uses a text selector for the string „Berlin“ and adds an annotation body containing a triple with the „translate“ predicate from the ITS 2.0 ontology, see
http://www.essepuntato.it/lode/https://raw.githubusercontent.com/w3c/itsrdf/master/its-rdf.rdf#d4e52
expressing that the string should not be translated. How would this look like?
Thanks for the feedback in advance,
Felix
Received on Friday, 6 November 2015 14:35:46 UTC