You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#This query will find all the concepts that are within a specified Collections within a vocabulary. In this example, the Geological Commodities included in the reportable group for extractive industries (e.g quarries).
#Return a table of the concept uris and their preferred names
SELECT DISTINCT
?concepturi
?preflabel
WHERE {
#Primary Subject: The Collection. Here the Collection is the subject and the concepts are objects that are members of the collection. Each concept does not explicitly specify all the collections it are a part of. Therefore the query starts from the Collection.