[ { "@id": "https://w3id.org/np/RAiGOx8KLErnIiub_zssGaziRSjnJUQHJ5GBoWgp7h7pA/pubinfo", "@graph": [ { "@id": "https://orcid.org/0000-0002-1267-0234", "http://xmlns.com/foaf/0.1/name": [ { "@value": "Tobias Kuhn" } ] }, { "@id": "https://w3id.org/np/RAiGOx8KLErnIiub_zssGaziRSjnJUQHJ5GBoWgp7h7pA", "http://purl.org/dc/terms/created": [ { "@value": "2026-01-27T07:55:17.563Z", "@type": "http://www.w3.org/2001/XMLSchema#dateTime" } ], "http://purl.org/dc/terms/creator": [ { "@id": "https://orcid.org/0000-0002-1267-0234" } ], "http://purl.org/dc/terms/license": [ { "@id": "https://creativecommons.org/licenses/by/4.0/" } ], "http://purl.org/nanopub/x/embeds": [ { "@id": "https://w3id.org/np/RAiGOx8KLErnIiub_zssGaziRSjnJUQHJ5GBoWgp7h7pA/get-latest-variables" } ], "http://purl.org/nanopub/x/wasCreatedAt": [ { "@id": "https://nanodash.knowledgepixels.com/" } ], "https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate": [ { "@id": "https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU" } ], "https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate": [ { "@id": "https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw" }, { "@id": "https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI" } ], "https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate": [ { "@id": "https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k" } ] }, { "@id": "https://w3id.org/np/RAiGOx8KLErnIiub_zssGaziRSjnJUQHJ5GBoWgp7h7pA/sig", "http://purl.org/nanopub/x/hasAlgorithm": [ { "@value": "RSA" } ], "http://purl.org/nanopub/x/hasPublicKey": [ { "@value": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" } ], "http://purl.org/nanopub/x/hasSignature": [ { "@value": "QOz+Itk67CSOZ5zZ+gQZeaTFwRBWpTkCZhFpukKD+IySTCbq7M7zIgvd5EKT9KYvRcwkrz+TOvT9of+NAfrfqUahkcfvVqQwhF+8tZvA9foMlo+6+RK4NSANvRf9BbuV1pCkapXF/xcxa9Hzd9DPuv0yjM6meLHeJRjr6oAttYs=" } ], "http://purl.org/nanopub/x/hasSignatureTarget": [ { "@id": "https://w3id.org/np/RAiGOx8KLErnIiub_zssGaziRSjnJUQHJ5GBoWgp7h7pA" } ], "http://purl.org/nanopub/x/signedBy": [ { "@id": "https://orcid.org/0000-0002-1267-0234" } ] } ] }, { "@id": "https://w3id.org/np/RAiGOx8KLErnIiub_zssGaziRSjnJUQHJ5GBoWgp7h7pA/assertion", "@graph": [ { "@id": "https://w3id.org/np/RAiGOx8KLErnIiub_zssGaziRSjnJUQHJ5GBoWgp7h7pA/get-latest-variables", "http://purl.org/dc/terms/description": [ { "@value": "This query returns the latest variables declared according to the I-ADOPT framework." } ], "http://purl.org/dc/terms/license": [ { "@id": "http://www.apache.org/licenses/LICENSE-2.0" } ], "@type": [ "https://w3id.org/kpxl/grlc/grlc-query" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "Get latest variables" } ], "https://w3id.org/kpxl/grlc/endpoint": [ { "@id": "https://w3id.org/np/l/nanopub-query-1.1/repo/type/dbf3e4836e0529b98c8e70684a03a3fb3a7b48dfa7829747dd978f2b7249ada1" } ], "https://w3id.org/kpxl/grlc/sparql": [ { "@value": "prefix rdfs: \r\nprefix dct: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\nprefix iadopt: \r\n\r\nselect ?variable (min(?variable_label) as ?variable_label) ?creator ?np ?date where {\r\n graph npa:graph {\r\n ?np npx:hasNanopubType iadopt:Variable .\r\n filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }\r\n ?np npa:hasValidSignatureForPublicKeyHash ?pubkey .\r\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\r\n ?np dct:created ?date .\r\n ?np rdfs:label ?label .\r\n ?np np:hasAssertion ?a .\r\n ?np npx:introduces ?variable .\r\n ?np npx:signedBy ?creator .\r\n }\r\n graph ?a {\r\n ?variable a iadopt:Variable .\r\n ?variable rdfs:label ?variable_label .\r\n }\r\n}\r\ngroup by ?variable ?creator ?np ?date\r\norder by desc(?date)" } ] } ] }, { "@id": "https://w3id.org/np/RAiGOx8KLErnIiub_zssGaziRSjnJUQHJ5GBoWgp7h7pA/Head", "@graph": [ { "@id": "https://w3id.org/np/RAiGOx8KLErnIiub_zssGaziRSjnJUQHJ5GBoWgp7h7pA", "http://www.nanopub.org/nschema#hasAssertion": [ { "@id": "https://w3id.org/np/RAiGOx8KLErnIiub_zssGaziRSjnJUQHJ5GBoWgp7h7pA/assertion" } ], "http://www.nanopub.org/nschema#hasProvenance": [ { "@id": "https://w3id.org/np/RAiGOx8KLErnIiub_zssGaziRSjnJUQHJ5GBoWgp7h7pA/provenance" } ], "http://www.nanopub.org/nschema#hasPublicationInfo": [ { "@id": "https://w3id.org/np/RAiGOx8KLErnIiub_zssGaziRSjnJUQHJ5GBoWgp7h7pA/pubinfo" } ], "@type": [ "http://www.nanopub.org/nschema#Nanopublication" ] } ] }, { "@id": "https://w3id.org/np/RAiGOx8KLErnIiub_zssGaziRSjnJUQHJ5GBoWgp7h7pA/provenance", "@graph": [ { "@id": "https://w3id.org/np/RAiGOx8KLErnIiub_zssGaziRSjnJUQHJ5GBoWgp7h7pA/assertion", "http://www.w3.org/ns/prov#wasAttributedTo": [ { "@id": "https://orcid.org/0000-0002-1267-0234" } ] } ] } ]