de.fuberlin.wiwiss.pubby
Interface DataSource

All Known Implementing Classes:
ModelDataSource, RemoteSPARQLDataSource

public interface DataSource

A source of RDF data intended for publication through the server.


Method Summary
 com.hp.hpl.jena.rdf.model.Model getAnonymousPropertyValues(java.lang.String resourceURI, com.hp.hpl.jena.rdf.model.Property property, boolean isInverse)
           
 java.lang.String getEndpointURL()
           
 com.hp.hpl.jena.rdf.model.Model getResourceDescription(java.lang.String resourceURI)
           
 java.lang.String getResourceDescriptionURL(java.lang.String resourceURI)
           
 

Method Detail

getEndpointURL

java.lang.String getEndpointURL()

getResourceDescriptionURL

java.lang.String getResourceDescriptionURL(java.lang.String resourceURI)

getResourceDescription

com.hp.hpl.jena.rdf.model.Model getResourceDescription(java.lang.String resourceURI)

getAnonymousPropertyValues

com.hp.hpl.jena.rdf.model.Model getAnonymousPropertyValues(java.lang.String resourceURI,
                                                           com.hp.hpl.jena.rdf.model.Property property,
                                                           boolean isInverse)