@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: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:nanodash a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Registry;
;
;
rdfs:comment "nanodash is a client to browse and publish nanopublications.";
rdfs:label "nanodash";
rdfs:seeAlso ;
.
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFntPrMZqvg2kVhCNArNnEn37ddXGwZ/0r4C8CS4lDry7C7YkYgng9yb0UMZQUHiTVkR/5A4m/xjE+Vy+AnwcWUeB75SfGZjE5ylI6VeHjTHi9+2hh2PHYIWnkhU4WHl3COEnxSSa/VouvPzZ2BIWLH6fTrq7NNL3RF5hGegGG0QIDAQAB";
npx:hasSignature "TxXDB5na/y/SU4IPp81zOH+f43hPuY9iplLyU0iG01gLkbPhBn0NfVIxCNaYFlOKBZkhAGw1DsPEjfDfE3yp/qAEr7UZHn3qlBnzviWFonu5/aOf7JYd5j+ldLo4fAoTBqZlqwdSUrmds9w3wKYCDmZB4umSE80+Qbe1qVonHkU=";
npx:hasSignatureTarget this: .
this: dct:created "2023-03-29T03:03:04.792Z"^^xsd:dateTime;
dct:creator orcid:0000-0003-2195-3997;
dct:license ;
npx:introduces sub:nanodash;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}