Author: rwesten
Date: Wed Sep 28 08:30:45 2011
New Revision: 1176783
URL: http://svn.apache.org/viewvc?rev=1176783&view=rev
Log:
added mappings for SKOS alternative and hidden labels to rdfs:label. By that
SKOS concepts will be linked by any label with the default configuration of the
EntltyLinking and KeywordLinking engines (typically that what users will
expect).
Modified:
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/mappings.txt
Modified:
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/mappings.txt
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/mappings.txt?rev=1176783&r1=1176782&r2=1176783&view=diff
==============================================================================
---
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/mappings.txt
(original)
+++
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/mappings.txt
Wed Sep 28 08:30:45 2011
@@ -111,8 +111,10 @@ foaf:page | d=xsd:anyURI
# a thesaurus
skos:*
-# copy the preferred label over to rdfs:label
+# copy all SKOS labels (preferred, alternative and hidden) over to rdfs:label
skos:prefLabel > rdfs:label
+skos:altLabel > rdfs:label
+skos:hiddenLabel > rdfs:label
# copy values of **Match relations to the according related, broader and
narrower
skos:relatedMatch > skos:related