table of contents
- experimental 3.8.2-1
TINYSPARQL-INTROSPE(1) | TinySPARQL manual | TINYSPARQL-INTROSPE(1) |
NAME¶
tinysparql-introspect - Introspect SPARQL endpoints.
SYNOPSIS¶
tinysparql introspect [(-d |--database) <file> | (-b | --dbus-service) <busname> | (-r | --remote-service) <url>]
[(-t | --tree)] [(-t | --tree) <class>] [(-s | --search) <needle>]t tinysparql introspect [(-d |--database) <file> | (-b | --dbus-service) <busname> | (-r | --remote-service) <url>]
[(-c | --list-classes)] [(-p | --list-properties)] [(-i | --list-indexes)] [(-n | --list-notifies)] [(-g | --list-graphs)]
DESCRIPTION¶
This command allows probing of the current database schema (also known as ontology) and endpoint capabilities. If called with no additional arguments to the one specifying the database connection, all information is extracted.
In terms of the database ontology, it’s easy to find out what properties are indexed for speed, or notified on changes, what classes are available and the properties belonging to those classes. There are also visual tools to display an ascii tree layout of the classes and their relationships to each other.
OPTIONS¶
-b, --dbus-service=<service_name>
-d, --database-path=<database_path>
-r, --remote-service=<url>
-c, --list-classes
-x, --list-class-prefixes
-p, --list-properties=[class]
-n, --list-notifies=[class]
-i, --list-indexes=[property]
-g, --list-graphs
-t, --tree=[class]
If no class is given, the entire tree is shown.
The --search command line option can be used to highlight parts of the tree you’re looking for. The search is case insensitive.
The --properties command line option can be used to show properties for each class displayed
-s, --search=<needle>
SEE ALSO¶
02/15/2025 | 3.8.2 |