I have recently made an experimental software application to generate a Linked Data expression of Museum Data from the public collection API of Museum Victoria (Melbourne, Australia).
The Museum Victoria API is a custom-built web application which returns custom JSON data. My experimental software is a proxy which translates their JSON into RDF/XML using the Erlangen OWL version of the CIDOC CRM. More details available here: http://conaltuohy.com/blog/lod-from-custom-web-api/ The Museum Victoria database contains a number of "articles" which each describe one or more objects in their collection. I have modelled each of these as an "E31 Document", and related them to the corresponding collection items using "P70 documents". My question is how to express the text of the actual articles (which the Museum Victoria API provides as an HTML fragment embedded in its JSON response). At the moment I have simply used rdf:value to attach the HTML fragment as an XML literal to the E31 Document instance. Is this the recommended practice? Here is an example of one of these "articles": http://graphite.ecs.soton.ac.uk/browser/?uri=http%3A%2F%2Fconaltuohy.com%2Fxproc-z%2Fmuseum-victoria%2Fresource%2Farticles%2F1201 Regards Conal -- Conal Tuohy http://conaltuohy.com/ @conal_tuohy +61-466-324297
