@prefix this: <https://w3id.org/np/RAoiGjwa3wUmpdFQiuPR_fSvmV8X_PgHRb1eC7_ir3lPc> .
@prefix sub: <https://w3id.org/np/RAoiGjwa3wUmpdFQiuPR_fSvmV8X_PgHRb1eC7_ir3lPc#> .
@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 {
  sub:IAdoptChallenge2 dct:description "Temperature of the air in a height of 1.7 meter, daily maximum" ;
    a <https://w3id.org/iadopt/ont/Variable> ;
    rdfs:label "Air daily maximum temperature" ;
    <https://w3id.org/iadopt/ont/hasConstraint> <https://w3id.org/ozcar-theia/c_bfb7c832> ;
    <https://w3id.org/iadopt/ont/hasMatrix> <https://vocab.nerc.ac.uk/collection/S26/current/MAT00843/> ;
    <https://w3id.org/iadopt/ont/hasObjectOfInterest> <https://w3id.org/ozcar-theia/c_d57d0742> ;
    <https://w3id.org/iadopt/ont/hasProperty> <http://vocab.nerc.ac.uk/collection/S06/current/S0600082/> .
  <https://w3id.org/ozcar-theia/c_bfb7c832> a <https://w3id.org/iadopt/ont/Constraint> ;
    <https://w3id.org/iadopt/ont/constrains> <http://vocab.nerc.ac.uk/collection/S06/current/S0600082/> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-0148-7124 .
}
sub:pubinfo {
  orcid:0000-0003-0148-7124 foaf:name "Samantha Blakeman" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDS8uHzuUTTWTYU0zdCzZ+IkCD+tGLVLTR5uYYN9uNOZzq9v2q1ybQV0xECAmbjvN61Kv0RRZRm7syc2bo7BeAWEFqT1VPKUyLRbf5iV8lbPouvfQ4jXxTn53x3iqsNNgkfafvMrtb/QiW01ybpPvQjA3C2N+EBG7lNVmQlvEezfwIDAQAB" ;
    npx:hasSignature "pcEBdHqakooJVMseK2C3QK6XV4SZxuuWb6jbhhxhQmQki2aHFUbiQHehicWSYUPJ6VF6Ona/QByH27mnpVd/CMjMYCNafcuk6ayvtOg5VEkW2Fgyg3hF2oLpINAmxjTuTWytp7XJfaEb/ZE+qP6uegwQiGBaPPjw/hnftjYRSuo=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0003-0148-7124 .
  this: dct:created "2024-09-29T19:06:09.389Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0003-0148-7124 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:IAdoptChallenge2 ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAGUWnXKhfKYwmMoDK-LVXlEnnGdAuzFZKR9FZsXHJsxQ> .
}