Nanopublication

< Home

ID

https://w3id.org/np/RAGxglVNyL3Wsu0uyCVXscc8AKcffyiUETh_4TyJrvnZg

Formats

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

Content

@prefix this: <https://w3id.org/np/RAGxglVNyL3Wsu0uyCVXscc8AKcffyiUETh_4TyJrvnZg> .
@prefix sub: <https://w3id.org/np/RAGxglVNyL3Wsu0uyCVXscc8AKcffyiUETh_4TyJrvnZg#> .
@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 a schema:Claim;
    dcterms:creator <https://twitter.com/pepoospina>;
    rdfs:comment """It can be that the way LLMs gain \"control over us\" is gradual and confusing, instead of a master attack using bioweapons.

Once everything depends on them, \"they\" will effectively be in control, but the LLMs won't \"know\" they are \"in charge\".  And yet, also us won't be able to directly control them.

""";
    schema:keywords "control", "gradual-control", "inability-to-control", "large-language-models",
      "programming" .
}

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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoWenJzEuzPmfkMRSKSwCflfKiFtZOzacYCEF6/CSHmpWQRN/zqsOXbIWUM+l/ePd8Cj7eBPpEX7XFZyhSK6EmNAWmn2/i7RsJI9El1YUDgeI7Re3BV1ZSja09b8oFAqkyI3QMK23M4D/l/hg/L1h7PMamUj+zZL4mP+x+bnX+gxezjfodZrNZhJO4JtK8INFo3AHTEUYakWSl1KV6veWokccyEWhThaNSK7QnnS2Eyfb2lLsKqYYi+CtIdX2ANnLFprVN33VvKpSoliM8J4ZQtK4JOEmWYA1md+2Sp1VDHNykmuJuwLwBzp3V0fu29egfoPv8/o1rR8KNJToyPFhSQIDAQAB";
    npx:hasSignature "O2qqRNDdXKNtGpznA94G1ugtoSlg1pkKO8P0Q93psrEjxiYzDkogG2Yd6Y6po4tabyrmxq4Rvbirze/TjWNFzGn/E0wSRTtqcNy0mE8SCz8QgQETTf2i/pD6axek38q7qWYY1i2UroiNTzluiyxcfZbovK8+L7g3fB5jQO5WDxAE7zNtFdVQnh2HIcfdse45yI1yH71siHz5vU/fdOxjdh1xfdjVWUGG0LgLLkZpXDDCC/fFRzb8/WKGoXc/O530DDEjkNgabtLUIhRbckgZ4MnyrcVKkwJRxXjauIIReCqWUUCMHWtOWv41L+8SteR+YIs4FFASZqhO2KnA8d3aKA==";
    npx:hasSignatureTarget this: .
  
  this: a npx:ExampleNanopub, <https://sense-nets.xyz/SemanticPost>;
    dcterms:created "2024-07-14T18:44:32.318Z"^^xsd:dateTime;
    <http://sense-nets.xyz/rootSigner> "0x23fC0DAb9BD663d1bb64B0867d6a00FbC8f0D08A" .
}