Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RA-jxI-wc3RTRbw3SeC6EuRo5V-vtLVZuza1DgTuTiDis/assertion>. }
Showing items 1 to 6 of
6
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 ?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(bound(?foo)) 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.