Full identifier: https://w3id.org/np/RA2J4Jli7wf8WU-68ACgzDqAx5cc55CRfMtFtUUUHmxwQ/get-definitions-of-ontology-ns
Assigned to 1 class:
Described in 1 nanopublication:
| Nanopublication | Part | Subject | Predicate | Object | Published By | Published On |
|---|---|---|---|---|---|---|
|
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-definitions-of-ontology-ns
|
Get the definitions of an ontology including namespace - This query returns all definition nanopublications that define the elements o...
|
Tobias Kuhn
|
2026-02-26T21:06:09.695Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-definitions-of-ontology-ns
|
Tobias Kuhn
|
2026-02-26T21:06:09.695Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-definitions-of-ontology-ns
|
Tobias Kuhn
|
2026-02-26T21:02:26.007Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-definitions-of-ontology-ns
|
Get the definitions of an ontology including namespace
|
Tobias Kuhn
|
2026-02-26T21:02:26.007Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-definitions-of-ontology-ns
|
Tobias Kuhn
|
2026-02-26T21:02:26.007Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-definitions-of-ontology-ns
|
This query returns all definition nanopublications that define the elements of a given OWL ontology, like classes and properties, including those that match the namespace.
|
Tobias Kuhn
|
2026-02-26T21:02:26.007Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-definitions-of-ontology-ns
|
Tobias Kuhn
|
2026-02-26T21:02:26.007Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-definitions-of-ontology-ns
|
prefix owl: <http://www.w3.org/2002/07/owl#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
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 distinct ?np ?term ?term_label ?creator ?date where {
values ?_ontology_multi_iri {}
graph npa:graph {
values ?termType { owl:Class rdf:Property owl:ObjectProperty owl:DatatypeProperty owl:NamedIndividual }
?np npx:hasNanopubType ?termType .
?np npa:hasValidSignatureForPublicKeyHash ?pubkey .
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }
?np dct:created ?date .
?np npx:introduces ?term .
optional { ?np npx:signedBy ?creator . }
?np np:hasAssertion ?a .
}
graph ?a {
{{
?term a ?termType .
filter(strstarts(str(?term), ?__ontologyNamespace))
} union {
?term a ?termType .
?term dct:partOf ?_ontology_multi_iri .
}}
optional { ?term rdfs:label ?term_label . }
}
}
order by ?label
|
Tobias Kuhn
|
2026-02-26T21:02:26.007Z
|
||
|
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-definitions-of-ontology-ns
|
Tobias Kuhn
|
2026-02-26T21:02:26.007Z
|