Hello,

this is new in 3.6 querying

http://dbpedia/org/sparql

For lots of resources i miss the German label though there is a
German abstract. In previous versions those cases were minority.
But now in 3.6 most resources with a German abstract have no
German label and those with regular German label for the existing
German abstract are in minority.

A Test case as an example:
----------------------------------------------------
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX dbpo: <http://dbpedia.org/ontology/>
PREFIX dbp: <http://dbpedia.org/resource/>
SELECT ?p ?y WHERE
{
dbp:Instability dbpo:abstract ?p .
FILTER (lang(?p) = 'de')
OPTIONAL {dbp:Instability rdfs:label ?y .
FILTER (lang(?y) = 'de')}
}
----------------------------------------------------

or some URI-examples of such resources:
-----------------------------------------------------------------
http://dbpedia.org/resource/Instability
http://dbpedia.org/resource/Folksonomy
http://dbpedia.org/resource/Bang%E2%80%93bang_control
http://dbpedia.org/resource/Optimal_control
http://dbpedia.org/resource/RDF_Schema
http://dbpedia.org/resource/DNA_barcoding
http://dbpedia.org/resource/Simple_Knowledge_Organization_System
http://dbpedia.org/resource/Body_plan
http://dbpedia.org/resource/Identification_key
----------------------------------------------------------------

So an app which queries beside English labels also German labels
cannot run in most cases correctly any more...

Baran.
-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to