migrants/queries/list_classes.sparql
Daniel Hernandez cd85a66c46 Add schema inspection queries and script.
SPARQL queries to list classes and properties, and src/schema.rb
CLI to run them against any graph file. Includes bundler/setup
for compatibility with Ruby 4.0 without bundle exec.
2026-02-26 20:49:35 +01:00

4 lines
65 B
SPARQL

SELECT DISTINCT ?class WHERE {
?s a ?class .
}
ORDER BY ?class