@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:location a nt:UriPlaceholder; rdfs:label "Location (Wikidata or Geonames URI)" . sub:obsTime a nt:LiteralPlaceholder; rdfs:label "time of observation"; nt:hasDatatype xsd:dateTime . sub:observation a nt:LocalResource . sub:st1 a rdf:Statement; rdf:object sub:observation; rdf:predicate ; rdf:subject sub:location . sub:st2 a rdf:Statement; rdf:object sub:tempValue; rdf:predicate ; rdf:subject sub:observation . sub:st3 a rdf:Statement; rdf:object sub:obsTime; rdf:predicate ; rdf:subject sub:observation . sub:tempValue a nt:LiteralPlaceholder; rdfs:label "temperature in °C"; nt:hasDatatype xsd:decimal . sub:templateTemp a nt:AssertionTemplate; dct:description "here you can record the temperature of a specific geographic location"; rdfs:label "Declare the temperature of a location"; nt:hasStatement sub:st1, sub:st2, sub:st3; nt:hasTag "Weather" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-4587-3476 . } sub:pubinfo { orcid:0000-0002-4587-3476 foaf:name "roberto pizzolotto" . this: dct:created "2026-07-16T14:21:58.317Z"^^xsd:dateTime; dct:creator orcid:0000-0002-4587-3476; dct:license ; npx:embeds sub:template, sub:templateTemp; npx:wasCreatedAt ; rdfs:label "Declare the temperature of a location"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCUDeKXhXlFhZOfNX+50fX31+K+KNwHGyuh65vqoj49E+Sc920NGPGIEmoyGDFtPONltIEFzp80aEY5mn+V+r27uUpDORorw6OlGGepR0dnWNwEJ8jyFVu7z7d+eIqC5t9V+tQbU4c1H2b8IEzlbpTT0n7DY6gjP0jDjwTBC94mdQIDAQAB"; npx:hasSignature "Kh/KBgjwJMilBkq2tlHWkZmPzKSQalEoXAV1ba96n41b2WHk5/mCJL2I7blTyBi3FNQk6g+aKJ83MR11VOoDU3cEdl7wW8quZHKW0VCHyvH2duJmCm9WXZpDr8rOiV2FEkN4Py2x6s2oON7bVyF9vxhQ6Z16veLy7o6sGHJyboc="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-4587-3476 . }