@prefix this: . @prefix sub: . @prefix np: . @prefix grlc: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:get-use-cases-for-resource a grlc:grlc-query; dct:description "This query returns the use cases described for a given entity (a Space or Maintained Resource)."; dct:license ; rdfs:label "Get use cases for a resource"; grlc:endpoint ; grlc:sparql """prefix rdfs: prefix dct: prefix np: prefix npa: prefix npx: prefix gen: prefix nt: select ?usecase ?usecase_label ?comment ?subject ?subject_label ?np (\"^\" as ?np_label) where { graph npa:graph { ?np npx:hasNanopubType gen:isUseCaseFor . ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } ?np np:hasAssertion ?a . ?np np:hasPublicationInfo ?pi . } values ?_entity_multi_iri {} graph ?a { ?usecase gen:isUseCaseFor ?_entity_multi_iri . optional { ?usecase rdfs:label ?usecase_label . } optional { ?usecase rdfs:comment ?comment . } optional { ?usecase dct:subject ?subject . } } optional { graph ?pi { ?subject nt:hasLabelFromApi ?subject_label . } } }""" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-06-03T14:24:44Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:get-use-cases-for-resource; npx:supersedes ; rdfs:label "Get use cases for a resource"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "mUrMw4O5lu+4d8NwsWUDoubE2biyf1zD4byDCdz+c9ziZC2cXhw0IcVadOY+KF7E0h86uvt5hxWp2+QzW2wpqeHOBV1MRjmpPBGkwFN6amOzzSEUvmbUdkgdUDscY7ygQibgsfkTBPWZRO+v6Z5sGg7OempfViSaWRRajN9d4To="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }