ODS.SIOCRefBriefcaseExample3
Dump of all Briefcase (WebDAV?) Items from special "Public" folder
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX sioc: <http://rdfs.org/sioc/ns#> PREFIX sioct: <http://rdfs.org/sioc/types#> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX dct: <http://purl.org/dc/elements/1.1/> PREFIX dcc: <http://purl.org/dc/terms/> SELECT DISTINCT ?forum_name, ?post, ?title, ?cr, ?url, ?links_to WHERE { ?forum a sioct:Briefcase . ?forum sioc:id ?forum_name. ?forum sioc:container_of ?post. OPTIONAL { ?post dct:title ?title }. OPTIONAL { ?post dcc:created ?cr }. OPTIONAL { ?post sioc:link ?url }. OPTIONAL { ?post sioc:links_to ?links_to }. } ORDER BY DESC (?cr)
Sample Data (Live Query Results)
- View Query Results (via SPARQL Protocol URL)
- View Query Results (via iSPARQL Results URL)
- View Query Editor (via iSPARQL Visual Query Editor URL)