Full identifier: https://w3id.org/np/RAoVTEebNKHgraNm9T0iFpHNFo62NStQTAlHC0DVQMASg/get-classes-of-ontology-ns
Searching for classes... 
Described in 1 nanopublication:
Searching for instances... 
Searching for parts... 
Searching for templates... 
| Nanopublication | Part | Subject | Predicate | Object | Published By | Published On |
|---|---|---|---|---|---|---|
|
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-classes-of-ontology-ns
|
Get the classes of an ontology including via namespace - This query returns all classes that specify to be part of a given ontology or...
|
Tobias Kuhn
|
2025-11-20T12:00:57.859Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-classes-of-ontology-ns
|
Tobias Kuhn
|
2025-11-20T12:00:57.859Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-classes-of-ontology-ns
|
Tobias Kuhn
|
2025-11-20T12:00:11.964Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-classes-of-ontology-ns
|
Get the classes of an ontology including via namespace
|
Tobias Kuhn
|
2025-11-20T12:00:11.964Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-classes-of-ontology-ns
|
Tobias Kuhn
|
2025-11-20T12:00:11.964Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-classes-of-ontology-ns
|
This query returns all classes that specify to be part of a given ontology or use its namespace.
|
Tobias Kuhn
|
2025-11-20T12:00:11.964Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-classes-of-ontology-ns
|
Tobias Kuhn
|
2025-11-20T12:00:11.964Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-classes-of-ontology-ns
|
prefix owl: <http://www.w3.org/2002/07/owl#>
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 distinct ?class ?label (?definition as ?description) ?np where {
values ?_ontology_multi_iri {}
graph npa:graph {
?np npx:hasNanopubType owl:Class .
?np npa:hasValidSignatureForPublicKeyHash ?pubkey .
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }
?np dct:created ?date .
?np npx:introduces ?class .
?np np:hasAssertion ?a .
}
graph ?a {
{{
?class a owl:Class .
filter(strstarts(str(?class), ?__ontologyNamespace))
} union {
?class a owl:Class .
?class dct:partOf ?_ontology_multi_iri .
}}
optional { ?class rdfs:label ?label . }
optional { ?class skos:definition ?definition . }
}
}
order by ?label
|
Tobias Kuhn
|
2025-11-20T12:00:11.964Z
|
||
|
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-classes-of-ontology-ns
|
Tobias Kuhn
|
2025-11-20T12:00:11.964Z
|