diff --git a/Ontology.ttl b/Ontology.ttl index f40a5547..faa98383 100644 --- a/Ontology.ttl +++ b/Ontology.ttl @@ -34,6 +34,7 @@ ids: , , , + , ; dct:publisher ids:IDSA ; dct:created "2017-09-26"^^xsd:date ; @@ -101,8 +102,8 @@ _:AnnaKasprzik a dct:Agent, foaf:Person ; a dct:Agent, foaf:Person ; foaf:name "Maarten Kollenstart" ; . - a dct:Agent, foaf:Person ; - foaf:name "Johannes Lipp" ; + a dct:Agent, foaf:Person ; + foaf:name "Lina Molinas Comet" ; . # ---------------------------- # Imports of class files diff --git a/README.md b/README.md index cdbb386c..2ce228ff 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ with significant contributions, comments and support by (in alphabetical order): - Dr. Christoph Lange, [Fraunhofer FIT](https://www.fit.fraunhofer.de/en) (see above) - Jörg Langkau, [nicos AG](http://www.nicos-ag.com) - Johannes Lipp, [Fraunhofer FIT](https://www.fit.fraunhofer.de/en) +- Lina Molinas Comet, [Fraunhofer FIT](https://www.fit.fraunhofer.de/en) - Andreas W. Müller, [Schaeffler](https://www.schaeffler.de/content.schaeffler.de/en/) - Dr. Michael Theß, [Signal Cruncher GmbH](https://signal-cruncher.com/) diff --git a/create-ontology-ttl.sh b/create-ontology-ttl.sh index f3c07b28..10cea3f5 100755 --- a/create-ontology-ttl.sh +++ b/create-ontology-ttl.sh @@ -59,7 +59,8 @@ ids: , , , - ; + , + ; dct:publisher ids:IDSA ; dct:created "2017-09-26"^^xsd:date ; dct:modified "$(date +%Y-%m-%d)"^^xsd:date ; @@ -129,6 +130,9 @@ _:AnnaKasprzik a dct:Agent, foaf:Person ; a dct:Agent, foaf:Person ; foaf:name "Johannes Lipp" ; . + a dct:Agent, foaf:Person ; + foaf:name "Lina Molinas Comet" ; +. EOF # search for files in selected folders