--- language: - id license: cc-by-4.0 task_categories: - text-retrieval - question-answering tags: - legal - indonesian-law - knowledge-graph - sqlite - database size_categories: - 100K= 2020; ``` #### Find highly cited regulations ```sql SELECT * FROM regulations WHERE kg_pagerank > 0.001 ORDER BY kg_pagerank DESC LIMIT 20; ``` ### Source Dataset This database was created from: `Azzindani/ID_REG_KG_2511` ### License CC-BY-4.0 ### Citation ```bibtex @dataset{indonesian_legal_db_2024, author = {Azzindani}, title = {Indonesian Legal Regulations - SQLite Database}, year = {2024}, publisher = {HuggingFace}, url = {https://huggingface.co/datasets/Azzindani/ID_REG_DB_2511} } ```