Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 2.3 KB

README.md

File metadata and controls

22 lines (14 loc) · 2.3 KB

FISE to FAM converstion Enhancement Engine

This module provides a post-processing Enhancement Engine for Apache Stanbol that converts the Stanbol Enhancement Structure (FISE) to the Fusepool Annotation Model (FAM).

For doing so this engine implements the transformation rules as specified here

This engine can be used with Apache Stanbol versions >= 0.12.0 < 2.

Configuration Parameters

This engine supports an optional configuration. Meaning that the default instance is available with the name fise2fam

  • Selector type (enhancer.engine.fise2fam.selectortype.name): This allows to configure the type of selectors. Supported are NIF 2.0 and Open Annotation. Also a compatibility mode where properties of both are written in supported (default: NIF).
  • Write Metadata (enhancer.engine.fise2fam.metadata.name): This switch allows to enable/disable the serialization of the metadata. If disabled no oa:Annotation and oa:SpecificResource will get serialized. Deactivating this option will make the resulting RDF to no longer confirm to the Open Annotation standard. However it will also reduce the triple count by > 50% (default: enabled)

Notes