Uploaded image for project: 'Stanbol (Retired)'
  1. Stanbol (Retired)
  2. STANBOL-556

LdPath processor for Entityhub Indexing

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.9.0-incubating
    • Entityhub
    • None

    Description

      This will allow to use simple LDPath statements for property mappings during the indexing of datasets.

      While the default mapping language supports a lot of use cases for mapping, converting and filtering of properties it is by far not as capable as [LDpath](http://code.google.com/p/ldpath/). Because of that the indexing tools has also support for using LDPath to process entities by using the "LdpathProcessor".

      A typical usage example of the LdpathProcessor processor are type specific mappings such as

      skos:prefLabel = .[rdf:type is diseasome:genes]/rdfs:label;

      This specifies that only for entities of the type "diseasome:genes" the rdfs:label is mapped to skos:prefLabel. rdfs:labels of Entities with other types will not be mapped to skos:prefLabel by this rule.

      Attachments

        Activity

          People

            rwesten Rupert Westenthaler
            rwesten Rupert Westenthaler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: