@prefix this: <https://w3id.org/np/RAvUy31xWAfnJ7Mk2L_yb47H1yxYhUIaI-qgE05vIr4Fc> .
@prefix sub: <https://w3id.org/np/RAvUy31xWAfnJ7Mk2L_yb47H1yxYhUIaI-qgE05vIr4Fc#> .
@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:0009-0004-1787-0341 ;
    <https://schema.org/keywords> "CulturallyAccurateTranslations" , "InterpretationServices," , "OsmosisTranslations," , "RemoteLanguageResources," , "Spanish," , "TranslationServices," ;
    <https://sense-nets.xyz/endorses> <https://www.osmosistranslations.com/> ;
    <https://www.w3.org/2000/01/rdf-schema#comment> "I cannot overstate how much I loved working with https://www.osmosistranslations.com" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0004-1787-0341 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3KSlDncKI82lvoggVVLJkbCWLp3DWKLZCO+BnBIpToZEUWCTh8RPDX4sDKVxSLiLfPI+/doKXqsdcaRKInW8AoTbpZe+0Z/fNv+mr/ZYtE/WQpnVcMD5yZKwwxcdaou8pALlY7tUKEIYCu+LfaXZ5DQPN70TjFqSMkCa3t9o6f6orkrBdMSB2Qr9ASkxwtxn+Uht6etQZL7Tnru3NuBahxgR4SLml00n8a6Bf1tIFZMVTUSucjOaM3gytcAHl40JYT4lbWG3SZouwCKJKP5cWuE9zIC3eqyOx0+Y2MGhgwbnSp0Q7aOyW0glpOoUPpOOMk1UALpNk/FYtNeximspqQIDAQAB" ;
    npx:hasSignature "V7s1XeLjcbps6NGpny4BKsCfrQHirl6eiUHyhBL7PA1ZR67RGSN+0C4HAeG/y5BWdJJrKEoECx4PcJFT23mstzO1lN1rrE5VxloCuMMsKGSI14iDAx7Bi39dIko5W70heSUl6sjlgDJ5XfviIBFrHa98AZgKWmBGzubWYSpkXkFFGz32aXCcpaOxntan9fdN+8hLIPJfYMZMXSnjffXlyUDMmszcYzRTE6SMaRkTL4N7aPvJf6smJtv8Rw6vclWr11MQwVT6by5h25/Q0Vk/Gz12wOnAnqXfz7gJfeIdiduNVUMdr2nLtX/N6MzzGtL4c+4ERL4BI/AKM9JZ2R1Y0A==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-02-28T00:27:22.767Z"^^xsd:dateTime ;
    dcterms:creator orcid:0009-0004-1787-0341 ;
    <http://sense-nets.xyz/rootSigner> "0xFfEB3c7bE84527a44349aFD421dC5a1834DBAa1D" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}