List of all Documentation Collections


PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX doc: <http://demo.openlinksw.com/schemas/doc#>
PREFIX bibo: <http://purl.org/ontology/bibo/>
SELECT * 
FROM <http://demo.openlinksw.com/Doc>
WHERE 
  { 
    ?collection rdf:type doc:Collection .
  }

Sample Data (Live Query Results)