VOS.SIOCRefWikiExample5
List of Web Services (e.g Atom Publishing (SOAP), Moveable Type (XML-RPC) etc.) associated with Wiki Data Space Instances
PREFIX svc: <http://rdfs.org/sioc/services#> PREFIX sioct: <http://rdfs.org/sioc/types#> SELECT ?endp ?proto WHERE { ?forum a sioct:Wiki . ?forum svc:has_service ?svc . ?svc svc:service_endpoint ?endp . ?svc svc:service_protocol ?proto } ORDER BY ?proto
Sample Data (Live Query Results)
- A live SPARQL Query (via SPARQL Protocol) against a collection of Wiki Services.