judaicalink / judaicalink-labs

The JudaicaLink Portal for experimental access to our data.
https://judaicalink.org
MIT License
6 stars 5 forks source link

Missing GND data #73

Open kaiec opened 3 years ago

kaiec commented 3 years ago

According to some SPARQL analysis, we have over 50.000 resources linked to GND, but without the GND data for them in our graph. They can systematically be created and loaded.

The same can be done for dbpedia, wikidata, viaf and other sources.

kaiec commented 3 years ago

Query of all subjects linked to GND:

PREFIX owl: <http://www.w3.org/2002/07/owl#>

SELECT count(distinct(?s)) WHERE {?s owl:sameAs ?o. FILTER (regex(str(?o), "d-nb\\.info")) }