@prefix this: <https://w3id.org/np/RA7VRv5pfwilLnbJfLjuH8LOKXZIxXS_75tCGRNEJqX94> .
@prefix sub: <https://w3id.org/np/RA7VRv5pfwilLnbJfLjuH8LOKXZIxXS_75tCGRNEJqX94/> .
@prefix gen: <https://w3id.org/kpxl/gen/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix iadopt: <https://w3id.org/iadopt/ont/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:addAction a gen:ViewResultAction ;
    rdfs:label "add..." ;
    gen:hasActionTemplate <https://w3id.org/np/RAkcfj9W_lJjlq26paIFmTY4mZoaY27BnZCjcsL34EPIA> ;
    gen:hasActionTemplatePartField "void" ;
    gen:hasActionTemplateQueryMapping "void" ;
    gen:hasActionTemplateTargetField "void" .
  sub:iadopt-variables-view dct:isVersionOf sub:iadopt-variables-view-kind ;
    dct:title "I-Adopt Variables" ;
    a gen:ResourceView , gen:TabularView ;
    rdfs:label "I-Adopt variables view" ;
    gen:appliesToInstancesOf iadopt:Variable ;
    gen:hasStructuralPosition "4.4.iadoptVariables" ;
    gen:hasViewAction sub:addAction ;
    gen:hasViewQuery <https://w3id.org/np/RAHSJAI-4RXFFG68C0Cn7XHXoIjQDA1ReTOy8XdUv2vEE/get-all-iadopt-variables> ;
    gen:hasViewQueryTargetField "void" .
}
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-17T07:54:25Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:embeds sub:iadopt-variables-view ;
    npx:introduces sub:iadopt-variables-view-kind ;
    npx:supersedes <https://w3id.org/np/RAKRjQwWwh6ySX5l6Z-FRclrCaL-obE-DlurtueMXZBwg> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" ;
    npx:hasSignature "BEKGIvXcAJcicLi8ZCqRBZP4EgGBYdBWojJsee33zVFaaGj7iIEST6rs8OLfDxnFra50yq1Re2d436rDYlWMUY9t9NZ+n4dTafDXRaNlI9NKpUsKWsgDh4cXxYD+vVP3fWKiAV242PIyH3iStAm6pQCBVRzTTGCTf8YD3AgSqUo=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1267-0234 .
}