Uploaded image for project: 'Tupelo'
  1. Tupelo
  2. TUP-305

can not create ntriple context on windows

XMLWordPrintableJSON

      Can not create a NtripleContext on windows

      example code

      import java.io.File;

      import org.tupeloproject.rdf.ntriples.NTriplesContext;

      public class NtripleTest {
      public static void main(String[] args)

      { new NTriplesContext(new File("C:\\context.nt")); }

      }

      exception:
      Exception in thread "main" java.lang.IllegalArgumentException: illegal pathname
      at org.tupeloproject.kernel.impl.SimpleFileContextUriMapping.map(SimpleFileContextUriMapping.java:54)
      at org.tupeloproject.rdf.ntriples.NTriplesContextFacade.<init>(NTriplesContextFacade.java:55)
      at org.tupeloproject.rdf.ntriples.NTriplesContext.<init>(NTriplesContext.java:131)
      at NtripleTest.main(NtripleTest.java:7)

              futrelle Joe Futrelle (Inactive)
              kooper Rob Kooper
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: