@prefix this: . @prefix sub: . @prefix rdfs: . @prefix xsd: . @prefix np: . @prefix npx: . @prefix dcterms: . @prefix prov: . @prefix schema: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:assertion dcterms:creator ; 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 ; prov:wasDerivedFrom . } 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; "0x23fC0DAb9BD663d1bb64B0867d6a00FbC8f0D08A"; a npx:ExampleNanopub, . }