PR #124 made it possible to add pre-release annotation to the binding, if sh-to-code:isPreRelease true annotation is detected in ow:Ontology.
Apart from sh-to-code:isPreRelease, there are other ontology annotations that signal pre-release status that shacl2code could use. For example,
owl:versionInfo "0.7.1" (major version zero in Semantic Versioning)
owl:versionInfo "3.1.0-rc2" (pre-release in Semantic Versioning)
adms:status: <http://purl.org/adms/status/UnderDevelopment>
adms:status: <http://publications.europa.eu/resource/authority/dataset-status/DEVELOP>
See full details in
PR #124 made it possible to add pre-release annotation to the binding, if
sh-to-code:isPreRelease trueannotation is detected inow:Ontology.Apart from
sh-to-code:isPreRelease, there are other ontology annotations that signal pre-release status that shacl2code could use. For example,owl:versionInfo "0.7.1"(major version zero in Semantic Versioning)owl:versionInfo "3.1.0-rc2"(pre-release in Semantic Versioning)adms:status: <http://purl.org/adms/status/UnderDevelopment>adms:status: <http://publications.europa.eu/resource/authority/dataset-status/DEVELOP>See full details in