- From: gsergiu via GitHub <sysbot+gh@w3.org>
- Date: Thu, 16 Jun 2016 20:40:43 +0000
- To: public-annotation@w3.org
gsergiu has just created a new issue for
https://github.com/w3c/web-annotation:
== Support for embedded structured data (metadata) in the body ==
I think there is a common need of embedding structured data in the
bodies. A very simple example is the geo-tagging, having the goal to
relate a target resource to a map based presentation layer. (the
google imaginery [Johan Strauss Statue in Stadtpark -
Viena](https://www.google.at/maps/place/Stadtpark/@48.202975,16.378018,3a,75y,90t/data=!3m8!1e2!3m6!1s-ryowUlRVgCo%2FVKG2wP9fj3I%2FAAAAAAAACN8%2FgW_65eo2KOsso42_pJT7r1SJrW_m8vO8Q!2e4!3e12!6s%2F%2Flh5.googleusercontent.com%2F-ryowUlRVgCo%2FVKG2wP9fj3I%2FAAAAAAAACN8%2FgW_65eo2KOsso42_pJT7r1SJrW_m8vO8Q%2Fs203-k-no%2F!7i2048!8i1238!4m5!3m4!1s0x476d0775d3324143:0xbf209e4513aec145!8m2!3d48.2047697!4d16.3805724!6m1!1e1
))
Therefore I would suggest to add the EmbeddedDataset type to the
bodies.
Example:
“Body”: {
“type”:[Dataset, Geolocation],
“latitude”: ”<x>”,
“longitude”: “<y>”,
"title":"Johan Strauss Statue in Stadtpark - Viena",
“format”:”application/vnd.google-earth.kml+xml”
}
Please view or discuss this issue at
https://github.com/w3c/web-annotation/issues/309 using your GitHub
account
Received on Thursday, 16 June 2016 20:40:45 UTC