https://github.com/clarin-eric/cmd2rdf
https://github.com/clarin-eric/cmd2rdf
cmdi linked-data metadata-conversion rdf
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/clarin-eric/cmd2rdf
- Owner: clarin-eric
- License: gpl-3.0
- Created: 2014-08-07T15:23:53.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-03-07T17:35:08.000Z (over 5 years ago)
- Last Synced: 2025-09-10T03:15:03.695Z (9 months ago)
- Topics: cmdi, linked-data, metadata-conversion, rdf
- Language: JavaScript
- Size: 8.23 MB
- Stars: 2
- Watchers: 15
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
CMD2RDF
=======
CMD2RDF is a CLARIN-NL project to make the CMD record harvested by
CLARIN available as RDF.
## Getting started
### Configure the app
There are two important files for the configuration:
* /path/to/CMD2RDF/batch/src/main/resources/cmd2rdf.xml
* /path/to/CMD2RDF/lda/src/main/webapp/specs/cmd2rdf-lda.ttl
The file `cmd2rdf-lda.ttl` is used to connect the web application `cmd2rdf-lda` to `cmd2rdf`.
This file has to be changed whenweb applications will be running on `localhost:8080`.
All the references of `192.168.99.100:8080` should be changed to `localhost:8080`.
The file `/path/to/CMD2RDF/webapps/src/main/webapp/WEB-INF/web.xml` contains a path to the `cmd2rdf.xml`-file
### Starting the web app
This guide expects that the code is already build.
1. Make sure Virtuoso is running on its default uri: localhost:8090
You can start the it with docker see: https://hub.docker.com/r/openlink/virtuoso-opensource-7
1. Deploy the wars of the subprojects `webapps` and `lda` in Apache Tomcat.
Tomcat 6 & 7 will work with the application.
1. Open the app `cmdi2rdf`: http://localhost:8080/cmd2rdf (when Tomcat runs or port 8080 of localhost)