Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed namespace in dbpedia_get_wikidata_uris() #10

Open
ChristophLeonhardt opened this issue Sep 21, 2023 · 0 comments
Open

Fixed namespace in dbpedia_get_wikidata_uris() #10

ChristophLeonhardt opened this issue Sep 21, 2023 · 0 comments

Comments

@ChristophLeonhardt
Copy link
Collaborator

In dbpedia_get_wikidata_uris() there is an option to query additional properties from DBpedia. This is implemented like that:

optional <- sprintf('OPTIONAL { ?item dbo:%s ?key . }', optional)

A potential issue which would need to be checked, I guess, is that not all properties necessarily can be queried via the ontology namespace (?), i.e. with dbo:%s. If I look around at the DBpedia page for http://de.dbpedia.org/page/Mannheim, there are other namespaces such as "geo" or "prop-de" which probably would need to be named accordingly in a SPARQL query.

As I am not entirely sure, it should be checked whether I am correct. For example, I would assume that you cannot query latitude ("lat") as an optional attribute right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant