org.openrdf.server.metadata.behaviours
Class NamedGraphSupport
java.lang.Object
org.openrdf.server.metadata.behaviours.NamedGraphSupport
- All Implemented Interfaces:
- RDFObject, RDFResource, WebResource
public abstract class NamedGraphSupport
- extends Object
- implements WebResource
Parses RDF from a file.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamedGraphSupport
public NamedGraphSupport()
exportNamedGraph
public GraphQueryResult exportNamedGraph()
throws RepositoryException,
RDFHandlerException,
QueryEvaluationException,
MalformedQueryException
- Throws:
RepositoryException
RDFHandlerException
QueryEvaluationException
MalformedQueryException
patchNamedGraph
public void patchNamedGraph(GraphQueryResult patch,
File file)
throws RepositoryException,
IOException,
RDFParseException,
RDFHandlerException,
QueryEvaluationException,
MimeTypeParseException
- Throws:
RepositoryException
IOException
RDFParseException
RDFHandlerException
QueryEvaluationException
MimeTypeParseException
extractMetadata
public void extractMetadata(File file)
throws RepositoryException,
IOException
- Specified by:
extractMetadata in interface WebResource
- Throws:
RepositoryException
IOException
Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.