. . . . "Returns the classes assigned to the given thing, with view-friendly columns (class / class_label). Used by the /explore page as a resource view (the 'Assigned to' list)." . . . "Get the classes assigned to a thing (view)" . . "prefix dct: \nprefix rdfs: \nprefix np: \nprefix npa: \nprefix npx: \nprefix nt: \n\nselect distinct ?class ?class_label ?np (\"^\" as ?np_label) where {\n graph ?g {\n ?_thing_iri a ?class .\n }\n graph npa:graph {\n ?np npa:hasValidSignatureForPublicKey ?pubkey .\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }\n ?np npa:hasGraph ?g .\n ?np np:hasPublicationInfo ?i .\n }\n optional { graph ?g { ?class rdfs:label ?classLabel1 . } }\n optional { graph ?g { ?class dct:title ?classLabel2 . } }\n optional { graph ?i { ?class rdfs:label ?classLabel3 . } }\n optional { graph ?i { ?class nt:hasLabelFromApi ?classLabel4 . } }\n bind(coalesce(?classLabel1, ?classLabel2, ?classLabel3, ?classLabel4) as ?class_label)\n} limit 1000" . . "Tobias Kuhn" . "2026-05-30T08:00:00Z"^^ . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "Vs49RKXKkj3xqr9qO2nPfvDINadg9twTCaYEwLkL3CQYh98n0kQFeLhJQY78wkQS/D8aDQ7ldwjVYcNGhHuUd+LLVqpEZeK82KPGCKlpKFvh5Sf1O6FzQ+FVdvS80hHn1x+tlAeksoB5nlmCXs5Ju0uG7/Xx06+05+nP5Wbx+zA=" . . .