{"id":42358601,"url":"https://github.com/ontodev/wiring.rs","last_synced_at":"2026-01-27T16:38:01.121Z","repository":{"id":107104236,"uuid":"378981446","full_name":"ontodev/wiring.rs","owner":"ontodev","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-02T00:01:17.000Z","size":581,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-02T02:24:34.905Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ontodev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-06-21T15:40:16.000Z","updated_at":"2025-08-25T03:12:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"cfb19575-3990-4220-9e69-29d1c4c2322f","html_url":"https://github.com/ontodev/wiring.rs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ontodev/wiring.rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ontodev%2Fwiring.rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ontodev%2Fwiring.rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ontodev%2Fwiring.rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ontodev%2Fwiring.rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ontodev","download_url":"https://codeload.github.com/ontodev/wiring.rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ontodev%2Fwiring.rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28816563,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-27T16:38:01.035Z","updated_at":"2026-01-27T16:38:01.112Z","avatar_url":"https://github.com/ontodev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wiring (with Rust)\n\n**The code is in active development and subject to frequent changes.**\n\n**Feedback and PRs are welcome! There is always more to do and things to improve.**\n\n`wiring` reads OWL axioms serialised as *thick triples* and generates *OWL Functional Notation S-expressions* (OFN S-expression).\nFor example, the OWL axiom \n`obo:OBI_1110023 equivalentTo obo:RO_0000087 some obo:OBI_1110082` \nis encoded by the thick triple\n```\n{\"object\":{\"owl:onProperty\":[{\"object\":\"obo:RO_0000087\"}],\"owl:someValuesFrom\":[{\"object\":\"obo:OBI_1110082\"}],\"rdf:type\":[{\"object\":\"owl:Restriction\"}]},\"predicate\":\"owl:equivalentClass\",\"subject\":\"obo:OBI_1110023\"} \n```\nwhich can be translated with `wiring` into the OFN S-expression\n`[\"EquivalentClasses\",\"obo:OBI_1110023\",[\"ObjectSomeValuesFrom\",\"obo:RO_0000087\",\"obo:OBI_1110082\"]]`.\n\nAn OFN S-expression can be processed in `wiring`, e.g. by replacing named entities with their corresponding labels: `[\"EquivalentClasses\",\"'immunogen@en'\",[\"ObjectSomeValuesFrom\",\"'has role@en'\",\"obo:OBI_1110082\"]]`. Such (processed) OFN S-expressions can be serialised into Manchester Syntax: `EquivalentClasses: 'immunogen@en', 'has role@en' some obo:OBI_1110082`.\n\n## tl;dr\n\nThe `main.rs` file contains example code showcasing the basic functionality of `wiring` by translating thick triples into OFN S-expressions and serialising them in Manchester Syntax. \n\n## Things to do\n- `wiring` currently only supports class expression axioms (excluding data types) and should be extended to all of OWL \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fontodev%2Fwiring.rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fontodev%2Fwiring.rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fontodev%2Fwiring.rs/lists"}