@prefix this: <https://w3id.org/np/RAJMr7pRAwoNzh3h_P2LBXDqKscT711sgmIMC79ZJFqBA> .
@prefix sub: <https://w3id.org/np/RAJMr7pRAwoNzh3h_P2LBXDqKscT711sgmIMC79ZJFqBA#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix orcid: <https://orcid.org/> .
@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:assertion dcterms:creator orcid:0000-0002-6049-591X ;
    <https://schema.org/keywords> "CulturalAccuracy" , "LanguageServices," , "LiveTranslation," , "RemoteServices," , "Spanish," , "Translation," ;
    <https://sense-nets.xyz/endorses> <https://www.osmosistranslations.com/> ;
    <https://www.w3.org/2000/01/rdf-schema#comment> """this is a cool project!

https://www.osmosistranslations.com/""" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-6049-591X .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAimMmND/P29erWCzdNJlbKdnS1Bx683/8Om0XT8QuYeeZnBusG0XjmlXSBAeD/G0JQOxeGH81unJcWyh/NA2LvRn5n71HDTEmLXKC+vOzLzctytlmQFTIiTK85S/8h8NaYd8e+zrCO5pfeIcoiL84IxFvEYmTdwxE/agkAi6We10OEyFoveJ/eiXTTec+d13IcAYjaI+F8TlRqsxdXPhyhUs/DbX/X3fq2F0eLvXQNtL6Z2QprRw7ecFkW21EsSp876YoLy2bNKLLG+YMfDEeHeCkr/U6IgLzQss0afkEXvLPgT4EYqt4E+/+icSDmCG0hq+oCGRXY51+jR1uVnh8DwIDAQAB" ;
    npx:hasSignature "DYW+19brflkcQRpmpm/N7syD/mNQOrLndbLidox/9i2ULZ26T9VNiKjhpLdJOp/cRE6QApO6fHVmhKIWDeV6aTmpDWNflIiaS7NYtHx4lX82M86jMhhpFHf04U8Cr4GUfLLY74B1ycM124/AKXApys9E5QCxMYGRGv1NHRvSxWYFASq15zSLzJsXdSloJu/KiaYFcyMschMjllYsEFNT27Uh970OfaHBDq270o+x1Zvf6zyAqQV8loLZB4UiMCAZiiJujlXXLsss6kVG9ANU/Q5s7cggCH1pTCPveOlOaZf0xSH2Du6MvhBdeYRnI/i7xSkRF7d5rvoSs3fJb0qG8A==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-02-29T01:15:39.524Z"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0002-6049-591X ;
    <http://sense-nets.xyz/rootSigner> "0xA4b3422B019E7dF5e265Dae7B562240bd4185401" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}