@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:get-all-iadopt-variables a ; dct:description "Returns all I-Adopt variables with their decomposition into observable property, entity of interest, matrix, and context object."; dct:license ; rdfs:label "Get all I-Adopt variables"; ; """prefix rdfs: prefix dct: prefix np: prefix npa: prefix npx: prefix iadopt: prefix skos: select ?variable ?variable_label ?property ?property_label ?entity ?entity_label ?matrix ?matrix_label ?context ?context_label ?creator ?np (\"^\" as ?np_label) ?date 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 iadopt:hasObservableProperty ?property . optional { ?property rdfs:label ?property_label . } } optional { ?variable iadopt:hasObjectOfInterest ?entity . optional { ?entity rdfs:label ?entity_label . } } optional { ?variable iadopt:hasMatrix ?matrix . optional { ?matrix rdfs:label ?matrix_label . } } optional { ?variable iadopt:hasContextObject ?context . optional { ?context rdfs:label ?context_label . } } } } order by desc(?date)""" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-03-17T05:50:26Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces sub:get-all-iadopt-variables; rdfs:label "Get all I-Adopt variables" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "hNNjzZcJS/LBflYPnmedf85dUw2tibCy9OyWohpFNmcnmormrSNKI8bAlfbrvZZOQRS1R6awPJuCPrsX6yPpYuJO5PJkiV8vqRvnMSeSn1LXK+fszV27SG245C6gJRWSUd9OI5uPXHkVMaiwz13DoYzEUG6mEYZ57qIWnJt17yU="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }