Marifa is a Java framework developed to help publishers extract useful RDF data from catalogs and link it with other well-known datasets, such as dbpedia.org, ar.dbpedia.org, and wikidata.org.
To use Marifa, please follow the following steps:
- Clone the project to your local machine.
- Complie the project (Maven).
- Run the framework (see the next section).
Marifa is used through the usage of arguments at launch time. Please add the arguments as described bellow to your IDE:
input namespace output_path [format]
Where:
- input: represents the catalog itself, for example: pub.xls.
- namespace: represents the namespace used by the publisher, for example: http://www.marefah.com/
- output_path: represents the output path without a file name, for instance: ../Desktop/
- format [Otional]: represents the serialization format. Possible formats are (without quotes):
"RDF/XML-ABBREV" "RDF/XML" "TURTLE" "N-TRIPLES" "N3" "JSON-LD" "RDF/JSON".
If no format is specified, then "RDF/XML" is used.
Please feel free to contact @ktobah for any suggestions you might have, or issues your might find.