@prefix dc1: <http://purl.org/dc/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix orcid: <https://orcid.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pplan: <http://purl.org/net/p-plan#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sub: <http://purl.org/np/RAu3-KKw3xUmFHE1jmo86Skhz5cu2BQuL1h5HXXXpEccA#> .
@prefix this: <http://purl.org/np/RAu3-KKw3xUmFHE1jmo86Skhz5cu2BQuL1h5HXXXpEccA> .
@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:_LinguisticSystem a dc1:LinguisticSystem ;
    rdfs:label "en" ;
    rdfs:seeAlso <http://www.datypic.com/sc/xsd/t-xsd_language.html> ;
    owl:versionInfo "None" .
  sub:_step dc1:description "Step 3" ;
    dc1:language sub:_LinguisticSystem ;
    a pplan:Step .
}
sub:provenance {
  sub:assertion prov:generatedAtTime "2022-12-15T17:31:24.933779"^^xsd:dateTime .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuZ7as2LgcY+9Iys7CZkFxeeg8KdWT/FyEwWY4pRXethJMJtCsw7KR31XvulWATUl25KQXPK1MYaxd4xa9nECycEM/qYYAMw3Yh3mMPyXszhjCvLQEg8ZHEWdjJn3fArwdnN81uJ4JjAjjn0t0QaYPnHfSEGCf++t0h9NyTERlo/xG2hi/NwIPcTZG9bD7kTKVShiDshmM9tPBeyU3v/b2ul6BX5XEZgDmsQXCittiBOFk8SZVijNs3X0W0XFLZCxczb5Ei/hpwCVgMfXv36mtxFmPEB5VAhvkUVVYp+0J7rvXvahW/cZnMzlzAC18L5FviSHcsD0iOOOcXMHbAa8pQIDAQAB" ;
    npx:hasSignature "oDS7CdeiObJhTwfTZ9S+3q3RYgrfVklQiEUZ5Iu024y6jia51LQm3GfKS+gqnPMiVlHSGfes1LMxRPp3DGmTgxq25U6UNqbq/EQPel8PESNcodY9pSw8y7XbylDjaQDyzf+jzR5Z5oK63psgM3zyR34mEz4/QntNLkJvWES74dk3JgWruae9Faark1vPhcXTJJfrYSnmmFvlF4GSmLqpHx7Q+50JnJEKxzhcLnrtrcSvr7cIeIMFT1X4xGofSQVBmu1zVtBHlK2W+VtYtB89f45/H20XsAzsfvesY7pzghW5UmAwOjqjuZIh5c1cWb2lCk5zRR+OwjwiknI/1u0tcQ==" ;
    npx:hasSignatureTarget this: .
  this: prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}