OP-TED / model2owl

Transform UML into a formal OWL ontology and SHACL shapes
https://meaningfy-ws.github.io/model2owl-docs
European Union Public License 1.2
28 stars 5 forks source link

change the namespace definition of "dc" #107

Closed costezki closed 2 years ago

costezki commented 2 years ago

currently dc is defined like so

xmlns:dc="http://www.omg.org/spec/UML/20131001/UMLDC"

we need it to be defined like so

xmlns:dc="http://purl.org/dc/elements/1.1/"
csnyulas commented 2 years ago

All prefixes should be in sync with the "single source of truth": https://github.com/OP-TED/ted-rdf-conversion-pipeline/blob/main/ted_sws/resources/prefixes/prefixes.json

dbd311 commented 2 years ago

done and will be updated in the next release