@prefix this: <https://w3id.org/np/RANUQ7NgbP543iDkIenqGgeRZyzjQqlFynEYeRmjSQYqo> .
@prefix sub: <https://w3id.org/np/RANUQ7NgbP543iDkIenqGgeRZyzjQqlFynEYeRmjSQYqo/> .
@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/LeafWaterPotential> dct:description "the water status of a leaf expressed as potential energy." ;
    a <http://www.w3.org/2002/07/owl#NamedIndividual> , <https://w3id.org/iadopt/ont/Variable> ;
    rdfs:label "Leaf water potential (Ψleaf)" , "leaf water potential of plant" ;
    rdfs:seeAlso <http://purl.obolibrary.org/obo/TO_0000131> ;
    <https://w3id.org/iadopt/ont/hasObjectOfInterest> sub:Plant ;
    <https://w3id.org/iadopt/ont/hasProperty> sub:LeafWaterPotential .
}
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-29T14:10:10.383Z"^^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/LeafWaterPotential> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <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 "lmH2/xG+h70C1E760NGZA6M6Go5D2fflmadVldY5yueC8sVvhF7LRFEkuFjp5Vi1txtxzd7yvNBE5OZHvxUUEbwyp0YZ5AcvfnysbEnW6M9l9inAw9vIDMuZaoP1XTF+eahnnD6a1i+7uqLNcUS7FAV1kUQ8EQ9Y/rRtYSX8n3qgS04V6qGBJ8vi3n2jTfrXroCoGOltO9bwiJuqv0HuBDoI7H9r+yA+sl+qoDzjIc4dyAApn0TvmRoNsWmkH/ATsG5qB2301kUok6Dig9qpPbAgosJm+4XxzLwonRpLNdz9Lj2dR6rZsOoGr3T9sCFrK4c7ncmDn+GDCMtnm/3z2A==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0002-2913-1293 .
}