Nanopublication

< Home

ID

https://w3id.org/np/RAf0TmtC94-DafaCSn4pPZRvniMityYMfI4Ik0TEjPWRU

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/RAf0TmtC94-DafaCSn4pPZRvniMityYMfI4Ik0TEjPWRU/> .
@prefix this1: <https://w3id.org/np/RAf0TmtC94-DafaCSn4pPZRvniMityYMfI4Ik0TEjPWRU> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjV8iexiLyZd5D6YLUaH/6jr/AN8hXD0qnF6oTGGoAH1PiDtsGZWt1j7mKhlCrvn0FNZO234TtwwLeRrLYott235siwVoI8WwwaQAhJDLw7kLrIrshn1TwggUbmksxLHtwC0euLJIFYtPDX2M11sE/zDMJPH6KXY09+yQsjp3zae8uuNQrurVwySVnHfVHvdMElcX5fvqifcuNSAV6OzavFgUgwzPJ2qj3rn6tiQW1EESfyz1If8Sob09k97PP7Dfq/I0snFVXz2C5/VESsBKsrDU4s5qJ03B4aUyZI2imiM8BEYWg3Eu2jmIjQAZ7UvHY9b3JDToNDhYENv4VR3DEQIDAQAB";
    npx:hasSignature "LrkJBl7yx47H8N4928DqP42LlUVWJBNhTm/MMQoQlCfV3YekJrOg7TkmgMbQT38iWlrcAFJeVypZoVEbbJdCBruTGnGPId+OScT67KARqRTIj9iE+XD6+7feWw5HF+VMkdNF/KMoviWiRrYVj2QI2qEkPbPtl8stsSYLFYB8P7Y+bh0tr+0lY+KrhxHSF2s1JdkwoeidpMZe/fNIQUrsIw8rLUyy1ZHzyfMv4RNBeDQm0hcpapM/gJj46Hn3q6utnyIn7xWRNErYXvvfqNbzvkMKXX82jlut4t6CG/ashPqquYqhC+mxiDXPyYTCujth8lwlGuAi4Wk6A2eVKsSbyA==";
    npx:hasSignatureTarget this1:;
    npx:signedBy orcid:0000-0000-0000-0001 .
}