diff --git a/.gitattributes b/.gitattributes index bed0738c7eeb449bca98b5d2f33c89a1ee56349a..8f4bb2b1f4ed48f4bcc7d5c835e33d2002894d22 100644 --- a/.gitattributes +++ b/.gitattributes @@ -58,3 +58,58 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text # Video files - compressed *.mp4 filter=lfs diff=lfs merge=lfs -text *.webm filter=lfs diff=lfs merge=lfs -text +r/chunk0.nt filter=lfs diff=lfs merge=lfs -text +r/chunk1.nt filter=lfs diff=lfs merge=lfs -text +r/chunk10.nt filter=lfs diff=lfs merge=lfs -text +r/chunk11.nt filter=lfs diff=lfs merge=lfs -text +r/chunk12.nt filter=lfs diff=lfs merge=lfs -text +r/chunk13.nt filter=lfs diff=lfs merge=lfs -text +r/chunk14.nt filter=lfs diff=lfs merge=lfs -text +r/chunk15.nt filter=lfs diff=lfs merge=lfs -text +r/chunk16.nt filter=lfs diff=lfs merge=lfs -text +r/chunk17.nt filter=lfs diff=lfs merge=lfs -text +r/chunk18.nt filter=lfs diff=lfs merge=lfs -text +r/chunk19.nt filter=lfs diff=lfs merge=lfs -text +r/chunk2.nt filter=lfs diff=lfs merge=lfs -text +r/chunk20.nt filter=lfs diff=lfs merge=lfs -text +r/chunk21.nt filter=lfs diff=lfs merge=lfs -text +r/chunk22.nt filter=lfs diff=lfs merge=lfs -text +r/chunk23.nt filter=lfs diff=lfs merge=lfs -text +r/chunk24.nt filter=lfs diff=lfs merge=lfs -text +r/chunk25.nt filter=lfs diff=lfs merge=lfs -text +r/chunk26.nt filter=lfs diff=lfs merge=lfs -text +r/chunk27.nt filter=lfs diff=lfs merge=lfs -text +r/chunk28.nt filter=lfs diff=lfs merge=lfs -text +r/chunk29.nt filter=lfs diff=lfs merge=lfs -text +r/chunk3.nt filter=lfs diff=lfs merge=lfs -text +r/chunk30.nt filter=lfs diff=lfs merge=lfs -text +r/chunk31.nt filter=lfs diff=lfs merge=lfs -text +r/chunk32.nt filter=lfs diff=lfs merge=lfs -text +r/chunk33.nt filter=lfs diff=lfs merge=lfs -text +r/chunk34.nt filter=lfs diff=lfs merge=lfs -text +r/chunk35.nt filter=lfs diff=lfs merge=lfs -text +r/chunk36.nt filter=lfs diff=lfs merge=lfs -text +r/chunk37.nt filter=lfs diff=lfs merge=lfs -text +r/chunk38.nt filter=lfs diff=lfs merge=lfs -text +r/chunk39.nt filter=lfs diff=lfs merge=lfs -text +r/chunk4.nt filter=lfs diff=lfs merge=lfs -text +r/chunk40.nt filter=lfs diff=lfs merge=lfs -text +r/chunk41.nt filter=lfs diff=lfs merge=lfs -text +r/chunk42.nt filter=lfs diff=lfs merge=lfs -text +r/chunk43.nt filter=lfs diff=lfs merge=lfs -text +r/chunk44.nt filter=lfs diff=lfs merge=lfs -text +r/chunk45.nt filter=lfs diff=lfs merge=lfs -text +r/chunk46.nt filter=lfs diff=lfs merge=lfs -text +r/chunk47.nt filter=lfs diff=lfs merge=lfs -text +r/chunk48.nt filter=lfs diff=lfs merge=lfs -text +r/chunk49.nt filter=lfs diff=lfs merge=lfs -text +r/chunk5.nt filter=lfs diff=lfs merge=lfs -text +r/chunk50.nt filter=lfs diff=lfs merge=lfs -text +r/chunk51.nt filter=lfs diff=lfs merge=lfs -text +r/chunk52.nt filter=lfs diff=lfs merge=lfs -text +r/chunk53.nt filter=lfs diff=lfs merge=lfs -text +r/chunk54.nt filter=lfs diff=lfs merge=lfs -text +r/chunk6.nt filter=lfs diff=lfs merge=lfs -text +r/chunk7.nt filter=lfs diff=lfs merge=lfs -text +r/chunk8.nt filter=lfs diff=lfs merge=lfs -text +r/chunk9.nt filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..d067de4c1cfb4bc31b56383a16c56d97f3dddfb9 --- /dev/null +++ b/README.md @@ -0,0 +1,132 @@ +--- +tags: + - knowledge-graph + - rdf + - n-triples + - sparql + - semantic-web + - stackoverflow + - question-answering +pretty_name: StackOverflow Knowledge Graph - R +license: cc-by-sa-4.0 +size_categories: + - 100M { + ?s ?p ?o + } +} +LIMIT 100 +``` + +## 5. Automatic Download And KG Setup + +You do not need to rebuild triples from XML to use this dataset. + +In the Stack2Graph repository, you can use the automation script +`experiment/load_hf_datasets_into_services.py` to download dataset artifacts +and prepare the knowledge graph service state automatically. + +Typical workflow: + +1. Clone and configure Stack2Graph (`.env` with HF token and service paths). +1. Start required local services: + +```bash +docker compose up -d +``` + +1. Run the loader script: + +```bash +python -m experiment.load_hf_datasets_into_services +``` + +For manual usage without automation, you can directly load `schema.nt` and all +triples from `r/` into your RDF store. + +## 6. Quality Notes And Caveats + +- A Stack Overflow question may belong to multiple language shards when tagged with multiple languages. +- Vote information is represented as aggregates, not raw individual vote events. +- As with community-generated data, content may include noise, bias, and temporal drift. + +## 7. Intended Use + +- retrieval and question-answering systems +- RAG and hybrid retriever experiments +- knowledge graph benchmarking and diagnostics +- language-scoped developer tooling research + +## 8. Limitations + +- Not a complete mirror of all Stack Overflow content. +- Not all moderation context or full revision history is represented. +- Best used with graph infrastructure that supports named graphs and SPARQL. + +## 9. Licensing And Attribution + +This dataset inherits Stack Overflow source licensing and attribution requirements. +Ensure compliant attribution and redistribution practices in all derived artifacts. + +## 10. Suggested Citation + +If you use this dataset, cite the Stack2Graph work: + +- Stack2Graph: A Structured Knowledge Representation of Stack Overflow Data for Retrieval-based Question Answering diff --git a/r/chunk0.nt b/r/chunk0.nt new file mode 100644 index 0000000000000000000000000000000000000000..3826414fa40156e6c15324e7f7212716149ef80d --- /dev/null +++ b/r/chunk0.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033c524924c2425a8f777ea9d39936b1cd17bacea25450e7a7c8cbf6004d88d7 +size 102500734 diff --git a/r/chunk1.nt b/r/chunk1.nt new file mode 100644 index 0000000000000000000000000000000000000000..fbe09680f38a8347c5d3f0185b7239704e1c1f24 --- /dev/null +++ b/r/chunk1.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb961295c87cdfcbe7847c724b2e930b2ebe30e022054ffcd050d028d806dde3 +size 101851111 diff --git a/r/chunk10.nt b/r/chunk10.nt new file mode 100644 index 0000000000000000000000000000000000000000..43afb58049f7cdb61555289eaaada97b36316fbc --- /dev/null +++ b/r/chunk10.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49cd78a38f421a0a413920d840ebe743f7823d5a63d8485972d3ff016fb03c1 +size 102608928 diff --git a/r/chunk11.nt b/r/chunk11.nt new file mode 100644 index 0000000000000000000000000000000000000000..dd3e911790e350a13a6bd4143a76fb62de1af302 --- /dev/null +++ b/r/chunk11.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38bd5c337007dfe1bf7971df74cefa3fbf4d8fc800f578d30440c6c48ff2c74f +size 101111438 diff --git a/r/chunk12.nt b/r/chunk12.nt new file mode 100644 index 0000000000000000000000000000000000000000..83b396e16dcc5abcd7ee7679e087a622447694b5 --- /dev/null +++ b/r/chunk12.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613275732a1e9cf6acf29fba49a7d92bd2624c7e9834400bf1ac666b621d03b4 +size 98180260 diff --git a/r/chunk13.nt b/r/chunk13.nt new file mode 100644 index 0000000000000000000000000000000000000000..4f04d08a6f4c840d48aaa8c5fc459581f6bb2db4 --- /dev/null +++ b/r/chunk13.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67ff4589b60e4d3de8e9c9a23c2bfa21f559e2182bfa73a2829e6dbc35232f0 +size 101597383 diff --git a/r/chunk14.nt b/r/chunk14.nt new file mode 100644 index 0000000000000000000000000000000000000000..f36f35682cfa5ed688185e5ebc1ba5ea2de63533 --- /dev/null +++ b/r/chunk14.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb0793425a8d438ff16ac035d97c0eabdcb8b59fe4344628df79e2e7878f1d9a +size 95071150 diff --git a/r/chunk15.nt b/r/chunk15.nt new file mode 100644 index 0000000000000000000000000000000000000000..5b5d61236b145a8222939aa25a5a0dc52d16aaef --- /dev/null +++ b/r/chunk15.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a57f7cad4254a051b37320ab467b6de541b4f9dfc0803cce4b4f008d11c464 +size 96418827 diff --git a/r/chunk16.nt b/r/chunk16.nt new file mode 100644 index 0000000000000000000000000000000000000000..7532d97e7d1b6e7930e0833e44521a14ce1a1dde --- /dev/null +++ b/r/chunk16.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc1398bcd26dcc6ccde75ab825267cdee08e3280bb989d4d9970104f5f9a9ff +size 95293987 diff --git a/r/chunk17.nt b/r/chunk17.nt new file mode 100644 index 0000000000000000000000000000000000000000..1036d5d28c73fcc9c8267d71d8ffaf9791fff22e --- /dev/null +++ b/r/chunk17.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3642ab03dff5e4560b93089112ae0d0a3ac8230e7e6eeb0886311ccce6b2bc +size 101700304 diff --git a/r/chunk18.nt b/r/chunk18.nt new file mode 100644 index 0000000000000000000000000000000000000000..5b44779b5437c78200a2446cd2f12ac9440231d7 --- /dev/null +++ b/r/chunk18.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086c0dfe179edb77522d39722d6e015c47ab686916a6ea71c37ca3935b022b3c +size 102824870 diff --git a/r/chunk19.nt b/r/chunk19.nt new file mode 100644 index 0000000000000000000000000000000000000000..3d73ce4429124ad9b714d63095d2db2e6e6d788e --- /dev/null +++ b/r/chunk19.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad3b911c45d05b2d6dccd6e034dfd1b44e5fdaf3bc1525bc2bc998dc1e24811f +size 100689665 diff --git a/r/chunk2.nt b/r/chunk2.nt new file mode 100644 index 0000000000000000000000000000000000000000..8c8363f1c6c98d9671e7694bdcbe42a6c9de3151 --- /dev/null +++ b/r/chunk2.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c5b5607986568e6c99769784f8c73d8aecd97be841d9ce0d4c5349e5bddd1c +size 99231519 diff --git a/r/chunk20.nt b/r/chunk20.nt new file mode 100644 index 0000000000000000000000000000000000000000..5dd5ababd733401e0c484c179bc7fec5a7d6141c --- /dev/null +++ b/r/chunk20.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b9f7e88ff28040faf4e546d0c831944539528d76c9ac3e23f51214bae15291 +size 102790894 diff --git a/r/chunk21.nt b/r/chunk21.nt new file mode 100644 index 0000000000000000000000000000000000000000..0aea89dc00ed01aa25224bbce0181de47607a8e8 --- /dev/null +++ b/r/chunk21.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5912d6b75ce6a74afa6d31eabe1eeeebd290cfecf08b13db1069118afdb951ff +size 92163336 diff --git a/r/chunk22.nt b/r/chunk22.nt new file mode 100644 index 0000000000000000000000000000000000000000..c9f2e7c59867c6fcb9b9d51d9618d588f314b81d --- /dev/null +++ b/r/chunk22.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e6e11d202e8cdb5f85382acadaf627cbb9f0936b921478542ec56ff695964cf +size 96474858 diff --git a/r/chunk23.nt b/r/chunk23.nt new file mode 100644 index 0000000000000000000000000000000000000000..b34ad2ea9b57d1cb7f2658333e5241f3e92bbaf6 --- /dev/null +++ b/r/chunk23.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48dcb533ba547cc0bb5c657553c5a7398fa206dbe5cef287b7ce78e398301611 +size 103780654 diff --git a/r/chunk24.nt b/r/chunk24.nt new file mode 100644 index 0000000000000000000000000000000000000000..651825e3c17c54c2fd5057e8904c479180836120 --- /dev/null +++ b/r/chunk24.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19abea6c44344fddb4d06bc77248e3a2ff88f71318dbf688aba141242e16f524 +size 102404640 diff --git a/r/chunk25.nt b/r/chunk25.nt new file mode 100644 index 0000000000000000000000000000000000000000..8661538870f3f62ceb930342e785e2badad2d0eb --- /dev/null +++ b/r/chunk25.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb9173447733c4c24af4c131dbbd1f969c2274d2927de885c16e0dc6d4d63ad +size 97939627 diff --git a/r/chunk26.nt b/r/chunk26.nt new file mode 100644 index 0000000000000000000000000000000000000000..2a5cb83b1920e776d407fa7d3fff3a6bb6435785 --- /dev/null +++ b/r/chunk26.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f252538e57ab5e3d54856b4df485f7c55d9e5af25d80948db0fb4a76d229b5a +size 94725536 diff --git a/r/chunk27.nt b/r/chunk27.nt new file mode 100644 index 0000000000000000000000000000000000000000..35b4940556bb89357b3671fb5de13c06a7c8ca9a --- /dev/null +++ b/r/chunk27.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb35eda848bc30ca40da14f1480cb286b173cb93260acb7111bbd2242213033 +size 92198981 diff --git a/r/chunk28.nt b/r/chunk28.nt new file mode 100644 index 0000000000000000000000000000000000000000..14449c9f2b8bf76298bf7b7af8c63cd379ccefce --- /dev/null +++ b/r/chunk28.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c30ce6530f48f9ead10476196427e7fbcef02118220d1e2d33bc342e0d5097c +size 99182411 diff --git a/r/chunk29.nt b/r/chunk29.nt new file mode 100644 index 0000000000000000000000000000000000000000..fd6fe60b70e8a3aafc1b55123de9414d32661993 --- /dev/null +++ b/r/chunk29.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc7f6c6ff0374ba1b4dba8e74ebcc39f7297ee4d10573e1da9542852a218d33 +size 100407368 diff --git a/r/chunk3.nt b/r/chunk3.nt new file mode 100644 index 0000000000000000000000000000000000000000..95c1ec3f3bf53563540e2a4adf3aa0f02ea2e08c --- /dev/null +++ b/r/chunk3.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a4a6a930cc71a4bc427a26030f39b01b838968e018b9f45ac2c180d4b0ac68 +size 99619611 diff --git a/r/chunk30.nt b/r/chunk30.nt new file mode 100644 index 0000000000000000000000000000000000000000..4e5f0d9a62c0a42d03d00a5ec4533642b68a82f2 --- /dev/null +++ b/r/chunk30.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8f7432b72e3b173496b03fc52c20d1760a88f95f0e1c12a9e4ef0a0c850edb +size 101650859 diff --git a/r/chunk31.nt b/r/chunk31.nt new file mode 100644 index 0000000000000000000000000000000000000000..229f645ac5f7a9382c52734d4bea8d7f8ae30641 --- /dev/null +++ b/r/chunk31.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99992874bbc034cc24ff3bb4e89ae8127e7b1ffa3078cef6b56ca3fa8a5afd84 +size 97267950 diff --git a/r/chunk32.nt b/r/chunk32.nt new file mode 100644 index 0000000000000000000000000000000000000000..1acede2552700cafd8d64671ba4bab454b1c9376 --- /dev/null +++ b/r/chunk32.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d657ada5700a9928cc95dd8e3dfa27b579991e263d2b90c973781ae0f7e04da7 +size 100692568 diff --git a/r/chunk33.nt b/r/chunk33.nt new file mode 100644 index 0000000000000000000000000000000000000000..8ca7959c1fcef4b0d0b8514a1022fc838d5a5fcc --- /dev/null +++ b/r/chunk33.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbded6908f4d6978f25173a4cb77994f0b2d7a2ec7822a616675856afd2112ab +size 95768189 diff --git a/r/chunk34.nt b/r/chunk34.nt new file mode 100644 index 0000000000000000000000000000000000000000..1196fe5c9f03b17f9d86279aafc70e58cc9d9438 --- /dev/null +++ b/r/chunk34.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a46535ccc5ffaa3dc192953aa653f473a8bcd9c36ab0b7ca7b9e1972191e79b4 +size 99070205 diff --git a/r/chunk35.nt b/r/chunk35.nt new file mode 100644 index 0000000000000000000000000000000000000000..9633ef61c65726e8f36b94877438ceb62c87ae7e --- /dev/null +++ b/r/chunk35.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72fd4c3a5b98cedd93176244af9332299f1b02f82061c38f9f0e224af753f664 +size 95347167 diff --git a/r/chunk36.nt b/r/chunk36.nt new file mode 100644 index 0000000000000000000000000000000000000000..fd8293c53460f3b8d7f92e211fd8d91b9ff6a5ad --- /dev/null +++ b/r/chunk36.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752d0e44e22c6cb0710ee57ac661cf440464eeebcbebdb66509c95d05c723030 +size 90706841 diff --git a/r/chunk37.nt b/r/chunk37.nt new file mode 100644 index 0000000000000000000000000000000000000000..690b963753d6523acb782212ed05e7c18f7d971e --- /dev/null +++ b/r/chunk37.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cbe6045d6614ce8b0e3dde166fb48c98a7f978e5939db1300775ae15e0fbe9d +size 104202923 diff --git a/r/chunk38.nt b/r/chunk38.nt new file mode 100644 index 0000000000000000000000000000000000000000..e0c30e1de90ccafd36c48fdf1dcdb1a82bc62271 --- /dev/null +++ b/r/chunk38.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d3d9b4ed2f31d14365d9aa1978838d4d6a69bc26c5e2abdb36d753c21e6929 +size 98063183 diff --git a/r/chunk39.nt b/r/chunk39.nt new file mode 100644 index 0000000000000000000000000000000000000000..15fe6f2ea1083917adf0a45c2ae170b9973d5bb5 --- /dev/null +++ b/r/chunk39.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f988cdea033423287667a4030c82b04f6dbb35b687993f7ec244edcf85a7b9 +size 97161039 diff --git a/r/chunk4.nt b/r/chunk4.nt new file mode 100644 index 0000000000000000000000000000000000000000..f0dc77f4e37d05860366bbc2bf6958eb8b079e7b --- /dev/null +++ b/r/chunk4.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d73468f609fb475a48b2acb5c6ae393b335eb0b37efbb0aec9fd2e06e0f389 +size 104173459 diff --git a/r/chunk40.nt b/r/chunk40.nt new file mode 100644 index 0000000000000000000000000000000000000000..a3b17a4c273bd17469930fa08e8deac260639a67 --- /dev/null +++ b/r/chunk40.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f1672ae8092273d14218c573a75dad4d376453686c576723c6fa2322852060 +size 87063406 diff --git a/r/chunk41.nt b/r/chunk41.nt new file mode 100644 index 0000000000000000000000000000000000000000..dccde47fc2f39df3b83944ab146284482252f093 --- /dev/null +++ b/r/chunk41.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95bdca5928da543fbb5e5d0fa6c5e75c1dba339554dc8de83b13b34edf1c7c56 +size 102932484 diff --git a/r/chunk42.nt b/r/chunk42.nt new file mode 100644 index 0000000000000000000000000000000000000000..5b78e23521da18a255ff1a543553d0b718936e2e --- /dev/null +++ b/r/chunk42.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f6853845c6f87e9008dfcac9cd933fe66396461d2bd74fe51bbe33cbcb9581a +size 103554545 diff --git a/r/chunk43.nt b/r/chunk43.nt new file mode 100644 index 0000000000000000000000000000000000000000..5cfe91b9b4bd5824f2b627cc06614a150cd21ae7 --- /dev/null +++ b/r/chunk43.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6889ab64e39e4a1c39c53848d8b4004d227f20403665232e928bcd24817bd2d +size 90600229 diff --git a/r/chunk44.nt b/r/chunk44.nt new file mode 100644 index 0000000000000000000000000000000000000000..6dbc06cd1255969458e11c6e205ad9fb8d2c98b1 --- /dev/null +++ b/r/chunk44.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e711d8c9f1371e67e7e479d9929fc34eb454a89877b8d0facd913cf8c5ed219 +size 102987271 diff --git a/r/chunk45.nt b/r/chunk45.nt new file mode 100644 index 0000000000000000000000000000000000000000..3ba96f92db78bcb2b195e4871d40ae2ff5e98e4e --- /dev/null +++ b/r/chunk45.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a04aea7f7bacfde407d18a1f937993d737e30d5428034c94d595d161008aa7 +size 89705635 diff --git a/r/chunk46.nt b/r/chunk46.nt new file mode 100644 index 0000000000000000000000000000000000000000..95850129a286164b294b462d5693026d439e7cbb --- /dev/null +++ b/r/chunk46.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4310685454443ea43bdb85c489712b0c4d2ac93d951376bb567f3b18bf01943 +size 89855506 diff --git a/r/chunk47.nt b/r/chunk47.nt new file mode 100644 index 0000000000000000000000000000000000000000..59263d106e856007c08214165d79163036a95fdf --- /dev/null +++ b/r/chunk47.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3aa394b323e51c2dc66714cdf9c18e9a05390d1cef9b35ea96495efb71d37b5 +size 101630753 diff --git a/r/chunk48.nt b/r/chunk48.nt new file mode 100644 index 0000000000000000000000000000000000000000..3ad689ca7f1a212598c5e248317e63246ab2f39c --- /dev/null +++ b/r/chunk48.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba38188f8cda3768e00a5c960125d066ed768c238de8730157ead8f10b419c4a +size 88470806 diff --git a/r/chunk49.nt b/r/chunk49.nt new file mode 100644 index 0000000000000000000000000000000000000000..e1240bb4d9780b25fb964c321252c0f219dd37bc --- /dev/null +++ b/r/chunk49.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1cd1a983e4a27ac7aae7f5eab61322a34c7ebd7d8dc37d66f921bd74cc3ba91 +size 87906293 diff --git a/r/chunk5.nt b/r/chunk5.nt new file mode 100644 index 0000000000000000000000000000000000000000..36ec127e765e1e601f631557dd01a1d170789ab3 --- /dev/null +++ b/r/chunk5.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20fcc33e997bde937d12f68e098d6cf594fd98cd18054138a2d68e7e34dab645 +size 103023854 diff --git a/r/chunk50.nt b/r/chunk50.nt new file mode 100644 index 0000000000000000000000000000000000000000..41c5f52080f2be4669274040eb3aed34248323e1 --- /dev/null +++ b/r/chunk50.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27b75c439b2722b5fa3244727304000e62a83a91d48521ad0d6c1f233fba4fe +size 95684999 diff --git a/r/chunk51.nt b/r/chunk51.nt new file mode 100644 index 0000000000000000000000000000000000000000..e49d75d985217c1290f6d2038fcfb76d4d5e98e1 --- /dev/null +++ b/r/chunk51.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628c4f3ba45d26acddcbc1bf4fc5ed59998ebae862f6f66bdd3fe9ccf53b02cc +size 89000091 diff --git a/r/chunk52.nt b/r/chunk52.nt new file mode 100644 index 0000000000000000000000000000000000000000..18aa32616c91a7529ab2afb508995a4d618bfd1f --- /dev/null +++ b/r/chunk52.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c013154eca9465a237d63c63ad85ac39ec2e19a9fab200607038f512203292b +size 88859367 diff --git a/r/chunk53.nt b/r/chunk53.nt new file mode 100644 index 0000000000000000000000000000000000000000..94a3f951d00d34e5ea94983ca452d7f187fd5c27 --- /dev/null +++ b/r/chunk53.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4d15e236551ad38a054d127ce5d00cdf3f5fb43adada7da9f11c5d91140366 +size 97842279 diff --git a/r/chunk54.nt b/r/chunk54.nt new file mode 100644 index 0000000000000000000000000000000000000000..3c59c83c69cb00f2363bb9d42a3ba9a450215d1e --- /dev/null +++ b/r/chunk54.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201f3d966d43062e92e97425852f1e6f976deedce4c4a506061c4abf156bff18 +size 24381304 diff --git a/r/chunk6.nt b/r/chunk6.nt new file mode 100644 index 0000000000000000000000000000000000000000..28969e2283f6bc533e2bcb8219af684855481aa2 --- /dev/null +++ b/r/chunk6.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f388aee6bcfbf686e11cf486166fb9198b25cd4f5870f35dd07454a1c0d9b704 +size 101496870 diff --git a/r/chunk7.nt b/r/chunk7.nt new file mode 100644 index 0000000000000000000000000000000000000000..384e07020887f0c928c48dc749c66a91e3337ba7 --- /dev/null +++ b/r/chunk7.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb14b95e03ff3e8eadfe94cf722cd69364c30631142049b779c45b2f6a972a6b +size 97060558 diff --git a/r/chunk8.nt b/r/chunk8.nt new file mode 100644 index 0000000000000000000000000000000000000000..b6c466a5e9bb20e4221aef0814a7ebfac1b8ba18 --- /dev/null +++ b/r/chunk8.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f1b1844cfdd7893e5004f9bc4e18a264da72cdc44f776656536a33a774f4384 +size 95996364 diff --git a/r/chunk9.nt b/r/chunk9.nt new file mode 100644 index 0000000000000000000000000000000000000000..9386032acb12d57060c91a61330efc479513414a --- /dev/null +++ b/r/chunk9.nt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0561d872435ae7922a5f477547f201708ea78a60b7b640c86c9cdde212993c64 +size 101511677 diff --git a/schema.nt b/schema.nt new file mode 100644 index 0000000000000000000000000000000000000000..3647831ddccebd68c76df12632ddf085294b797a --- /dev/null +++ b/schema.nt @@ -0,0 +1,128 @@ + . + "The text content of a comment." . + "Comment" . + "has body" . + "The name of a tag." . + "score" . + "tagged with" . + . + "Unanswered Question" . + "favorite count" . + "answer count" . + . + . + . + "accepted answer of" . + "Inverse of hasTagWiki (wiki -> tag)." . + . + . + . + "A comment associated with an answer." . + . + "downvote count" . + "A question that does not have an accepted answer." . + . + . + . + "Question" . + . + "Links a question to an answer it has." . + "An answer that has been marked as accepted by the question author." . + "Tag" . + "upvote count" . + "Accepted Answer" . + . + "answers question" . + . + "has comment" . + . + "A comment associated with a question." . + . + "has tag wiki" . + . + . + "Content" . + . + "has text" . + . + "tag wiki of" . + "The main content (body) of a post, typically containing HTML." . + "accepted answer" . + "Links a question to a tag it is associated with." . + . + . + "Answer" . + "Links an answer to the question it answers." . + "Answer Comment" . + . + "Inverse of acceptedAnswer (answer -> question)." . + . + "has title" . + "Represents the wiki documentation post associated with a tag." . + . + "Links a question to an answer that might be better than the accepted one (potentially based on score or other heuristics)." . + "The number of upvotes a post has received." . + . + . + "Represents a comment on a Stack Overflow post." . + . + . + . + . + . + . + "Indicates that two questions are linked (e.g., related). This relationship is symmetric." . + "A question that has an accepted answer." . + "The score (upvotes - downvotes) of a post or comment." . + "A content item (either a Post or a Comment) that can have a score." . + "Inverse of taggedWith (tag -> question)." . + "The number of downvotes a post has received." . + . + "duplicate of" . + . + . + "Represents a question post on Stack Overflow." . + . + "Represents a tag used to categorize questions." . + . + "linked to" . + "Question Comment" . + "Answered Question" . + . + . + "Post" . + "Indicates that a question is considered a duplicate of another question." . + . + . + "The number of times a question has been favorited by users." . + "possible better answer" . + . + "tag name" . + . + . + "Links a tag to its associated tag wiki post." . + . + "Represents an answer post on Stack Overflow." . + . + "The title of a post (typically Question or TagWiki)." . + "tags question" . + . + . + "Links a comment to the post (question or answer) it is associated with." . + . + . + . + . + "The number of answers a question has." . + "Represents a post on Stack Overflow, which can be a question, answer, or tag wiki." . + . + . + "Links a post (question or answer) to a comment associated with it." . + . + . + "Tag Wiki" . + . + . + "has answer" . + "Links a question to its accepted answer." . + "comment on" .