Interface ILogicalTableR2rml
- All Superinterfaces:
org.apache.jena.graph.FrontsNode,IAbstractSource,IMappingComponent,org.apache.jena.rdf.model.RDFNode,org.apache.jena.rdf.model.Resource
- All Known Subinterfaces:
IBaseTableOrView,IR2rmlView
Interface for RDF-based logical tables.
As this denotes the same information as in the more basic
, deriving from it should be
safe.
invalid reference
org.aksw.ILogicalTableR2rml.domain.api.LogicalTable
- Author:
- raven Apr 1, 2018
-
Method Summary
Modifier and TypeMethodDescriptionObtain a RefObjectMap view of this resource.Obtain an ObjectMap view of this resource.booleanR2RML specifies that the minimum condition for an entity to qualify as an "base table or view" is "Having an rr:tableName property"booleanR2RML specifies that the minimum condition for an entity to qualify as an "R2RML view" is "Having an rr:sqlQuery property"Methods inherited from interface org.apache.jena.graph.FrontsNode
asNodeMethods inherited from interface org.apache.jena.rdf.model.RDFNode
as, asLiteral, asResource, asStatementTerm, canAs, getModel, isAnon, isLiteral, isResource, isStatementTerm, isURIResource, visitWithMethods inherited from interface org.apache.jena.rdf.model.Resource
abort, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addProperty, addProperty, addProperty, addProperty, begin, commit, equals, getId, getLocalName, getNameSpace, getProperty, getProperty, getPropertyResourceValue, getRequiredProperty, getRequiredProperty, getURI, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, inModel, listProperties, listProperties, listProperties, removeAll, removeProperties, toString
-
Method Details
-
qualifiesAsBaseTableOrView
boolean qualifiesAsBaseTableOrView()R2RML specifies that the minimum condition for an entity to qualify as an "base table or view" is "Having an rr:tableName property"- Returns:
-
asBaseTableOrView
IBaseTableOrView asBaseTableOrView()Obtain a RefObjectMap view of this resource. Calling this method does NOT requireto yield true.invalid reference
#qualifiesAsRefObjectMap()- Returns:
-
qualifiesAsR2rmlView
boolean qualifiesAsR2rmlView()R2RML specifies that the minimum condition for an entity to qualify as an "R2RML view" is "Having an rr:sqlQuery property"- Returns:
-
asR2rmlView
IR2rmlView asR2rmlView()Obtain an ObjectMap view of this resource. Calling this method does NOT requireto yield true.invalid reference
#qualifiesAsObjectMap()- Returns:
-