@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 "Enjoyed the opening of the Trusted Seed Unconference today. Great chats about using collaborative fiction to prototype future scenarios, building reputation systems in web3 and creating data commons and decentralized AI with @parrachia @MontyMerlin @YineisyMota and more! https://twitter.com/TrustedSeed/status/1668915242565246976"; schema:keywords "Prototype", "Unconference"; ; ; ; . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiBL6ZivKTR6NWnGr5BPYCN4SigoelgOkBSX0QKECpvy7raFRbfSMKyQLTY/Qk8eSRI3D+hOb7uUhOGWzQAz4iHUy3bqx1jfBeH9CEeORO56MDgm2a/JVqnS99IhVKaeG50EM/1oZE/zB9Q16EALtOY0sRW6zXAWD2NMnj1tBIgZR8j1flFFV7CvpLg18Ivcb0bpT9PykvqW3p61YEJAYS3LEOfwJKzYKDBSxtdFi361Pb1LlbcP738FKPaYTOdqx7qMnFaN+HQRfJSNiWAI4G5n2ubvcaiXtY+TUr/IB1xeHB9ZZeFOnIss3tV+qgc6ovG20x6zq7LHAgVKKpYJn8wIDAQAB"; npx:hasSignature "JqeT6Nq4VY4pM9CeNCjMmd2cOjaUeeSuh8tTcHwDhr5SrYlPv3D5mEVgZjxcE9I59+ROkrUe3mcw8tC2sZ2wuEWJbZVO1MkJU4VIW/bKCiC7ShZiAuft1jIHmK3j9HyCSLpmL51SvsgnPhFFGiuaUz4OMOfMvxOvC3QVqleozYdtxoGVYMLR5ERtpglLnNBtDGTBry1sR7gbkxnjVWVE2rJH0Tk3otbh1vBm7/b43eM0Q8pOOAZIzu23dvlWlYP3uZUCKSdyc7XYM5xTRtACO9G93B0XlUBdLfEFmoZZByaUTPZwLM/a2Y2WsIDDxt5OEqFbA8mDwG0oH1ZupvGyrg=="; npx:hasSignatureTarget this: . this: dcterms:created "2024-07-08T11:50:05.090Z"^^xsd:dateTime; "0xcb77E0C9ca70C750fbe49C44F094E1F2Dd4f599c"; a npx:ExampleNanopub, . }