Nanopublication

< Home

ID

https://w3id.org/np/RADdEgTSsyeXQc4jCu6Akqwjxsbg4DQ6uYueM0r5in8d0

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/RADdEgTSsyeXQc4jCu6Akqwjxsbg4DQ6uYueM0r5in8d0/> .
@prefix this1: <https://w3id.org/np/RADdEgTSsyeXQc4jCu6Akqwjxsbg4DQ6uYueM0r5in8d0> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnHvhRGgU245Lpf33yQ7Nxq5iQ7F8FnW168J3fezoxNamsZyzCSCIlV7QL/HO4vpFUnzJ/1Zv9vH6c6QyxdDlm/Tcuf4bGW8vNgDtKmFNI+goC18HPHmAilWQeK+x/EmdCD1YB0CmDmiADpTEXYx1fZAiAtQvUxWbFndKCzMqrJivnQU+yzQbTLvvrM8hMg+3+RZN3oR0YlVrRKD2mh+jFYO6xrxklvUsRUHGVWbWMKibtR7CMsKu+76VAyGE/qhuOeVdo2Rit5HmcHM4NbVutpASIc3g0o4GpNasyXG80aJvICUdt5ihqUqfaW37meIzHOLLB89nTuEKF3OjltxhKwIDAQAB";
    npx:hasSignature "UhsFHVOyr0/HP38oVtfDdH06llmlPEl03Nne9R9OCZuwP1yvdl3+yxiqiOuLHNiQpWL7DbWiPS8DIsksn3XYk6G5wrvMUkgyz95IHgpe5N25kD3fGVLwxeGd+e6sCBZ2NTd4gstvJxaj78WRu3ksfGC9AWw8xJ/kw1Cg8QyXDI09c5iHxP9WrsoxRUf9zjOMj5+JoWTlKDTC3ZWz/EPvT0PLXv/8uahqfN6ra0GOIiTgFiuCxsNFD3B/nWlt/c4PgfZjqrCC+hcx4l52tmoZ1TEPzrJHzZAdtTtraH/EF8xJdRcWoxWz6P1w5ju4UnfQGf/RWU6EL6kNN+xxuGmC8Q==";
    npx:hasSignatureTarget this1:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}