Package org.aksw.facete.v4.impl
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
-
Method Details
-
resolve
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.
-