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 *
where
{
?collection rdf:type doc:Collection .
?collection rdf:type bibo:Collection .
?collection bibo:identifier ?identifier .
?collection bibo:author ?author .
}
Sample Data (Live Query Results)
- Click *Here* for an Interactive-Web View of Virtuoso Documentation.
- Click *Here* for a live SPARQL Query (via SPARQL Protocol) against a collection of Virtuoso Documentation Collections.