@prefix this: <http://purl.org/np/RAdwipGvgiSef1lQAaIe12aY75B40PNv0JDulfJFEUtWQ> .
@prefix sub: <http://purl.org/np/RAdwipGvgiSef1lQAaIe12aY75B40PNv0JDulfJFEUtWQ#> .
@prefix hycl: <http://purl.org/petapico/o/hycl#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubInfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:mystatement a hycl:Statement ;
    rdfs:label "Yes it works" .
}
sub:provenance {
  sub:assertion prov:generatedAtTime "2020-12-18T10:24:10.497411"^^xsd:dateTime ;
    prov:wasAttributedTo <https://orcid.org/0000-0000-0000-0000> .
  <https://orcid.org/0000-0000-0000-0000> hycl:claims sub:mystatement .
}
sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDSO7t+FqTL+rj0pjHZ50PuW4Dyl0iHTC/cTH7whVPjZB7Lh56VS2xpPgrftmpH2OxzJO6yWVQ4JfZQxH/GBG6gUd2K6wkOKctB8ho8d3coDJCZPftAJ9uOUZdefb9gUnBPqHcbd4z933WM2FYrvYE4meuOTmy2K4sk6rW8dtxHmQIDAQAB" ;
    npx:hasSignature "XoWZPSlYu9gqjn8uAdBklm9q2erqGbHltrSsQc0Cme22/4WWVjMALrdm2n19/J8pb/0X0xLXBfJXsyRGopsQeVqejSH0yr4JViG4A7CbkdmZbH0KaZqUt+CaXvoCSgEHE8DCxO542MxxPp7xKeX90k/4BwcQbXke3FnAJg03U0g=" ;
    npx:hasSignatureTarget this: .
  this: prov:generatedAtTime "2020-12-18T10:24:10.497411"^^xsd:dateTime ;
    prov:wasAttributedTo <https://orcid.org/0000-0000-0000-0000> .
}