Uploaded image for project: 'Stanbol (Retired)'
  1. Stanbol (Retired)
  2. STANBOL-424

SPARQL queries using FROM/FROM NAMED do not work as expected

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Not A Problem
    • None
    • contenthub-0.10.0
    • Contenthub
    • None

    Description

      The following query returns results from a specific graph as expected:
      SELECT ?s ?p ?o
      WHERE {
      GRAPH <http://www.example.org/somegraph> ;

      { ?s ?p ?o . }

      }

      However using FROM or FROM NAMED as per the following queries does not return any results:
      SELECT ?s ?p ?o
      FROM NAMED <http://www.example.org/somegraph> ;
      WHERE {
      ?s ?p ?o .
      }

      SELECT ?s ?p ?o
      FROM <http://www.example.org/somegraph> ;
      WHERE {
      ?s ?p ?o .
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            penthes Stephen Bayliss
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: