Matches in Nanopublications for { <https://w3id.org/np/RA6Cc0zgnWS-G5oVTOEMLgcWXQA24sLSh5FfZ30jazAzU/get-individuals-of-ontology-ns> ?p ?o ?g. }
Showing items 1 to 7 of
7
with 100 items per page.
- get-individuals-of-ontology-ns type grlc-query assertion.
- get-individuals-of-ontology-ns label "Get the individuals of an ontology including via namespace" assertion.
- get-individuals-of-ontology-ns description "This query returns all individuals that specify to be part of a given ontology or use its namespace." assertion.
- get-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 ?class (coalesce(?desc, ?def) as ?description) ?np ("^" as ?np_label) 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 a ?class . filter(?class != owl:NamedIndividual) } optional { ?individual rdfs:label ?individual_label . } optional { ?individual skos:definition ?def . } optional { ?individual dct:description ?desc . } } } order by ?class ?individual_label" assertion.
- get-individuals-of-ontology-ns endpoint f2a0ff8319823c7eb4c1e93c8c6b25c6ebc8a46454801e856e8cc1f98e4641f4 assertion.
- get-individuals-of-ontology-ns license LICENSE-2.0 assertion.
- get-individuals-of-ontology-ns hasLabelFromApi "Get the individuals of an ontology including via namespace - This query returns all individuals that specify to be part of a given ontolog..." pubinfo.