- 更新日時:
- 2014/07/04 19:37:28 (10 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/StructureCrawler.java
r93 r103 16 16 // this is just for a test 17 17 public static void main(String[] args) throws Exception{ 18 StructureCrawler sc = new StructureCrawler(new File("c:\\ temp"));19 sc.crawl("http://dbe-rdf.biosciencedbc.jp/sparql", "biosciencedbc.ttl");18 StructureCrawler sc = new StructureCrawler(new File("c:\\cdata")); 19 // sc.crawl("http://dbe-rdf.biosciencedbc.jp/sparql", "biosciencedbc.ttl"); 20 20 21 System.out.println("done");21 // System.out.println("done"); 22 22 23 23 … … 42 42 JenaModelGenerator jmGene = new JenaModelGenerator(file.getAbsolutePath()); 43 43 uri = jmGene.getEndpointURI(); 44 45 44 System.out.println("URI: "+ uri); 46 45 }catch(Exception ex){