A frontend for Linked Open Data via SPARQL
Find a file
2020-01-20 01:38:57 +09:00
app fix incorrct content-type header 2020-01-20 01:09:35 +09:00
bootstrap add config for additional namespaces 2020-01-20 01:22:23 +09:00
config bump version to v1.1.0 2020-01-20 01:38:13 +09:00
database first commit 2020-01-19 21:24:54 +09:00
public first commit 2020-01-19 21:24:54 +09:00
resources/views embed JSON-LD in HTML page 2020-01-20 01:27: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
.editorconfig first commit 2020-01-19 21:24:54 +09:00
.env.example first commit 2020-01-19 21:24:54 +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 first commit 2020-01-19 21:24:54 +09:00
composer.lock first commit 2020-01-19 21:24:54 +09:00
phpunit.xml first commit 2020-01-19 21:24:54 +09:00
README.md update README.md 2020-01-20 01:35:23 +09:00

lodfe

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

Installation

$ composer install
$ cp .env{.example,}
$ cp config/datasets.php{.example,}