Nanopublication

< Home

ID

http://purl.org/np/RAyxTVQ1fmGMUhQLk55feJnkPipig9L0Q99DCzEy1mcXs

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAyxTVQ1fmGMUhQLk55feJnkPipig9L0Q99DCzEy1mcXs> .
@prefix sub: <http://purl.org/np/RAyxTVQ1fmGMUhQLk55feJnkPipig9L0Q99DCzEy1mcXs#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .

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

sub:assertion {
  sub:DwC-A a fip:Available-FAIR-Enabling-Resource, fip:Data-schema, fip:FAIR-Enabling-Resource,
      fip:Metadata-data-linking-mechanism;
    rdfs:comment "Darwin Core Archive (DwC-A) is a Biodiversity informatics data standard that makes use of the Darwin Core terms to produce a single, self contained dataset for species occurrence or taxonomic (species) data";
    rdfs:label "Darwin-core Archive";
    rdfs:seeAlso <http://tools.gbif.org/dwca-assistant/?lang=en> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-8504-068X .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5/AnadJ2RNGtRXWyEaHrO9bM1yhCvglH4alUGpQI4GKz80Vjw+132ncSB9doXTi6D1oFJTVxhfC5Bpc+ys2W9TXQVwGamj68PvgLDIZ1y82liiKuPgLphttTUfYjqa4l/XdSx/ws0SOcjo4NvStTzWD3n4ntyh5T+D2nudZ2vjQIDAQAB";
    npx:hasSignature "TIC5W/awSQ/D7K+xGEVg6UahsmPXNjltqGdotz6wb0G6D774p6/d+CgMMFmhnXdvEv0pZh9JnAU04HTelop9vnFh6Z+wOqa3RfJRfXVsUc43oiKNZYHxMiUuZXL8Io2utMEEWkQYlUkqzkqM6MPRoLKnligg5aaQZXjiFAomUqQ=";
    npx:hasSignatureTarget this: .
  
  this: dcterms:created "2020-10-05T11:18:59.129+02:00"^^xsd:dateTime;
    dcterms:creator orcid:0000-0002-8504-068X;
    npx:introduces sub:DwC-A;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAHvHX5qjbdnYXsZWsRMO3KuFekGUFR6LuPjigZns9_VA> .
}