Nanopublication

< Home

ID

https://w3id.org/np/RAGZHnWkcLdBsUxnkErrDgrsbkizlBB1fEkvmvU_dA2XU

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/RAGZHnWkcLdBsUxnkErrDgrsbkizlBB1fEkvmvU_dA2XU/> .
@prefix this1: <https://w3id.org/np/RAGZHnWkcLdBsUxnkErrDgrsbkizlBB1fEkvmvU_dA2XU> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr1jMY8Vfc2FtvTyng/BTjhew3Q+iHQ6fNOq62F7Kj+WCmG0pKvyrxjwdy8AMgWgSsL6IXgzzzbpCgLka1PLqYfdUs21shl9Ds5i28u261EfiMMfzYmy1CgpPTDvSVOvoBCPZK43OAP5cclstS9wU2pInXN2e7D3p8Hg6+LCOAefWHkzqiPo44XLdy9b6lP4a0cHYTkdBWwAw4TM90E1nJvGWRYotPCw1E/z1rzMGsQJmJ/Nymz2cTkai1qdrTBAHlp3h8n0Cvj+okoQaXUrO8BTCvl7UU2jtxz3/mxQiSIKyu2T/xJIiay4OkfIxIi0bq6P+TdIEBXDztPUcydmAuwIDAQAB";
    npx:hasSignature "AjDUGVMNOlDsL6e8tf1RVL8IW7nw6RvksKJ8HAR0hamWMO9Gt/xFxktpS4L1Q4ss92vBocHdfpo6cwYXlHgrqIGpVQhOED4iuQa+HedFHq/9P7EKcBjpPqA+Chie1BGNC7l7P2jkeUSIhOwBwLwpBFgmN/x2avCd8L3JeiL+sIxDq37ErKfJQLJSePtzFrc2G4eAH9/nwDaIexpq9gOPX1pBOfRZm4goDmcVOBWcTedX6FrTtp15kmiGqMaQxAbBSANRLzFZy14tiTGBm9fx6rYgUhOI0hG/XWPiV3ntw9StgKHFoIREJq1OYkhV637ObrAnn6mfF0zw3PQgqvZXVA==";
    npx:hasSignatureTarget this1:;
    npx:signedBy orcid:0000-0000-0000-0001 .
}