SPARQL Endpoint
Query CaLiGraph with SPARQL
Run queries on our SPARQL endpoint to explore the details of CaLiGraph.
Query with SPARQL
This query retrieves all triples about an instance with a given label:
SELECT *
WHERE {
?s rdfs:label "Harry Potter" ;
?p ?o .
}
This query retrieves all baroque architects:
WHERE {
?s rdfs:label "Harry Potter" ;
?p ?o .
}
SELECT ?s
WHERE {
?s a clgo:Baroque_architect .
}
This query retrieves all companies having their headquarter in London:
WHERE {
?s a clgo:Baroque_architect .
}
SELECT ?s
WHERE {
?s a clgo:Company ;
clgo:headquarter clgr:London .
}
WHERE {
?s a clgo:Company ;
clgo:headquarter clgr:London .
}
Browse CaLiGraph
View individual CaLiGraph entities and their dependencies
We provide our Linked Open Data endpoint through dereferencable URIs which you can view in the browser.

Browse through classes, e.g. one of the following:
Browse through properties, e.g. one of the following:
Browse through restrictions, e.g. one of the following:
Browse through individuals, e.g. one of the following: