@prefix this: <https://w3id.org/np/RAYgcbodOZnhYgT10J8JwsKlXpruNOCUcuifGX78ZsGQc> .
@prefix sub: <https://w3id.org/np/RAYgcbodOZnhYgT10J8JwsKlXpruNOCUcuifGX78ZsGQc#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:Protein_Sequence a <http://www.w3.org/2002/07/owl#Class> ;
    rdfs:label "Protein Sequence" ;
    <http://www.w3.org/2004/02/skos/core#definition> "A sequence of letters representing the 20 standard amino acids." .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0006-8818-6154 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7gXA/GUEvG1CVXLVIM6CVuzAMnmkk7pE6adghjIxqIsCY4UcAJ9MQWe/j32A30U4dUC0DhQE4CzKz8NvwNKv6ksfuc7F6EGK5TFbdVBjec8S68fZKykP/yqaYDWU5v080QS+fESG2C73hTUanBPCG+pE41897Do4McCJntJQ6xQIDAQAB" ;
    npx:hasSignature "GtCIaWmFxhIejvOvjl8QG8sqB9mppJ4xJwqlymFqoIFfiaG9GyPe5SmsGBKWVCdGszkJlRxGL+0xhDTKp9TWQh8tHr/YcPYOGKftjgXWybsLAXTRqrn0mqzqEIUQqITfLtG/BLe2IHoUK97rdIgvUEhS7DLpSDEqxwmHmUH9IMw=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0006-8818-6154 .
  this: dct:created "2024-10-16T13:36:26.992Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0004-2188-0817 , orcid:0009-0006-8818-6154 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:Protein_Sequence ;
    npx:wasCreatedAt <https://nanodash.petapico.org/> ;
    rdfs:label "Class: Protein Sequence" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAWv_eqe4tghg-OOg6NqRQODjC865Q0ZWkXTxqjSe59Y4 , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAxfD9wQMHU4DmWta5uRpo723ZgKpizglley4gtcxG0hg> .
}