org.w3c.rdf.model
Interface VirtualModel


public abstract interface VirtualModel
extends RDFModel

A virtual model may deliver additional facts besides those explicitly contained in the model. For example, a virtual model may contain infinitely many non-materialized facts.


Method Summary
 RDFModel getGroundModel()
           
 
Methods inherited from interface org.w3c.rdf.model.RDFModel
add, contains, create, createLiteral, createResource, createTriple, duplicate, elements, find, getSourceURI, remove, setSourceURI, size
 
Methods inherited from interface org.w3c.rdf.model.Resource
getURI
 
Methods inherited from interface org.w3c.rdf.model.RDFNode
getLabel
 

Method Detail

getGroundModel

public RDFModel getGroundModel()
Returns:
model contains the fact basis of this model