Matches in Nanopublications for { <https://w3id.org/np/RApTiNeHLm9b2Q8_CeiS98szpUp_XVtNNLP2EJEA8GKa0/get-latest-variables> ?p ?o ?g. }
Showing items 1 to 7 of
7
with 100 items per page.
- get-latest-variables type grlc-query assertion.
- get-latest-variables label "Get latest variables" assertion.
- get-latest-variables description "This query returns the latest variables declared according to the I-ADOPT framework." assertion.
- get-latest-variables 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 iadopt: <https://w3id.org/iadopt/ont/> prefix skos: <http://www.w3.org/2004/02/skos/core#> select ?variable (coalesce(?variable_prefLabel, min(?variable_label)) as ?variable_label) ?creator ?date ?np ("^" as ?np_label) where { graph npa:graph { ?np npx:hasNanopubType iadopt:Variable . filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . } ?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 ?variable . ?np npx:signedBy ?creator . } graph ?a { ?variable a iadopt:Variable . optional { ?variable rdfs:label ?variable_label . } optional { ?variable skos:prefLabel ?variable_prefLabel . } } } group by ?variable ?variable_prefLabel ?creator ?np ?date order by desc(?date)" assertion.
- get-latest-variables endpoint dbf3e4836e0529b98c8e70684a03a3fb3a7b48dfa7829747dd978f2b7249ada1 assertion.
- get-latest-variables license LICENSE-2.0 assertion.
- get-latest-variables hasLabelFromApi "Get latest variables - This query returns the latest variables declared according to the I-ADOPT fra..." pubinfo.