@prefix this: <https://w3id.org/np/RAKRjQwWwh6ySX5l6Z-FRclrCaL-obE-DlurtueMXZBwg> .
@prefix sub: <https://w3id.org/np/RAKRjQwWwh6ySX5l6Z-FRclrCaL-obE-DlurtueMXZBwg/> .
@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/RAOUbhBc8qshkczUv4RL2TcHXp5Ai_hKprNCqB2SMF4tA/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:38:49Z"^^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 .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" ;
    npx:hasSignature "BMrRNDrMvMl1OTb6V972yw0Dh/0PnSaiN9TvR1UTKeFHACJF7g0nnP8SnM4h2+EADxzHlYdMMVruqnIub8mLEkJzadBdcnEHrnnrwr8XvUh2JmJBYghqpusBmn3fq5RCZyzWkgTVvuMo4UMnFC/Vr2PoccJ5snt/nPmregTZ96A=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1267-0234 .
}