A set of SPARQL examples that are used in different TGX resources
Lists prefixes used in this database.
PREFIX sh: <http://www.w3.org/ns/shacl#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
SELECT ?prefix ?namespace WHERE {
[] sh:declare [
sh:prefix ?prefix ;
sh:namespace ?namespace
] .
}