dice-group / owlapy

OWLAPY is a Python Framework for creating and manipulating OWL Ontologies.
MIT License
16 stars 1 forks source link

Object Properties are removed after enrichment #75

Closed Demirrr closed 2 weeks ago

Demirrr commented 2 weeks ago

owlapy --path_ontology "KGs/Family/family-benchmark_rich_background.owl" --inference_types 'all'

removes all the original triples based on object properties.

Demirrr commented 2 weeks ago

Solved