@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix rdfs: .
@prefix fip: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
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 .
}
sub:provenance {
sub:assertion dcterms: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: dcterms:created "2022-11-14T13:26:30Z"^^xsd:dateTime;
dcterms:creator ;
dcterms:license ;
npx:introduces sub:TEI;
prov:wasDerivedFrom .
}