@prefix this: <https://w3id.org/np/RAHHUzAPQ9bYapdnpVxiBjgVJ-EShuEqQ6ssD231yNZAs> .
@prefix sub: <https://w3id.org/np/RAHHUzAPQ9bYapdnpVxiBjgVJ-EShuEqQ6ssD231yNZAs#> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion dcterms:creator <https://twitter.com/rtk254> ;
    rdfs:comment "Interesting! Can we do a similar study looking at LLM research in NLP? (eg the common intuition that LLMs are sucking all research oxygen) https://twitter.com/ItaiYanai/status/1780813867213336910" ;
    schema:keywords "AI" , "LLM" , "NLP" , "academic-research" , "language-models" , "research" ;
    <https://sense-nets.xyz/asksQuestionAbout> <https://twitter.com/ItaiYanai/status/1780813867213336910> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://twitter.com/rtk254> ;
    prov:wasDerivedFrom <https://twitter.com/rtk254> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAimMmND/P29erWCzdNJlbKdnS1Bx683/8Om0XT8QuYeeZnBusG0XjmlXSBAeD/G0JQOxeGH81unJcWyh/NA2LvRn5n71HDTEmLXKC+vOzLzctytlmQFTIiTK85S/8h8NaYd8e+zrCO5pfeIcoiL84IxFvEYmTdwxE/agkAi6We10OEyFoveJ/eiXTTec+d13IcAYjaI+F8TlRqsxdXPhyhUs/DbX/X3fq2F0eLvXQNtL6Z2QprRw7ecFkW21EsSp876YoLy2bNKLLG+YMfDEeHeCkr/U6IgLzQss0afkEXvLPgT4EYqt4E+/+icSDmCG0hq+oCGRXY51+jR1uVnh8DwIDAQAB" ;
    npx:hasSignature "NIEPaVvba/nQ/ch6cXD+wb7SZ8dhMum4L77EwUdgA4yu4eFQPfQhxv0i7XXBYp2WxA7tn/lvYE7JlCawa2BpDvWHN/NG8qbydXXG2OXK/AvQZ3CkwzhvyLBIj6Uuztw7uHzDMjG+kneSqZPqK383gvk9ZNQvIBmaRJjRtAbl/qd7wMI8iSpPxNZCgfIgL6SLljqGY7B2aYGHKxaWGt1G/Ar212tyXV0gDVdhKbmLljTxAEVWhY71Pq6fQVIdm2cqNuXbP/cB8/eiGBjr4NDF5yoIqszS8RWjMZQjwp5PySfGVX2h/IqrAVcl+ohEf4fEe9KTDXLniwpgIIaEj4gPig==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-05-23T20:17:02.339Z"^^xsd:dateTime ;
    <http://sense-nets.xyz/rootSigner> "0xA4b3422B019E7dF5e265Dae7B562240bd4185401" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}