A frontend for Linked Open Data via SPARQL
Find a file
2020-09-01 03:29:37 +09:00
app Support configuration for http client 2020-09-01 03:17:05 +09:00
bootstrap Update EasyRdf to v1.0.0 2020-08-27 01:00:58 +09:00
config bump version to v1.2.5 2020-09-01 03:29:37 +09:00
database first commit 2020-01-19 21:24:54 +09:00
docker Add Dockerfiles 2020-09-01 03:28:41 +09:00
public first commit 2020-01-19 21:24:54 +09:00
resources/views Update EasyRdf to v1.0.0 2020-08-27 01:00:58 +09:00
routes fix error in routing when running artisan 2020-01-20 01:07:11 +09:00
storage first commit 2020-01-19 21:24:54 +09:00
tests first commit 2020-01-19 21:24:54 +09:00
.dockerignore Add Dockerfiles 2020-09-01 03:28:41 +09:00
.editorconfig Add Dockerfiles 2020-09-01 03:28:41 +09:00
.env.example Add Dockerfiles 2020-09-01 03:28:41 +09:00
.gitignore change .gitignore 2020-01-19 22:19:14 +09:00
.styleci.yml first commit 2020-01-19 21:24:54 +09:00
artisan first commit 2020-01-19 21:24:54 +09:00
composer.json Update EasyRdf to v1.0.0 2020-08-27 01:00:58 +09:00
composer.lock Update EasyRdf to v1.0.0 2020-08-27 01:00:58 +09:00
docker-compose.dev.yml Add Dockerfiles 2020-09-01 03:28:41 +09:00
docker-compose.yml Add Dockerfiles 2020-09-01 03:28:41 +09:00
LICENSE create LICENSE 2020-01-20 01:48:11 +09:00
phpunit.xml first commit 2020-01-19 21:24:54 +09:00
README.md Add Dockerfiles 2020-09-01 03:28:41 +09:00

lodfe

SPARQLエンドポイントを用いたLinked Open Dataフロントエンド(Pubbyみたいなやつ)

Installation

$ git clone https://github.com/Babibubebon/lodfe.git
$ cd lodfe
$ composer install
$ cp config/datasets.php{.example,}