https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E/Head
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E
http://www.nanopub.org/nschema#hasAssertion
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E/assertion
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E
http://www.nanopub.org/nschema#hasProvenance
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E/provenance
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E
http://www.nanopub.org/nschema#hasPublicationInfo
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E/pubinfo
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.nanopub.org/nschema#Nanopublication
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E/assertion
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E/get-terms-of-ontology-ns
http://purl.org/dc/terms/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.
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E/get-terms-of-ontology-ns
http://purl.org/dc/terms/license
http://www.apache.org/licenses/LICENSE-2.0
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E/get-terms-of-ontology-ns
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
https://w3id.org/kpxl/grlc/grlc-query
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E/get-terms-of-ontology-ns
http://www.w3.org/2000/01/rdf-schema#label
Get the terms of an ontology including via namespace
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E/get-terms-of-ontology-ns
https://w3id.org/kpxl/grlc/endpoint
https://w3id.org/np/l/nanopub-query-1.1/repo/full
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E/get-terms-of-ontology-ns
https://w3id.org/kpxl/grlc/sparql
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix dct: <http://purl.org/dc/terms/>
prefix np: <http://www.nanopub.org/nschema#>
prefix npa: <http://purl.org/nanopub/admin/>
prefix npx: <http://purl.org/nanopub/x/>
prefix skos: <http://www.w3.org/2004/02/skos/core#>
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
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E/provenance
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E/assertion
http://www.w3.org/ns/prov#wasAttributedTo
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E/pubinfo
https://orcid.org/0000-0002-1267-0234
http://xmlns.com/foaf/0.1/name
Tobias Kuhn
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E
http://purl.org/dc/terms/created
2026-08-20T14:31:31Z
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E
http://purl.org/dc/terms/creator
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E
http://purl.org/dc/terms/license
https://creativecommons.org/licenses/by/4.0/
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E
http://purl.org/nanopub/x/embeds
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E/get-terms-of-ontology-ns
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E
http://www.w3.org/ns/prov#wasDerivedFrom
https://w3id.org/np/RA6Cc0zgnWS-G5oVTOEMLgcWXQA24sLSh5FfZ30jazAzU
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E
https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate
https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E
https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate
https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E/sig
http://purl.org/nanopub/x/hasAlgorithm
RSA
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E/sig
http://purl.org/nanopub/x/hasPublicKey
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E/sig
http://purl.org/nanopub/x/hasSignature
d/LpK9J4wCP4KNQPVkS0C1GN58zhROAUJOFI609umFxNgoL7Wc/K+itx4bzCRfurc3wd3Q+bu59MzI0tjdeX8NbKCVN2JbJVRIQCrvZl6B3aBObeGIssnd8Bd1S3rloaMIaYVLsdU0PYfuehPdptM6FiLywQcv+SZqagE91B7bo=
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E/sig
http://purl.org/nanopub/x/hasSignatureTarget
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E
https://w3id.org/np/RAPptnVo5Nra98P_eFLl4vDHaqP7SzllyyIi9VgXzyM9E/sig
http://purl.org/nanopub/x/signedBy
https://orcid.org/0000-0002-1267-0234