Package thewebsemantic
Class Base
- java.lang.Object
-
- thewebsemantic.Base
-
-
Field Summary
Fields Modifier and Type Field Description protected Binderbinderprotected org.apache.jena.rdf.model.Propertyjavaclassstatic StringJAVACLASSprotected org.apache.jena.rdf.model.Modelmprotected org.apache.jena.ontology.OntModelomprotected org.apache.jena.rdf.model.Propertysequencestatic StringSEQUENCE
-
Constructor Summary
Constructors Modifier Constructor Description protectedBase(org.apache.jena.rdf.model.Model m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.jena.rdf.model.ModelgetModel()protected booleanisBound(Object o)protected Class<?>t(PropertyDescriptor propDesc)protected org.apache.jena.rdf.model.PropertytoRdfProperty(ValuesContext ctx)
-
-
-
Field Detail
-
JAVACLASS
public static final String JAVACLASS
- See Also:
- Constant Field Values
-
SEQUENCE
public static final String SEQUENCE
- See Also:
- Constant Field Values
-
om
protected org.apache.jena.ontology.OntModel om
-
m
protected org.apache.jena.rdf.model.Model m
-
binder
protected Binder binder
-
javaclass
protected org.apache.jena.rdf.model.Property javaclass
-
sequence
protected org.apache.jena.rdf.model.Property sequence
-
-
Method Detail
-
toRdfProperty
protected org.apache.jena.rdf.model.Property toRdfProperty(ValuesContext ctx)
-
t
protected Class<?> t(PropertyDescriptor propDesc)
-
isBound
protected boolean isBound(Object o)
-
getModel
public org.apache.jena.rdf.model.Model getModel()
-
-