{"id":22302646,"url":"https://github.com/dataoneorg/puri-service","last_synced_at":"2026-03-19T22:21:37.549Z","repository":{"id":71253799,"uuid":"131916237","full_name":"DataONEorg/puri-service","owner":"DataONEorg","description":"The DataONE service for resolving PURIs to resources like datasets, people, and organizations","archived":false,"fork":false,"pushed_at":"2018-05-08T00:45:13.000Z","size":7,"stargazers_count":1,"open_issues_count":8,"forks_count":0,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-06-13T11:51:25.772Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DataONEorg.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}},"created_at":"2018-05-02T23:27:15.000Z","updated_at":"2018-05-08T00:45:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"f419e433-572c-4746-81d9-c22a24f21b99","html_url":"https://github.com/DataONEorg/puri-service","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DataONEorg/puri-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataONEorg%2Fpuri-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataONEorg%2Fpuri-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataONEorg%2Fpuri-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataONEorg%2Fpuri-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DataONEorg","download_url":"https://codeload.github.com/DataONEorg/puri-service/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataONEorg%2Fpuri-service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28921601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T22:32:35.345Z","status":"ssl_error","status_checked_at":"2026-01-30T22:32:31.927Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2024-12-03T18:40:34.851Z","updated_at":"2026-01-30T22:41:18.378Z","avatar_url":"https://github.com/DataONEorg.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# puri-service\n\nThe DataONE service for resolving PURIs to resources like datasets, people, and organizations.\n\n## Summary\n\nThe core idea is to provide the following things to DataONE:\n\n- Platform service version independent URIs for resources that existed either literally (Objects, Nodes, Accounts) or virtually (Datasets, People, Organizations)\n- Stable \u0026 resolvable Linked Open Data URIs for use in Linked Open Data contexsts such as RDF and JSON-LD\n- Provide HTTP Content Negotiation for clients\n\n### High level overview\n\n```text\n┌──────────────┐                 ┌──────────────┐               ┌──────────────┐\n│    Client    │─────makes ─────▶│ PURI Service │───redirects ─▶│ DataONE API  │\n└──────────────┘   request to    └──────────────┘       to      └──────────────┘\n        ▲                                                               │\n        │                           responds                            │\n        └──────────────────────────────to───────────────────────────────┘\n```\n\n### Example requests\n\n```text\n             .───────────.\n    ┌──────▶(   Client    )\n    │        `───────────'\n    │              │\n    │            makes             makes\n    │           request┬──────────request─────────────────────┐\n    │                  │                                      │\n    │                  ▼                                      ▼\n    │    ┌──────────────────────────┐         ┌───────────────────────────────┐\n    │    │GET /dataset/X            │         │GET /dataset/X                 │\n    │    │Accept: text/html         │         │Accept: application/ld+json    │\n    │    └──────────────────────────┘         └───────────────────────────────┘\n    │                  │                                      │\n    │              is  │                                      │is\nreturns        redirected                                  redirected\nresponse           to                                          to\n    │              ▼                                           ▼\n    │            ┌────────────────────────────────────────────────────────────┐\n    │            │                        PURI Service                        │\n    │            └────────────────────────────────────────────────────────────┘\n    │               │                                          │\n    │              is                                         is\n    │          redirected                                 redirected\n    │              to │                                       to\n    │                 │                                        │\n    │                 ▼                                        ▼\n    │ ┌──────────────────────────────┐    ┌───────────────────────────────────┐\n    │ │search.dataone.org/#view/X    │    │LOD Service                        │\n    │ │Content-Type: text/html       │    │Content-Type: application/json+ld  │\n    │ └──────────────────────────────┘    └───────────────────────────────────┘\n    │                 │                                     │\n    │                 │                                     │\n    └─────────────────◀─────────────────────────────────────┘\n```\n\n## Installation\n\nTODO\n\n## Development\n\nTODO\n\n## Contributing\n\nPlease report any bugs or feature requests as Issues on this repository. Pull Requests welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataoneorg%2Fpuri-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdataoneorg%2Fpuri-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataoneorg%2Fpuri-service/lists"}