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

De manier om de vocabularia op te zoeken voor "Dit vocabularium verwijst verder naar termen uit de volgende vocabularia:" is verkeerd, althans om naar onze eigen vocabularia te verwijzen. #16

Open
mvanbrab opened this issue Jul 20, 2018 · 1 comment
Labels
Projects

Comments

@mvanbrab
Copy link
Collaborator

Zo blijkt bijvoorbeeld Besluit naar zichzelf te verwijzen, en niet naar de andere eigen (data.vlaanderen/ns/...) vocabularia Generiek, Bestuur, Mandaat, Wetgeving.

Na kort browsen in de code met Jens lijkt het alsof deze code ontoerijkend is:

parents = []
pres = g.query( # Mandatory -> required; Optional -> OPTIONAL
PREFIXES +
"""SELECT DISTINCT ?parent
WHERE {
<%s> rdfs:subPropertyOf ?parent .
}""" % row['p'])
.

@mvanbrab mvanbrab added the bug label Jul 20, 2018
@jensscheerlinck jensscheerlinck added this to To do in Backlog Jul 24, 2018
@jensscheerlinck
Copy link
Contributor

jensscheerlinck commented Jul 24, 2018

Query moet naast rdfs:subPropertyOf ook volgende zaken oplijsten:

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

No branches or pull requests

2 participants