delenius
delenius
I have encountered what I think is the same issue, using the dockerized `openlink/virtuoso-opensource-7:7.2.6-r10-g5a27710`. Some property paths work in conjunction with `GRAPH`, but it seems especially the `*` constructor is...
I second this. I have been looking at using BFO for several projects, and I am very confused by the state of the OWL version of the ontology/ontologies. IAO, which...
Yes, I know there are `rdfs:label`s on everything, and I can view by label. But it would be nice if the real names, i.e. the URIs, of the entities, were...
The rationale is not convincing to me. Four points are made: > The URIs should resolve to useful information about a term. > The URIs should be designed so that...
The example above does not use relations.
👍 on the need for this. I tried the fork and it works great! @talesa , if you have the time, I strongly encourage you to PR this. It is...
I can reproduce the same error in 4 lines: ```scala import breeze.linalg._ val results: DenseMatrix[Int] = DenseMatrix.zeros[Int](10, 10) val sums: DenseVector[Int] = sum(results(::, *)).t sums(0) ``` (see [this repo](https://github.com/delenius/breeze_bug))
Same for us on the in-memory backend :(
I second this request. I was going to take a look at it too, before reading the comments above.
@alanruttenberg , I am starting to try to use BFO and IAO, and I ran into similar questions. I've assumed that the realizable entities that concretize a plan specification would...