@prefix this: <http://purl.org/np/RAco6aJSowZXXWrIFGp0l9k-hJOkpLdgePGb_u3ZGHkjo> .
@prefix sub: <http://purl.org/np/RAco6aJSowZXXWrIFGp0l9k-hJOkpLdgePGb_u3ZGHkjo#> .
@prefix authority: <https://hypothes.is/a/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix pav: <http://purl.org/pav/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@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:step dc:description "ntent here is for informational purposes only and does not constitute legal, medical, clinical, or safety advice, or otherwise; content added to protocols.io is not peer reviewed and may not have undergone a formal approval of any kind. Information presented in this protocol should not substitute for independent professional judgment," .
}
sub:provenance {
  sub:assertion pav:createdWith <http://localhost:4200> ;
    prov:generatedAtTime "2020-12-20T20:08:49.374358"^^xsd:dateTime ;
    prov:wasAttributedTo <https://hypothes.is/a/acct:miguel.ruano@hypothes.is> ;
    prov:wasDerivedFrom authority:EPXTkEMpEeunHSeLSsN0Ug .
}
sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCAYBVNwcjF5IK+z2KRM4MqV5gG0zVrjoqZtICaimdnS2jGy8YCweNDHUD6ZWfv5p4dWQal1NAMUm1GRXJGwGYIi3ug/zL5YLU72QeDa1ziLjWa2UHHhdGzjoZy+TB87Zhe8LI4fJUXhU+jMwxCG2O613mXmmOpNQBGFJL6+VOyWwIDAQAB" ;
    npx:hasSignature "C0FuPs1fQLFjC2L4Vk70fo64vUfF4TzkdAihkIK9Qcxqgw7ZaWb4pRi4xJsgQUQhmjsYrf43/nSHtD4v+XztYRue4iZ7pV9FmY0+fwvSo8tx4ZMZ3J/mWb4x76umgyBsPCUEWE2ETeL56FypkjMnNYscrFLLVLxzcUX6+hqfjic=" ;
    npx:hasSignatureTarget this: .
  this: prov:generatedAtTime "2020-12-20T20:08:49.374358"^^xsd:dateTime ;
    prov:wasAttributedTo <https://orcid.org/0000-0002-7241-7089> .
}