Discover·me·Semantically is an online web tool enabling authorship and download of RDF, and RDF visualization in Linked Open Data.
Discover·me·Semantically eases the pain of:
- Downloading personalized RDF files
- Visualizing the embedded RDF content in Linked Open Data (with LodLive)
This work has been carried out in the SerenA project, as part of a larger investigation on the potential of serendipitous discovery with linked open data.
Here is an instance of Discover·me·Semantically , to try it out for yourself.
- PHP rdf libraries
Due to the large file size, I have omitted the php libraries from this repository.
To add it, download it
unzip rap-v096.zip
mv rdfapi-php/ /location/to/discover-me-semantically/include/
- Apache write permissions
Apache needs to write RDF files to the rdf/ directory when a user wishes to visualize their RDF with LodLive. To allow Apache to do this:
chmod 777 rdf/
- Achieve triple-A compliance for CSS code
- Enable the feature to publish RDF to Sindice using their ping service (currently disabled)
- Add a URI description mechanism, allowing users to confidently select the most appropriate URIs
- Add more searching backends. Currently the DBpedia lookup and Sindice search services are used. Ideas... FactForge, British Library. What else?
- More input fields. What other properties might users want to declare? The current form is a fairly minimal list
- Formalize the goal ontology. The current select box presents four types of goals. What other goals might people have, and what should the vocabulary look like. It is also desirable to be able to resolve the namespace for the SerenA vocabulary.
We're very open to pull requests! If you'd like to collaborate, offer feedback, or best of all - better code, feel free to do so. Please use the issues section on this github repository.