- From: Thad Guidry <thadguidry@gmail.com>
- Date: Thu, 25 Jun 2020 08:36:10 -0500
- To: Adrian Pohl <pohl@hbz-nrw.de>
- Cc: public-reconciliation@w3.org
- Message-ID: <CAChbWaO6Cn3xdh5m6Z3s-VX-RE-ET_9tfu9C-hxUA1Y7mH3MQQ@mail.gmail.com>
*Wikidata*
So it seems 1 reconcile endpoint (Wikidata) is just missing a bit of info
about a type of Identifier in a service that happens to also run a
reconcile endpoint (GND), no?
I think it would help if there was a new property in Wikidata for knowing
that there's a lookup URL for their identifiers to get more information. A
reconcile service.
Why not add those statements:
Add a statement on that item, using the API endpoint (P6269)
> <https://www.wikidata.org/wiki/Property:P6269> property, adding the OpenRefine
> reconciliation service API (Q64490175)
> <https://www.wikidata.org/wiki/Q64490175> as protocol (P2700)
> <https://www.wikidata.org/wiki/Property:P2700> in a qualifier. You can
> also add a link to the documentation for the endpoint by adding a user
> manual link (P2078) <https://www.wikidata.org/wiki/Property:P2078> or described
> at URL (P973) <https://www.wikidata.org/wiki/Property:P973> qualifier.
> See this example for how it is done
> <https://www.wikidata.org/wiki/Q922063#P6269>.
>
to the GND ID property P227 <https://www.wikidata.org/wiki/Property:P227>
or allowing those statements on any authority control
<https://www.wikidata.org/wiki/Q18614948>?
*Reconciliation Service API*
We might also think about actually helping the Linked Data ecosystem by
extending the Reconciliation Query Response with a new optional array of
*"linked_data"* ?
Service providers optionally could then have a place to give clients that
info on the first pass, perhaps only the service's *reconcile_endpoint* or
a fuller *service_manifest* ?
Or it's a terrible idea and just let me know. :-)
"q1": {
"result": [
{
"id": "120333937",
"name": "Urbaniak, Regina",
"score": 53.015232,
"match": false,
"linked_data": [
{
"service_manifest": [
"name": "Getty"
"identifierSpace": "
http://vocab.getty.edu/doc/#GVP_URLs_and_Prefixes",
"service_url": "https://example.com/api",
"service_path": "/suggest",
"reconcile_endpoint": "https://example.com/api"
...
],
"service_manifest": [
"reconcile_endpoint": "https://example.com/api"
...
]
}
]
"type": [
{ "id": "AuthorityResource", "name": "Normdatenressource" },
{ "id": "DifferentiatedPerson", "name":
"Individualisierte Person" }
]
}
]
}
Thad
https://www.linkedin.com/in/thadguidry/
Received on Thursday, 25 June 2020 13:36:35 UTC