SPARQL: Difference between revisions

    From Consumerium development wiki R&D Wiki
    (edit for style. maybe should just integrate onto databases article)
    (+ sparql-playground.sib.swiss)
     
    Line 12: Line 12:
    ''' See also '''
    ''' See also '''
    * [[Databases]] offers a wider view into this
    * [[Databases]] offers a wider view into this
    ''' External links '''
    * http://sparql-playground.sib.swiss/help/doc/about - SPARQL playground is a standalone multi-platform web application used to learn SPARQL

    Latest revision as of 23:31, 4 March 2019

    SPARQL is a query language for graphs composed of subject-predicate-object RDF triplets.

    Copyleft or free-of-charge implementations of SPARQL endpoint ability producing software alternatives

    Tools

    • http://d2rq.org/ - Enables writing queries in SPARQL that actually access traditional relational database and receiving results and RDF graphs. Could be very useful as glue code between MediaWiki's data in the MariaDB and the public and private SPARQL databases

    See also

    External links