| Constructor and Description |
|---|
MemoryAbbreviationManager(Graph graph,
AbbreviationConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
CubeEmitter.emit(Graph graph) |
void |
CubeLoader.load(Graph graph,
CubeManager manager) |
| Modifier and Type | Method and Description |
|---|---|
Graph |
Vertex.asNamedGraph()
Get a representation of this Vertex as a named graph.
|
Graph |
Vertex.assertNamedGraph()
Assert that this Vertex is a named graph and get that graph.
|
Graph |
GraphFactory.createGraph()
Create a new Graph.
|
Graph |
Traverser.getGraph() |
Graph |
OwlReasoner.getGraph() |
Graph |
Vertex.getGraph()
Get the graph that contains this vertex.
|
Graph |
GraphContainer.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
NameMap.addAll(Graph graph) |
void |
TransactionWorker.commit(Graph graph)
Notify this worker that a transaction on a specified graph is being committed, and give the worker
an opportunity to rollback the transaction.
|
void |
OwlReasoner.inferClassesFromShapes(ShapeManager shapeManager,
Graph sink) |
void |
OwlReasoner.inferRdfPropertiesFromPropertyConstraints(ShapeManager shapeManager,
Graph sink) |
void |
NamespaceInfoManager.load(Graph graph) |
| Constructor and Description |
|---|
DepthFirstEdgeIterable(Graph graph) |
GraphBuilder(Graph graph) |
NameMap(Graph graph) |
OwlReasoner(Graph graph) |
Traverser(Graph graph) |
Traverser(Graph graph,
Set<org.openrdf.model.Value> source) |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryGraphWriter.write(Graph graph,
DataOutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
Graph |
ChangeSetFactory.createChangeSet(Graph source,
Graph target,
BNodeKeyFactory factory)
Compute the difference between two graphs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeSetProcessor.applyChanges(Graph source,
Graph changeSet,
Graph target) |
Graph |
ChangeSetFactory.createChangeSet(Graph source,
Graph target,
BNodeKeyFactory factory)
Compute the difference between two graphs.
|
void |
FileChangeReporter.createFile(File file,
Graph contents) |
void |
FileChangeHandler.createFile(File file,
Graph contents)
Create a file.
|
void |
FileChangeReporter.modifyFile(File file,
Graph changeSet) |
void |
FileChangeHandler.modifyFile(File file,
Graph changeSet)
Modify a file.
|
void |
ChangeSetReportWriter.write(Graph changeSet,
OutputStream out) |
void |
PlainTextChangeSetReportWriter.write(Graph changeSet,
OutputStream out) |
void |
ChangeSetReportWriter.write(Graph changeSet,
Writer writer) |
void |
PlainTextChangeSetReportWriter.write(Graph changeSet,
Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
OntologyExtractor.collectOwlOntologies(Graph source,
Set<String> exclude)
Collect OWL Ontologies from a given graph, but exclude those from a supplied set.
|
void |
OntologyExtractor.collectShapeOntologies(Graph source,
Set<String> namespaceSet,
Graph target) |
void |
OntologyExtractor.extract(Vertex ontology,
Graph target)
Extract the terms within a given ontology and copy them into a target graph.
|
void |
ResourceExtractor.extract(Vertex subject,
Graph target)
Copy all properties of a given resource into a specified graph.
|
Set<String> |
OntologyExtractor.shapeNamespaces(Graph graph)
Get a list of the namespaces for shapes contained in a given graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryGraph
An in-memory Graph
|
| Modifier and Type | Method and Description |
|---|---|
Graph |
VertexImpl.asNamedGraph() |
Graph |
VertexImpl.assertNamedGraph() |
Graph |
MemoryGraphFactory.createGraph() |
Graph |
VertexImpl.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleLocalNameService.addAll(Graph graph) |
static Dag |
Dag.create(Graph graph,
org.openrdf.model.URI predicate) |
static void |
RdfUtil.deepCopy(Vertex v,
Graph target) |
static NamespaceManager |
RdfUtil.filterNamespaces(Graph graph,
NamespaceManager nsManager)
Filter the namespaces within a given NamespaceManager and produce a new manager that contains only those
namespaces that are used within a certain reference graph.
|
static String |
RdfUtil.getDescription(PropertyConstraint p,
Graph graph) |
static void |
RdfUtil.loadTurtle(File sourceDir,
Graph graph) |
static void |
RdfUtil.loadTurtle(File sourceDir,
Graph graph,
NamespaceManager nsManager)
From a given source directory, load all files with the *.ttl suffix into a given Graph.
|
static void |
RdfUtil.loadTurtle(File sourceDir,
Graph graph,
ShapeManager shapeManager) |
static void |
RdfUtil.loadTurtle(Graph graph,
InputStream input,
String baseURL) |
static void |
RdfUtil.loadTurtle(Graph graph,
NamespaceManager nsManager,
InputStream input,
String baseURL) |
static void |
RdfUtil.loadTurtle(Graph graph,
Reader input,
String baseURL) |
static org.openrdf.model.URI |
RdfUtil.namespace(Graph graph,
String value) |
static void |
RdfUtil.prettyPrintTurtle(Graph graph,
OutputStream out) |
static void |
RdfUtil.prettyPrintTurtle(Graph graph,
Writer writer) |
static void |
RdfUtil.prettyPrintTurtle(NamespaceManager nsManager,
Graph graph,
File file) |
static void |
RdfUtil.prettyPrintTurtle(NamespaceManager nsManager,
Graph graph,
Writer writer) |
static void |
RdfUtil.prettyPrintTurtle(NamespaceManager nsManager,
String baseIRI,
Graph graph,
Writer writer) |
static void |
RdfUtil.prettyPrintTurtle(NamespaceManager nsManager,
String baseIRI,
Graph graph,
Writer writer,
TurtleConfig config) |
static void |
RdfUtil.prettyPrintTurtle(String baseIri,
Graph graph,
Writer writer) |
| Constructor and Description |
|---|
EdgeIterator(Graph graph) |
NaturalEdgeIterable(Graph graph) |
TraversalImpl(Graph g) |
TraversalImpl(Graph g,
List<?> list) |
VertexImpl(Graph graph,
org.openrdf.model.Resource id) |
| Modifier and Type | Method and Description |
|---|---|
void |
VertexCopier.deepCopy(Vertex v,
Graph g)
Copy a vertex to a specified graph by traversing all outgoing
edges recursively.
|
void |
SkosEmitter.emit(Graph graph) |
void |
Emitter.emit(Graph graph) |
void |
JsonldLoader.load(InputStream input,
Graph graph) |
void |
JsonldLoader.load(InputStream input,
Graph graph,
ContextManager contextManager,
NamespaceManager nsManager) |
void |
JsonldLoader.load(Reader reader,
Graph graph)
Load the contents of a JSON-LD document into a Graph.
|
void |
JsonldLoader.load(Reader reader,
Graph graph,
ContextManager contextManager) |
void |
JsonldLoader.load(Reader reader,
Graph graph,
ContextManager contextManager,
NamespaceManager nsManager) |
void |
GraphReader.read(byte[] data,
Graph graph,
ContextManager manager)
Read binary data into a specified Graph.
|
void |
GraphBuffer.readGraph(byte[] data,
Graph graph,
ContextManager manager)
Deprecated.
|
byte[] |
BinaryGraphWriter.write(Graph source,
Context context) |
void |
JsonldGraphWriter.write(Graph graph,
Context context,
com.fasterxml.jackson.core.JsonGenerator json) |
byte[] |
GraphBuffer.writeGraph(Graph graph,
Context context)
Deprecated.
|
| Constructor and Description |
|---|
GraphLoadHandler(Graph graph) |
GraphWriter(Graph graph,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonldGraphWriterImpl.write(Graph graph,
Context context,
com.fasterxml.jackson.core.JsonGenerator json) |
| Modifier and Type | Method and Description |
|---|---|
void |
PojoFactory.createAll(Graph graph)
Map individuals from a graph into Java objects.
|
void |
SimplePojoFactory.createAll(Graph graph) |
void |
PojoEmitter.emit(EmitContext context,
Object pojo,
Graph sink) |
void |
SimplePojoEmitter.emit(EmitContext context,
Object pojo,
Graph sink) |
void |
PojoEmitter.emit(NamespaceManager nsManager,
Shape shape,
Object pojo,
Graph sink) |
void |
SimplePojoEmitter.emit(NamespaceManager nsManager,
Shape shape,
Object pojo,
Graph sink) |
void |
SimplePojoEmitter.emit(Object pojo,
Graph sink) |
| Constructor and Description |
|---|
EmitContext(Graph graph) |
EmitHandler(Graph graph,
org.openrdf.rio.RDFHandler rdfHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
RelationshipDegreeReasoner.computeRelationshipDegree(Graph graph,
ShapeManager shapeManager,
Boolean overwriteExisting) |
| Modifier and Type | Method and Description |
|---|---|
Graph |
ShowlServiceImpl.getGraph() |
Graph |
ShowlManager.Factory.getGraph() |
Graph |
ShowlService.getGraph() |
| Constructor and Description |
|---|
ConsumesDataFromFilter(Graph graph) |
ReceivesDataFromSourceNodeFactory(ShowlNodeShapeBuilder nodeShapeBuilder,
Graph graph) |
ReceivesDataFromTargetNodeShapeFactory(Set<org.openrdf.model.URI> targetSystems,
Graph graph,
ShowlNodeShapeBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
static void |
XSD.addDatatypeHierarchy(Graph graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceVisitor.visit(Graph graph,
Shape shape,
DataSource ds) |
| Modifier and Type | Method and Description |
|---|---|
void |
LineageEmitter.emit(Graph graph) |
void |
LineageLoader.load(Graph graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelMerger.merge(Graph source,
Graph sink)
Merge entities from the source graph into the sink graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnumerationReasoner.annotateEnumerationNamespaces(Graph graph,
NamespaceInfoManager nim) |
void |
EnumerationReasoner.mapIndividualsByName(Graph graph) |
| Modifier and Type | Method and Description |
|---|---|
List<Vertex> |
GraphFilter.select(Graph source,
Shape shape)
From a particular graph, select the set of vertices that match a given shape.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShapeWriter.emitShape(Shape shape,
Graph graph) |
void |
ShapeEmitter.emitShape(Shape shape,
Graph graph) |
void |
DdlFileEmitter.emitShape(Shape shape,
Graph graph) |
void |
ShapeLoader.load(Graph graph) |
void |
ShapeWriter.writeShapes(Graph graph,
FileGetter fileGetter) |
| Constructor and Description |
|---|
EnumShapeFilter(Graph graph) |
| Constructor and Description |
|---|
ContextGenerator(ShapeManager shapeManager,
NamespaceManager nsManager,
ContextNamer namer,
Graph owl) |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
SampleGenerator.generate(Shape shape,
Graph graph) |
Copyright © 2019. All rights reserved.