@prefix this: <http://purl.org/np/RAbXL0MPrnAs5Ho3xm-BCL4ezRcPJ6Bw4GZ4oSKsL21c4> .
@prefix sub: <http://purl.org/np/RAbXL0MPrnAs5Ho3xm-BCL4ezRcPJ6Bw4GZ4oSKsL21c4#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@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:TEI a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Knowledge-representation-language ;
    rdfs:comment "The Text Encoding Initiative (TEI) is a consortium which collectively develops and maintains a standard for the representation of texts in digital form. Its chief deliverable is a set of Guidelines which specify encoding methods for machine-readable texts, chiefly in the humanities, social sciences and linguistics." ;
    rdfs:label "Text Encoding Initiative" ;
    rdfs:seeAlso <https://tei-c.org/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-0156-3556 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "G++JzluhpJL+vUO2w2OKhu9HpKQVzIHW2M/D7K/iRbauaQe4EN2boA56SzvDuXvajuLU7O52GkWnYZ1WqFx2+pEl0OXAn73ak2UWGsOWAHEpV7BK1weLmMlISfmogQx5cJVheP7TD8cVg5GjTo8yQ2yymoCbTeWFU7WlnYAqAFw=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-11-14T13:26:30Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:TEI ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/8cc5f92f-0560-41c8-9c9b-eace23fd7e1f> .
}