List of all Documentation Search Patterns
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix doc: <http://demo.openlinksw.com/schemas/doc#>
select *
where
{
?search rdf:type doc:Search .
optional { ?search doc:anch ?anch} .
optional { ?search doc:text ?text} .
optional { ?search doc:belongs_to_file ?belongs_to_file } .
}
LIMIT 100
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 Search Patterns.