I am beginning with RDFlib. I am creating an RDF schema and have been able to define my 'ontology IRI' as prefix in the header with graph.bind().
graph.bind()
How can I additionally add a 'version IRI'? I would like to see the following in my RDF schema: owl:versionIRI <...>.
owl:versionIRI <...>
2.1m questions
2.1m answers
60 comments
57.0k users