PROPERTY
- @Deprecated public abstract class RDFAbstractFeatureIterator<PROPERTY> extends RDFSparqlIterator<PROPERTY>
Modifier and Type | Field and Description |
---|---|
protected org.restlet.routing.Template |
featureTemplate
Deprecated.
|
protected static String |
sparql
Deprecated.
|
baseReference, jenaModel, nextRecord, nextRecordNode, qe, record, recordIDVar, recordNode, reference, referer, resultSet
Constructor and Description |
---|
RDFAbstractFeatureIterator(InputStream in,
org.restlet.data.MediaType mediaType)
Deprecated.
|
RDFAbstractFeatureIterator(com.hp.hpl.jena.rdf.model.Model model)
Deprecated.
|
RDFAbstractFeatureIterator(com.hp.hpl.jena.rdf.model.Model model,
String sparql)
Deprecated.
|
RDFAbstractFeatureIterator(org.restlet.data.Reference reference,
org.restlet.data.MediaType mediaType,
String referer)
Deprecated.
|
RDFAbstractFeatureIterator(org.restlet.data.Reference reference,
String referer)
Deprecated.
|
RDFAbstractFeatureIterator(org.restlet.representation.Representation representation,
org.restlet.data.MediaType mediaType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected abstract PROPERTY |
newProperty(com.hp.hpl.jena.rdf.model.RDFNode node)
Deprecated.
|
protected PROPERTY |
parse(com.hp.hpl.jena.query.QuerySolution querySolution,
PROPERTY record)
Deprecated.
|
void |
setBaseReference(org.restlet.data.Reference baseReference)
Deprecated.
|
protected abstract void |
setNameValuePairs(PROPERTY record,
com.hp.hpl.jena.rdf.model.RDFNode node,
String title,
String units,
com.hp.hpl.jena.rdf.model.RDFNode source,
com.hp.hpl.jena.rdf.model.RDFNode sameAs)
Deprecated.
|
close, finalize, getBaseReference, getJenaModel, getRecordURI, hasNext, isSameRecord, next, remove
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected org.restlet.routing.Template featureTemplate
protected static final String sparql
public RDFAbstractFeatureIterator(org.restlet.representation.Representation representation, org.restlet.data.MediaType mediaType) throws org.restlet.resource.ResourceException
org.restlet.resource.ResourceException
public RDFAbstractFeatureIterator(org.restlet.data.Reference reference, String referer) throws org.restlet.resource.ResourceException, IOException, MalformedURLException
org.restlet.resource.ResourceException
IOException
MalformedURLException
public RDFAbstractFeatureIterator(org.restlet.data.Reference reference, org.restlet.data.MediaType mediaType, String referer) throws org.restlet.resource.ResourceException, IOException, MalformedURLException
org.restlet.resource.ResourceException
IOException
MalformedURLException
public RDFAbstractFeatureIterator(InputStream in, org.restlet.data.MediaType mediaType) throws org.restlet.resource.ResourceException
org.restlet.resource.ResourceException
public RDFAbstractFeatureIterator(com.hp.hpl.jena.rdf.model.Model model, String sparql) throws org.restlet.resource.ResourceException
org.restlet.resource.ResourceException
public RDFAbstractFeatureIterator(com.hp.hpl.jena.rdf.model.Model model) throws org.restlet.resource.ResourceException
org.restlet.resource.ResourceException
public void setBaseReference(org.restlet.data.Reference baseReference)
setBaseReference
in class RDFSparqlIterator<PROPERTY>
protected abstract PROPERTY newProperty(com.hp.hpl.jena.rdf.model.RDFNode node)
node
- protected PROPERTY parse(com.hp.hpl.jena.query.QuerySolution querySolution, PROPERTY record)
parse
in class RDFSparqlIterator<PROPERTY>
protected abstract void setNameValuePairs(PROPERTY record, com.hp.hpl.jena.rdf.model.RDFNode node, String title, String units, com.hp.hpl.jena.rdf.model.RDFNode source, com.hp.hpl.jena.rdf.model.RDFNode sameAs)
record
- title
- units
- source
- URI resource of the algorithm or model, generating the property
or URI to the dataset or a bibliographic reference the property originates.sameAs
- URI of an individual in an ontology, owl:sameAs this property
e.g. if BlueObelisk cheminformatics algorithm ontology
or ECHA endpoints ontology, or an individual from another OWL *Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.