@prefix dcterms: .
@prefix fdof: .
@prefix foaf: .
@prefix iop: .
@prefix np: .
@prefix npx: .
@prefix ntemplate: .
@prefix orcid: .
@prefix prov: .
@prefix rdfs: .
@prefix skos: .
@prefix sub: .
@prefix this: .
@prefix xsd: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
orcid:0000-0003-2195-3997 rdfs:label "Barbara Magagna" .
a fdof:FAIRDigitalObject, iop:Variable;
dcterms:conformsTo ;
dcterms:identifier "iadopt-variable-20260401T095251-27";
rdfs:comment "I am measuring air temp at 1.7 meter height";
rdfs:label "Air temperature at 1.7 meter height";
skos:altLabel "temperature of air at 1.7 meter height";
skos:definition "I am measuring air temp at 1.7 meter height";
skos:prefLabel "Air temperature at 1.7 meter height";
iop:hasConstraint sub:_ne4935867af2b4debb76fbc8004c1fbcdb1;
iop:hasObjectOfInterest ;
iop:hasProperty .
sub:_ne4935867af2b4debb76fbc8004c1fbcdb1 a iop:Constraint;
rdfs:label "location: 1.7 meter height";
iop:constrains .
a iop:Property;
rdfs:label "temperature" .
a iop:Entity;
rdfs:label "air" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997;
prov:wasGeneratedBy .
}
sub:pubinfo {
orcid:0000-0003-2195-3997 foaf:name "Barbara Magagna" .
this: dcterms:created "2026-04-01T09:53:58.508Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0003-2195-3997;
dcterms:license ;
npx:introduces ;
npx:wasCreatedAt ;
rdfs:label "Air temperature at 1.7 meter height";
ntemplate:wasCreatedFromProvenanceTemplate ;
ntemplate:wasCreatedFromPubinfoTemplate ,
, ;
ntemplate:wasCreatedFromTemplate .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzymtTYCOhZMR6OcAN9w2t82zy6tPY5UkyFAEyxdvUUFaHciaH4dxdSgrCXdg8GoZIOW7wQEJGtom7D1fkFOfVFVgLb4wApmPen87msSXoAN1yPeDEkD4BFQ+GanBFQxqebpmgjF9tLIkZFziShWQrAyBOqy4K44YCYq/l94FIdRZGabV9IAngZwydWh2TBBBahuwsysHulhkdgiedWKl75mdsYgDzHlAJz4BnQ8Az9w+k7LnwQDPvThTZJtt+dFAW/y1M3WKzf+9biSlLgbHtRWYI6Z9ovetZi8vWiW2lpiCvyfGKNIgP+Q38D1i3gJEPQnj+iK8Nw9LLHhg8bV+yQIDAQAB";
npx:hasSignature "ZIIn16/PSeo0SObh6x+Rcx24iiPLwKpbYOMFVTorQCSlAgRPP4UfFWlJGu17UeSbFWsAbk9EAMpVOaDsiiNPZsgCiXLUbKhZqr3rEtvVMBudaJjm7VW67EmPsAyX+VzABJWZ0he2rr7TGqNqZK6rnN8EnwZE7pgVPXB0CPbtWIOWAYs9AifZMG1NA+hlANOSzSFkRWBwd9sFKixlIwQeXf2mlmyeAlQW/SmSui9uQm1ap3/97oRvAbQGtfpwt8RoBkM6Rn4y28K+pVxBjTsO/e14RzzpmdfFV9UQ9qAbrkYPA8r4aI4FdQcDBN3Lebv7npET7okaIVLeL7nZ3c5gCQ==";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0003-2195-3997 .
}