Re: LOV - Linked Open Vocabularies

Hi Bob

I certainly know this URI like anybody on this list, and I pretty well know
that there is a bunch of classes and properties used to describe DBpedia
resources, in the http://dbpedia.org/ontology/ namespace, such as
http://dbpedia.org/ontology/birthPlace

At this specific URI I get the following description in n3

@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia-owl:    <http://dbpedia.org/ontology/> .
@prefix owl:    <http://www.w3.org/2002/07/owl#> .
dbpedia-owl:birthPlace    rdf:type    owl:ObjectProperty .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
dbpedia-owl:birthPlace    rdfs:domain    dbpedia-owl:Person ;
    rdfs:range    dbpedia-owl:Place ;
    rdfs:label    "birth place"@en ;
    rdfs:comment    "where the person was born"@en .

Which is cool. I have description of a property, and reference to domain and
range classes, so I can follow my nose from there

But at http://dbpedia.org/ontology/ itself I get

@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:    <http://www.w3.org/2002/07/owl#> .
<http://dbpedia.org/ontology/>    rdf:type    owl:Ontology ;
    owl:versionInfo    "Version 3.5"@en .

Missing a triple such as

<http://dbpedia.org/ontology/>    rdfs:isDefinedBy    foo

I've got at least a version number :)

So where is the RDF file containing the whole ontology?

Bernard


2011/4/1 Bob Ferris <zazi@elbklang.net>

> Hi Bernard,
>
>
> On 4/1/2011 3:59 PM, Bernard Vatant wrote:
>
>> Maybe I missed something, but can someone tell me what the URI of the
>> ontology of dbpedia is?
>>
>
> please have a look at http://wiki.dbpedia.org/Ontology
>
> Cheers,
>
>
> Bob
>
>


-- 
Bernard Vatant
Senior Consultant
Vocabulary & Data Engineering
Tel:       +33 (0) 971 488 459
Mail:     bernard.vatant@mondeca.com
----------------------------------------------------
Mondeca
3, cité Nollez 75018 Paris France
Web:    http://www.mondeca.com
Blog:    http://mondeca.wordpress.com
----------------------------------------------------

Received on Friday, 1 April 2011 15:08:16 UTC