Yes,
Putting Montgomery, Ohio at the object should get the people that were born
or died there.

Select * Where { ?s ?p <http://dbpedia.org/resource/Montgomery_County,_Ohio>

}

Or, as Mauricio says, if what you want is all relationships and attributes
for a given resource, you can use DESCRIBE.

Cheers,
Pablo

On May 20, 2011 12:07 AM, "Prateek" <prat...@knoesis.org> wrote:
>
> Hi Pablo,
>
> Thanks for the reply. I was trying a very simple query
>
> Select * Where { <http://dbpedia.org/resource/Montgomery_County,_Ohio> ?p
?o }
>
> at the SPARQL endpoint. Will some modification of the query work?
>
> Thanks
>
> Prateek
>
>
> On 5/19/11 5:51 PM, Pablo Mendes wrote:
>>
>> Hi Prateek,
>> My guess is that you're seeing the "is [property] of" links automatically
generated by the web interface. Birth place is a property of Person, with
range on Place. So to get those properties you need to get instances of
Person.
>>
>> See:
>> http://dbpedia.org/data/Thomas_Crook_Sullivan.rdf
>>
>> What SPARQL queries did you try?
>>
>> Cheers,
>> Pablo
>>
>> On Thu, May 19, 2011 at 9:08 PM, Prateek <prat...@knoesis.org> wrote:
>>>
>>> Hi all,
>>>
>>> I am trying to use DBpedia by querying it via SPARQL.
>>>
>>> I think I am missing something basic, as I noticed the information
retrieved by SPARQL Query for the entity is a subset of the information
present on the corresponding webpage of the entity.
>>>
>>> For example the page: http://dbpedia.org/page/Montgomery_County,_Ohio
>>>
>>> has information about dbpedia-owl:birthPlace and so on. But the same is
not contained in the related RDF file
>>>
>>> http://dbpedia.org/data/Montgomery_County,_Ohio.rdf
>>>
>>> or information retrieved by SPARQL queries on DBpedia SPARQL Endpoint.
>>>
>>> Can someone please help me about how to obtain the missing pieces of
information like birthPlace, deathPlace of via SPARQL query on DBpedia
SPARQL Endpoint for the same resource and others?
>>>
>>> Thanks,
>>>
>>> Best Regards
>>>
>>> Prateek
>>>
>>>
>>>
------------------------------------------------------------------------------
>>> What Every C/C++ and Fortran developer Should Know!
>>> Read this article and learn how Intel has extended the reach of its
>>> next-generation tools to help Windows* and Linux* C/C++ and Fortran
>>> developers boost performance applications - including clusters.
>>> http://p.sf.net/sfu/intel-dev2devmay
>>> _______________________________________________
>>> Dbpedia-discussion mailing list
>>> Dbpedia-discussion@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
>>>
>>
>
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to