Nanopublication

< Home

ID

https://w3id.org/np/RAbK3q1s0j9hFvKN7DyH8KbRd0NMi6zu84pUd2O5QAhDU

Formats

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

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@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/RAbK3q1s0j9hFvKN7DyH8KbRd0NMi6zu84pUd2O5QAhDU/> .
@prefix this1: <https://w3id.org/np/RAbK3q1s0j9hFvKN7DyH8KbRd0NMi6zu84pUd2O5QAhDU> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

sub:assertion {
  sub:DwC a fip:Available-FAIR-Enabling-Resource, fip:Data-schema, fip:FAIR-Enabling-Resource;
    rdfs:comment "Darwin Core schema";
    rdfs:label "Darwin Core" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-8050-0299 .
}

sub:pubinfo {
  this1: dcterms:created "2020-10-05T10:49:41.102+02:00"^^xsd:dateTime;
    dcterms:creator orcid:0000-0001-8050-0299;
    npx:introduces sub:DwC;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAHvHX5qjbdnYXsZWsRMO3KuFekGUFR6LuPjigZns9_VA> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAutkti+yr8xcQZbLHIHqDvqucKjryKzj/G9LRFODR5L5NGOJ+6mFMAxPnVFfmegyjrbu/TZoZko5z5BNkeaJM8Xhd9V6t1szFA2ZNy1VsPEvXL2SEbnrGXu1djLiH6AqPQnctzTeWkeg4UamS/no9C6byBzyIfgm7VTIy4An0cxj3TF0m1jK+CoXpIzJIgw1+1Hh/qipnEYt8hyxDx34Pwoqs+sBUP7yDhS5okew2Awf+sbunabFdFvhe8v05iXKdm9RSFV7OYA8NOWtgG60UPLfp13Yw/ySrtX4qysr6J1u/XL16+L0brQVf/d7d0LLNccC/6a8rbOoS83+TxqFXMwIDAQAB";
    npx:hasSignature "ie/+MhEgaAVH8PTWlaez3jrcSpDIg2eSjCO+BiFU+/lMyp5UJqTnEODCWF0GIzC6kq0fhio4a0G63l2y88U/iwt+jG8KK2JsptiG//bt/hlRLjLlexbtqkli5u3Gc4DOMxdEZztOs4muKH4OVxkPw3CtJsw2sapPKvRrqYbdOji5sXPTOfgpNfoG2s8w9Dlx6fYVzZ6msoc8bl4riGb1Zs4z18OIW5NxmS0mAL4HTsLC9nZ+OhvY6wCzYVscmnOHhId0j03HaxXLDuhWeinRvjb6DUoJyytNPrRT4VHpAcyVRFvjkYoHaFTnDo4y7FM4nbhgKntR9W9Ic1nVDKEhfQ==";
    npx:hasSignatureTarget this1:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}