Ontology file creation in python and importing in neo4j

Hii, i wanted to search for project where we can create ontology file using python and import the owl file in neo4j

What do you mean by creating ontology file in python? If you have an owl file defining the ontology you can import with following command:

CALL n10s.onto.import.fetch("https://github.com/neo4j-labs/neosemantics/raw/3.5/docs/rdf/vw.owl","Turtle");

do we have any documents where we can create owl file using python and import the owl file in neo4j. i am more concern to the creation of owl file