Author: rwesten
Date: Wed May 4 12:55:27 2011
New Revision: 1099437
URL: http://svn.apache.org/viewvc?rev=1099437&view=rev
Log:
STANBOL-187: looks like I forgot this folder in the last commit
Added:
incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/fieldBoosts.properties
(with props)
incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/indexing.properties
(with props)
incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/mappings.txt
(with props)
Added:
incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/fieldBoosts.properties
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/fieldBoosts.properties?rev=1099437&view=auto
==============================================================================
---
incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/fieldBoosts.properties
(added)
+++
incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/fieldBoosts.properties
Wed May 4 12:55:27 2011
@@ -0,0 +1,6 @@
+http://www.w3.org/2000/01/rdf-schema#label=3
+http://purl.org/dc/terms/title=3
+http://purl.org/dc/elements/1.1/title=3
+http://xmlns.com/foaf/0.1/name=3
+http://www.w3.org/2004/02/skos/core#prefLabel=3
+http://www.w3.org/2004/02/skos/core#altLabel=1.5
\ No newline at end of file
Propchange:
incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/fieldBoosts.properties
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/indexing.properties
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/indexing.properties?rev=1099437&view=auto
==============================================================================
---
incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/indexing.properties
(added)
+++
incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/indexing.properties
Wed May 4 12:55:27 2011
@@ -0,0 +1,23 @@
+# Indexing Properties for the DBLP Dataset
+name=dblp
+description=The DBLP Computer Science Bibliography (http://dblp.uni-trier.de)
+
+# The dump of the RDF data needs to be located in the
"indexing/resource/rdfData"
+entityDataIterable=org.apache.stanbol.entityhub.indexing.source.jenatdb.RdfIndexingSource,source:rdfData
+
+# Entity Scores are not supported for now
+# No Score Normaliser
+#scoreNormalizer=
+# Use the EntityScore Provider implementation that provides no scores
+entityScoreProvider=org.apache.stanbol.entityhub.indexing.core.source.NoEntityScoreProvider
+
+# Use the specified field mappings (in the mappings.txt file) to process
entities
+# It automatically uses the value configured for "fieldConfiguration"
+# To use an other one add the parameter mappings:{mappingFile}
+entityProcessor=org.apache.stanbol.entityhub.indexing.core.processor.FiledMapperProcessor
+# the same file is also be used for the index configuration
+fieldConfiguration=mappings.txt
+
+# Finally we need a destination to store the data
+# Note also the configured fieldBoosts.properties
+indexingDestination=org.apache.stanbol.entityhub.indexing.destination.solryard.SolrYardIndexingDestination,solrConf,boosts:fieldBoosts
\ No newline at end of file
Propchange:
incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/indexing.properties
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/mappings.txt
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/mappings.txt?rev=1099437&view=auto
==============================================================================
---
incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/mappings.txt
(added)
+++
incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/mappings.txt
Wed May 4 12:55:27 2011
@@ -0,0 +1,50 @@
+# --- Define the Languages for all fields ---
+# all languages
+
+# --- RDF RDFS and OWL Mappings ---
+rdfs:label
+rdfs:comment#rdfs:comment
+rdfs:seeAlso | d=entityhub:ref
+
+rdf:type | d=entityhub:ref
+
+owl:sameAs | d=entityhub:ref
+
+# --- Dublin Core ---
+#all DC Terms properties
+dc:*
+#to keep the old dc-element triples
+dc-elements:*
+dc-elements:contributor > dc:contributor
+dc-elements:coverage > dc:coverage
+dc-elements:creator > dc:creator
+dc-elements:date > dc:date
+dc-elements:description > dc:description
+dc-elements:format > dc:format
+dc-elements:identifier > dc:identifier
+dc-elements:language > dc:language
+dc-elements:publisher > dc:publisher
+dc-elements:relation > dc:relation
+dc-elements:rights > dc:rights
+dc-elements:source > dc:source
+dc-elements:subject > dc:subject
+dc-elements:title > dc:title
+dc-elements:type > dc:type
+
+# --- Social Networks (via foaf) ---
+#The Friend of a Friend schema often used to describe social relations between
people
+foaf:*
+foaf:knows | d=entityhub:ref
+foaf:made | d=entityhub:ref
+foaf:maker | d=entityhub:ref
+foaf:member | d=entityhub:ref
+foaf:homepage | d=xsd:anyURI
+foaf:depiction | d=xsd:anyURI
+foaf:img | d=xsd:anyURI
+foaf:logo | d=xsd:anyURI
+#page about the entity
+foaf:page | d=xsd:anyURI
+# --- The SWRC (Semantic Web for Research Communities) Ontology
+#select all
+swrc:*
+swrc:volume | d=xsd:int
\ No newline at end of file
Propchange:
incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/mappings.txt
------------------------------------------------------------------------------
svn:mime-type = text/plain