Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAjsDFTwetaA0xTMI5mMiVdK2QyGZXm5g3CsDN49SFNDY/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-concepts-of-skos-scheme type grlc-query assertion.
- get-concepts-of-skos-scheme label "Get the concepts of a SKOS scheme" assertion.
- get-concepts-of-skos-scheme description "This query returns all concepts that specify to be in the given SKOS scheme." assertion.
- get-concepts-of-skos-scheme 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 ?concept ?label (?definition as ?description) ?np where { values ?_scheme_multi_iri {} graph npa:graph { ?np npx:hasNanopubType skos:Concept . ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } ?np dct:created ?date . ?np npx:introduces ?concept . ?np np:hasAssertion ?a . } graph ?a { ?concept skos:inScheme ?_scheme_multi_iri . optional { ?concept skos:prefLabel ?label . } optional { ?concept skos:definition ?definition . } } } order by ?label" assertion.
- get-concepts-of-skos-scheme endpoint af79dec054ac75f59327aa4e560e3ed0c243130f9852d4e7027aee5beefed2f3 assertion.
- get-concepts-of-skos-scheme license LICENSE-2.0 assertion.