gnd links - miku/graphapi GitHub Wiki

Links to Other (L)D Hubs

GNDs are set in relationship with different other data sources.

foaf:page

There are instances that link to a Wikipedia page instead of the DBpedia page. A first impression of this, ordered by class, is given by this query:

PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX owl: <http://www.w3.org/2002/07/owl#>

SELECT (COUNT(?gnd) AS ?count) ?type WHERE {
    ?gnd foaf:page ?uri .
    FILTER NOT EXISTS{
       ?gnd owl:sameAs ?uri .
       FILTER (regex(str(?uri), "dbpedia\\.org"))
    }
    ?gnd a ?type .
}

GROUP BY ?type
ORDER BY DESC(?count)

Result:

?count ?type
166699 http://d-nb.info/standards/elementset/gnd#DifferentiatedPerson
24413 http://d-nb.info/standards/elementset/gnd#TerritorialCorporateBodyOrAdministrativeUnit
7059 http://d-nb.info/standards/elementset/gnd#CorporateBody
3636 http://d-nb.info/standards/elementset/gnd#Work
3632 http://d-nb.info/standards/elementset/gnd#SubjectHeading
2171 http://d-nb.info/standards/elementset/gnd#SubjectHeadingSensoStricto
2103 http://d-nb.info/standards/elementset/gnd#BuildingOrMemorial
1798 http://d-nb.info/standards/elementset/gnd#NaturalGeographicUnit
1581 http://d-nb.info/standards/elementset/gnd#AdministrativeUnit
1102 http://d-nb.info/standards/elementset/gnd#NomenclatureInBiologyOrChemistry
1098 http://d-nb.info/standards/elementset/gnd#Pseudonym
800 http://d-nb.info/standards/elementset/gnd#MusicalWork
700 http://d-nb.info/standards/elementset/gnd#OrganOfCorporateBody
552 http://d-nb.info/standards/elementset/gnd#RoyalOrMemberOfARoyalHouse
437 http://d-nb.info/standards/elementset/gnd#PlaceOrGeographicName
432 http://d-nb.info/standards/elementset/gnd#HistoricSingleEventOrEra
424 http://www.geonames.org/ontology#Feature
328 http://d-nb.info/standards/elementset/gnd#WayBorderOrLine
286 http://d-nb.info/standards/elementset/gnd#ConferenceOrEvent
267 http://d-nb.info/standards/elementset/gnd#SoftwareProduct
228 http://d-nb.info/standards/elementset/gnd#MemberState
217 http://d-nb.info/standards/elementset/gnd#Country
174 http://d-nb.info/standards/elementset/gnd#ProductNameOrBrandName
125 http://d-nb.info/standards/elementset/gnd#Language
114 http://d-nb.info/standards/elementset/gnd#EthnographicName
111 http://d-nb.info/standards/elementset/gnd#SeriesOfConferenceOrEvent
108 http://d-nb.info/standards/elementset/gnd#ReligiousTerritory
97 http://d-nb.info/standards/elementset/gnd#MeansOfTransportWithIndividual_name
83 http://d-nb.info/standards/elementset/gnd#ExtraterrestrialTerritory
78 http://d-nb.info/standards/elementset/gnd#NameOfSmallGeographicUnitLyingWithinAnotherGeographicUnit
67 http://d-nb.info/standards/elementset/gnd#LiteraryOrLegendaryCharacter
41 http://d-nb.info/standards/elementset/gnd#Manuscript
31 http://d-nb.info/standards/elementset/gnd#Gods
18 http://d-nb.info/standards/elementset/gnd#CollectivePseudonym
12 http://d-nb.info/standards/elementset/gnd#GroupOfPersons
8 http://d-nb.info/standards/elementset/gnd#CharactersOrMorphemes
7 http://d-nb.info/standards/elementset/gnd#ProjectOrProgram
5 http://d-nb.info/standards/elementset/gnd#VersionOfAMusicalWork
2 http://d-nb.info/standards/elementset/gnd#FictivePlace
1 http://d-nb.info/standards/elementset/gnd#CollectiveManuscript