{"id":16199716,"url":"https://github.com/or13/mithras-web-extension","last_synced_at":"2025-07-30T13:33:41.823Z","repository":{"id":95127952,"uuid":"544140357","full_name":"OR13/mithras-web-extension","owner":"OR13","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-02T22:23:01.000Z","size":3598,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-20T01:02:06.106Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://or13.github.io/mithras-web-extension","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OR13.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"aeksco"}},"created_at":"2022-10-01T18:50:31.000Z","updated_at":"2022-10-07T14:42:13.000Z","dependencies_parsed_at":"2023-05-26T21:00:11.954Z","dependency_job_id":null,"html_url":"https://github.com/OR13/mithras-web-extension","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":0.04761904761904767,"last_synced_commit":"27ace89ea55eb3918c77d1ee1685fd0051f54c46"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":"aeksco/react-typescript-web-extension-starter","purl":"pkg:github/OR13/mithras-web-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OR13%2Fmithras-web-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OR13%2Fmithras-web-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OR13%2Fmithras-web-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OR13%2Fmithras-web-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OR13","download_url":"https://codeload.github.com/OR13/mithras-web-extension/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OR13%2Fmithras-web-extension/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267875625,"owners_count":24158781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"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-10-10T09:27:27.568Z","updated_at":"2025-07-30T13:33:41.787Z","avatar_url":"https://github.com/OR13.png","language":"TypeScript","funding_links":["https://github.com/sponsors/aeksco"],"categories":[],"sub_categories":[],"readme":"# Mithras Web Extension\n\n\u003cimg src=\"./transmute-banner.png\" /\u003e\n\n#### [Questions? Contact Transmute](https://transmute.typeform.com/to/RshfIw?typeform-source=did-eqt)\n\n#### 🚧 Warning Experimental 🔥\n\nThis repo contains web extension experiments related to JSON-LD, Verifiable Credentials and Decentralized Identifiers.\n\n\u003cimg src=\"./example3.png\" /\u003e\n\nThe popup exposes options related to the linked data fragments gatherd from the current active tab.\n\n\u003cimg src=\"./example.png\" /\u003e\n\nView a fragments as a 3d graph after issuing it as a verifiable credential:\n\n\u003cimg src=\"./example2.png\" /\u003e\n\nExample cypher query:\n\n```cypher\nCREATE ( g:NamedGraph { uri: \"urn:uuid:8c38171b-e362-4b59-b029-7f2d9e27f69f\" } )\nMERGE ( n0 :Resource { uri: \"\u003curn:uuid:8c38171b-e362-4b59-b029-7f2d9e27f69f:_:c14n0\u003e\", image: \"https://loremflickr.com/640/480/business\" ., name: \"Luxurious Rubber Pizza\" ., rdf_keys: ['\u003chttps://schema.org/image\u003e','\u003chttps://schema.org/name\u003e'], rdf_values: ['\"https://loremflickr.com/640/480/business\" .','\"Luxurious Rubber Pizza\" .'] } )\nCREATE (g)-[r0: FROM_NAMED_GRAPH ]-\u003e(n0)\nMERGE ( n1 :Resource { uri: \"\u003chttp://www.w3.org/1999/02/22-rdf-syntax-ns#type\u003e\" } )\nCREATE (g)-[r1: FROM_NAMED_GRAPH ]-\u003e(n1)\nMERGE ( n2 :Resource { uri: \"\u003chttps://schema.org/Product\u003e .\" } )\nCREATE (g)-[r2: FROM_NAMED_GRAPH ]-\u003e(n2)\nMERGE ( n3 :Resource { uri: \"\u003chttps://schema.org/aggregateRating\u003e\" } )\nCREATE (g)-[r3: FROM_NAMED_GRAPH ]-\u003e(n3)\nMERGE ( n4 :Resource { uri: \"\u003curn:uuid:8c38171b-e362-4b59-b029-7f2d9e27f69f:_:c14n1 .\u003e\" } )\nCREATE (g)-[r4: FROM_NAMED_GRAPH ]-\u003e(n4)\nMERGE ( n5 :Resource { uri: \"\u003chttps://schema.org/image\u003e\" } )\nCREATE (g)-[r5: FROM_NAMED_GRAPH ]-\u003e(n5)\nMERGE ( n6 :Resource { uri: \"\u003chttps://schema.org/name\u003e\" } )\nCREATE (g)-[r6: FROM_NAMED_GRAPH ]-\u003e(n6)\nMERGE ( n7 :Resource { uri: \"\u003chttps://schema.org/offers\u003e\" } )\nCREATE (g)-[r7: FROM_NAMED_GRAPH ]-\u003e(n7)\nMERGE ( n8 :Resource { uri: \"\u003curn:uuid:8c38171b-e362-4b59-b029-7f2d9e27f69f:_:c14n3 .\u003e\" } )\nCREATE (g)-[r8: FROM_NAMED_GRAPH ]-\u003e(n8)\nMERGE ( n9 :Resource { uri: \"\u003curn:uuid:8c38171b-e362-4b59-b029-7f2d9e27f69f:_:c14n1\u003e\", bestRating: 55, ratingCount: 60, ratingValue: 72, rdf_keys: ['\u003chttps://schema.org/bestRating\u003e','\u003chttps://schema.org/ratingCount\u003e','\u003chttps://schema.org/ratingValue\u003e'], rdf_values: ['\"55\"^^\u003chttp://www.w3.org/2001/XMLSchema#integer\u003e .','\"60\"^^\u003chttp://www.w3.org/2001/XMLSchema#integer\u003e .','\"72\"^^\u003chttp://www.w3.org/2001/XMLSchema#integer\u003e .'] } )\nCREATE (g)-[r9: FROM_NAMED_GRAPH ]-\u003e(n9)\nMERGE ( n10 :Resource { uri: \"\u003chttps://schema.org/AggregateRating\u003e .\" } )\nCREATE (g)-[r10: FROM_NAMED_GRAPH ]-\u003e(n10)\nMERGE ( n11 :Resource { uri: \"\u003chttps://schema.org/bestRating\u003e\" } )\nCREATE (g)-[r11: FROM_NAMED_GRAPH ]-\u003e(n11)\nMERGE ( n12 :Resource { uri: \"\u003chttps://schema.org/ratingCount\u003e\" } )\nCREATE (g)-[r12: FROM_NAMED_GRAPH ]-\u003e(n12)\nMERGE ( n13 :Resource { uri: \"\u003chttps://schema.org/ratingValue\u003e\" } )\nCREATE (g)-[r13: FROM_NAMED_GRAPH ]-\u003e(n13)\nMERGE ( n14 :Resource { uri: \"\u003curn:uuid:8c38171b-e362-4b59-b029-7f2d9e27f69f:_:c14n2\u003e\", url: \"https://present-giggle.info\" ., rdf_keys: ['\u003chttps://schema.org/url\u003e'], rdf_values: ['\"https://present-giggle.info\" .'] } )\nCREATE (g)-[r14: FROM_NAMED_GRAPH ]-\u003e(n14)\nMERGE ( n15 :Resource { uri: \"\u003chttps://schema.org/Offer\u003e .\" } )\nCREATE (g)-[r15: FROM_NAMED_GRAPH ]-\u003e(n15)\nMERGE ( n16 :Resource { uri: \"\u003chttps://schema.org/url\u003e\" } )\nCREATE (g)-[r16: FROM_NAMED_GRAPH ]-\u003e(n16)\nMERGE ( n17 :Resource { uri: \"\u003curn:uuid:8c38171b-e362-4b59-b029-7f2d9e27f69f:_:c14n3\u003e\", highPrice: \"590.00\" ., lowPrice: \"849.00\" ., offerCount: 5, rdf_keys: ['\u003chttps://schema.org/highPrice\u003e','\u003chttps://schema.org/lowPrice\u003e','\u003chttps://schema.org/offerCount\u003e'], rdf_values: ['\"590.00\" .','\"849.00\" .','\"5\"^^\u003chttp://www.w3.org/2001/XMLSchema#integer\u003e .'] } )\nCREATE (g)-[r17: FROM_NAMED_GRAPH ]-\u003e(n17)\nMERGE ( n18 :Resource { uri: \"\u003chttps://schema.org/AggregateOffer\u003e .\" } )\nCREATE (g)-[r18: FROM_NAMED_GRAPH ]-\u003e(n18)\nMERGE ( n19 :Resource { uri: \"\u003chttps://schema.org/highPrice\u003e\" } )\nCREATE (g)-[r19: FROM_NAMED_GRAPH ]-\u003e(n19)\nMERGE ( n20 :Resource { uri: \"\u003chttps://schema.org/lowPrice\u003e\" } )\nCREATE (g)-[r20: FROM_NAMED_GRAPH ]-\u003e(n20)\nMERGE ( n21 :Resource { uri: \"\u003chttps://schema.org/offerCount\u003e\" } )\nCREATE (g)-[r21: FROM_NAMED_GRAPH ]-\u003e(n21)\nMERGE ( n22 :Resource { uri: \"\u003curn:uuid:8c38171b-e362-4b59-b029-7f2d9e27f69f:_:c14n2 .\u003e\" } )\nCREATE (g)-[r22: FROM_NAMED_GRAPH ]-\u003e(n22)\nMERGE ( n23 :Resource { uri: \"\u003curn:uuid:8c38171b-e362-4b59-b029-7f2d9e27f69f:_:c14n4 .\u003e\" } )\nCREATE (g)-[r23: FROM_NAMED_GRAPH ]-\u003e(n23)\nMERGE ( n24 :Resource { uri: \"\u003curn:uuid:8c38171b-e362-4b59-b029-7f2d9e27f69f:_:c14n4\u003e\", url: \"http://unimportant-baboon.org\" ., rdf_keys: ['\u003chttps://schema.org/url\u003e'], rdf_values: ['\"http://unimportant-baboon.org\" .'] } )\nCREATE (g)-[r24: FROM_NAMED_GRAPH ]-\u003e(n24)\nCREATE (n0)-[e0: FROM_NAMED_GRAPH_EDGE ]-\u003e(n1)\nCREATE (n1)-[e1: FROM_NAMED_GRAPH_EDGE ]-\u003e(n2)\nCREATE (n0)-[e2: FROM_NAMED_GRAPH_EDGE ]-\u003e(n3)\nCREATE (n3)-[e3: FROM_NAMED_GRAPH_EDGE ]-\u003e(n4)\nCREATE (n0)-[e4: FROM_NAMED_GRAPH_EDGE ]-\u003e(n5)\nCREATE (n0)-[e5: FROM_NAMED_GRAPH_EDGE ]-\u003e(n6)\nCREATE (n0)-[e6: FROM_NAMED_GRAPH_EDGE ]-\u003e(n7)\nCREATE (n7)-[e7: FROM_NAMED_GRAPH_EDGE ]-\u003e(n8)\nCREATE (n9)-[e8: FROM_NAMED_GRAPH_EDGE ]-\u003e(n1)\nCREATE (n1)-[e9: FROM_NAMED_GRAPH_EDGE ]-\u003e(n10)\nCREATE (n9)-[e10: FROM_NAMED_GRAPH_EDGE ]-\u003e(n11)\nCREATE (n9)-[e11: FROM_NAMED_GRAPH_EDGE ]-\u003e(n12)\nCREATE (n9)-[e12: FROM_NAMED_GRAPH_EDGE ]-\u003e(n13)\nCREATE (n14)-[e13: FROM_NAMED_GRAPH_EDGE ]-\u003e(n1)\nCREATE (n1)-[e14: FROM_NAMED_GRAPH_EDGE ]-\u003e(n15)\nCREATE (n14)-[e15: FROM_NAMED_GRAPH_EDGE ]-\u003e(n16)\nCREATE (n17)-[e16: FROM_NAMED_GRAPH_EDGE ]-\u003e(n1)\nCREATE (n1)-[e17: FROM_NAMED_GRAPH_EDGE ]-\u003e(n18)\nCREATE (n17)-[e18: FROM_NAMED_GRAPH_EDGE ]-\u003e(n19)\nCREATE (n17)-[e19: FROM_NAMED_GRAPH_EDGE ]-\u003e(n20)\nCREATE (n17)-[e20: FROM_NAMED_GRAPH_EDGE ]-\u003e(n21)\nCREATE (n17)-[e21: FROM_NAMED_GRAPH_EDGE ]-\u003e(n7)\nCREATE (n7)-[e22: FROM_NAMED_GRAPH_EDGE ]-\u003e(n22)\nCREATE (n17)-[e23: FROM_NAMED_GRAPH_EDGE ]-\u003e(n7)\nCREATE (n7)-[e24: FROM_NAMED_GRAPH_EDGE ]-\u003e(n23)\nCREATE (n24)-[e25: FROM_NAMED_GRAPH_EDGE ]-\u003e(n1)\nCREATE (n1)-[e26: FROM_NAMED_GRAPH_EDGE ]-\u003e(n15)\nCREATE (n24)-[e27: FROM_NAMED_GRAPH_EDGE ]-\u003e(n16)\nRETURN n0,n1,n2,n3,n4,n5,n6,n7,n8,n9,n10,n11,n12,n13,n14,n15,n16,n17,n18,n19,n20,n21,n22,n23,n24\n```\n\n### Developers\n\nSee [template-readme.md](./template-readme.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2For13%2Fmithras-web-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2For13%2Fmithras-web-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2For13%2Fmithras-web-extension/lists"}