| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fuseki_strange_errors.txt | 2018-11-28 | 7.0 kB | |
| fuseki_parse_error_in_UI.png | 2018-11-28 | 116.3 kB | |
| Totals: 2 Items | 123.2 kB | 0 | |
#########################################################################
PLUGIN OMEKA BNFMASHUP
#########################################################################
Un plugin pour Omeka qui permet d'incruster des données provenant de
la BnF.
Dans le dossier zippé Bnfmashup.zip, voir le fichier LISEZ-MOI.txt.
#########################################################################
TUTORIEL Fuseki BnF
#########################################################################
Un tutoriel (brouillon) pour
-- installation de Fuseki avec index Lucene
-- manipulation des données BnF
-- construire un mashup
Ce tutoriel accompagne les fichiers ci-dessous.
#########################################################################
FFL_BnF_dataset_fuseki
#########################################################################
A sample dataset from http://data.bnf.fr, in order to
-- test fuseki
-- explore BnF RDF data
├── config.ttl
├── dataset_philo-18e-siecle.n3
├── echantillon_bnf.ttl
├── fusion_fichiers_editions-NT.sh
├── NOTES.txt
├── suppression_triplets.sh
└── tdbloader_un_par_un.sh
#########################################################################
bnf_mashup_and_vis
#########################################################################
A 'PHP-fuseki' sandbox to use with data.bnf.fr sample (cf above) or other RDF data.
.
├── config.php
├── controllers
│ └── Controller.php
├── CSS
│ └── css1.css
├── help.html
├── index.php
├── JS
│ └── FFL_Classes.js
├── lib
│ ├── Endpoint.php
│ └── FusekiService.php
├── models
│ └── Model.php
├── NOTES.txt
├── search.php
└── test.php