SPARQL: Difference between revisions

    From Consumerium development wiki R&D Wiki
    (moving the quote form Wikipedia citates to database)
    (edit for style. maybe should just integrate onto databases article)
    Line 1: Line 1:
    <big>'''See [[Database]]'''</big>
    SPARQL is a query language for graphs composed of subject-predicate-object RDF triplets.


    * See [[w:List of SPARQL implementations]] for all [[w:triplestores]] that provide SPARQL querying endpoint
    * See [[w:List of SPARQL implementations]] for all [[w:triplestores]] that provide SPARQL querying endpoint
    Line 9: Line 9:
    ''' Tools '''
    ''' 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
    * 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 '''
    * [[Databases]] offers a wider view into this

    Revision as of 16:46, 1 September 2016

    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