Package org.eclipse.rdf4j.examples.model
package org.eclipse.rdf4j.examples.model
-
ClassDescriptionRDF Tutorial example 01: Building a simple RDF Model using Eclipse RDF4JRDF Tutorial example 02: Building a simple RDF Model using the RDF4J ModelBuilderRDF Tutorial example 03: Datatyped literalsRDF Tutorial example 04: Language tagsRDF 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 filesRDF 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 filesRDF 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.