Skip to content

Python tool to automatically generate SHACL rules from ontologies in .ttl format.

License

Notifications You must be signed in to change notification settings

jschlenger/SHACL-Shape-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SHACL-Shape-Generator

Python tool to automatically generate SHACL rules from ontologies in .ttl format.

Shape generation is limited to verifying the domain and range of object properties and datatype properties.
For object properties, this corresponds to ensuring the correct start and end class.
For datatype properties, it corresponds to verifying that the property is assigned to an instance of the correct class and that its value conforms to the specified data type.

About

Python tool to automatically generate SHACL rules from ontologies in .ttl format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages