Convert DDEX into RDF using Web Ontologies (schema.org, Copyright Ontology,...).
Currently supporting:
- DDEX ERN
Start Web service:
java -jar target/ddex2rdf.jar
Explore and use API by browsing http://localhost:8080
Run from command line:
java -jar target/ddex2rdf.jar ddex2rdf
Example to convert single DDEX XML file and get RDF in standard output:
java -jar target/ddex2rdf.jar ddex2rdf -i ddex.xml -o
Example to convert all DDEX XML files in the input folder and get the output for each of them in the corresponding XML_FILE_NAME.rdf files:
java -jar target/ddex2rdf.jar ddex2rdf -i ddex-samples/
To build target/ddex2rdf.jar
:
mvn package