Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to run conversion from the URL of an RDF file #252

Open
tfrancart opened this issue Feb 6, 2019 · 3 comments
Open

Ability to run conversion from the URL of an RDF file #252

tfrancart opened this issue Feb 6, 2019 · 3 comments
Milestone

Comments

@tfrancart
Copy link

In addition to setting the path to a local or the URL of a SPARQL endpoint, it would be very nice to be able to point to the URL of a remote RDF file as the data source for site generation.
This would provide the ability to chain services that generate RDF data on the fly with a site generation script.

@tfrancart tfrancart changed the title Ability to run conversion from the URL of a file Ability to run conversion from the URL of an RDF file Feb 6, 2019
@white-gecko
Copy link
Member

Thank you for sharing this use case with us. I think for now the best possibility is to setup a SPARQL endpoint in such chains, e.g. as we do it in the mmoon setup: https://github.com/MMoOn-Project/JekyllPage/blob/f99089bfa0c2394d2e06d272b88f083db0c7ad4a/.travis.yml#L20

@tfrancart
Copy link
Author

Thanks but unfortunately I can't do this. I run SKOS Play which contains a spreadsheet-2-rdf converter (http://labs.sparna.fr/skos-play/convert). It can convert online spreadsheets, typically Google spreadsheet. I am thinking of creating an API for such conversion, which would give the ability to call http://labs.sparna.fr/skos-play/api/convert?input= and that would return the RDF resulting from the conversion; and this is the kind of URL I would like to use as an input.

So you see the process : edit a spreadsheet online, then regenerate a website by passing the converter URL to jekyll-rdf. Basically this gives a quick and accessible way to manually create RDF data, and jekyll-rdf provides the way to turn that data into a website.

@white-gecko white-gecko added this to the 3.2.0 milestone Feb 6, 2019
@white-gecko
Copy link
Member

Cool, that sounds great. I've added it to our next mile-stone (which is no guarantee that it will not be moved to any future milestone).

@white-gecko white-gecko modified the milestones: 3.2.0, 3.3.0 Feb 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants