Nanopublication

< Home

ID

https://w3id.org/np/RAJLOlPFlD6u5DrLqjfIPtA5Ev5x2dgUa-4Ma64Nwjd7o

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/RAJLOlPFlD6u5DrLqjfIPtA5Ev5x2dgUa-4Ma64Nwjd7o/> .
@prefix this1: <https://w3id.org/np/RAJLOlPFlD6u5DrLqjfIPtA5Ev5x2dgUa-4Ma64Nwjd7o> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArDs7Af7bAPsdcpRq+AdGKyRIclQbcjyCLCXBvnhah34LCXjJcdFLjcSFwzNGX2a04DB6+gd4O3v6qwjzwmCzCYsZPHTYSrZVCRa1dHbDOwWKYfGi2/xldWO9kWIQ6ZSeWeuUXiaM/ym/dDrqpPRld6fN35bXmaJ5dCI9VqGwrVfrAaGBm9LQh3iKDYwzFpTofXBQjxqhCG5e+Om9MgREQCk6OiHVms3a2y2IH0eKoDK3uNiZFRuEd30ZOYZkLkBGaqz0AV9YTgv1UoJMIeLpPMNkwoBO+4PbHSgDnJDZDjYLc2lGuYNSCC1GwqSsWs+NdRV/6doCQVnipSXtyAwX5QIDAQAB";
    npx:hasSignature "G1zmp2/5H5QL6y3oiRRpcl0YSnsmBHbxq79id0dwRJLU0DVBE5YIYpGezqRUFi5/O1390VCyHHrQzZQhAVtz/WbLVFpER6xrNFf4gJZeVZOyKTVcfdh1crbQ0Dq8jz6ar+6ov/xtGXFQ0wsMB/urm3R7rgg/HFsElf2KkOnd3lrkvbBaN4Q3aOVY1ZPWs+4hHZxRy0xaLC/xQQn95naJImnpG0gPP1FZVStHPkVfi2ev/9XyvmytfabXBW52KKsPs0cZRnJuyJWni2gQxUZmbdSRdOgRRcYPfV6fpcCt+U98Qbgna1XIDCkpUk2QqsL3N4pM8XEG6QCyX9zpYRXeDQ==";
    npx:hasSignatureTarget this1:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}