List of all Collections details
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix sioc: <http://rdfs.org/sioc/ns#>
prefix bibo: <http://purl.org/ontology/bibo/>
select *
from <http://demo.openlinksw.com/Doc>
where
{
?forum a sioc:Container .
?forum sioc:is_collection_of ?collection.
optional{ ?collection bibo:author ?author} .
optional{ ?collection bibo:identifier ?identifier} .
optional{ ?collection bibo:presentedAt ?presentedAt} .
optional{ ?collection bibo:url ?url} .
optional{ ?collection sioc:content ?content} .
optional{ ?collection sioc:description ?description} .
}
limit 10
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 list of Collection details.