« Project:API/en » : différence entre les versions

De Référentiels d’autorité Biblissima
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
(Mise à jour pour être en accord avec la nouvelle version de la source de la page)
Ligne 3 : Ligne 3 :




<div class="mw-translate-fuzzy">
The publication of the Biblissima Authority Files is part of a process of opening up the data and making it reusable. Thus this platform provides authority data available in a structured way that can be used by computer programs through '''web services''' (or Web APIs).
The publication of the Biblissima Authority Files is part of a process of opening up the data and making it reusable. Thus this platform provides authority data available in a structured way that can be used by computer programs through '''web services''' (or Web APIs).
</div>


<div class="mw-translate-fuzzy">
{{Note|class=info|texte=For more detailed explanations, you can contact the Biblissima team at [mailto:team@biblissima-condorcet.fr team@biblissima-condorcet.fr]}}
{{Note|class=info|texte=For more detailed explanations, you can contact the Biblissima team at [mailto:team@biblissima-condorcet.fr team@biblissima-condorcet.fr]}}
 
</div>
== Mediawiki/Wikibase API ==
 
The data.biblissima.fr platform has the same API access as Wikidata or other Mediawiki/Wikibase instances:
 
* '''API endpoint and documentation: https://data.biblissima.fr/w/api.php'''
* '''API Sandbox''' to experiment (guided queries via a web form): https://data.biblissima.fr/w/Spécial:ApiSandbox
 
Read the official documentation:
* [https://www.mediawiki.org/wiki/API:Main_page MediaWiki Action API ]
* [https://www.mediawiki.org/wiki/Wikibase/API Wikibase API]
 
== Linked Data Interface (RDF) ==
 
Every entity or property within the platform is identified on the Web of Linked Data by a ''URI'' minted as follows: <pre>https://data.biblissima.fr/entity/Q{id}</pre>
 
Example: https://data.biblissima.fr/entity/Q2785
 
Raw data of an individual entity is available in ''JSON'' format and in different '''RDF''' serialisations: RDF/XML, N-Triples, Turtle and N3.
 
They are accessible in two ways:
# through the [https://developer.mozilla.org/fr/docs/Web/HTTP/Content_negotiation content negotiation] mechanism.
# through the Special:EntityData URL, by suffixing the extension of the desired format (<code>.json</code>, <code>.rdf</code>, <code>.ttl</code> or <code>.nt</code>): <pre>https://data.biblissima.fr/w/Spécial:EntityData/Q{id}.{extension}</pre>.
 
Example: https://data.biblissima.fr/w/Spécial:EntityData/Q2785.json
 
Read more information at https://www.wikidata.org/wiki/Wikidata:Data_access#Linked_Data_interface
 
== SPARQL Endpoint ==
 
''This access point is currently being tested''.
 
== Data Reconciliation Service API for OpenRefine ==
 
This web service allows you to connect [https://openrefine.org/ OpenRefine] to the data.biblissima.fr platform in order to ''align your data with existing Biblissima entities'' (shelfmarks, persons, organisations, places etc.).
 
* '''Reconciliation API endpoint: https://data.biblissima.fr/reconcile/fr/api'''
* URL of the [https://reconciliation-api.github.io/specs/0.1/#service-manifest service manifest] (for OpenRefine): https://raw.githubusercontent.com/OpenRefine/wikibase-manifests/master/biblissima-data-manifest.json
 
Reconciliation is the process of matching a dataset with an external data source. This can be used to harmonise the different spellings or variations of the same name (proper name, descriptor label, manuscript shelfmark etc.), and to link your data to an existing dataset that is likely to provide additional information on a given entity (geographical coordinates, dates of birth and death, bibliographic references, links and external identifiers, etc.).
 
To learn more about data reconciliation with OpenRefine: https://docs.openrefine.org/manual/reconciling

Version du 12 avril 2024 à 17:41

Autres langues :


The publication of the Biblissima Authority Files is part of a process of opening up the data and making it reusable. Thus this platform provides authority data available in a structured way that can be used by computer programs through web services (or Web APIs).

For more detailed explanations, you can contact the Biblissima team at team@biblissima-condorcet.fr