Nanopublication

< Home

ID

https://w3id.org/np/RAtgFsnZPBctwqpgUSgxdwJEv9OygbPLug8w6kwk8g4mw

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <https://w3id.org/np/RAtgFsnZPBctwqpgUSgxdwJEv9OygbPLug8w6kwk8g4mw> .
@prefix sub: <https://w3id.org/np/RAtgFsnZPBctwqpgUSgxdwJEv9OygbPLug8w6kwk8g4mw#> .
@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 prov: <http://www.w3.org/ns/prov#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix orcid: <https://orcid.org/> .
@prefix npx: <http://purl.org/nanopub/x/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:assertion dcterms:creator orcid:0009-0001-1060-6917;
    <http://purl.org/spar/cito/discusses> <https://docs.regen.network/modules/data/01_concepts.html>,
      <https://openteam.community/>;
    <http://purl.org/spar/cito/linksTo> <https://docs.regen.network/modules/data/01_concepts.html>;
    rdfs:comment "I was very excited to join my first DeSci event today. Learning more about FAIR data, semantics and their implementations in a decentralized world. Unfortunately I am leaving today and cannot stay after the FAIR workshop, but wanted to share some links to relevant work and communities I am working in around Open Source technologies for Agriculture : Regen Network data module https://docs.regen.network/modules/data/01_concepts.html and OpenTEAM https://openteam.community/";
    <https://schema.org/Claim> <https://docs.regen.network/modules/data/01_concepts.html>;
    <https://schema.org/keywords> "AgricultureTech,", "DeSci,", "Decentralization", "FAIRData,",
      "OpenSource,", "OpenTEAM", "RegenNetwork", "Semantics,";
    <https://sense-nets.xyz/announcesEvent> <https://docs.regen.network/modules/data/01_concepts.html>,
      <https://openteam.community/>;
    <https://sense-nets.xyz/endorses> <https://docs.regen.network/modules/data/01_concepts.html>,
      <https://openteam.community/>;
    <https://sense-nets.xyz/recommends> <https://docs.regen.network/modules/data/01_concepts.html>;
    <https://sense-nets.xyz/watchingStatus> <https://docs.regen.network/modules/data/01_concepts.html> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0001-1060-6917 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp0v0xPiCf/gNs+7XYXn4pWU0w8yXcEV6nSBn/lLfr7l20tKiVdLypfPE1smH5DAw3wvLKqGuNRPzWdLTxEtHXLgZMP14xIV31ySciKs6o0efKStnVDSvKxmmFUbDiLKvEqI/L5IfetQtp81Khzf5Sc0Fp7IG90KC3Fpv05sxI9vZT83i6XHKiyQtJTMO/B/cqXyGz3TqoHYb3TvD7ZZhKmtQLQAiXI9eAkifCW0Zb63ja3o8FgmUbi4RxTlMCdkxERSTK/H7GzVQRxwAjRJGt44WvJBMXRHv/YeUH1staOiXY9W1h6KO5xmStOZPt5Mqp5PKjdOwbI/torsD+0+u9wIDAQAB";
    npx:hasSignature "QZ8pL7Tcs3E1gZcLX+ygZPQKtfnAANxSTQLjI+6JwOEwdi2fqj/RreIUSgTycRJYyx5AR0EJeNX4QOABMHyma8DfDJWTA9ZaRhBNzoP/FJSWcqKNkxaFd000GZcHTAYAGqzRSur1K5hoEMCAfKQziyZ4d0WpJO+BNs9yqysacHrrkTMfkLvbPTEOjkubCI69mZPIZYIwQ5WlCcN8A3f+eNlPKlfJ92LzmqRS6Zl6zMQdY1xgcVYDTGr0XjbiXd6d+ByX8p5/HPEJseE1vwh9nhC33n1r3i5u7xrtFPMGxJy1wb2djH61/FUJrodqssstzDkhHVSO+qGHIYyQFQnypw==";
    npx:hasSignatureTarget this: .
  
  this: a npx:ExampleNanopub, <https://sense-nets.xyz/SemanticPost>;
    dcterms:created "2024-02-29T18:16:38.454Z"^^xsd:dateTime;
    dcterms:creator orcid:0009-0001-1060-6917;
    <http://sense-nets.xyz/rootSigner> "0x84dfe3971D3F93ff66506CdB8f243BC86D72879D" .
}