Author: rwesten
Date: Wed Jul 20 21:51:46 2011
New Revision: 1148948
URL: http://svn.apache.org/viewvc?rev=1148948&view=rev
Log:
some files I skipped in the previous commit
Added:
incubator/stanbol/trunk/data/parent/pom.xml (with props)
incubator/stanbol/trunk/data/sites/dbpediacached/README.md
incubator/stanbol/trunk/data/sites/dbpediacached/pom.xml (with props)
incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/org/apache/stanbol/data/site/dbpedia/cached/org.apache.stanbol.enhancer.engines.entitytagging.impl.NamedEntityTaggingEngine-dbpedia.config
incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/org/apache/stanbol/data/site/dbpedia/cached/org.apache.stanbol.entityhub.core.site.CacheImpl-dbpedia.config
incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/org/apache/stanbol/data/site/dbpedia/cached/org.apache.stanbol.entityhub.site.referencedSite-dbpedia.config
incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/org/apache/stanbol/data/site/dbpedia/cached/org.apache.stanbol.entityhub.yard.solr.impl.SolrYard-dbpediaCache.config
Added: incubator/stanbol/trunk/data/parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/parent/pom.xml?rev=1148948&view=auto
==============================================================================
--- incubator/stanbol/trunk/data/parent/pom.xml (added)
+++ incubator/stanbol/trunk/data/parent/pom.xml Wed Jul 20 21:51:46 2011
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.stanbol</groupId>
+ <artifactId>stanbol-parent</artifactId>
+ <version>0.9.0-incubating-SNAPSHOT</version>
+ <relativePath>../../parent</relativePath>
+ </parent>
+
+ <groupId>org.apache.stanbol</groupId>
+ <artifactId>org.apache.stanbol.data.parent</artifactId>
+ <packaging>pom</packaging>
+
+ <name>Apache Stanbol Data parent POM</name>
+ <description>
+ Parent POM for the Apache Stanbol Data modules
+ </description>
+
+ <inceptionYear>2010</inceptionYear>
+
+ <scm>
+ <connection>
+
scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/data/parent
+ </connection>
+ <developerConnection>
+
scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/data/parent
+ </developerConnection>
+ <url>http://incubator.apache.org/stanbol</url>
+ </scm>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <inherited>true</inherited>
+ <extensions>true</extensions>
+ <configuration>
+ <instructions>
+ <Bundle-Category>Stanbol Data</Bundle-Category>
+ </instructions>
+ </configuration>
+ </plugin>
+ <plugin>
+ <!--
+ Ant is used to download the datafiles over the
+ web
+ -->
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.6</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+</project>
Propchange: incubator/stanbol/trunk/data/parent/pom.xml
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: incubator/stanbol/trunk/data/sites/dbpediacached/README.md
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/sites/dbpediacached/README.md?rev=1148948&view=auto
==============================================================================
--- incubator/stanbol/trunk/data/sites/dbpediacached/README.md (added)
+++ incubator/stanbol/trunk/data/sites/dbpediacached/README.md Wed Jul 20
21:51:46 2011
@@ -0,0 +1,21 @@
+# DBpedia.org with local cache
+
+This build a bundle will install (configure) all required OSGI components to
+use the SPARQL Endpoint of DBPedia.org for query and retrieval. In addition a
+local cache is configured that stores retrieved entities.
+
+This module is not part of the default build process.
+
+## NOTE
+
+One needs to uninstall/delete any other DBPedia.org configurations before using
+this bundle. This is especially true for the default configuration for dbpedia
+included in the Stanbol launchers.
+
+Simple search for installed bundles starting with
+
+ org.apache.stanbol.data.sites.dbpedia.*
+
+and stop/remove them before activating this one.
+
+
Added: incubator/stanbol/trunk/data/sites/dbpediacached/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/sites/dbpediacached/pom.xml?rev=1148948&view=auto
==============================================================================
--- incubator/stanbol/trunk/data/sites/dbpediacached/pom.xml (added)
+++ incubator/stanbol/trunk/data/sites/dbpediacached/pom.xml Wed Jul 20
21:51:46 2011
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.stanbol</groupId>
+ <artifactId>org.apache.stanbol.data.parent</artifactId>
+ <version>0.9.0-incubating-SNAPSHOT</version>
+ <relativePath>../../parent</relativePath>
+ </parent>
+
+ <groupId>org.apache.stanbol</groupId>
+ <artifactId>org.apache.stanbol.data.sites.dbpedia.cached</artifactId>
+ <version>1.0.0-incubating</version>
+ <packaging>bundle</packaging>
+
+ <name>Apache Stanbol Data: Remote DBpedia.org with local cache</name>
+ <description>
+ This bundle installs DBpedia as Referenced Site.
+ The SPARQL endpoint is used for query and retrievel however retrieved
+ Entities are locally cached.
+ </description>
+
+ <inceptionYear>2011</inceptionYear>
+
+ <scm>
+ <connection>
+
scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/data/sites/dbpediacached
+ </connection>
+ <developerConnection>
+
scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/data/sites/dbpediacached
+ </developerConnection>
+ <url>http://incubator.apache.org/stanbol/</url>
+ </scm>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>2.0.1</version>
+ <inherited>true</inherited>
+ <extensions>true</extensions>
+ <configuration>
+ <instructions>
+ <!-- Header used to load the provided configurations -->
+ <Install-Path>
+ org/apache/stanbol/data/site/dbpedia/cached
+ </Install-Path>
+ <_versionpolicy>$${version;===;${@}}</_versionpolicy>
+ </instructions>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Propchange: incubator/stanbol/trunk/data/sites/dbpediacached/pom.xml
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/org/apache/stanbol/data/site/dbpedia/cached/org.apache.stanbol.enhancer.engines.entitytagging.impl.NamedEntityTaggingEngine-dbpedia.config
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/org/apache/stanbol/data/site/dbpedia/cached/org.apache.stanbol.enhancer.engines.entitytagging.impl.NamedEntityTaggingEngine-dbpedia.config?rev=1148948&view=auto
==============================================================================
---
incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/org/apache/stanbol/data/site/dbpedia/cached/org.apache.stanbol.enhancer.engines.entitytagging.impl.NamedEntityTaggingEngine-dbpedia.config
(added)
+++
incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/org/apache/stanbol/data/site/dbpedia/cached/org.apache.stanbol.enhancer.engines.entitytagging.impl.NamedEntityTaggingEngine-dbpedia.config
Wed Jul 20 21:51:46 2011
@@ -0,0 +1,8 @@
+org.apache.stanbol.enhancer.engines.entitytagging.nameField="rdfs:label"
+org.apache.stanbol.enhancer.engines.entitytagging.personType="dbp-ont:Person"
+org.apache.stanbol.enhancer.engines.entitytagging.personState=B"true"
+org.apache.stanbol.enhancer.engines.entitytagging.referencedSiteId="dbpedia"
+org.apache.stanbol.enhancer.engines.entitytagging.placeState=B"true"
+org.apache.stanbol.enhancer.engines.entitytagging.organisationState=B"true"
+org.apache.stanbol.enhancer.engines.entitytagging.organisationType="dbp-ont:Organisation"
+org.apache.stanbol.enhancer.engines.entitytagging.placeType="dbp-ont:Place"
Added:
incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/org/apache/stanbol/data/site/dbpedia/cached/org.apache.stanbol.entityhub.core.site.CacheImpl-dbpedia.config
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/org/apache/stanbol/data/site/dbpedia/cached/org.apache.stanbol.entityhub.core.site.CacheImpl-dbpedia.config?rev=1148948&view=auto
==============================================================================
---
incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/org/apache/stanbol/data/site/dbpedia/cached/org.apache.stanbol.entityhub.core.site.CacheImpl-dbpedia.config
(added)
+++
incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/org/apache/stanbol/data/site/dbpedia/cached/org.apache.stanbol.entityhub.core.site.CacheImpl-dbpedia.config
Wed Jul 20 21:51:46 2011
@@ -0,0 +1,2 @@
+org.apache.stanbol.entityhub.yard.cacheYardId="dbpediaCache"
+org.apache.stanbol.entityhub.yard.cache.additionalMappings=["|\
@\=null;en;de;fr;it;es","*"]
Added:
incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/org/apache/stanbol/data/site/dbpedia/cached/org.apache.stanbol.entityhub.site.referencedSite-dbpedia.config
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/org/apache/stanbol/data/site/dbpedia/cached/org.apache.stanbol.entityhub.site.referencedSite-dbpedia.config?rev=1148948&view=auto
==============================================================================
---
incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/org/apache/stanbol/data/site/dbpedia/cached/org.apache.stanbol.entityhub.site.referencedSite-dbpedia.config
(added)
+++
incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/org/apache/stanbol/data/site/dbpedia/cached/org.apache.stanbol.entityhub.site.referencedSite-dbpedia.config
Wed Jul 20 21:51:46 2011
@@ -0,0 +1,18 @@
+org.apache.stanbol.entityhub.site.entityPrefix=["http://dbpedia.org/resource/","http://dbpedia.org/ontology/"]
+org.apache.stanbol.entityhub.site.defaultMappedEntityState="proposed"
+org.apache.stanbol.entityhub.site.accessUri="http://dbpedia.org/sparql/"
+org.apache.stanbol.entityhub.site.id="dbpedia"
+org.apache.stanbol.entityhub.site.fieldMappings=["dbp-ont:*","dbp-ont:thumbnail\
|\ d\=xsd:anyURI\ >\ foaf:depiction","dbp-prop:latitude\ |\ d\=xsd:decimal\ >\
geo:lat","dbp-prop:longitude\ |\ d\=xsd:decimal\ >\
geo:long","dbp-prop:population\ |\ d\=xsd:integer","dbp-prop:website\ |\
d\=xsd:anyURI\ >\ foaf:homepage"]
+org.apache.stanbol.entityhub.site.dereferencerType="org.apache.stanbol.entityhub.dereferencer.SparqlDereferencer"
+org.apache.stanbol.entityhub.site.cacheStrategy="used"
+org.apache.stanbol.entityhub.site.cacheId="dbpediaCache"
+org.apache.stanbol.entityhub.site.name="DBpedia"
+org.apache.stanbol.entityhub.site.description="DBpedia\ (dbpedia.org)\ is
\the\ LOD(linked\ open\ data)\ Endpoint\ for\ Wikipedia"
+org.apache.stanbol.entityhub.site.queryUri="http://dbpedia.org/sparql"
+org.apache.stanbol.entityhub.site.defaultSymbolState="proposed"
+org.apache.stanbol.entityhub.site.defaultExpireDuration="0"
+org.apache.stanbol.entityhub.site.searcherType="org.apache.stanbol.entityhub.searcher.VirtuosoSearcher"
+org.apache.stanbol.entityhub.site.licenseName=["Creative\ Commons\
Attribution-ShareAlike\ 3.0","GNU Free Documentation License"]
+org.apache.stanbol.entityhub.site.licenseUrl=["http://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License","http://en.wikipedia.org/wiki/Wikipedia:Text_of_the_GNU_Free_Documentation_License"]
+org.apache.stanbol.entityhub.site.attributionUrl="http://wiki.dbpedia.org/About"
+org.apache.stanbol.entityhub.site.attribution="DBpedia"
\ No newline at end of file
Added:
incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/org/apache/stanbol/data/site/dbpedia/cached/org.apache.stanbol.entityhub.yard.solr.impl.SolrYard-dbpediaCache.config
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/org/apache/stanbol/data/site/dbpedia/cached/org.apache.stanbol.entityhub.yard.solr.impl.SolrYard-dbpediaCache.config?rev=1148948&view=auto
==============================================================================
---
incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/org/apache/stanbol/data/site/dbpedia/cached/org.apache.stanbol.entityhub.yard.solr.impl.SolrYard-dbpediaCache.config
(added)
+++
incubator/stanbol/trunk/data/sites/dbpediacached/src/main/resources/org/apache/stanbol/data/site/dbpedia/cached/org.apache.stanbol.entityhub.yard.solr.impl.SolrYard-dbpediaCache.config
Wed Jul 20 21:51:46 2011
@@ -0,0 +1,9 @@
+org.apache.stanbol.entityhub.yard.maxQueryResultNumber=I"-1"
+org.apache.stanbol.entityhub.yard.solr.maxBooleanClauses=I"1024"
+org.apache.stanbol.entityhub.yard.description="The\ Cache\ used\ to\ store\
downloaded\ dbpedia\ entities"
+org.apache.stanbol.entityhub.yard.solr.solrUri="cache"
+org.apache.stanbol.entityhub.yard.solr.useDefaultConfig="true"
+org.apache.stanbol.entityhub.yard.defaultQueryResultNumber=I"-1"
+org.apache.stanbol.entityhub.yard.name="dbpedia\ Cache"
+org.apache.stanbol.entityhub.yard.id="dbpediaCache"
+org.apache.stanbol.entityhub.yard.solr.multiYardIndexLayout="true"