Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAKPfY6vbcdxWD2NP74l3tjUPZeyaEKjVGZKIKafgkXN4/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-named-individuals-of-ontology-ns type grlc-query assertion.
- get-named-individuals-of-ontology-ns label "Get the named individuals of an ontology including via namespace" assertion.
- get-named-individuals-of-ontology-ns license LICENSE-2.0 assertion.
- get-named-individuals-of-ontology-ns description "This query returns all named individuals that specify to be part of a given ontology or use its namespace." assertion.
- get-named-individuals-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 ?individual ?individual_label (?definition as ?description) ?np where { values ?_ontology_multi_iri {} graph npa:graph { ?np npx:hasNanopubType owl:NamedIndividual . ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } ?np dct:created ?date . ?np npx:introduces ?individual . ?np np:hasAssertion ?a . } graph ?a { {{ ?individual a owl:NamedIndividual . filter(strstarts(str(?individual), ?__ontologyNamespace)) } union { ?individual a owl:NamedIndividual . ?individual dct:partOf ?_ontology_multi_iri . }} optional { ?individual rdfs:label ?individual_label . } optional { ?individual skos:definition ?definition . } } } order by ?individual_label" assertion.
- get-named-individuals-of-ontology-ns endpoint f2a0ff8319823c7eb4c1e93c8c6b25c6ebc8a46454801e856e8cc1f98e4641f4 assertion.