Explore the Trackloaded Knowledge Graph through its semantic query layer — discover artists, labels, resources, categories, identifiers and relationships.
Trackloaded uses a lightweight SPARQL-style query layer. Build queries from basic graph patterns.
SELECT ?name WHERE {
?x foaf:name ?name .
} LIMIT 20
Supported concepts include triple patterns,
shared variables, OPTIONAL,
FILTER, DISTINCT, and LIMIT.
Common vocabularies: foaf:, schema:,
mo:, dct:, dcat:, skos:.
Entity identifiers are exposed through the graph's identifier predicate. The table renderer displays numeric identifiers as ID badges without changing their values.