@prefix this: <https://w3id.org/np/RAAzbMXkAKlTyEhRg7qqlt13MjLXMLxJaugQiZpHvKua4> .
@prefix sub: <https://w3id.org/np/RAAzbMXkAKlTyEhRg7qqlt13MjLXMLxJaugQiZpHvKua4/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@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 ns1: <http://purl.org/np/> .
@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 {
  <https://w3id.org/iadopt/variable/RootTissue> dct:description "the plant material that comprises the underground root system, used for sampling to assess substance uptake or accumulation." ;
    a <http://www.w3.org/2002/07/owl#NamedIndividual> , <https://w3id.org/iadopt/ont/Variable> ;
    rdfs:label "Root tissue" , "root tissue of plant" ;
    rdfs:seeAlso <http://purl.obolibrary.org/obo/BTO_0001188> ;
    <https://w3id.org/iadopt/ont/hasObjectOfInterest> sub:plant ;
    <https://w3id.org/iadopt/ont/hasProperty> sub:TissueType .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0002-2913-1293 .
}
sub:pubinfo {
  orcid:0009-0002-2913-1293 foaf:name "Christos Vasileiou" .
  this: dct:created "2026-01-29T09:40:45.780Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0002-2913-1293 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces <https://w3id.org/iadopt/variable/RootTissue> ;
    npx:supersedes <https://w3id.org/np/RAItESKlT2a0Guf7AKMxGhf0AwEeNxfHcYWwZqgOg8CVk> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAW9V0CJwl21Nrt_HwTGhfQcdT5fsUyRxkoMujzGcatGc> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz1OobdRASd9SftHrLhG905OXjv8DHndvyWzXRJ5EDFPankMSnHZPHK+g2qEeRWdonstt55CLrpTpWsVv9xRtTqPidXHbnWLBXX42iCB+EnZNoKqAVKF5GxkSR38S0uTTq3aeQJbw2kTpx6LMkspmuH95fgAI/lfqPWrxdlI98jIeHQ14UXZpiWmkkvPgC9GVgmwHiG1hB/NCA2fKCOxVodN44OfhAPtkWmPJ40IcGPSalI4HRqgLLI5PabdRk3PiG81cUngmQU1Xk6EapzkRJGenkOlGsC5L4ktEPO6LS9uBMLTMLQDtGtkrcwqg5HmeKv7Ili3vgr3LL8/GaBBOLQIDAQAB" ;
    npx:hasSignature "aDNPisB41mylBN5Ku9eC/OeUkESItWUt/6l+/H5I8JCFudjU2LirgXH6thRe7N8NHXZK6kbWm0UmcqyYFAyrXFR/6LLOYNz4XLIKzFCn6yrKGNdu7e3MWTti6fyAKHMrvtA5t4ownrGDIHcIfNl+BMY/L02C9EZqfQLKhU39QvoS5Et1gv8AiCZsfHPAo/F9D0PJg/Df1FFBkDAFGNA54WOm5nryj1WhFpW7GKscvxTG/g+3KLK1kjLC7QunBWzMmzwIjMELKxtICAwZIKskGJPdWs51LJUkBo3tv83dx/qNcE7BG7S1zX8Onop8xcCF8h8ynstnZXgavg8TWA9PwA==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0002-2913-1293 .
}