@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-20260323T083309-21";
rdfs:comment "LLM-proposed preferred label is stored in skos:prefLabel. The alternative label is generated from the simple-entity formula.";
skos:altLabel "temperature of air location: 1.7m";
skos:definition "My system is measuring air temperature at a height of 1.7m";
skos:prefLabel "Air temperature at a height of 1.7m";
iop:hasConstraint sub:_n302d86b992414725a1358766b686b89eb1;
iop:hasObjectOfInterest ;
iop:hasProperty .
sub:_n302d86b992414725a1358766b686b89eb1 a iop:Constraint;
rdfs:label "location: 1.7m";
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-03-23T08:36:48.937Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0003-2195-3997;
dcterms:license ;
npx:introduces ;
npx:wasCreatedAt ;
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 "JRl2b70+huaKdTmQ4LjkX3+zJedv6shhOKjJcpCLXULmYO0iOzs2U96hsNxwptfcivWh5nsNKuYG0q5pqyIpbDb4qp5ysrwI3LwZUc7sKXnk5OKd+9WQyiyC44ohEgWRfIHJlNQotpeJUBGlg+N27+4lH+rj9rTNRzIXyNKo3D0ZsvEur/hlWSJsGY+CNxWzjJIrotNZb+3lEESCG6LeWDREGI6i8ht+QZLuGgKZcNbn95nBjoqp6xB32AdARLamEJmGEfQWzfLUzNi5Zrsto66poXitmeNAOqkfvQf+/xXVViBUctuYfOSkw4pYhzhbx8lwziHs2J/PZzdysAVayQ==";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0003-2195-3997 .
}