Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.6%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: chrdebru
  • License: mit
  • Language: Java
  • Default Branch: main
  • Size: 692 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License Citation

README.md

BURP: A Basic and Unassuming RML Processor

BURP (Basic and Unassuming RML Processor) is a reference implementation for the new RML specification which has been written from scratch to have no influence from prior implementations of RML. BURP was created to serve as a reference RML implementation for the Knowledge Graph Construction community and to verify the RML specifications their feasibility and coverage of their test cases.

Coverage matrix

| RML-Core | RML-IO | RML-CC | RML-FNML | RML-Star | | ----------------------------------------- | ------------------------------------- | ------------------------------------- | ----------------------------------------- | ----------------------------------------- | | ✔️ 100% coverage | 🚧 Source yes, Target WIP | ✔️ 100% coverage | ✔️ 100% coverage | 🚧 WIP |

Building BURP

To build the project and copy its dependencies, execute

bash $ mvn package $ mvn dependency:copy-dependencies

You can add -DskipTests after mvn package to skip the unit tests. The tests do rely on Docker for testing mappings on top of MySQL and PostgreSQL.

Using BURP

The run the R2RML processor, execute the following command:

bash $ java -jar burp.jar [-h] [-b=<baseIRI>] -m=<mappingFile> [-o=<outputFile>] A fat jar is also provided with the Apache Maven Shade Plugin. It does not depend on the dependency folder.

Usage: burp [-h] [-b=<baseIRI>] -m=<mappingFile> [-o=<outputFile>] -b, --baseIRI=<baseIRI> Used in resolving relative IRIs produced by the RML mapping -h, --help Display a help message -m, --mappingFile=<mappingFile> The RML mapping file -o, --outputFile=<outputFile> The output file

If no outputFile is provided and the RML mapping does not rely on RML-IO for targets, then the output is written to the standard output.

Citation

If you use BURP, please cite our paper:

@inproceedings{vanassche2024BURP, title={{BURPing Through RML Test Cases}}, author={Van Assche, Dylan and Debruyne, Christophe}, year={2024}, month={may}, version={1.0.0}, doi={TODO}, url={https://github.com/kg-construct/BURP}, license={{MIT}}, }

License

BURP is released under the MIT license.

Owner

  • Name: Christophe Debruyne
  • Login: chrdebru
  • Kind: user

Citation (CITATION.cff)

title: "BURPing Through RML Test Cases"
license: MIT
authors:
  - family-names: Van Assche
    given-names: Dylan
  - family-names: Debruyne
    given-names: Christophe
cff-version: 1.0.0
version: 1.0.0
doi: TODO
date-released: 2024-03-12
url: "https://w3id.org/kg-construct/BURP"

GitHub Events

Total
Last Year

Dependencies

pom.xml maven
  • com.jayway.jsonpath:json-path 2.9.0
  • com.microsoft.sqlserver:mssql-jdbc 12.6.1.jre11
  • com.opencsv:opencsv 5.9
  • com.univocity:univocity-parsers 2.9.1
  • info.picocli:picocli 4.7.5
  • mysql:mysql-connector-java 8.0.33
  • net.minidev:json-smart 2.5.0
  • org.apache.jena:jena-arq 4.10.0
  • org.apache.jena:jena-shacl 4.10.0
  • org.postgresql:postgresql 42.7.2
  • org.tukaani:xz 1.9
  • org.junit.jupiter:junit-jupiter-api 5.10.2 test
  • org.junit.jupiter:junit-jupiter-engine 5.10.2 test
  • org.testcontainers:junit-jupiter 1.19.5 test
  • org.testcontainers:mysql 1.19.5 test
  • org.testcontainers:postgresql 1.19.5 test