lvaudor / glitter

an R package which writes SPARQL queries
https://lvaudor.github.io/glitter
44 stars 5 forks source link

Labels for all endpoints #120

Closed lvaudor closed 1 year ago

lvaudor commented 1 year ago

Should we consider adding labels for other endpoints than Wikidata with pattern "xxx rdfs: xxxLabel@en (for instance if labels in english)? We'd have to check how generic the rdfs:label property is across endpoints... In case it is not that generic, maybe add a column in table "usual_endpoints" to indicate the property name?

maelle commented 1 year ago

good idea to let users indicate the property name (in spq_init() maybe, and also in spq_label()).