Ejemplo n.º 1
0
  @Test
  public void testOGVICProcess() throws FileNotFoundException {

    project.registerMappingFile(ExampleFile.get("software/ro/example-mappings/RO_5.ttl"));
    project.registerDataFile(ExampleFile.get("software/ro/example-mappings/extra-data.ttl"));
    project.registerDataFile(
        ExampleFile.get("software/ro/example-data/ro_v_1_4_1_incl_social_network_example.owl"));
    project.setD3Generator(new D3GeneratorSimpleJSON());

    loadProjectAndRunProcess();
  }
Ejemplo n.º 2
0
  @Test
  public void testOGVICProcess() throws FileNotFoundException {

    project.registerMappingFile(
        ExampleFile.get("library-and-publication/cito/example-mappings/CIT_1.ttl"));
    project.registerDataFile(ExampleFile.get("library-and-publication/cito/example-data/cito.owl"));
    project.registerDataFile(
        ExampleFile.get("library-and-publication/cito/example-data/cito-example-data.ttl"));

    project.setD3Generator(new D3GeneratorSimpleJSON());

    loadProjectAndRunProcess();
  }