Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RA_u-LypNo_RN5cM3AO9cPNI1b9CSdO2KiReAIgvlxnDg/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-classes-of-ontology type grlc-query assertion.
- get-classes-of-ontology label "Get the classes of an ontology" assertion.
- get-classes-of-ontology description "This query returns all classes that specify to be part of a given ontology." assertion.
- get-classes-of-ontology sparql "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 ?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 dct:partOf ?_ontology_multi_iri . optional { ?class rdfs:label ?label . } optional { ?class skos:definition ?definition . } } } order by ?label" assertion.
- get-classes-of-ontology endpoint e8cc5bb29ec5597303f8f101c65c545dc124ee0df68ce733764b03adc3237184 assertion.
- get-classes-of-ontology license LICENSE-2.0 assertion.