-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
30 lines (24 loc) · 2.26 KB
/
about.html
File metadata and controls
30 lines (24 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!--
Generic part START
-->
<h1>About</h1>
<h2>License, Persistence, Versioning</h2>
We provide a <a href="http://persistence.uni-leipzig.org/nlp2rdf/specification/version.html">document</a> explaining the process and further meta-level information.
<h2>How to contribute resources (software, implementations, ontologies, corpora) to NIF 2.0?</h2>
<p>In order to contribute resources to the project, they have to have open licenses, a versioning procedure consistent with <a href="http://persistence.uni-leipzig.org/nlp2rdf/specification/version.html">this document</a> and a pledge of maintenance for some years. Furthermore, they need to be added to the resource list and announced on the <a href="http://nlp2rdf.org>"> NLP2RDF blog</a>. Please ask on the <a href="http://lists.informatik.uni-leipzig.de/mailman/listinfo/nlp2rdf">public mailing list</a> or get into <a href="http://nlp2rdf.org/contactimprint">contact</a>, directly.</p>
<h2>How to attribute NIF?</h2>
We try to maintain an up-to-date page with <a href="http://nlp2rdf.org/acknowledgements">acknowledgements</a> to the large community of contributors.
If you refer to NIF in an academic context, please cite the recent paper published at the ISWC in Use track 2013:
<ul>
<li><a href="http://svn.aksw.org/papers/2013/ISWC_NIF/public.pdf" target="_blank">Integrating NLP using Linked Data</a>. Sebastian Hellmann, Jens Lehmann, Sören Auer, and Martin Brümmer. 12th International Semantic Web Conference, 21-25 October 2013, Sydney, Australia, (2013)</li>
</ul>
There is also a list of further <a href="http://nlp2rdf.org/publications">NIF-related scientific publications</a>.
<h2>Author and Licence</h2>
<p>This document is edited by <a href="http://bis.informatik.uni-leipzig.de/SebastianHellmann">Sebastian Hellman</a> from the <a href="http://aksw.org">AKSW research group</a>.</p>
<p>If you'd like to leave feedback, please <a href="https://github.com/NLP2RDF/specification/issues">open an issue on
GitHub</a> or send an email to the <a href="http://lists.informatik.uni-leipzig.de/mailman/listinfo/nlp2rdf">mailing list</a></p>
<p><a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons - CC BY 3.0</a>
- The page design is taken from <a href="http://semver.org">http://semver.org</a></p>
<!--
Generic part END
-->