You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# SPARQL endpoint and examples (required)
sparql:
endpoint: http://host.docker.internal:3030/n4o
examples:
# examples given in files
- queries/*.rq
# example given in config file
- name: List all classes
query: |
SELECT DISTINCT ?class WHERE { [] a ?class } examples: