@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdfs: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
rdfs:comment "A new Linked Data browser for RDF triplestores allowing to browse any URI in any publicly available SPARQL endpoint" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1501-1082 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR9fz0fKCdWOWC+pxhkQhEM/ppbdIYe5TLSdj+lJzSlv9mYBaPgrzVezSwwbmhlHBPDZa4/vHycU315BdmUGq+pXllp9+rWFfrb+kBJwhZjpG6BeyyXBsRFz4jmQVxl/ZYHilQTh/XalYzKkEAyTiEMPee4Kz61PaWOKH24CsnOQIDAQAB";
npx:hasSignature "dp9U17QUo9NLG6Gu2nfJlsOXN411FLaQbG7hwTtfy1uCtEEGflTzRGjWeFucZkvJedio433FKTpBYGBByAVshSdzrYgvJPcTqVZF9HhBBM5cznMKrOlndGDdVM4wgQuxzZHKTxaH882k95hMNcrC21qwUAHUQL2PY009DiikW+0=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-04-13T14:02:51.711Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1501-1082;
nt:wasCreatedFromTemplate .
}