Custom Query (2152 matches)
Results (454 - 456 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2364 | fixed | Investigation of payment gateways | ross | ross |
Description |
Need to investigate alternative payment gateways |
|||
#2365 | fixed | Investigation of multisite | ross | ross |
Description |
What would as a multisite CKAN look like? This is really part of the work around turnkey/hosted CKAN |
|||
#2379 | fixed | RDF output, api/sparql | ross | ross |
Description |
From: Pierre-Yves Vandenbussche In my use case I need to fetch every sparql endpoint associated to a dataset. With the previous version of your endpoint, I was doing this query: SELECT DISTINCT ?dataset ?endpoint ?title ?identifier WHERE {
} ORDER BY ?title Using your new version,dcterms:title of a dataset is now a rdfs:label ... OK Unfortunately, I don't have the information of "api/sparql" anymore. So I can not differentiate between a dump file and a SPARQL endpoint... Add the required information to the RDF template. |