Doc: Updated README
Compare changes
+ 44
− 8
This C# program, `DfgStructureParser`, is designed to parse an RDF input file containing data on DFG (Deutsche Forschungsgemeinschaft) subject areas and transform it into Turtle format. The program takes input and output file paths as arguments and can also download the input file from a GitLab repository using an access token. The program performs several transformations on the input data to conform to specific requirements, such as changing predicates, removing unnecessary triples, and adjusting the root node. Finally, the program writes the transformed data to the specified output file in Turtle format.
2. You should find the output client definitions in the specified output folder. The program will attempt to read the output path from the `coscine/global/metadata_vocabularies/output` configuration setting. If that setting is not found, the program will write the output file to the default path of `./index.ttl` in the current directory.
As an open source plattform and project, we welcome contributions from our community in any form. You can do so by submitting bug reports or feature requests, or by directly contributing to Coscine's source code. To submit your contribution please follow our [Contributing Guideline](https://git.rwth-aachen.de/coscine/docs/public/wiki/-/blob/master/Contributing%20To%20Coscine.md).
> The MIT License allows for free use, modification, and distribution of the software and its associated documentation, subject to certain conditions. The license requires that the copyright notice and permission notice be included in all copies or substantial portions of the software. The software is provided "as is" without any warranties, and the authors or copyright holders cannot be held liable for any damages or other liability arising from its use.
External users can find the _Releases and Changelog_ inside each project's repository. The repository contains a section for Releases (`Deployments > Releases`), where users can find the latest release changelog and source. Withing the Changelog you can find a list of all the changes made in that particular release and version.