Interface IObjectMapType

All Superinterfaces:
org.apache.jena.graph.FrontsNode, IMappingComponent, ITermSpec, org.apache.jena.rdf.model.RDFNode, org.apache.jena.rdf.model.Resource
All Known Subinterfaces:
IObjectMap, IObjectMapRml, IObjectMapTypeRml, IRefObjectMap, IRefObjectMapRml

public interface IObjectMapType extends ITermSpec
Common base class for IObjectMap and IRefObjectMap. R2RML implicitly specifies the range of rr:objectMap to be the union of rr:ObjectMap and rr:RefObjectMap however it does not give this union a name.
Author:
raven
  • Method Summary

    Modifier and Type
    Method
    Description
    Obtain an ObjectMap view of this resource.

    Methods inherited from interface org.apache.jena.graph.FrontsNode

    asNode

    Methods inherited from interface org.aksw.rmltk.model.backbone.common.ITermSpec

    asRefObjectMap, qualifiesAsRefObjectMap, qualifiesAsTermMap

    Methods inherited from interface org.apache.jena.rdf.model.RDFNode

    as, asLiteral, asResource, asStatementTerm, canAs, getModel, isAnon, isLiteral, isResource, isStatementTerm, isURIResource, visitWith

    Methods 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

    • asTermMap

      IObjectMap asTermMap()
      Obtain an ObjectMap view of this resource. Calling this method does NOT require
      invalid reference
      #qualifiesAsObjectMap()
      to yield true.
      Specified by:
      asTermMap in interface ITermSpec
      Returns: