We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In some ceases, namespaces are not properly loaded form the ontology and they are changed in the documentation files. For example, in https://raw.githubusercontent.com/filiprd/QualityModelOntology/master/QualityModelOntology.owl eval is changed to evaluationresultsontology.
The text was updated successfully, but these errors were encountered:
This issue comes from the way LODE identifies namespaces. I might redo this part in a future release.
Sorry, something went wrong.
Thanks.
In my case, I have
@prefix dc: <http://purl.org/dc/terms/> . @prefix gr: <http://purl.org/goodrelations/v1#> . @prefix gn: <http://www.geonames.org/ontology#> .
In the generated doc it changes to something ugly
terms <http://purl.org/dc/terms/> v1 <http://purl.org/goodrelations/v1#> ontology <http://www.geonames.org/ontology#>
Also the doc added some namespace I don't want:
miranda-zhang <https://github.com/miranda-zhang/> github-com <https://github.com/>
Because I have something like:
foaf:homepage <https://github.com/miranda-zhang> ; rdfs:seeAlso <https://github.com/miranda-zhang/cloud-computing-schema> ;
Fix #116, fix #428, fix #383
a0f8cfa
Fixed in develop branch
develop
dgarijo
No branches or pull requests
In some ceases, namespaces are not properly loaded form the ontology and they are changed in the documentation files.
For example, in https://raw.githubusercontent.com/filiprd/QualityModelOntology/master/QualityModelOntology.owl eval is changed to evaluationresultsontology.
The text was updated successfully, but these errors were encountered: