Hi all STANBOL-431 [1] suggests that EnhancementEngines are available at URIs like
http://{stanbol-host}/{rel-path}/enhancer/engine/{engine-name} e.g. http://localhost:8080/enhancer/engine/langid now lets assume that an engine would be able to return an RDF graph that represents its configuration e.g http://localhost:8080/enhancer/engine/langid rdfs:label "langid" rdfs:comment "Engine that can detect the language of parsed text" enhancer:order "-300"^^xsd:integer and the enhancement metadata would use the engine URI as dc:creator values for enhancements instead of the full qualified class name as currently used. The problem with providing the metadata like this is that currently the engine has no way to know that it has the URI "http://localhost:8080/enhancer/engine/langid" but only the name {engine-name} "langid". I am asking for the best practice to provide this information so that engine implementation can correctly build such graphs. best Rupert [1] https://issues.apache.org/jira/browse/STANBOL-431 -- | Rupert Westenthaler [email protected] | Bodenlehenstraße 11 ++43-699-11108907 | A-5500 Bischofshofen
