Re: Ontos links to LOD

Well you will now find one at sameas.org:
http://www.sameas.org/?uri=http://dbpedia.org/resource/Berners-Lee
:-)

Great stuff Christian, would you like to give me some more sameAs data to
put there, or point me at where I can get the information?

By the way, I think there may be something slightly strange about the Linked
Data service, although it may be my lack of understanding of curl.
Anyway, will be useful to know if it is either.
Here goes.
curl -i -L -H "Accept: application/rdf+xml"
Gives
HTTP/1.1 302 Moved Temporarily
Date: Thu, 21 Oct 2010 13:48:08 GMT
Server: Apache-Coyote/1.1
Location: http://www.ontosearch.com/2008/01/rdf%23identification
Content-Length: 0
Connection: close
Content-Type: text/plain; charset=UTF-8

HTTP/1.1 302 Moved Temporarily
Date: Thu, 21 Oct 2010 13:48:09 GMT
Server: Apache-Coyote/1.1
Location: http://www.ontosearch.com/2008/01/rdf/identification
Content-Length: 0
Connection: close
Content-Type: text/plain; charset=UTF-8

HTTP/1.1 200 OK
Date: Thu, 21 Oct 2010 13:48:09 GMT
Server: Apache-Coyote/1.1
Content-Type: application/rdf+xml;charset=UTF-8
Content-Length: 653
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:foaf="http://xmlns.com/foaf/0.1/"
  
xmlns:ontosci="http://www.ontosearch.com/2008/02/ontosminer-ns/domain/common
/english#"
  xmlns:ontosid="http://avi25.grid.kiae.ru:8588/2008/01/identification#"
  xmlns:ontosrdf="http://avi25.grid.kiae.ru:8588/2008/01/rdf#"
  xmlns:owl="http://www.w3.org/2002/07/owl#"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:sofa="http://sofa.semanticweb.org/sofa/v1.0/system#">
  <ontosrdf:identification>
    <dc:publisher>Ontos AG</dc:publisher>
  </ontosrdf:identification>
  <rdf:Description/>
</rdf:RDF>

So the file that is finally delivered at
http://www.ontosearch.com/2008/01/rdf/identification
Seems to have a truncated Description or the # has caused a problem or
something.
Best
Hugh

On 21/10/2010 14:27, "Alexandre Passant" <alexandre.passant@deri.org> wrote:

> Hi Christian,
> 
> On 20 Oct 2010, at 10:33, Christian Ehrlich wrote:
> 
>> Dear all, 
>> 
>> Please note that Ontos is about to integrate its news portal
>> [http://news.ontos.com] into the Linked Data Cloud. Ontos' GUIDs for objects
>> are now dereferencable - the resulting RDF contains owl:sameAs-attributes to
>> DBpedia, Freebase and others (check e. g. the entry for Barack Obama
>> [http://www.ontosearch.com/2008/01/rdf/EID-2e70185c38e929aa90049982de43414c]
>> ).
>> 
>> Within the portal Ontos crawls news articles from diverse online sources,
>> uses its cutting-edge NLP technology to extract facts (objects and relations
>> between them), merges these information with existing ones and stores them
>> including respective references to the original news article - all of this
>> fully automatically. Facts from Ontos' portal are accessible via a RESTful
>> HTTP API. Fetching data is free - in order to receive an API key, developers
>> have to register (e-mail address only!) at Ontos' homepage
>> [http://www.ontos.com].
>> 
> 
> Is there a way to query the API with a DBpedia identifier rather than an Ontos
> one ?
> Or at least, is there somewhere a DBpedia 2 Ontos service (or a SPARQL
> endpoint where I can get that information) ?
> 
> Thanks
> 
> Alex.
> 
>> For humans Ontos provides a search interface at http://www.ontosearch.com.
>> It allows to look-up objects in the database and viewing respective
>> summaries in HTML or RDF.
>> 
>> The generated RDF does currently contain a small part of existing
>> information (e. g. no article references yet) and owl:sameAs is only
>> supported for Persons and Organizations. Ontos will extend the respective
>> content step-by-step.
>> 
>> Any tests with our API as well as comments are highly appreciated.
>> 
>> Regards,
>> Christian
>> 
>> --
>> Christian Ehrlich
>> Ontos AG
>> 
>> Telefon: +49 341 21559-10
>> Telefax: +49 341 21559-11
>> Mobil:   +49 173 8745000
>> christian.ehrlich@ontos.com
>> http://www.ontos.com
>> 
>> 
>> 
>> 
>> 
> 
> --
> Dr. Alexandre Passant
> Digital Enterprise Research Institute
> National University of Ireland, Galway
> :me owl:sameAs <http://apassant.net/alex> .
> 
> 
> 
> 
> 
> 
> 

Received on Thursday, 21 October 2010 14:00:29 UTC