Interface PropertyResolver

All Known Implementing Classes:
PropertyResolverImpl

public interface PropertyResolver
Mapping of property nodes (should always be IRI nodes) to a defining Relation.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.aksw.jenax.sparql.fragment.api.Fragment
    resolve(org.apache.jena.graph.Node property)
    Resolve a property to its definition.
  • Method Details

    • resolve

      org.aksw.jenax.sparql.fragment.api.Fragment resolve(org.apache.jena.graph.Node property)
      Resolve a property to its definition. By default, a property P maps to the definition "?s ?o WHERE { ?s P ?o }".
      Parameters:
      property - The property node for which to carry out a lookup
      Returns:
      The relation that is the result of the lookup. Never null.