| | 1 | = Querying Gnowsis = |
| | 2 | |
| | 3 | test queries using the web interface: |
| | 4 | http://127.0.0.1:9993/sesame1/actionFrameset.jsp?repository=pimo |
| | 5 | |
| | 6 | Useful strings (they can be found in !PimoQueryApi) |
| | 7 | {{{ |
| | 8 | SERQL postamble |
| | 9 | |
| | 10 | USING NAMESPACE rdf = <http://www.w3.org/1999/02/22-rdf-syntax-ns#>, |
| | 11 | rdfs = <http://www.w3.org/2000/01/rdf-schema#>, |
| | 12 | pimo = <http://ontologies.opendfki.de/repos/ontologies/pim/pimo#>, |
| | 13 | pimoapi = <http://ontologies.opendfki.de/repos/ontologies/pim/pimo-api#>, |
| | 14 | aperture = <http://aperture.semanticdesktop.org/ontology/data#>, |
| | 15 | source = <http://aperture.semanticdesktop.org/ontology/source#>, |
| | 16 | crawl = <http://www.gnowsis.org/ont/crawlreport/0.9#> |
| | 17 | |
| | 18 | SPARQL_PREAMBLE |
| | 19 | |
| | 20 | PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> |
| | 21 | PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> |
| | 22 | PREFIX pimoapi: <http://ontologies.opendfki.de/repos/ontologies/pim/pimo-api#> |
| | 23 | PREFIX pimo: <http://ontologies.opendfki.de/repos/ontologies/pim/pimo#> |
| | 24 | }}} |