Full identifier: https://w3id.org/np/RA_e78XCEm5UZVhZApTiM96BPMGc3zlXMeWkGUb19KGEE/get-ontology-versions
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-ontology-versions
|
Get ontology versions - This query returns the ontology versions for a given ontology.
|
Tobias Kuhn
|
2025-11-13T19:48:26.278Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-ontology-versions
|
Tobias Kuhn
|
2025-11-13T19:48:26.278Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-ontology-versions
|
Tobias Kuhn
|
2025-11-13T19:45:14.634Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-ontology-versions
|
Get ontology versions
|
Tobias Kuhn
|
2025-11-13T19:45:14.634Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-ontology-versions
|
Tobias Kuhn
|
2025-11-13T19:45:14.634Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-ontology-versions
|
This query returns the ontology versions for a given ontology.
|
Tobias Kuhn
|
2025-11-13T19:45:14.634Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-ontology-versions
|
Tobias Kuhn
|
2025-11-13T19:45:14.634Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-ontology-versions
|
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 owl: <http://www.w3.org/2002/07/owl#>
prefix gen: <https://w3id.org/kpxl/gen/terms/>
select ?ontologyVersion ?label ?creator ?np where {
values ?_ontology_multi_iri {}
graph npa:graph {
?np npx:hasNanopubType owl:Ontology .
?np npa:hasValidSignatureForPublicKeyHash ?pubkey .
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }
?np dct:created ?date .
?np np:hasAssertion ?a .
?np npx:introduces ?ontologyVersion .
?np npx:signedBy ?creator .
}
graph ?a {
?ontologyVersion rdfs:label ?label .
?ontologyVersion dct:isVersionOf ?_ontology_multi_iri .
?ontologyVersion gen:hasContentIndex ?contentIndex .
}
}
order by desc(?ontologyVersion)
|
Tobias Kuhn
|
2025-11-13T19:45:14.634Z
|
||
|
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-ontology-versions
|
Tobias Kuhn
|
2025-11-13T19:45:14.634Z
|