Hi All, I'm currently working on https://issues.apache.org/jira/browse/STANBOL-1279.
I am using the SiteManager to get a Site with referenceId = "dbpedia" and am querying data related to some NERs (querying by NER label and type). This works and I do get results from the dbpedia index. What I want to do is this : 1. I want to be able to store and get yago class types in the dbpedia data. This data is stored in the yago-types.nt file from the dbpedia 3.9 downloads. Is it possible to create a new dbpedia index with the 3.9 files using this script https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/dbpedia/dbpedia-3.8/fetch_data_en_int.sh ? 2. I want to access some specific dbpedia properties such as dbpedia-owl:locationCity and others. These are already present in the mappingbased_properties_en.nt file which is in the fetch_data_en_int.sh script but are not in the https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/mappings.txt file. Should I include them there and do a dbpedia index rebuild? I've already described this in the "Named entity coref resolution based on dbpedia" mail thread but I thought of creating a new mail for visibility and for not clogging the other thread. Thanks, Cristian