Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAnbHVsf4DjzMIjcfMcuDm0EdbCXZ8pzJhNvBkJjk21Cc/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-individuals-of-ontology-version type grlc-query assertion.
- get-individuals-of-ontology-version label "Get the individuals of an ontology version" assertion.
- get-individuals-of-ontology-version description "This query returns all named individuals that are part of a given version of an ontology." assertion.
- get-individuals-of-ontology-version sparql "prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> 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#> prefix gen: <https://w3id.org/kpxl/gen/terms/> select distinct ?individual ?individual_label (?definition as ?description) (?termNp as ?np) ("^" as ?np_label) where { graph npa:graph { ?_ontologyVersionNp_iri npx:introduces ?ontologyVersion . ?_ontologyVersionNp_iri np:hasAssertion ?ontologyVersionNpA . } graph ?ontologyVersionNpA { ?ontologyVersion a owl:Ontology . ?ontologyVersion gen:hasContentIndex ?contentIndex . } graph npa:graph { ?contentIndex np:hasAssertion ?contentIndexA . } graph ?contentIndexA { ?contentIndex npx:includesElement ?termNp . } graph npa:graph { } graph npa:graph { ?termNp dct:created ?date . ?termNp npx:introduces ?individual . ?termNp np:hasAssertion ?termNpA . } graph ?termNpA { ?individual a owl:NamedIndividual . optional { ?individual rdfs:label ?individual_label . } optional { ?individual skos:definition ?definition . } } } order by ?individual_label" assertion.
- get-individuals-of-ontology-version endpoint full assertion.
- get-individuals-of-ontology-version license LICENSE-2.0 assertion.