List of all Documentation files with details:
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 {
?file rdf:type doc:File .
?file rdf:type bibo:Article .
?file bibo:identifier ?ident .
?file bibo:author ?author .
?file doc:belongs_to_collection ?collection .
?file doc:type ?type .
?file bibo:presentedAt ?presented .
?file bibo:url ?url .
}
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 files.