@prefix this: <https://w3id.org/np/RAvr8fIst1QvdXQ9GcbZxsAOF05KEaJqd_d8GZgCBxhYQ> .
@prefix sub: <https://w3id.org/np/RAvr8fIst1QvdXQ9GcbZxsAOF05KEaJqd_d8GZgCBxhYQ#> .
@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/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://arxiv.org/abs/2402.04607> <https://sense-nets.xyz/hasZoteroItemType> "preprint" .
  <https://sense-nets.xyz/mySemanticPost> <http://purl.org/spar/cito/includesQuotationFrom> <https://arxiv.org/abs/2402.04607> ;
    schema:keywords "Google-Scholar" , "academic-integrity" , "academic-research" , "citation-fraud" , "ethics" , "investigative-journalism" ;
    <https://sense-nets.xyz/endorses> <https://arxiv.org/abs/2402.04607> .
  sub:assertion rdfs:comment """ 👀
https://arxiv.org/abs/2402.04607
\"we contacted the service while undercover as a fictional author, and managed to purchase 50 citations\"
hardcore investigative academia 🕵️

h/t @shirandudy

""" ;
    prov:wasAttributedTo <https://x.com/rtk254> .
}
sub:provenance {
  <https://sense-nets.xyz/> a prov:SoftwareAgent ;
    prov:actedOnBehalfOf <https://x.com/rtk254> .
  sub:activity a <https://sense-nets.xyz/supervisedActivity> ;
    prov:wasAssociatedWith <https://sense-nets.xyz/> .
  sub:assertion prov:linksTo <https://x.com/rtk254/status/1755627040772903093> ;
    prov:wasAttributedTo <https://x.com/rtk254> ;
    prov:wasGeneratedBy sub:activity .
}
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 "Y+GO3lbe/Q6vDBLq7d8ReVF5LI1ztNAwYcD9CBnrhZ2J2yOy7eSZwKcMrMQhfX+Vo+43/3TorqoZbaQ8fOycOuv44EMxyXp4cfCeW5u9eY68tgNDd59FeQ/5d4FfXFH8uNxZJWeg3gCbgGjb6Te0uNT0nzsdj01DbtwtdTxPx/Yl30z6N16UjzOi/GB1uP22DI1KEiT84jNhoY0wfuVNLAEPEk3rPmwtWyWC9CcU82vD2ipLpIVAVnTB27ySSkl+bSmrXJlQrMfWtKwknC7l8Fh3M1LuVz+ItZNul1ZP+zqLhFylmaMT2GkHX4eW8Tl6peD9YyF9MwCWAQAPJGigbA==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-08-11T23:12:35.966Z"^^xsd:dateTime ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:hasNanopubType <https://sense-nets.xyz/SemanticPost> ;
    npx:wasCreatedAt <https://sense-nets.xyz/> ;
    rdfs:label "CoSMO Semantic Post" ;
    prov:wasAttributedTo <https://x.com/rtk254> ;
    <https://sense-nets.xyz/hasRootSigner> "0xEea65201634dA1651993156e4bF842329bF8101D" .
  <https://x.com/rtk254> foaf:name "Ronen Tamari" .
}