This tutorial shows how to retrieve previously loaded data, which was written in RDF/XML format, and load it into a Jena object called a "model". The model stores semantic data and then write it in several formats, such as RDF/XML, TURTLE, and JSON.
URL: https://www.youtube.com/watch?v=Ps_cVNSwfeA
Keywords: Apache Jena, Eclipse
Publisher: Betacoding
Date created: 2013-06-04 07:00:00.000
Language: http://id.loc.gov/vocabulary/iso639-2/eng
Time required: P10M
- Expresses data in serializations such as RDF/XML, N-Triples, Turtle, N3, Trig, JSON-LD, and RDFa.
- Understands how components of the RDF data model (datasets, graphs, statements, and various types of node) are expressed in the RDF library of a given programming language by constructs such as object
- Uses an RDF programming library to serialize RDF data in available syntaxes.
- Uses tools to convert RDF data between different serializations.
Leave A Comment