Virtuoso Open-Source Wiki
Virtuoso Open-Source, OpenLink Data Spaces, and OpenLink Ajax Toolkit
Advanced Search
Help?
Location: / Dashboard / Main / DocsREFExample5

List of all Documentation Files Properties

prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix doc: <http://demo.openlinksw.com/schemas/doc#>
select * 
where 
  { 
    ?property rdf:type doc:Property .
    optional { ?property doc:name ?name } .
    optional { ?property doc:type ?type } .
    optional { ?property doc:value ?value } .
    optional { ?property doc:belongs_to_collection ?belongs_to_collection } .
    optional { ?property doc:belongs_to_file ?belongs_to_file } .
  }

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 Properties.
Powered By Virtuoso