Class | Description |
---|---|
Enricher |
use cases:
- resources with a common eg:parent should be eg:sibling
- for every foaf:Person there shall be a foaf:PersonalProfileDocument
- every non literal resource shall be subject of rdf:type rdfs:Resource statemet
- every eg:City shall have a eg:currentWeather property pointing to a bnode with temperature and humidity
features:
- pre-filter (filter filter): only filter matching resource-matcher are forwarded
- on invocation with matching resource the Enricher knows which criteria matched
|
Enricher.ResourceFilter |
Filters resources of a TripleCollcetion
|
EnrichmentTriples |
Given a base graph and a set of Enrichers this TripleCollection contains
the triples provided by the enrichers.
|
OrConnector |
A filter that accepts a Resource iff any of its underlying base filters
accepts it
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.