Package org.eclipse.rdf4j.examples.model


package org.eclipse.rdf4j.examples.model
  • Classes
    Class
    Description
    RDF Tutorial example 01: Building a simple RDF Model using Eclipse RDF4J
    RDF Tutorial example 02: Building a simple RDF Model using the RDF4J ModelBuilder
    RDF Tutorial example 03: Datatyped literals
    RDF Tutorial example 04: Language tags
    RDF Tutorial example 05: Adding blank nodes to an RDF Model.
    RDF Tutorial example 06: Writing an RDF model in RDF/XML syntax In this example, we show how you can use the Rio Parser/writer toolkit to write your model in RDF/XML syntax.
    RDF Tutorial example 07: Writing an RDF model in Turtle syntax In this example, we show how you can use the Rio Parser/writer toolkit to write your model in Turtle syntax.
    RDF Tutorial example 08: Reading a Turtle syntax file to create a Model In this example, we show how you can use the Rio Parser/writer toolkit to read files
    RDF Tutorial example 09: Reading a Turtle syntax file to create a Model In this example, we show how you can use the Rio Parser/writer toolkit to read files
    RDF Tutorial example 10: Getting all values of a property for a particular subject.
    RDF Tutorial example 11: Getting a single property value for a particular subject.
    RDF Tutorial example 12: Building a Model with named graphs In this example, we show how you can use the context mechanism to add statements separate named graphs within the same Model.