Schema definitions like RDFS
and OWL
should be transformed into a comprehensive weaviate schema. This requires the creation things like containers
and collections
as weaviate classes. Property classes should be transformed into primitive properties if that is what they represent in the source schema. rdfs:comment
or rdfs:label
may be used as class descriptions instead of or additional to weaviate class properties
.