Semantic-Society / Neologism

MIT License
6 stars 2 forks source link

Change rdfs:description to rdfs:comment in the export #155

Closed JohannesLipp closed 3 years ago

JohannesLipp commented 3 years ago

rdfs:description does not exist. Please serialize these parts of the export to rdfs:comment.

alihussainiam commented 3 years ago

You mean to say "https://www.w3.org/2000/01/rdf-schema#description" is not found, so change to comment "https://www.w3.org/2000/01/rdf-schema#comment" ?

JohannesLipp commented 3 years ago

Exactly! Thanks for the quick fix!