Nanopublication

< Home

ID

https://w3id.org/np/RA_aeb_L6FnqyKQILfIPfcLaZSK7mVr8Xupi9-gGkQVAw

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix cs4: <https://fair2adapt.eu/cs4/resources/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sub: <https://w3id.org/np/RA_aeb_L6FnqyKQILfIPfcLaZSK7mVr8Xupi9-gGkQVAw/> .
@prefix this: <https://w3id.org/np/RA_aeb_L6FnqyKQILfIPfcLaZSK7mVr8Xupi9-gGkQVAw> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  cs4:R94 a fabio:ScholarlyWork;
    dcterms:creator "Jones, GV; Alves, F";
    dcterms:date "2012"^^xsd:gYear;
    dcterms:identifier <https://doi.org/10.1504/IJGW.2012.049448>;
    dcterms:isPartOf <https://fair2adapt.eu/cs4/collection>;
    dcterms:title "Impact of climate change on wine production: a global overview and regional assessment in the Douro Valley of Portugal";
    dcterms:type "Article";
    rdfs:label "Impact of climate change on wine production: a global overview and regional assessment in the Douro Valley of Portugal" .
}

sub:provenance {
  sub:assertion prov:generatedAtTime "2025-12-21T21:13:31.619336"^^xsd:dateTime;
    prov:wasAttributedTo orcid:0000-0002-1784-2920 .
}

sub:pubinfo {
  this: prov:generatedAtTime "2025-12-21T21:13:31.619336"^^xsd:dateTime;
    prov:wasAttributedTo orcid:0000-0002-1784-2920 .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAosxbitQQzLXi1949Zd9JmSkGfYHHlj/CZZ7iiYs1TrZ5/Jk/wGA7kHEv7f9NtsinOdBo9EtHj/jgHE5W2Vv404JbOAY280PvH5Jns5ObWdVZmtHeCw0ZIdPEqNrurrEweKhzcTJW/YRpYWPwVPo47XyIW6IAcmx6gfdtmdPddMpplqExrP6G99ksXfXlZI0InQtZJRSGK5lYLLNzaofFtupPI5OAAGjooDyHijp0Ap2HIXH6WpO4S44cFPKU34pH2xhIY4/XT5DG1X5UoiVHs2Yoo30BHFudj/kAFwdzcy6Yh4tMDaB3ox6p7pi267d7n0y7kypC0Nt+hfgHQ1FpgwIDAQAB";
    npx:hasSignature "BxztFj7+gt1rHhom3ypKHmx15n190Z635iMNQh6l/L5X6TrxGBZlAo8JizAZn67T6GC745LhV+z5MGz9+42sXNx3qqKz+ZsqIGJiqOXFCA7Y5/r2U7/gk3c2Qlhyo3X59DdLGuP2Ej7u7xhGD/sLTR1yZ4qqMNgj1F3IdhsKna4UY3vfFnTicF1j+KuSMUlv9B+msb5pgztp2oTNkBnSpM87xPZv9XvTVEnVpMs15R1GwIAalCGPcgGaibfR3c42B1x2DoIVos2Yn/QioTElEaQ1OgcvG7Vt4sSOoCLigcdV3YtIcs9k3yeh0OOWg9ttHj9jiRB37TuZYJQMprbHnQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1784-2920 .
}