public class JenaOREFactory extends Object
Constructor and Description |
---|
JenaOREFactory() |
Modifier and Type | Method and Description |
---|---|
static Agent |
createAgent(com.hp.hpl.jena.rdf.model.Model model,
com.hp.hpl.jena.rdf.model.AnonId resourceID) |
static Agent |
createAgent(com.hp.hpl.jena.rdf.model.Model model,
URI resourceURI) |
static Agent |
createAgent(com.hp.hpl.jena.rdf.model.Resource resource) |
static AggregatedResource |
createAggregatedResource(com.hp.hpl.jena.rdf.model.Model model,
URI resourceURI) |
static Aggregation |
createAggregation(com.hp.hpl.jena.rdf.model.Model model,
URI resourceURI) |
static Aggregation |
createAggregation(com.hp.hpl.jena.rdf.model.Resource resource) |
static Proxy |
createProxy(com.hp.hpl.jena.rdf.model.Model model,
URI resourceURI) |
static ResourceMap |
createResourceMap(com.hp.hpl.jena.rdf.model.Model model,
URI resourceURI) |
static com.hp.hpl.jena.rdf.model.Statement |
createStatement(Triple triple) |
static Triple |
createTriple(com.hp.hpl.jena.rdf.model.Statement statement) |
public static Aggregation createAggregation(com.hp.hpl.jena.rdf.model.Resource resource)
public static Aggregation createAggregation(com.hp.hpl.jena.rdf.model.Model model, URI resourceURI) throws OREException
OREException
public static Agent createAgent(com.hp.hpl.jena.rdf.model.Resource resource)
public static Agent createAgent(com.hp.hpl.jena.rdf.model.Model model, com.hp.hpl.jena.rdf.model.AnonId resourceID) throws OREException
OREException
public static Agent createAgent(com.hp.hpl.jena.rdf.model.Model model, URI resourceURI) throws OREException
OREException
public static ResourceMap createResourceMap(com.hp.hpl.jena.rdf.model.Model model, URI resourceURI) throws OREException
OREException
public static AggregatedResource createAggregatedResource(com.hp.hpl.jena.rdf.model.Model model, URI resourceURI) throws OREException
OREException
public static Proxy createProxy(com.hp.hpl.jena.rdf.model.Model model, URI resourceURI) throws OREException
OREException
public static Triple createTriple(com.hp.hpl.jena.rdf.model.Statement statement) throws OREException
OREException
public static com.hp.hpl.jena.rdf.model.Statement createStatement(Triple triple) throws OREException
OREException
Copyright © 2020. All rights reserved.