public class RDFPropertyIterator extends RDFObjectIterator<Property>
Property
Modifier and Type | Field and Description |
---|---|
protected Hashtable<com.hp.hpl.jena.rdf.model.RDFNode,Property> |
confidenceLinks |
baseReference, forceReadRDFLocalObjects, iterateSubjects, jenaModel, mediaType, record, recordIterator, reference, referer, template, topObject
Constructor and Description |
---|
RDFPropertyIterator(InputStream in,
org.restlet.data.MediaType mediaType) |
RDFPropertyIterator(com.hp.hpl.jena.rdf.model.Model model) |
RDFPropertyIterator(com.hp.hpl.jena.rdf.model.Model model,
com.hp.hpl.jena.rdf.model.StmtIterator recordIterator) |
RDFPropertyIterator(org.restlet.data.Reference reference,
org.restlet.data.MediaType mediaType,
String referer) |
RDFPropertyIterator(org.restlet.data.Reference reference,
String referer) |
RDFPropertyIterator(org.restlet.representation.Representation representation,
org.restlet.data.MediaType mediaType) |
Modifier and Type | Method and Description |
---|---|
protected Property |
createRecord() |
protected org.restlet.routing.Template |
createTemplate() |
protected boolean |
isFeatureSource(com.hp.hpl.jena.rdf.model.Resource entry) |
protected void |
parseObjectURI(com.hp.hpl.jena.rdf.model.RDFNode uri,
Property property) |
Property |
parseRecord(com.hp.hpl.jena.rdf.model.RDFNode propertyEntry,
Property property) |
Property |
parseRecord(com.hp.hpl.jena.rdf.model.RDFNode propertyEntry,
Property property,
int level) |
protected LiteratureEntry |
processSource(com.hp.hpl.jena.rdf.model.Resource newEntry,
String hasSource,
String creator) |
static void |
readFeaturesRDF(String uri,
Template profile,
org.restlet.data.Reference rootRef,
String referer) |
close, createResource, getBaseReference, getCreator, getJenaModel, getMediaType, getPropertyNode, getPropertyValue, getTemplate, getTitle, getURI, hasNext, isCloseModel, isForceReadRDFLocalObjects, isIterateSubjects, next, remove, removeDatasetFragment, setBaseReference, setCloseModel, setForceReadRDFLocalObjects, setIterateSubjects, setMediaType, skip
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public RDFPropertyIterator(org.restlet.representation.Representation representation, org.restlet.data.MediaType mediaType) throws org.restlet.resource.ResourceException
org.restlet.resource.ResourceException
public RDFPropertyIterator(org.restlet.data.Reference reference, String referer) throws org.restlet.resource.ResourceException, MalformedURLException, IOException
org.restlet.resource.ResourceException
MalformedURLException
IOException
public RDFPropertyIterator(org.restlet.data.Reference reference, org.restlet.data.MediaType mediaType, String referer) throws org.restlet.resource.ResourceException, MalformedURLException, IOException
org.restlet.resource.ResourceException
MalformedURLException
IOException
public RDFPropertyIterator(InputStream in, org.restlet.data.MediaType mediaType) throws org.restlet.resource.ResourceException
org.restlet.resource.ResourceException
public RDFPropertyIterator(com.hp.hpl.jena.rdf.model.Model model, com.hp.hpl.jena.rdf.model.StmtIterator recordIterator)
public RDFPropertyIterator(com.hp.hpl.jena.rdf.model.Model model)
protected Property createRecord()
createRecord
in class RDFObjectIterator<Property>
protected org.restlet.routing.Template createTemplate()
createTemplate
in class RDFObjectIterator<Property>
protected void parseObjectURI(com.hp.hpl.jena.rdf.model.RDFNode uri, Property property)
parseObjectURI
in class RDFObjectIterator<Property>
public Property parseRecord(com.hp.hpl.jena.rdf.model.RDFNode propertyEntry, Property property)
parseRecord
in class RDFObjectIterator<Property>
public Property parseRecord(com.hp.hpl.jena.rdf.model.RDFNode propertyEntry, Property property, int level)
protected LiteratureEntry processSource(com.hp.hpl.jena.rdf.model.Resource newEntry, String hasSource, String creator)
public static void readFeaturesRDF(String uri, Template profile, org.restlet.data.Reference rootRef, String referer)
protected boolean isFeatureSource(com.hp.hpl.jena.rdf.model.Resource entry)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.