@prefix this: <https://w3id.org/np/RAMJfAWoIizTXgOdjKIb53r0o4rnWR1uluxeJ2WZ-Tixs> .
@prefix sub: <https://w3id.org/np/RAMJfAWoIizTXgOdjKIb53r0o4rnWR1uluxeJ2WZ-Tixs#> .
@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 dcterms:creator <https://example.org/intro> ;
    <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

""" ;
    schema:keywords "ExternalSecurity" , "Geopolitics" , "Israel" , "Kissinger" , "PoliticalScience" , "Security" .
}
sub:provenance {
  <https://example.org/intro> foaf:account <https://x.com/test-user> .
  <https://sense-nets.xyz/> a prov:SoftwareAgent ;
    prov:actedOnBehalfOf <https://example.org/intro> .
  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:wasAssociatedWith <https://x.com/test-user> ;
    prov:wasAttributedTo <https://example.org/intro> ;
    prov:wasGeneratedBy sub:activity .
}
sub:pubinfo {
  <https://example.org/intro> foaf:name "test-user" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAudu1OH5T+7E2Y85fzxHjHc5+qMllCSwQCPMEgsAijQByDllecSreaPrqRgjy31COiKhMI7VF98s4NX/wIyahXCY2bG5jcdfb0kX9dyetsVYw1J8kMC2MGNI/V1XMoMkg98W+7f6OqNu6gFRizseXpjdUjETxWBNkoR4Ft70ybiPgNvG4U2CdINEk2d9L5D89l7B8bB8/h1J54f5MuVcEeytEzEmAJfSSl3jK4u8wqJZZWLrMF+fA2zKjeTt7muqbAJYQ3Ttz4OBj+sxHeCtBNHfpwKlRyOH23o7cf16gNrEzJ4EAKhKMrIzliqL1t9oNIf+QvyxZPNC201/Mn3u6nQIDAQAB" ;
    npx:hasSignature "ow0kRDcwvDNcc/EkSMYNN1TuzvgORTs/YPWDXO2H2R7LoBHGOAMncaEax++MHomjJ8A2SemSUdU+lca5pY9delP78HGrs3MGiF3dvolxSKIehFGszOLXPYQBbJuQD+sNTmrxocB3sPcPg/TOvnsWLU23HJ7miawJcBx6gRcmK17olxNid+CAQ2mS4Uf7NJoW+ChZxkpwCFBmW0kLBIL6v3e8CnzfONf4FWo+xdcnOl92JFH3w5NQ42DCkOoglK+QaJXs7QhxwijlPTSQNO/wZTso/Myj85LFkTS/NBO+ORxZdwfiz6zmoLi8arSD6BJxkK+p6l8Wpyvui/CnKh6SCg==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-07-29T20:20:04.104Z"^^xsd:dateTime ;
    dcterms:creator <https://example.org/intro> ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:hasNanopubType <https://sense-nets.xyz/SemanticPost> ;
    npx:wasCreatedAt <https://sense-nets.xyz/> ;
    rdfs:label "CoSMO Semantic Post" ;
    <https://sense-nets.xyz/hasRootSigner> "0x59b277c77F738e9B758B73Dd9Bfc6DE36D6e0EB1" .
}