@prefix this: <https://w3id.org/np/RAoeYvGoI1vT5XkSNnfDtB5XG4jb3FZMiG2AJSAx-RqOc> .
@prefix sub: <https://w3id.org/np/RAoeYvGoI1vT5XkSNnfDtB5XG4jb3FZMiG2AJSAx-RqOc#> .
@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/html/2403.02752v1> <https://sense-nets.xyz/hasZoteroItemType> "webpage" .
  <https://github.com/zjukg/KG-LLM-Papers> <https://sense-nets.xyz/hasZoteroItemType> "computerProgram" .
  sub:assertion dcterms:creator <https://w3id.org/np/RAyliwD4Er2BqYo3e2Nz21RBcrthUNIuYXRxxeBT9cjVc> ;
    rdfs:comment """ powerful semantic tools will require striking a balance between structured and unstructured semantics. One paper that seems to explore this: https://www.tandfonline.com/doi/full/10.1080/03080188.2021.1890484

and another interesting paper on how these can be blended together to create useful visual sense-making tools: https://arxiv.org/html/2403.02752v1

some open source projects integrating knowledge graphs into their RAG pipeline: https://github.com/zjukg/KG-LLM-Papers

""" ;
    schema:keywords "RAG-pipeline" , "knowledge-graphs" , "large-language-models" , "semantic-tools" , "structured-semantics" , "type-theoretical-paradigms" ;
    <https://sense-nets.xyz/announcesResource> <https://arxiv.org/html/2403.02752v1> , <https://github.com/zjukg/KG-LLM-Papers> , <https://www.tandfonline.com/doi/full/10.1080/03080188.2021.1890484> ;
    <https://sense-nets.xyz/indicatesInterest> <https://arxiv.org/html/2403.02752v1> , <https://github.com/zjukg/KG-LLM-Papers> , <https://www.tandfonline.com/doi/full/10.1080/03080188.2021.1890484> .
  <https://www.tandfonline.com/doi/full/10.1080/03080188.2021.1890484> <https://sense-nets.xyz/hasZoteroItemType> "journalArticle" .
}
sub:provenance {
  <https://sense-nets.xyz/> a prov:SoftwareAgent ;
    prov:actedOnBehalfOf <https://w3id.org/np/RAyliwD4Er2BqYo3e2Nz21RBcrthUNIuYXRxxeBT9cjVc> .
  sub:activity a <https://sense-nets.xyz/supervisedActivity> ;
    prov:wasAssociatedWith <https://sense-nets.xyz/> .
  sub:assertion prov:linksTo <https://cosocial.ca/@weswalla/113091840795490491> ;
    prov:wasAssociatedWith <https://x.com/weswalla> ;
    prov:wasAttributedTo <https://w3id.org/np/RAyliwD4Er2BqYo3e2Nz21RBcrthUNIuYXRxxeBT9cjVc> ;
    prov:wasGeneratedBy sub:activity .
  <https://w3id.org/np/RAyliwD4Er2BqYo3e2Nz21RBcrthUNIuYXRxxeBT9cjVc> foaf:account <https://x.com/weswalla> .
}
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 "YcEXPQPUD0ZPSnYMKsUyJykA9mepo10BWMpf/DjKPo7MNznpNTJKWnSsDeKsiwIGKb3rRYmZLzvyqOBUFU6OlZLEf1khPSq7ghgaccfjOvyyJnNJcXmhyf3WoAxCkHwhEAVHEIKcGIDKJkcKuzDJZp+m/T2jLNqFEa5ozfas89Q1Qi0jtTy69vkhgQxTQKeEA/S3XEzCKk3UgscMf90XRlc8CuKZ4Bntvob6X9e6E7NgrECiwvtXmXSk2G2Av0bA0fe6yqpE3r8QD+ZRbD9MUKG5XDdkssm5oWMQwGl4hfo2cR2ygbhkdHBBbWYHU7p4jWbf1I8KSWtfBb410lwt6A==" ;
    npx:hasSignatureTarget this: ;
    npx:singedBy <https://sense-nets.xyz/> ;
    prov:wasAssociatedWith <https://w3id.org/np/RAyliwD4Er2BqYo3e2Nz21RBcrthUNIuYXRxxeBT9cjVcsigningDelegation> .
  this: dcterms:created "2024-09-12T18:59:20.007Z"^^xsd:dateTime ;
    dcterms:creator <https://w3id.org/np/RAyliwD4Er2BqYo3e2Nz21RBcrthUNIuYXRxxeBT9cjVc> ;
    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" ;
    <https://sense-nets.xyz/hasRootSigner> "0x4E5A0CD736B08E8AC88b5a2C02aa30702C6782D5" .
  <https://w3id.org/np/RAyliwD4Er2BqYo3e2Nz21RBcrthUNIuYXRxxeBT9cjVc> foaf:name "Wesley Finck" .
}