I'm trying to convert my ontology, from OWL to SHACL. However, the SKOS labels, preflabels, comments etc. are not being converted. At least, they don't come back in the ttl file that is generated. Right now, I load my original TTL file into topbraid, and use Model -> Convert OWL/RDFS To SHACL... -> standard settings . This works great: All of my object properties, data properties, cardinalities etc. are neatly converted, however, everything that is not SHACL is completely ommited from the resulting TTL file, including my preflabels and comments.
What am I doing wrong: Or better: How do I convert everything to SHACL, but keep the SKOS things in there?
Thank you for any hints!