Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAAZoytejNjhAJGUHjkaaTCsUgypbrNtPir9iCEx9lem8/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- find-concepts-in-skos-scheme type grlc-query assertion.
- find-concepts-in-skos-scheme label "Find concepts in SKOS scheme" assertion.
- find-concepts-in-skos-scheme description "Searches for concepts in the given SKOS scheme." assertion.
- find-concepts-in-skos-scheme sparql "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 ?conceptLabel ?np ?date where { 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 np:hasAssertion ?a . ?np npx:introduces ?concept . } graph ?a { ?concept a skos:Concept . ?concept skos:inScheme ?_scheme_iri . ?concept skos:prefLabel ?conceptLabel . filter(contains(?conceptLabel, ?_searchterm)) } } order by ?conceptLabel" assertion.
- find-concepts-in-skos-scheme endpoint af79dec054ac75f59327aa4e560e3ed0c243130f9852d4e7027aee5beefed2f3 assertion.
- find-concepts-in-skos-scheme license LICENSE-2.0 assertion.