@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 ; rdfs:comment """I'm about to move our app from testnet to mainnet on @base , and it would be cool if the @AlchemyPlatform kit would already include this. Is this on the works @AlchemyPlatform ? https://twitter.com/daimo_eth/status/1742075664629698789"""; schema:keywords "AlchemyPlatform", "appdevelopment", "blockchain", "deployment", "mainnet", "testnet"; . } 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 "FOgnMcXXuWUVvxgzxKP3w5RQR28/tHIfjtVcIpe9NwxrnKvU+7r0Gr1G8UmpgJEqhu8kbkjE5BwUiPjbwz7AaxumZSf+PtB3/q0fyrV3cmpt0iZKrX5i+19ZRxeKUwz4gH65+MLu/tC3aX4hgqGiWCFMWV0QU7Xp/Qsw7ys8xtqT2O4Nn0EWFeNs8vKU6ZYT43px7m85Yb92BHf0736IaOJko8P3/kvrc7esHiO2OOsY6i86EjgLCSv68RL6ReZagvoVV8zNieUs7aevAR+uPSy0dHFYxeObIodkeJqpCPzhH1CdTaC3qgCOcFYBjKsJJYnE0DHmhj6RDORs9noZtw=="; npx:hasSignatureTarget this: . this: dcterms:created "2024-05-24T11:21:12.091Z"^^xsd:dateTime; "0x23fC0DAb9BD663d1bb64B0867d6a00FbC8f0D08A"; a npx:ExampleNanopub, . }