{"id":29035389,"url":"https://github.com/professionalwiki/gnd-wikibase-converter","last_synced_at":"2026-03-10T19:32:41.321Z","repository":{"id":44901740,"uuid":"317681185","full_name":"ProfessionalWiki/gnd-wikibase-converter","owner":"ProfessionalWiki","description":"Converts GND PICA into Wikibase items","archived":false,"fork":false,"pushed_at":"2022-12-16T13:14:12.000Z","size":309,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-26T12:09:24.470Z","etag":null,"topics":["gnd","wikibase"],"latest_commit_sha":null,"homepage":"https://wikibase.consulting","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProfessionalWiki.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}},"created_at":"2020-12-01T22:11:13.000Z","updated_at":"2022-10-07T01:08:39.000Z","dependencies_parsed_at":"2023-01-29T14:01:00.425Z","dependency_job_id":null,"html_url":"https://github.com/ProfessionalWiki/gnd-wikibase-converter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ProfessionalWiki/gnd-wikibase-converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProfessionalWiki%2Fgnd-wikibase-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProfessionalWiki%2Fgnd-wikibase-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProfessionalWiki%2Fgnd-wikibase-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProfessionalWiki%2Fgnd-wikibase-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProfessionalWiki","download_url":"https://codeload.github.com/ProfessionalWiki/gnd-wikibase-converter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProfessionalWiki%2Fgnd-wikibase-converter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270849832,"owners_count":24656440,"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-08-17T02:00:09.016Z","response_time":129,"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":["gnd","wikibase"],"created_at":"2025-06-26T12:09:18.804Z","updated_at":"2026-03-10T19:32:41.284Z","avatar_url":"https://github.com/ProfessionalWiki.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GND Wikibase Converter\n\nPHP library that provides services to convert [GND] items in PICA+ format to\na structure ready for import into [Wikibase].\n\nGND Wikibase Converter was created by [Professional.Wiki] for the [German National Library].\n\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ProfessionalWiki/gnd-wikibase-converter/ci.yml?branch=master)](https://github.com/ProfessionalWiki/gnd-wikibase-converter/actions?query=workflow%3ACI)\n[![Type Coverage](https://shepherd.dev/github/ProfessionalWiki/gnd-wikibase-converter/coverage.svg)](https://shepherd.dev/github/ProfessionalWiki/gnd-wikibase-converter)\n[![codecov](https://codecov.io/gh/ProfessionalWiki/gnd-wikibase-converter/branch/master/graph/badge.svg?token=GnOG3FF16Z)](https://codecov.io/gh/ProfessionalWiki/gnd-wikibase-converter)\n[![Latest Stable Version](https://poser.pugx.org/dnb/wikibase-converter/version.png)](https://packagist.org/packages/dnb/wikibase-converter)\n[![Download count](https://poser.pugx.org/dnb/wikibase-converter/d/total.png)](https://packagist.org/packages/dnb/wikibase-converter)\n\n## Installation\n\nThis library can be used in your projects via the [Composer dependency manager].\n\nThe package name is `dnb/wikibase-converter`. Minimal example of a `composer.json` file:\n\n```json\n{\n    \"require\": {\n        \"dnb/wikibase-converter\": \"~1.0\"\n    }\n}\n```\n\n## Usage\n\nPICA+ JSON to Wikibase-like data structure\n\n```php\nuse DNB\\WikibaseConverter\\PicaConverter;\n$gndItem = PicaConverter::newWithDefaultMapping()-\u003epicaJsonToGndItem( $string );\n\n$gndItem-\u003egetPropertyIds();\n$gndItem-\u003egetStatementsForProperty( 'P123' );\n```\n\n## Development\n\nStart by installing the project dependencies by executing\n\n    composer update\n\nYou can run the tests by executing\n\n    make test\n\nYou can run the style checks by executing\n\n    make cs\n\nTo run all CI checks, execute\n\n    make ci\n\nYou can also invoke PHPUnit directly to pass it arguments, as follows\n\n    vendor/bin/phpunit --filter SomeClassNameOrFilter\n\n## Release notes\n\n### Version 0.1.0\n\nUnder development\n\n\n\n[Professional.Wiki]: https://professional.wiki\n[Composer dependency manager]: https://getcomposer.org/\n[German National Library]: https://www.dnb.de/\n[Wikibase]: https://wikibase.consulting/what-is-wikibase/\n[GND]: https://www.dnb.de/EN/Professionell/Standardisierung/GND/gnd_node.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofessionalwiki%2Fgnd-wikibase-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprofessionalwiki%2Fgnd-wikibase-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofessionalwiki%2Fgnd-wikibase-converter/lists"}