https://github.com/aksw/linklion
LinkingLOD Portal and Link Repository.
https://github.com/aksw/linklion
Last synced: 14 days ago
JSON representation
LinkingLOD Portal and Link Repository.
- Host: GitHub
- URL: https://github.com/aksw/linklion
- Owner: AKSW
- License: gpl-2.0
- Created: 2013-11-14T18:09:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T15:41:24.000Z (over 9 years ago)
- Last Synced: 2025-09-09T02:26:53.015Z (9 months ago)
- Language: Java
- Homepage: http://www.linklion.org
- Size: 675 KB
- Stars: 4
- Watchers: 8
- Forks: 2
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
LinkLion.org Portal
===================
Linking LOD Portal Repository
- Portal saves mappings (sets of links) which have been generated in a Link Discovery step from LOD sources
- Upload of RDF-formatted N-Triple data is supported. Reasonable link types are, for example:
- http://www.w3.org/2002/07/owl#sameAs
- http://open.vocab.org/terms/near
- http://geovocab.org/spatial#P
- Uploaded data should be enriched by metadata, i.e.:
- framework used into the Link Discovery process
- algorithm used
- information about used sources
- RDF data and additional metadata are converted using existing ontologies and
our provided LinkLion.org ontology which is described at http://www.linklion.org:8080/portal/vocabulary.html
Installation
------------
- Installation needs a configured Virtuoso triple store and a MariaDB/MySQL database
- `mvn clean install`
- Deploy war file on your Tomcat server
- `[local Tomcat url:port]/portal`