Uploaded image for project: 'Marmotta (Retired)'
  1. Marmotta (Retired)
  2. MARMOTTA-597

SPARQL query to retrieve the list of named graphs

    XMLWordPrintableJSON

Details

    Description

      The following query to retrieve the list of named graphs is not supported

      SELECT ?g { 
          GRAPH ?g {}
      }
      

      Nonetheless the list of named graph can be retrieved with

      SELECT DISTINCT ?g {
          GRAPH ?g { ?s ?p ?o . }
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            luigiselmi Luigi Selmi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: