Description
Unilectin RDF endpoint
The SPARQL endpoint is reachable at: https://unilectin.unige.ch/sparql
Example queries using curl
Write a command including the query to select 10 predicates and return data as json:
curl -X POST https://unilectin.unige.ch/sparql --data-urlencode 'query=SELECT * { ?s ?p ?o } LIMIT 10' --data-urlencode 'format=json'
The SPARQL query can be loaded from a file (protein_ref_isoform.rq in the example):
curl -X POST https://unilectin.unige.ch/sparql -H 'content-type: application/sparql-query' -H 'accept: application/sparql-results+json' --data-binary @your_query_file.rq
Output formats
- application/sparql-results+json
Sample SPARQL files
- TODO: put the sample queries
By using this site you agree to our privacy policy.
Please confirm you agree with the privacy policy before using the site.