<docbook><section><title>SIOCRefBriefcaseExample2</title><para> </para>
<bridgehead class="http://www.w3.org/1999/xhtml:h5">List of Web Services (e.g Atom Publishing (SOAP), Moveable Type (XML-RPC) etc.) associated with Briefcase Data Space Instances</bridgehead>
<programlisting>prefix rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;
prefix svc: &lt;http://rdfs.org/sioc/services#&gt;
prefix sioct: &lt;http://rdfs.org/sioc/types#&gt;
select ?endp , ?proto 
where {
        ?forum a sioct:Briefcase .
        ?forum svc:has_service ?svc .
        ?svc svc:service_endpoint ?endp .
        ?svc svc:service_protocol ?proto .
      }
order by ?proto
</programlisting></section></docbook>