Hi Camiel,
On 10/16/2011 02:37 PM, Camiel ▲▼▲▼▲▼▲▼▲▼ wrote:
> Hello,
>
> For a school project I need to link my own data to the dbpedia data,
> before I can do this i need to examine some things to see on what
> property i can link the two.
> While trying some SPARQL statements on dbpedia to look for a good
> linking property I noticed that I could not get any results about
> certain objects, which are exactly the objects
> I need.
>
> Example:
>
> http://dbpedia.org/page/Ege_University
>
> I want to test university labels from my own data against the ones in
> dbpedia, so to check if I could even find any results I tried the
> following SPARQL:
>
> SELECT ?a
> WHERE {
> ?a rdfs:label "Ege University"
> }
In order to get results, you should append the language to the label so
the query should be
SELECT ?a
WHERE {
?a rdfs:label "Ege University"@en
}
>
> This returns nothing, even though i copied the l abel directly from
> the Ege University page.
>
> Does anyone know what's the problem here?
Hope that helps.
>
> Thanks,
> Camiel
>
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2d-oct
>
>
> _______________________________________________
> Dbpedia-discussion mailing list
> Dbpedia-discussion@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
--
Kind Regards
Mohamed Morsey
Department of Computer Science
University of Leipzig
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion