Changes between Initial Version and Version 1 of QueryingGnowsis


Ignore:
Timestamp:
08/23/06 18:52:28 (18 years ago)
Author:
sauermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QueryingGnowsis

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