Matches in Nanopublications for { <https://w3id.org/np/RAoVTEebNKHgraNm9T0iFpHNFo62NStQTAlHC0DVQMASg/get-classes-of-ontology-ns> ?p ?o ?g. }
Showing items 1 to 7 of
7
with 100 items per page.
- get-classes-of-ontology-ns type grlc-query assertion.
- get-classes-of-ontology-ns label "Get the classes of an ontology including via namespace" assertion.
- get-classes-of-ontology-ns description "This query returns all classes that specify to be part of a given ontology or use its namespace." assertion.
- get-classes-of-ontology-ns 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 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" assertion.
- get-classes-of-ontology-ns endpoint e8cc5bb29ec5597303f8f101c65c545dc124ee0df68ce733764b03adc3237184 assertion.
- get-classes-of-ontology-ns license LICENSE-2.0 assertion.
- get-classes-of-ontology-ns hasLabelFromApi "Get the classes of an ontology including via namespace - This query returns all classes that specify to be part of a given ontology or..." pubinfo.