Nanopublication

< Home

ID

https://w3id.org/np/RAOgZDGrbUCvg0hQDHe45H0D5sltr6inVzyEP3kN5a5GU

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/RAOgZDGrbUCvg0hQDHe45H0D5sltr6inVzyEP3kN5a5GU/> .
@prefix this1: <https://w3id.org/np/RAOgZDGrbUCvg0hQDHe45H0D5sltr6inVzyEP3kN5a5GU> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5lVzy6Cj0zUpa0ybwhxcYgB1nMA10woWJdriXD6ohVgHtJcRZGfDhWycq2PtCOyXAhLnJpos8z+dERCiWL39mdWwmjzrZtgz8gBjSp6lOOFMASiHXVfebkIfNUtS6SDq77fw1m0GkvVDOY3OWTVlVfI8pb6KhQ0iW57Bui5LnesNlyCx6k+7XQAdrr5wI2FUGqJb37pagJV4EorfAXXfPaqbDT39tyFnnEgWjzYTKRFsWE4Elc8URHF3CidSNVI04FPxk/l43LezgSA3TaqgxkFmpAz3vA10hhdoyuA9mFEV4r3qfmJsfjNEpKUckDyOqBB6FgflAZttHPQxOnenIQIDAQAB";
    npx:hasSignature "QP3ysvBzJaz6eV/ZpuU+rVmMiPCEq8vgLEufy+B0h86Ytz8YyCRZIf9mmrVSusuR+wYBgo95KTFDT4lcN/7Mdz5fjBwCCnFLOF3Pnw8XaIV7C3luj5uqennufuGVLlp3SeJ4xcF8yQM8xaMlXR/0s8iPej8OJgbaAJdqq06KjRyLPDXIgjBSZJ64+0KBUlwDVUYzx/5biDIA4yqO/0Xk+0w+3SDTYxqZimeMVmpsEpmvQsyxPmj3bS5cfY6secS66p2ovMXkwYYzB4SBltCJMUzbbrm4oU3RZw+ML1qqGX2Xxn4nAP882doiRYsknKDZR94nnvDIK88ay4zsEJ01ww==";
    npx:hasSignatureTarget this1:;
    npx:signedBy orcid:0000-0000-0000-0001 .
}