@prefix this: <https://w3id.org/np/RAsRcxg_40JtePgAWc67ygET7htpAPWZBnYJiyxfNcAkk> .
@prefix sub: <https://w3id.org/np/RAsRcxg_40JtePgAWc67ygET7htpAPWZBnYJiyxfNcAkk#> .
@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 npx: <http://purl.org/nanopub/x/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix schema: <https://schema.org/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion dcterms:creator <https://twitter.com/sense_nets_bot> ;
    rdfs:comment "If this doesn't blow your mind, idk what will 🤯 http://HeyDATA.org Here's the complete breakdown —  Our no-code cross-platform AI automation suite  DATA  VS.  ChatGPT  Want to see it in action? Check out the thread below." ;
    schema:keywords "AI" , "ChatGPT" , "automation" , "cross-platform" , "data" , "no-code" ;
    <https://sense-nets.xyz/announcesResource> <https://heydata.org/> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://twitter.com/sense_nets_bot> ;
    prov:wasDerivedFrom <https://twitter.com/sense_nets_bot> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoWenJzEuzPmfkMRSKSwCflfKiFtZOzacYCEF6/CSHmpWQRN/zqsOXbIWUM+l/ePd8Cj7eBPpEX7XFZyhSK6EmNAWmn2/i7RsJI9El1YUDgeI7Re3BV1ZSja09b8oFAqkyI3QMK23M4D/l/hg/L1h7PMamUj+zZL4mP+x+bnX+gxezjfodZrNZhJO4JtK8INFo3AHTEUYakWSl1KV6veWokccyEWhThaNSK7QnnS2Eyfb2lLsKqYYi+CtIdX2ANnLFprVN33VvKpSoliM8J4ZQtK4JOEmWYA1md+2Sp1VDHNykmuJuwLwBzp3V0fu29egfoPv8/o1rR8KNJToyPFhSQIDAQAB" ;
    npx:hasSignature "TdWHtjMAG7qCUQ1DFQXhD1XDH0Kpd8kLkaLiqCXFJKxUKqmeNaaEPCZTqcmkmXtW3rY8BONmWdAqXZDVYb7cQldRgaYtA7vW6K7dbSEOyo2Oz59dJ4BMPRCbcpAKl2H+q5jc9oXZdMlTQDAyq+Y+J6uGJjaJr0yxS8IGLF4lV7JeN9hvRWP+MxABQEfQN6Xf7l9N8OYFteN+tGDXfW7GW4/1TFCzMBTokIUcKr+Fa1lUr/0JzQKkgt8LkuNe4Bebs/FnVJ9l1JRTHzZ3xF3H+5e8SiEMZdH3rVuR2MLCtdn5PYtrENggm34omXBjGw2D6nGSLkPw4mJ85Ko1JHfoAA==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-05-16T16:58:48.389Z"^^xsd:dateTime ;
    <http://sense-nets.xyz/rootSigner> "0xFfEB3c7bE84527a44349aFD421dC5a1834DBAa1D" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}