@prefix this: <http://purl.org/np/RAo3OXDRJM9ibcFfgnbxhcEj32txU-Lm9aB6APIx3kfv4> .
@prefix sub: <http://purl.org/np/RAo3OXDRJM9ibcFfgnbxhcEj32txU-Lm9aB6APIx3kfv4#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubInfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:step a <http://purl.org/net/p-plan#Step> .
}
sub:provenance {
  sub:assertion prov:generatedAtTime "2020-11-03T10:49:45.946500"^^xsd:dateTime .
}
sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCC686zsZaQWthNDSZO6unvhtSkXSLT8iSY/UUwD/7T9tabrEvFt/9UPsCsg/A4HG6xeuPtL5mVziVnzbxqi9myQOY62LBja85pYLWaZPUYakPHyVm9A0bRC2PUYZde+METkZ6eoqLXP26Qo5b6avPcmNnKkr5OQb7KXaeX2K2zQQIDAQAB" ;
    npx:hasSignature "P9zC3HIyyNbKaaa+aOxdofjFoN+S1rCy+1d9zPoEr+ux3sMCzT8ziI2t9aHu4aulldOCh2mkJbIkZAItLpnMEWK9EIZw/TIJP3vW08H6rbh7HVXYyIZ0qRhTfZnT9r/wKKbK/BWss00P4kLMoA/n+qTIB6rLXiDoPsz5NG2dOQI=" ;
    npx:hasSignatureTarget this: .
  this: npx:introduces sub:step ;
    prov:generatedAtTime "2020-11-03T10:49:45.946500"^^xsd:dateTime .
}