You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2011/11/02 14:04:13 UTC

svn commit: r1196561 - /incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/mappings.txt

Author: rwesten
Date: Wed Nov  2 13:04:12 2011
New Revision: 1196561

URL: http://svn.apache.org/viewvc?rev=1196561&view=rev
Log:
added mappings for schema.org to the default mappings for the generic rdf indexer

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=1196561&r1=1196560&r2=1196561&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 Nov  2 13:04:12 2011
@@ -104,6 +104,15 @@ foaf:logo | d=xsd:anyURI
 foaf:page | d=xsd:anyURI
 
 
+# --- Schema.org --
+
+# Defines an Ontology used by search engines (Google, Yahoo and Bing) for 
+# indexing websites.
+
+schema:*
+# Copy all names of schema instances over to rdfs:label
+schema:name > rdfs:label
+
 # --- Simple Knowledge Organization System (SKOS) ---
 
 # A common data model for sharing and linking knowledge organization systems