Hi Vladimir,

I think you overlooked the final "s" in the property name, ie
dbp:ethnicGroups.

Your query thus only returns a few misspellings.
The correct query yields 825 results (and 1035 on live) including Andaman,
though a large part is not necessarily usable (includes percentages, free
text...).

Cheers.

We're looking to make a full list of cultures/ethnic groups/periods/styles
from DBP, WD, AAT and BM ethName thesaurus.
Such authoritative list would be a valuable contribution to CH data.

DBP doesn't have a class for "X people" but I found a very useful property:
dbp:ethnicGroup
E.g. for https://en.wikipedia.org/wiki/Andaman_Islands it gives these Ethnic
groups:
Shompen
Mainland Indians
Jarawa
Onge
Sentinelese
Great Andamanese

4 are links (objects) and 3 are mere literals, that's why I use
dbp:ethnicGroup and not dbo:ethnicGroup that leaves only objects.
On http://dbpedia.org/page/Andaman_Islands you can see all these values
(actually 6 of the 7 since it's derived from this old revision of 17 January
2015: https://en.wikipedia.org/wiki/Andaman_Islands?oldid=642835268)

Unfortunately this query:
PREFIX dbp: <http://dbpedia.org/property/>
select * {?x dbp:ethnicGroup ?y}

returns only 15 results on http://dbpedia.org/sparql and 21 on
http://live.dbpedia.org/sparql, and dbr:Andaman_Islands is missing.
Where are the rest?

------------------------------------------------------------------------------
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
------------------------------------------------------------------------------
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to