python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What is the maximum file size that can load to Owlready2?
I have tried to load 20MB *.owl file to owlready2. But it hasn't loaded. Memory usage went up and could not stop. Are any limitations that can load to owlready2?
Pasindu Thejan
Votes: 0
Answers: 0
Owlready: subclasses of Thing in worlds different from default_world?
I have the following code (minimal example):
import owlready2 as owr
# create ontology in the default_world
onto0 = owr.get_ontology("https://w3id.org/yet/undefined/onto0#")
with onto0:
...
cknoll
Votes: 0
Answers: 1
OWL reasoning from command line with minimal dependencies
I have an OWL file in rdf/xml syntax which contains an asserted ontology. I want to apply an OWL DL reasoner to derive additional axioms. I know I could open the file in protegé and apply the reasoner...
cknoll
Votes: 0
Answers: 2
Get union entities from knowledge graphs
Some entities/classes present in knowledge-graphs have operations performed on them like 'Union', 'Intersection' etc. Below is one ontology file which has has lots of union operations on various of it...
Zenmate
Votes: 0
Answers: 0