You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All metadata.ttl files generated by the ontouml2owl-batch contain a useless invalid prefix. The situation happens in the file located in the root directory and in all files generated for each dataset.
The problems is: @prefix dataset: <https://purl.org/ontouml-models/dataset/> .
Can you please correct that? The solution is simply to remove the prefix. No other action is necessary.
The text was updated successfully, but these errors were encountered:
All metadata.ttl files generated by the ontouml2owl-batch contain a useless invalid prefix. The situation happens in the file located in the root directory and in all files generated for each dataset.
The problems is:
@prefix dataset: <https://purl.org/ontouml-models/dataset/> .
Can you please correct that? The solution is simply to remove the prefix. No other action is necessary.
The text was updated successfully, but these errors were encountered: