Patrick Westphal

Results 18 issues of Patrick Westphal

**Reported by jenslehmann on 2011-08-18 08:31 UTC** There should be a unit test for the various implementations of the PropertyEditor interface in DL-Learner, which checks whether setAsText and getAsText are...

enhancement
DL-Learner

Update the OCEL algorithm to be usable with the Pos Only learning problem. ┆Issue is synchronized with this [Trello card](https://trello.com/c/i0TmYkHp) by [Unito](https://www.unito.io)

enhancement
DL-Learner

There is currently no implementation for the `FuzzyIndividualReasoner` interface. Some time ago there was an [implementation for fuzzyDL](https://github.com/AKSW/DL-Learner/blob/1f0c5562f214c53c17a32ee2c64f0e6c7efda8b3/components-core/src/main/java/org/dllearner/reasoning/fuzzydll/FuzzyOWLAPIReasoner.java) which was removed and should be re-introduced. ┆Issue is synchronized with this...

enhancement
DL-Learner

When working with an ontology having an `owl:hasValue` restriction, the inferred type of an `xsd:integer` value will be `xsd:decimal`. Given, for example, these two axioms ``` 2 ``` Pellet will...

To avoid introducing a lot of dependencies within the learning system scripts, the SML-Bench repository should provide a small utility executable to merge multiple OWL knowledge base files, e.g. like...

enhancement
discuss
SML-Bench

The links to YAP 6.0 (http://www.dcc.fc.up.pt/~vsc/Yap/downloads.html) are broken in the respective README files. ┆Issue is synchronized with this [Trello card](https://trello.com/c/o1TRpTIb) by [Unito](https://www.unito.io)

With [YAP 6.3 ](https://github.com/vscosta/yap-6.3) the GILPS collection causes a bunch of syntax warnings. ┆Issue is synchronized with this [Trello card](https://trello.com/c/UsJmZGVV) by [Unito](https://www.unito.io)

In case literals (or resources) in the Construct part contain single quotes, as in ``` SPARQL Prefix rdfs: Create View err As Construct { a ; rdfs:label "A label containing...

When using blank nodes, e.g. using this view definition ``` Create View err As Construct { _:23 . } ``` I get this error message: ``` Exception in thread "main"...

When using a constant expression within a `plainLiteral` term constructor, e.g. ``` Create View example As Construct { ?sth rdfs:comment ?comment . } With ?sth = uri(ex:res, ?id) ?comment =...