{"id":20631221,"url":"https://github.com/SolidLabResearch/rspql-query-isomorphism","last_synced_at":"2026-04-18T08:02:42.429Z","repository":{"id":157322781,"uuid":"630458826","full_name":"SolidLabResearch/rspql-query-isomorphism","owner":"SolidLabResearch","description":"A library to determine isomorphism relation between two RSPQL queries.","archived":false,"fork":false,"pushed_at":"2025-05-29T10:38:05.000Z","size":293,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-11T17:57:11.548Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SolidLabResearch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-20T12:30:17.000Z","updated_at":"2025-05-29T10:38:08.000Z","dependencies_parsed_at":"2024-02-22T10:31:48.709Z","dependency_job_id":"0bebc123-28a0-4a97-85cc-b1894b2086d8","html_url":"https://github.com/SolidLabResearch/rspql-query-isomorphism","commit_stats":null,"previous_names":["solidlabresearch/rspql-query-equivalence","solidlabresearch/rspql-query-isomorphism"],"tags_count":3,"template":false,"template_full_name":"argahsuknesib/TS-Template","purl":"pkg:github/SolidLabResearch/rspql-query-isomorphism","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolidLabResearch%2Frspql-query-isomorphism","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolidLabResearch%2Frspql-query-isomorphism/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolidLabResearch%2Frspql-query-isomorphism/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolidLabResearch%2Frspql-query-isomorphism/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SolidLabResearch","download_url":"https://codeload.github.com/SolidLabResearch/rspql-query-isomorphism/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolidLabResearch%2Frspql-query-isomorphism/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31961348,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T14:11:34.598Z","updated_at":"2026-04-18T08:02:42.424Z","avatar_url":"https://github.com/SolidLabResearch.png","language":"TypeScript","readme":"# RSPQL Query Isomorphism\n\nThis is a library to determine isomorphism relation between two RSPQL queries.\n\n## Coverage\n\n[![Coverage Status](https://img.shields.io/badge/coverage-98%25-brightgreen)](coverage.html)\n\n\n## Usage\nInstall the library using npm : \n```\nnpm install rspql-query-isomorphism\n```\nThen, import the library in your code : \n```\nimport { is_isomorphic } from 'rspql-query-isomorphism';\n\nconst query_one = `\n    PREFIX : \u003chttps://rsp.js/\u003e\n    REGISTER RStream \u003coutput\u003e AS\n    SELECT (AVG(?v) as ?avgTemp)\n    FROM NAMED WINDOW :w1 ON STREAM :stream1 [RANGE 10 STEP 2]\n    WHERE{\n        WINDOW :w1 { ?sensor :value ?v ; :measurement: ?m }\n    }`;\n\nconst query_two = `\n    PREFIX : \u003chttps://rsp.js/\u003e\n    REGISTER RStream \u003coutput\u003e AS\n    SELECT (AVG(?v) as ?avgTemp)\n    FROM NAMED WINDOW :w1 ON STREAM :stream2 [RANGE 10 STEP 2]\n    WHERE{\n        WINDOW :w1 { ?sensor :value ?v ; :measurement: ?m }\n    }`;\n\nconst result = is_isomorphic(query_one, query_two); // result = false\n```\n## License\nThis code is copyrighted by [Ghent University - imec](https://www.ugent.be/ea/idlab/en) and released under the [MIT Licence](./LICENCE)\n\n## Contact\nFor any questions, please contact [Kush](mailto:kushbisen@proton.me). ","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSolidLabResearch%2Frspql-query-isomorphism","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSolidLabResearch%2Frspql-query-isomorphism","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSolidLabResearch%2Frspql-query-isomorphism/lists"}