@prefix fip: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix dct: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
orcid:;
a fip:Available-FAIR-Enabling-Resource, fip:Communication-protocol, fip:FAIR-Enabling-Resource,
fip:Registry;
rdfs:comment "ORCID is an open, non-profit, community-driven effort to create and maintain a registry of unique researcher identifiers and a transparent method of linking research activities and outputs to these identifiers. The ORCID Registry is a repository of unique researcher identifiers which allows researchers to manage a record of their research activities. In addition, there are APIs that support system-to-system communication and authentication. ORCID makes its code available under an open source license, and will post an annual public data file under a CC0 waiver for free download.";
rdfs:label "ORCID | Open Researcher and Contributor ID";
.
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtpcftn7kbe6toJbOTDQaCcCssEFSWqt6J4rZ02w+TfY7/eIOgJZYOlpL6G3AzO2RNmVYWRPSlMiykaFuaRuBitvk1GKfGdprfZbvXwmeOxpqCTRBQX9EnFyQyd+Ra/ajfw/UsG8skeu1xnUEpnQbpgbQYc/fvhJNN0UwEc77mOwIDAQAB";
npx:hasSignature "cfIgVUYEtA223BBMjX32M6h2ITx+xT0KgrI0liivpfxqHQEa6AC8pX5Ck0kd1Gefdk/S66x+moNQ7iI246Svh6Lwh2uDtAlZCGvSYtU49Eif2ec+CKfTeh7wbSeRStrwupq+QeshE7JLShxqlpyufLZ6G1dd5jYTlUw2Bfyd0TU=";
npx:hasSignatureTarget this: .
this: dct:created "2022-07-24T17:28:43.637+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0003-2195-3997;
npx:introduces ;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}