@prefix this: . @prefix sub: . @prefix rdfs: . @prefix xsd: . @prefix np: . @prefix npx: . @prefix dcterms: . @prefix prov: . @prefix schema: . @prefix foaf: . sub:head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { "webpage" . "computerProgram" . sub:assertion dcterms:creator ; 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", "papers", "semantic-tools", "structured-semantics"; , , . "journalArticle" . } sub:provenance { a prov:SoftwareAgent; prov:actedOnBehalfOf . foaf:account . sub:activity a ; prov:wasAssociatedWith . sub:assertion prov:linksTo ; prov:wasAssociatedWith ; prov:wasAttributedTo ; prov:wasGeneratedBy sub:activity . } sub:pubinfo { foaf:name "Wesley Finck" . 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 "P9jffX5RlhTaWs7tB6bYrQYRwkBA0+VE6nR+c0gwb+lAa4JuRR90Vkz6on6SZX2GvFGgY1yv5MEXkKxbf4ZUBDZ8gqTGh7JETrR8a0B3vZy6Q6m1qxzNDH9ZSKZmyn2uedqwoi8arNkoE96e4jnSqWUM3KubyaNLFC3cL23UeLmbAVfbub0s11k5IdYhYg4PRMxWNa9hwofWlz/1Dz1YuITdpIyZ53iYET1bYtJA/sowyJBChGO/F03bMLpOev7mBP6DKZkvEVSdkz8pvMjg3mt7uCN0dx3QsLPWQaIJqDntIoSzoMEI6/nTgV5g3202jHSKt+Y7n5BVKx6/KSYKIg=="; npx:hasSignatureTarget this:; npx:singedBy ; prov:wasAssociatedWith . this: dcterms:created "2024-10-02T20:54:55.105Z"^^xsd:dateTime; dcterms:creator ; dcterms:license ; npx:hasNanopubType ; npx:wasCreatedAt ; rdfs:label "CoSMO Semantic Post"; "0x4E5A0CD736B08E8AC88b5a2C02aa30702C6782D5" . }