rdf2x icon indicating copy to clipboard operation
rdf2x copied to clipboard

RDF2X converts big RDF datasets to the relational database model, CSV, JSON and ElasticSearch.

Results 7 rdf2x issues
Sort by recently updated
recently updated
newest added

- Fix mac M1 error `java: org.xerial.snappy.SnappyError: [FAILED_TO_LOAD_NATIVE_LIBRARY] no native library is found for os.name=Mac and os.arch=aarch64`

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.0.0 to 42.3.7. Changelog Sourced from postgresql's changelog. Changelog Notable changes since version 42.0.0, read the complete History of Changes. The format is based on Keep a...

dependencies

Bumps jena-core from 3.1.1 to 4.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.jena:jena-core&package-manager=maven&previous-version=3.1.1&new-version=4.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Running the following command: ``` mvn exec:java -Dexec.args="convert \ --input.file /Users/bora/javaproj/rdf2x/src/main/resources/test/datasets/parserTest.ttl \ --output.target JSON \ --output.folder src/main/resources/test/datasets" ``` Throws the following exceptions: ``` [INFO] Scanning for projects... [INFO] [INFO] ------------------------<...

Bumps `spark.version` from 1.6.2 to 2.2.3. Updates `spark-core_2.10` from 1.6.2 to 2.2.3 Updates `spark-sql_2.10` from 1.6.2 to 2.2.3 Dependabot will resolve any conflicts with this PR as long as you...

dependencies

I'm getting a "Caused by: java.lang.ClassNotFoundException: com.merck.rdf2x.main.Main" error when running the program with mvn. Any idea how to fix this ?

when dealing with HumanDiseaseOntology rdf representation file(url:https://github.com/DiseaseOntology/HumanDiseaseOntology/blob/master/src/ontology/doid.owl), occurs parsing errors such as InstanceAggregator:194 - Error parsing quad [urn:x-arq:DefaultGraphNode -3be79fdb:16f03ccdbaf:-5dd9 http://www.w3.org/1999/02/22-rdf-syntax-ns#first http://purl.obolibrary.org/obo/DOID_0111104]: Subject has to be a URI, encountered: -3be79fdb:16f03ccdbaf:-5dd9 can...