Nanopublication

< Home

ID

https://w3id.org/np/RAkOpG1XYcdoiSxxhvvw_SnlzMP9qrtHrU9FlGX-gLt-E

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/RAkOpG1XYcdoiSxxhvvw_SnlzMP9qrtHrU9FlGX-gLt-E/> .
@prefix this1: <https://w3id.org/np/RAkOpG1XYcdoiSxxhvvw_SnlzMP9qrtHrU9FlGX-gLt-E> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwlL9L7+nT6SC4JYFW8yzrob2IcyLV+q9X7E6M30cFlNjkjrEFuOsgQ56TZw+Mao18IeE9J9/XWLt1NYZusfWBDmI+VG4XCcs201ifhJ1flHdpKdMDoEtDj7NJRjHL1+SGZ750blOAF0rm20bMLiQQPrhrxuC1K4RP5mQEl/Nt0vwDUi4Lpj4EwTbwL7g7l8pHY9YiVtAWVVosxmzHyoKeghGmOxp9msnDT9NwvFeusaRIdtKINq1QdJBzquwcpZ9JzJcvpFbaNw0GxgY55KuoQvORf1ilJi/G0+g0y/zBMwfHCrbbVNzHmswiYN536NgNHDlg0QlSEk12rtZ7ILBUQIDAQAB";
    npx:hasSignature "ByNvBReDlypA1YgbNqFD4qkJQvMUFnrjojVFTqQeCjYSxxuJL9e/GkC8wg9MdkBXbWn2srihUXlV0jyPjaFP2kubzefISpKJd1imXI+SO8dcImFXKofD/gtrDXJ9/3//JWBRHa+mqdr+VLNli1HB6q1l+DWT4lVwXMLucy5zFrlOfdbOxMEQ1l6Bk4E2ibQe0a90hDpHBGeTI5oYqAEYRPMAPVh/6DiPPaYjzQaCWX3nxlgynAB9fMz5EvDsr35efRIB9H2eOoFFBnQdyy5Ncy6hfz3OOU6oBu4fsYcTVnbkMwl8Z2WGKhFU04vBtIBWu/scozUGeyZSaMZfOBEHcA==";
    npx:hasSignatureTarget this1:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}