I downloaded Categorys (Labels) dataset in .nt format, from this page,
And I would like to figure out what is available for querying. I tried this,
select distinct ?Category where {[] a ?Category } LIMIT 100
which is a modification of this example query
But it failed. So I need to figure out how to query this dataset. I would like to view the schema or something similar.