sameAs Lite is an open source software to provide sameAs® services.
The sameAs services are motivated by the Semantic Web and especially Linked Data, although they have wider uses.
Linked Data is a way of joining and relating information in a machine readable way. One of the principles of Linked Data is that all things can be referred to by a URI; these things may be things such as a person or book, where we are used to having identifiers, or more abstract concepts such as anger, expertise, last week, sub-Saharan Africa or a Charm Quark. Since anyone can publish Linked Data about anything, without universal agreement on identifiers for everything (which will clearly never happen), different sources may use many different IDs that identify the same thing [1]. sameAs allows users to search for a Linked Data URI and other URIs that are equivalent will be returned.
It should be noted that the sameAs Lite software makes no assumptions or requirements that the identifiers being managed are Linked Data URIs.
Read more about the sameAs concepts and its history...
A website with some sample data can be found here.
The sameAs Lite WebApp is able to work straight out of the box as long as Apache is installed.
-
Edit
config.ini
and add the information for the stores you are using. -
The default username and password for the restricted areas is 'demo'. To change this run
htpasswd -c -m auth.htpasswd username
. To add extra users runhtpasswd -m auth.htpasswd username
. -
Create an empty sqlite3 database. Update the location parameter of the teststore in the
config.ini
with the path to this database (the default isdb/sameaslite-store.db
). -
Add pairs to the stores using the web interface. Navigate to
/api
to do this.
Please refer to the Github Wiki for detailed installation instructions.
Read more on how to contribute to SameAs-Lite...
Support info here
SameAs-Lite is released under the MIT License.
SameAs® is a registered trademark of Seme4 Ltd.