Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDFManager #36

Open
25 of 48 tasks
egonw opened this issue Dec 25, 2020 · 0 comments
Open
25 of 48 tasks

RDFManager #36

egonw opened this issue Dec 25, 2020 · 0 comments

Comments

@egonw
Copy link
Owner

egonw commented Dec 25, 2020

  • public IRDFStore importFile(IRDFStore store, IFile target, String format,
  • public IRDFStore importFromStream(IRDFStore store, InputStream stream,
  • public IRDFStore importFromString(IRDFStore store, String rdfContent,
  • public IRDFStore importURL(IRDFStore store, String url, IProgressMonitor monitor)
  • public IRDFStore importURL(IRDFStore store, String url,
  • public String dump(IRDFStore store) {
  • public StringMatrix sparql(IRDFStore store, String queryString) throws IOException, BioclipseException,
  • public static String[] split(PrefixMapping prefixMap, Resource resource) {
  • public IRDFStore createInMemoryStore() {
  • public IRDFStore createInMemoryStore(boolean ontologyModel) {
  • public IRDFStore createStore(String tripleStoreDirectoryPath) {
  • public void addObjectProperty(IRDFStore store,
  • public void addDataProperty(IRDFStore store, String subject,
  • public void addTypedDataProperty(IRDFStore store,
  • public void addPropertyInLanguage(IRDFStore store,
  • public long size(IRDFStore store) throws BioclipseException {
  • public void saveRDFXML(IRDFStore store, String fileName)
  • public IFile saveRDFXML(IRDFStore store, IFile file,
  • public void saveRDFN3(IRDFStore store, String fileName)
  • public IFile saveRDFN3(IRDFStore store, IFile file,
  • public String asRDFN3(IRDFStore store)
  • public String asTurtle(IRDFStore store)
  • public void saveRDFNTriple(IRDFStore store, String fileName)
  • public IFile saveRDFNTriple(IRDFStore store, IFile file,
  • public IFile saveRDF(IRDFStore store, IFile file,
  • public void copy(IRDFStore targetStore, IRDFStore sourceStore)
  • public IRDFStore union(IRDFStore first, IRDFStore second)
  • public IRDFStore intersection(IRDFStore first, IRDFStore second)
  • public IRDFStore difference(IRDFStore first, IRDFStore second)
  • public void addPrefix(IRDFStore store, String prefix, String namespace)
  • public StringMatrix sparqlRemote(
  • public StringMatrix processSPARQLXML(
  • public IRDFStore sparqlConstructRemote(
  • public IRDFStore importRDFa(IRDFStore store, String url,
  • public List allClasses(IRDFStore store) throws BioclipseException {
  • public List allPredicates(IRDFStore store) throws BioclipseException {
  • public List getForPredicate(IRDFStore store, String resourceURI, String predicate) throws BioclipseException {
  • public List allOwlSameAs(IRDFStore store, String resourceURI)
  • public List allOwlEquivalentClass(IRDFStore store, String resourceURI)
  • public List allOwlSameAsOneDown(IRDFStore store, String resourceURI)
  • public List allOwlEquivalentClassOneDown(IRDFStore store, String resourceURI)
  • public List shortestPath(IRDFStore store, String firstNode, String secondNode)
  • public boolean accept(Statement arg0) {
  • public List shortestPath(IRDFStore store, String firstNode, String secondNode, final String predicate)
  • public boolean accept(Statement arg0) {
  • public IRDFStore extract(IRDFStore store, String iri, IProgressMonitor monitor)
  • public IRDFStore copy(IRDFStore store, String predicate, String newPredicate, IProgressMonitor monitor)
  • public IRDFStore rename(IRDFStore store, String predicate, String newPredicate, IProgressMonitor monitor)
@egonw egonw created this issue from a note in Overview Bioclipse 2 API Coverage (Partly supported) Dec 25, 2020
@egonw egonw mentioned this issue Dec 25, 2020
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Partly supported
Development

No branches or pull requests

1 participant