@prefix this: <https://w3id.org/np/RA5z8GgJMvQ4vkRDhvRl9HDEeazKzM6NKaJPempHtm_8o> .
@prefix sub: <https://w3id.org/np/RA5z8GgJMvQ4vkRDhvRl9HDEeazKzM6NKaJPempHtm_8o#> .
@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/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion <http://purl.org/spar/cito/discusses> <https://twitter.com/ori_goldberg/status/1781281656071946541> ;
    <http://purl.org/spar/cito/includesQuotationFrom> <https://twitter.com/ori_goldberg/status/1781281656071946541> ;
    rdfs:comment """test content

""" ;
    prov:wasAttributedTo <https://x.com/test-user> ;
    schema:keywords "ExternalSecurity" , "Geopolitics" , "Israel" , "Kissinger" , "PoliticalScience" , "Security" .
}
sub:provenance {
  <https://sense-nets.xyz/> a prov:SoftwareAgent ;
    prov:actedOnBehalfOf <https://x.com/test-user> .
  sub:activity a <https://sense-nets.xyz/supervisedActivity> ;
    prov:wasAssociatedWith <https://sense-nets.xyz/> .
  sub:assertion prov:linksTo <https://x.com/test-user/status/123456> ;
    prov:wasAttributedTo <https://x.com/test-user> ;
    prov:wasGeneratedBy sub:activity .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAudu1OH5T+7E2Y85fzxHjHc5+qMllCSwQCPMEgsAijQByDllecSreaPrqRgjy31COiKhMI7VF98s4NX/wIyahXCY2bG5jcdfb0kX9dyetsVYw1J8kMC2MGNI/V1XMoMkg98W+7f6OqNu6gFRizseXpjdUjETxWBNkoR4Ft70ybiPgNvG4U2CdINEk2d9L5D89l7B8bB8/h1J54f5MuVcEeytEzEmAJfSSl3jK4u8wqJZZWLrMF+fA2zKjeTt7muqbAJYQ3Ttz4OBj+sxHeCtBNHfpwKlRyOH23o7cf16gNrEzJ4EAKhKMrIzliqL1t9oNIf+QvyxZPNC201/Mn3u6nQIDAQAB" ;
    npx:hasSignature "N22+F9h89HanBiXvqBwfS7DYfzosDoCjX03q57cdLTGQAJ8UWjnHVtpU706w2VNfg1XWAO4Ck/qNHYg19wvOr37GcNN2NdT8qaHYBXX9BR2RYJ2lsyGHyNvnNm+mU6sLZMstAJL9abak48+qYgoWSZejaiC07JY1r6TFDosTDHvv56MmNbQTH41f3HN2R8ZXcIU8X0EZbxFno2/nlmXIYT7rO4wnDl453xBpK9BFv26znB/i1zX+NDAMNgb6zFnxikr3IBXKMKksHmKjmGqA5RNAcOKtv4WNg6XUk7DAsnei592U6ebDG9ubbUE7+mgqIBFeVmfyITadk5CHx1nxxA==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-07-18T13:23:44.234Z"^^xsd:dateTime ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:hasNanopubType <https://sense-nets.xyz/SemanticPost> ;
    npx:supersedes <https://w3id.org/np/RA6vCarCP9zRNPwVRaa4QS2ZGGpV8ZAvgqDOafS4BiWVU> ;
    npx:wasCreatedAt <https://sense-nets.xyz/> ;
    rdfs:label "CoSMO Semantic Post" ;
    prov:wasAttributedTo <https://x.com/test-user> ;
    <https://sense-nets.xyz/hasRootSigner> "0x59b277c77F738e9B758B73Dd9Bfc6DE36D6e0EB1" .
  <https://x.com/test-user> foaf:name "test-user" .
}