Interface IPredicateObjectMap
- All Superinterfaces:
org.apache.jena.graph.FrontsNode,IHasGraphMap,IMappingComponent,org.apache.jena.rdf.model.RDFNode,org.apache.jena.rdf.model.Resource
- All Known Subinterfaces:
IPredicateObjectMapRml
-
Method Summary
Modifier and TypeMethodDescriptionaddGraph(org.apache.jena.graph.Node node) addGraph(org.apache.jena.rdf.model.Resource resource) Allocate a fresh blank node, add it to the set of object maps and return a view of it as a ObjectMap.Allocate a fresh blank node, add it to the set of predicate maps and return a view of it as a PredicateMap.Allocate a fresh blank node, add it to the set of object maps and return a view of it as a RefObjectMap.addObject(org.apache.jena.graph.Node node) addObject(org.apache.jena.rdf.model.Resource resource) addPredicate(String iri) addPredicate(org.apache.jena.graph.Node node) addPredicate(org.apache.jena.rdf.model.Resource resource) Set<org.apache.jena.rdf.model.Resource> Shorthands for constant graphs as stringsShorthands for constant objects as stringsdefault IObjectMapTypeSet<? extends IObjectMapType> Set<org.apache.jena.rdf.model.RDFNode> Shorthands for constant objectsdefault StringShorthands for constant predicates as stringsSet<? extends IPredicateMap> Set<org.apache.jena.rdf.model.Resource> Shorthands for constant predicatesMethods inherited from interface org.apache.jena.graph.FrontsNode
asNodeMethods inherited from interface org.aksw.rmltk.model.backbone.common.IHasGraphMap
addNewGraphMap, getGraphMaps, getGraphsMethods 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
-
getPredicateMaps
Set<? extends IPredicateMap> getPredicateMaps()- Returns:
- A mutable set view of the predicat maps. Never null.
-
getPredicateMap
IPredicateMap getPredicateMap() -
getObjectMaps
Set<? extends IObjectMapType> getObjectMaps()- Returns:
- A mutable set view of the object map types. Never null.
-
getObjectMap
-
getObjects
Set<org.apache.jena.rdf.model.RDFNode> getObjects()Shorthands for constant objects -
getPredicates
Set<org.apache.jena.rdf.model.Resource> getPredicates()Shorthands for constant predicates -
getObjectIris
Shorthands for constant objects as strings -
getPredicateIris
Shorthands for constant predicates as strings -
getPredicateIri
-
getGraphIris
Set<org.apache.jena.rdf.model.Resource> getGraphIris()Shorthands for constant graphs as strings -
addNewPredicateMap
IPredicateMap addNewPredicateMap()Allocate a fresh blank node, add it to the set of predicate maps and return a view of it as a PredicateMap.- Returns:
-
addNewObjectMap
IObjectMap addNewObjectMap()Allocate a fresh blank node, add it to the set of object maps and return a view of it as a ObjectMap.- Returns:
-
addNewRefObjectMap
IRefObjectMap addNewRefObjectMap()Allocate a fresh blank node, add it to the set of object maps and return a view of it as a RefObjectMap.- Returns:
-
addPredicate
-
addPredicate
-
addPredicate
-
addObject
-
addObject
-
addObject
-
addGraph
-
addGraph
-
addGraph
-