IIIF RDF extractor
From WandoraWiki
(Difference between revisions)
m (Protected "IIIF RDF extractor" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
|||
Line 1: | Line 1: | ||
The IIIF RDF Extractor reads JSON-LD files conforming to the [http://iiif.io/ International Image Interoperability Framework]. The JSON-LD format is in the end an RDF serialisation format and as such, the extractor is a slightly modified RDF importer. Most commonly used RDF predicates are cleanly converted to equivalent topic maps structures. However, the imported data may contain any RDF triplets whatsoever and some might be lacking special handling instructions. These will be imported as generic RDF triplets the same way [[Importing RDF | RDF import]] does. | The IIIF RDF Extractor reads JSON-LD files conforming to the [http://iiif.io/ International Image Interoperability Framework]. The JSON-LD format is in the end an RDF serialisation format and as such, the extractor is a slightly modified RDF importer. Most commonly used RDF predicates are cleanly converted to equivalent topic maps structures. However, the imported data may contain any RDF triplets whatsoever and some might be lacking special handling instructions. These will be imported as generic RDF triplets the same way [[Importing RDF | RDF import]] does. | ||
+ | |||
+ | You can also import IIIF JSON-LD with the generic RDF import tool, you will then get all the triplets in the raw format without any processing. | ||
+ | |||
+ | See also [[IIIF RDF Export]]. |
Revision as of 15:08, 29 May 2015
The IIIF RDF Extractor reads JSON-LD files conforming to the International Image Interoperability Framework. The JSON-LD format is in the end an RDF serialisation format and as such, the extractor is a slightly modified RDF importer. Most commonly used RDF predicates are cleanly converted to equivalent topic maps structures. However, the imported data may contain any RDF triplets whatsoever and some might be lacking special handling instructions. These will be imported as generic RDF triplets the same way RDF import does.
You can also import IIIF JSON-LD with the generic RDF import tool, you will then get all the triplets in the raw format without any processing.
See also IIIF RDF Export.