|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.enhanced.EnhGraph
com.hp.hpl.jena.rdf.model.impl.ModelCom
de.fuberlin.wiwiss.d2rq.jena.ModelD2RQ
public class ModelD2RQ
A D2RQ read-only Jena model backed by a D2RQ-mapped non-RDF database.
D2RQ is a declarative mapping language for describing mappings between ontologies and relational data models. More information about D2RQ is found at: http://www4.wiwiss.fu-berlin.de/bizer/d2rq/
This class is a thin wrapper around a GraphD2RQ
and provides only
convenience constructors.
GraphD2RQ
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.hp.hpl.jena.shared.PrefixMapping |
---|
PrefixMapping.Factory, PrefixMapping.IllegalPrefixException, PrefixMapping.JenaLockedException |
Field Summary |
---|
Fields inherited from class com.hp.hpl.jena.rdf.model.impl.ModelCom |
---|
mapAsStatement, modelReifier |
Fields inherited from class com.hp.hpl.jena.enhanced.EnhGraph |
---|
enhNodes, graph |
Fields inherited from interface com.hp.hpl.jena.shared.PrefixMapping |
---|
Extended, Standard |
Fields inherited from interface com.hp.hpl.jena.shared.Lock |
---|
READ, WRITE |
Constructor Summary | |
---|---|
ModelD2RQ(Mapping mapping)
Create a non-RDF database-based model. |
|
ModelD2RQ(Model mapModel,
String baseURIForData)
Create a non-RDF database-based model. |
|
ModelD2RQ(String mapURL)
Create a non-RDF database-based model. |
|
ModelD2RQ(String mapURL,
String serializationFormat,
String baseURIForData)
Create a non-RDF database-based model. |
Method Summary | |
---|---|
GraphD2RQ |
getGraph()
|
Methods inherited from class com.hp.hpl.jena.rdf.model.impl.ModelCom |
---|
abort, adapt, add, add, add, add, add, add, add, add, add, add, add, add, addCommon, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addNamespaces, asFilter, asModel, asNode, asRDFNode, asStatement, asStatements, asStatements, asStatements, begin, close, commit, contains, contains, contains, contains, contains, containsAll, containsAll, containsAllThenClose, containsAny, containsAny, containsAnyThenClose, containsLiteral, containsLiteral, containsLiteral, containsLiteral, containsLiteral, containsLiteral, containsLiteral, containsResource, createAlt, createAlt, createBag, createBag, createList, createList, createList, createLiteral, createLiteral, createLiteral, createLiteral, createLiteralStatement, createLiteralStatement, createLiteralStatement, createLiteralStatement, createLiteralStatement, createLiteralStatement, createLiteralStatement, createProperty, createProperty, createReifiedStatement, createReifiedStatement, createResource, createResource, createResource, createResource, createResource, createResource, createResource, createSeq, createSeq, createStatement, createStatement, createStatement, createStatement, createStatement, createTypedLiteral, createTypedLiteral, createTypedLiteral, createTypedLiteral, createTypedLiteral, createTypedLiteral, createTypedLiteral, createTypedLiteral, createTypedLiteral, createTypedLiteral, createTypedLiteral, createTypedLiteral, createTypedLiteral, createWorkModel, difference, enterCriticalSection, executeInTransaction, expandPrefix, findTriplesFrom, getAlt, getAlt, getAnyReifiedStatement, getBag, getBag, getBulkUpdateHandler, getDefaultModelPrefixes, getHiddenStatements, getLock, getModelLock, getNsPrefixMap, getNsPrefixURI, getNsURIPrefix, getProperty, getProperty, getProperty, getRDFNode, getReader, getReader, getReificationStyle, getRequiredProperty, getResource, getResource, getSeq, getSeq, getWriter, getWriter, independent, intersect, intersection, isClosed, isEmpty, isIsomorphicWith, isReified, leaveCriticalSection, listBySubject, listLiteralStatements, listLiteralStatements, listLiteralStatements, listLiteralStatements, listLiteralStatements, listNameSpaces, listObjects, listObjectsOfProperty, listObjectsOfProperty, listReifiedStatements, listReifiedStatements, listResourcesWithProperty, listResourcesWithProperty, listResourcesWithProperty, listResourcesWithProperty, listResourcesWithProperty, listResourcesWithProperty, listResourcesWithProperty, listResourcesWithProperty, listStatements, listStatements, listStatements, listStatements, listStatements, listStatements, listSubjects, listSubjectsWithProperty, listSubjectsWithProperty, listSubjectsWithProperty, listSubjectsWithProperty, lock, notifyEvent, qnameFor, query, queryHandler, read, read, read, read, read, read, read, register, reifiedToString, remove, remove, remove, remove, remove, remove, remove, removeAll, removeAll, removeAllReifications, removeNsPrefix, removeReification, samePrefixMappingAs, setDefaultModelPrefixes, setNsPrefix, setNsPrefixes, setNsPrefixes, setReaderClassName, setWriterClassName, shortForm, size, statementsToString, supportsSetOperations, supportsTransactions, toString, union, unregister, withDefaultMappings, wrapAsResource, write, write, write, write, write, write |
Methods inherited from class com.hp.hpl.jena.enhanced.EnhGraph |
---|
asGraph, equals, getNodeAs, getNodeCacheControl, getPersonality, hashCode, isIsomorphicWith, setNodeCache |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.hp.hpl.jena.rdf.model.ModelGraphInterface |
---|
asRDFNode, asStatement, queryHandler, wrapAsResource |
Methods inherited from interface com.hp.hpl.jena.rdf.model.RDFReaderF |
---|
getReader, getReader, setReaderClassName |
Methods inherited from interface com.hp.hpl.jena.rdf.model.RDFWriterF |
---|
getWriter, getWriter, setWriterClassName |
Methods inherited from interface com.hp.hpl.jena.shared.PrefixMapping |
---|
expandPrefix, getNsPrefixMap, getNsPrefixURI, getNsURIPrefix, lock, qnameFor, removeNsPrefix, samePrefixMappingAs, setNsPrefix, setNsPrefixes, setNsPrefixes, shortForm, withDefaultMappings |
Methods inherited from interface com.hp.hpl.jena.shared.Lock |
---|
enterCriticalSection, leaveCriticalSection |
Constructor Detail |
---|
public ModelD2RQ(String mapURL)
mapURL
- URL of the D2RQ map to be used for this modelpublic ModelD2RQ(String mapURL, String serializationFormat, String baseURIForData)
mapURL
- URL of the D2RQ map to be used for this modelserializationFormat
- the format of the map, or null
for guessing based on the file extensionbaseURIForData
- Base URI for turning relative URI patterns into
absolute URIs; if null, then D2RQ will pick a base URIpublic ModelD2RQ(Model mapModel, String baseURIForData)
mapModel
- a Jena model containing the D2RQ mapbaseURIForData
- Base URI for turning relative URI patterns into
absolute URIs; if null, then D2RQ will pick a base URIpublic ModelD2RQ(Mapping mapping)
Method Detail |
---|
public GraphD2RQ getGraph()
getGraph
in interface ModelGraphInterface
getGraph
in class com.hp.hpl.jena.rdf.model.impl.ModelCom
GraphD2RQ
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |