Package thewebsemantic.binding
Class RdfBean<T>
- java.lang.Object
-
- thewebsemantic.binding.RdfBean<T>
-
-
Constructor Summary
Constructors Constructor Description RdfBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.jena.rdf.model.ResourceasIndividual()voiddelete()Tfill()Tfill(String s)Tload(String id)Collection<T>query(String query)Trefresh()Tsave()
-
-
-
Method Detail
-
load
public T load(String id) throws NotFoundException
- Throws:
NotFoundException
-
refresh
public T refresh()
-
save
public T save()
-
delete
public void delete()
-
query
public Collection<T> query(String query)
-
fill
public T fill()
-
asIndividual
public org.apache.jena.rdf.model.Resource asIndividual()
-
-