チェンジセット 103
- 更新日時:
- 2014/07/04 19:37:28 (10 年 前)
- パス:
- BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL
- ファイル:
-
- 3 変更
凡例:
- 変更なし
- 追加
- 削除
-
BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/AcquiredStructureAnalyzer.java
r99 r103 34 34 35 35 public static void main(String[] args) throws Exception{ 36 JenaModelGenerator jmGene = new JenaModelGenerator("c:\\ temp\\dberdf.xml");36 JenaModelGenerator jmGene = new JenaModelGenerator("c:\\cdata\\allie.ttl"); 37 37 AcquiredStructureAnalyzer impl 38 38 = new AcquiredStructureAnalyzer(jmGene.getEndpointURI(), jmGene.getGraphURIs(), jmGene.getModel()); -
BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/QueryPathGenerator.java
r101 r103 36 36 factory = new RDFSchemaAnalyzerFactory(); 37 37 setSPARQLendpoint(sparqlEndpoint); 38 factory.setAcqiredRDFFiles("/cdata"); 38 39 } 39 40 -
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){