object Example01BuildModel
RDF Tutorial example 01: Building a simple RDF Model using Eclipse RDF4J |
|
object Example02BuildModel
RDF Tutorial example 02: Building a simple RDF Model using the RDF4J ModelBuilder |
|
object Example03LiteralDatatypes
RDF Tutorial example 03: Datatyped literals |
|
object Example04LanguageTags
RDF Tutorial example 04: Language tags |
|
object Example05BlankNode
RDF Tutorial example 05: Adding blank nodes to an RDF Model. |
|
object Example06WriteRdfXml
RDF Tutorial example 06: Writing an RDF model in RDF/XML syntax |
|
object Example07WriteTurtle
RDF Tutorial example 07: Writing an RDF model in Turtle syntax |
|
object Example08ReadTurtle
RDF Tutorial example 08: Reading a Turtle syntax file to create a Model |
|
object Example09Filter
RDF Tutorial example 09: Reading a Turtle syntax file to create a Model |
|
object Example10PropertyValues
RDF Tutorial example 10: Getting all values of a property for a particular subject. |
|
object Example11SinglePropertyValue
RDF Tutorial example 11: Getting a single property value for a particular subject. In this example, we show how you can get retrieve each artist's first name and print it. |
|
object Example12BuildModelWithNamedGraphs
RDF Tutorial example 12: Building a Model with named graphs |