<https://unesco-thesaurus.demo.linkeddatahub.com/collections/#select-collections-view>
        a       <https://w3id.org/atomgraph/linkeddatahub#View>;
        <http://spinrdf.org/spin#query>
                <https://unesco-thesaurus.demo.linkeddatahub.com/collections/#select-collections-query> .

<https://unesco-thesaurus.demo.linkeddatahub.com/collections/>
        a       <https://www.w3.org/ns/ldt/document-hierarchy#Container>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1>
                <https://unesco-thesaurus.demo.linkeddatahub.com/collections/#select-collections>;
        <http://purl.org/dc/terms/created>
                "2026-06-16T20:51:58.844Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>;
        <http://purl.org/dc/terms/creator>
                <https://admin.linkeddatahub.com/acl/agents/0ab4a0f7-1ab0-4d0c-8efc-63a79a2e9a10/#this>;
        <http://purl.org/dc/terms/modified>
                "2026-06-24T21:15:23.181Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>;
        <http://purl.org/dc/terms/title>
                "Collections";
        <http://rdfs.org/sioc/ns#has_parent>
                <https://unesco-thesaurus.demo.linkeddatahub.com/>;
        <http://www.w3.org/ns/auth/acl#owner>
                <https://admin.linkeddatahub.com/acl/agents/0ab4a0f7-1ab0-4d0c-8efc-63a79a2e9a10/#this> .

<https://unesco-thesaurus.demo.linkeddatahub.com/collections/#select-collections>
        a       <https://w3id.org/atomgraph/linkeddatahub#Object>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#value>
                <https://unesco-thesaurus.demo.linkeddatahub.com/collections/#select-collections-view> .

<https://unesco-thesaurus.demo.linkeddatahub.com/collections/#select-collections-query>
        a                             <http://spinrdf.org/sp#Select>;
        <http://purl.org/dc/terms/title>
                "Select collections";
        <http://spinrdf.org/sp#text>  "PREFIX  skos: <http://www.w3.org/2004/02/skos/core#>\n\nSELECT DISTINCT  ?collection ?doc\nWHERE\n  { GRAPH ?doc\n      { ?collection\n                  a               skos:Collection ;\n                  skos:prefLabel  ?prefLabel\n        FILTER (langMatches(lang(?prefLabel), \"en\"))\n      }\n  }\nORDER BY ?prefLabel" .
