Hi all

Mind that you can also use LDPath for translating in-between schemata's. You 
can also use to follow inverse and transitive properties as well as longer 
paths. 

You can play around with the example provided by the RESTful interface 
documentation of the Entityhub. 

* [1] : Allows to execute LDPath statements on dbpedia
* [2]:  Gemet is a SKOS thesaurus. A search for "Nuclear" with an LDPath 
program like

skos:prefLabel;
skos:altLabel;
skos:hiddenLabel;
rdfs:label = (skos:prefLabel | skos:altLabel | skos:hiddenLabel);
skos:notation

skos:inScheme;

skos:broader = (skos:broader | ^skos:narrower);
skos:broaderTransitive = (skos:broader | ^skos:narrower)+;

skos:narrower = (^skos:broader | skos:narrower);
skos:narrowerTransitive = (^skos:broader | skos:narrower)+;

skos:related = (skos:related | skos:relatedMatch);
skos:relatedMatch;
skos:exactMatch = (skos:exactMatch)+;
skos:closeMatch = (skos:closeMatch | (skos:exactMatch)+);
skos:broaderMatch = (^skos:narrowMatch | skos:broaderMatch);
skos:narrowMatch = (skos:narrowMatch | ^skos:broaderMatch);

shows how LDPath can be used to perform SKOS reasoning. 

I consider the use of LDPath as an alternative for providing mapping 
functionality between rNews<->DBPedia

WDYT
Rupert


[1] http://dev.iks-project.eu:8081/entityhub/site/dbpedia/ldpath
[2] http://dev.iks-project.eu:8081/entityhub/site/gemet/find



On 20.01.2012, at 16:45, Alberto Musetti wrote:

> Hi Olivier,
> ok, we can write down the mappings rNews<->DBPedia and DBPedia<->schema.org
> 
> I didn't understand what you mean by " to have an independent implementation".
> 
> Thanks
> Alberto
> 
> 
> Il giorno 11/gen/2012, alle ore 13:16, Alessandro Adamou ha scritto:
> 
>> Hi Olivier, on a side note I will soon commit the code started in Salzburg 
>> to "unify" the vocabulary translator facility with the refactor engine so 
>> that it combines refactoring and (optionally) reasoning, with selectable 
>> recipes/vocabularies.
>> 
>> thanks
>> 
>> alessandro
>> 
>> 
>> On 1/11/12 1:05 PM, Olivier Grisel wrote:
>>> 2012/1/11 Alberto Musetti<[email protected]>:
>>>> Hi Olivier, all
>>>> 
>>>> In Salzburg we have spoken about of semantic search and classificator
>>>> and about integration of kres component.
>>>> 
>>>> I wanted to know if there is an issue about this
>>>> and if you need a collaboration for the components developed by CNR.
>>>> 
>>>> I'm at your beck and call
>>> I still need to finish the work I started on STANBOL-197 first.
>>> 
>>> For the integration of the reasoning / refactoring layer it would be
>>> great to have an independent implementation 2 predefined and
>>> documented set of rules (recipes) for DBpedia to rNews and DBpedia to
>>> schema.org vocabulary translation.
>>> 
>>> Once this is done we will be able to combine the 2 in an Enhancer
>>> chain of engines.
>>> 
>> 
>> 
>> -- 
>> M.Sc. Alessandro Adamou
>> 
>> Alma Mater Studiorum - Università di Bologna
>> Department of Computer Science
>> Mura Anteo Zamboni 7, 40127 Bologna - Italy
>> 
>> Semantic Technology Laboratory (STLab)
>> Institute for Cognitive Science and Technology (ISTC)
>> National Research Council (CNR)
>> Via Nomentana 56, 00161 Rome - Italy
>> 
>> 
>> "As for the charges against me, I am unconcerned. I am beyond their timid, 
>> lying morality, and so I am beyond caring."
>> (Col. Walter E. Kurtz)
>> 
> 

Reply via email to