Nanopublication

< Home

ID

https://w3id.org/np/RAD0QeqGukpLmM59HsxGA09C40rKTte3XSevpfmlylVWc

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAD0QeqGukpLmM59HsxGA09C40rKTte3XSevpfmlylVWc> .
@prefix sub: <https://w3id.org/np/RAD0QeqGukpLmM59HsxGA09C40rKTte3XSevpfmlylVWc#> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:assertion dcterms:creator <https://twitter.com/pepoospina>;
    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";
    <https://sense-nets.xyz/asksQuestionAbout> <https://twitter.com/daimo_eth/status/1742075664629698789> .
}

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 "FOgnMcXXuWUVvxgzxKP3w5RQR28/tHIfjtVcIpe9NwxrnKvU+7r0Gr1G8UmpgJEqhu8kbkjE5BwUiPjbwz7AaxumZSf+PtB3/q0fyrV3cmpt0iZKrX5i+19ZRxeKUwz4gH65+MLu/tC3aX4hgqGiWCFMWV0QU7Xp/Qsw7ys8xtqT2O4Nn0EWFeNs8vKU6ZYT43px7m85Yb92BHf0736IaOJko8P3/kvrc7esHiO2OOsY6i86EjgLCSv68RL6ReZagvoVV8zNieUs7aevAR+uPSy0dHFYxeObIodkeJqpCPzhH1CdTaC3qgCOcFYBjKsJJYnE0DHmhj6RDORs9noZtw==";
    npx:hasSignatureTarget this: .
  
  this: a npx:ExampleNanopub, <https://sense-nets.xyz/SemanticPost>;
    dcterms:created "2024-05-24T11:21:12.091Z"^^xsd:dateTime;
    <http://sense-nets.xyz/rootSigner> "0x23fC0DAb9BD663d1bb64B0867d6a00FbC8f0D08A" .
}