@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-terms-of-ontology-ns a grlc:grlc-query; dct:description "This query returns all terms of a given ontology or vocabulary, irrespective of their type. A term is included if its URI starts with the ontology's namespace or if it declares to be part of the ontology. Only the most recent non-invalidated defining nanopublication is shown per term."; dct:license ; rdfs:label "Get the terms of an ontology including via namespace"; grlc:endpoint ; grlc:sparql """prefix rdfs: prefix dct: prefix np: prefix npa: prefix npx: prefix skos: select ?term (coalesce(min(?labelPlain), min(?labelAny)) as ?term_label) ?class (replace(replace(str(?class), \"^.*[/#]\", \"\"), \"[_-]\", \" \") as ?class_label) (coalesce(min(?desc), min(?def), min(?comment)) as ?description) ?np (\"^\" as ?np_label) where { { select ?term (max(?date) as ?latest) where { { graph npa:graph { ?introNp npx:introduces ?term . filter(strlen(?__ontologyNamespace) > 0 && strstarts(str(?term), ?__ontologyNamespace)) } } union { values ?_ontology_multi_iri {} graph ?introA { ?term dct:isPartOf|dct:partOf ?_ontology_multi_iri . } graph npa:graph { ?introNp np:hasAssertion ?introA ; npx:introduces ?term . } } graph npa:graph { ?introNp npa:hasValidSignatureForPublicKeyHash ?introKey ; dct:created ?date . filter not exists { ?introInv npx:invalidates ?introNp ; npa:hasValidSignatureForPublicKeyHash ?introKey . } } } group by ?term } graph npa:graph { ?np npx:introduces ?term ; dct:created ?latest ; np:hasAssertion ?a ; npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?inv npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } } optional { graph ?a { ?term a ?class . } } optional { graph ?a { ?term rdfs:label ?labelPlain . filter(lang(?labelPlain) = \"\") } } optional { graph ?a { ?term rdfs:label ?labelAny . } } optional { graph ?a { ?term skos:definition ?def . } } optional { graph ?a { ?term dct:description ?desc . } } optional { graph ?a { ?term rdfs:comment ?comment . } } } group by ?term ?class ?np order by ?class ?term_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-08-20T14:31:31Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:get-terms-of-ontology-ns; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "d/LpK9J4wCP4KNQPVkS0C1GN58zhROAUJOFI609umFxNgoL7Wc/K+itx4bzCRfurc3wd3Q+bu59MzI0tjdeX8NbKCVN2JbJVRIQCrvZl6B3aBObeGIssnd8Bd1S3rloaMIaYVLsdU0PYfuehPdptM6FiLywQcv+SZqagE91B7bo="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }