@prefix this: <https://w3id.org/np/RAezQBUQ8kvhu2-wZhTFQZf7SiPJgXqxBShG7IufwtcwE> .
@prefix sub: <https://w3id.org/np/RAezQBUQ8kvhu2-wZhTFQZf7SiPJgXqxBShG7IufwtcwE#> .
@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/pepoospina> ;
    a schema:Claim ;
    rdfs:comment """Blockchain can combat misinformation using verified recording devices.

The raw output of surveillance cameras from public institutions can be hashed every minute and anchored to a blockchain.

This serves as proof that the footage 1) existed and 2) wasn't fabricated.""" ;
    schema:keywords "Blockchain" , "DataIntegrity" , "Hashing" , "Misinformation" , "Surveillance" , "VerifiedRecording" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://twitter.com/pepoospina> ;
    prov:wasDerivedFrom <https://twitter.com/pepoospina> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmaCu09AEZ1kgQY7hXDfmI7rFmpMwUgPf2/4hCQpPqid/qKZ18T8PTa3MowLtXWWe6Q/lSfuvleaWousMIFehFnPoIF226Xcf1HvVs0L9aSBikevrsCDdVS0MGiCjbJw0fmiORd1k0yD60rZJ2LeadmzR5UdvyfrKhwmzqT2bwu9YmqPpQgP0FTMO14xnjEuLmCcwELrARdcylMnbkaEC9zT/+15aTMJJqUnbjr1prgSWnGmgEiQjdfE33qvCmzTbTEEbeFHHeZYNytKdYfc7y2BcHOdu3sPubVPWRKiQrIoNvBdXmEZiUvVFYzijb25rTBrFawQCy+Wot5SwLtLw7QIDAQAB" ;
    npx:hasSignature "NPvVieKEjSsMdpinV/Suht7QawACuon4vl4E3duKC7xcQ0zCVTYpx8twZE6zffFIOrclTEub5Bn39ig/XcviXPvmzAX189umQnLBbB4GxY4psM6VARPYOvF3w5v/lVvSenuiEOm6ix1YrWPA+W4ANUshZC7KlYNh1UFytfyeRjHYfjqfObEG3JLZMxdIQCqefso3qNNo3ubR2TznPwgeiD+b4HUjufsL3aEvbWUNqzolJuroGBOucEltQU64lkDMvJU70iRFrd42Cw7JF0y3hJBulOYzdVpBwLt8uTh4YqEN3NVEDnkS4ZcHVhEI0JOCuLlb2IxihG+AHn7bzi/vWQ==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-05-24T11:22:41.142Z"^^xsd:dateTime ;
    <http://sense-nets.xyz/rootSigner> "0x23fC0DAb9BD663d1bb64B0867d6a00FbC8f0D08A" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}