@prefix this: <https://w3id.org/np/RAsqx1obFIjVv99keEnAZJG_x_VwOe-vDtj8avKq4Osj4> .
@prefix sub: <https://w3id.org/np/RAsqx1obFIjVv99keEnAZJG_x_VwOe-vDtj8avKq4Osj4#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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 ;
    rdfs:comment "Cool work by https://www.osmosistranslations.com/" ;
    <https://schema.org/keywords> "CulturalAccuracy," , "InterpretationServices," , "ProfessionalServices." , "RemoteServices," , "SpanishLanguage," , "TranslationServices," ;
    <https://sense-nets.xyz/endorses> <https://www.osmosistranslations.com/> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0004-1787-0341 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkNszlIR0NosztyGcqk/drc++07MAKWLiVByX5mQYG19zLx8+efnPXJoedQlXMXJoyMCeai5ENuA1IkqgDNH2aw/inbUZLTMC7YNO+7ctzdg4OzvVKKBALg8Y+gnfAIMDlMoSHyV1+41UYCsgXMwZ3FggWJOcpilKj+sWxhS+i2Ov9CLnVxN7PKwPYJgZtpMZO2zG4wvu3H8G/JQliwuW+4A2mXLsoBBT0is1ZnbpO6y9tEfMKce9CIi5CtGiw6dKNvY7F13wsK135gPbXAGa2pecbzuqej1QvP7f8HI6ZttMSY+/47SHV0IU7cJHDFPRB/mr9DVCuuu3Z787GLtBwwIDAQAB" ;
    npx:hasSignature "kBpP5pEFJ9G57nQNk10oQ5dNqmgSLpDHNQuWQ4z8RAuG8xE6JyTuGLPXF4fgwY/M4EjCRRJ68R+UGgnjVc97TuTn/l45LkTL1ovQGoWJGByyc8engsDDAk5YaNNecQp9oA3Dmp+xb1pcDu7ZRHCi6LFrpG4w5z6xNCbjaJjY4skwztYxyDLJvMzY4dNPwBcSz5fqDrvcPSohTFHzczFe43BoTXf4RuDDHcwcU8Ld+zbqm1ljlXzLDFrnFIiikoX2m0cIRJE1FJ/g8/A64Gji2yICNk1aXwAU5mDZBpige0LWELKZfFMFxq3q7G6Y01dTeFnJhRsFLPukiPxS5WOZtA==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-02-29T01:47:25.120Z"^^xsd:dateTime ;
    dcterms:creator orcid:0009-0004-1787-0341 ;
    <http://sense-nets.xyz/rootSigner> "0xFfEB3c7bE84527a44349aFD421dC5a1834DBAa1D" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}