Benjamin Geer

Results 225 comments of Benjamin Geer

You're doing it right. Don't use `knora-base-Resource` for this. But an object property needs to have `rdf:type owl:ObjectProperty`.

> But I was also asking because maybe we would like to use controlled vocabularies Do you mean existing standardised ontologies like [FOAF](http://xmlns.com/foaf/spec/)? You can use them, no need for...

@subotic If we use hierarchical lists in `knora-project-metadata`, maybe we should move `ListNode` and friends out of `knora-base` and into `knora-admin`? That would be fun. :)

@mrivoal Another option would be to make a `Licence` class with `NamedIndividual` members (like `Guielement` in `salsah-gui`). Then it would be easy to query for all the licences and make...

One possibility would be to normalise your data model. You could have a `Journal` resource class, with one instance for each distinct title. Instead of the `hasJournalTitle` property, you would...

In SPARQL, `DISTINCT` can be used in a `SELECT` subquery nested in a `CONSTRUCT` query, but Gravsearch doesn't support subqueries. Doing a query that takes a minute per user session...

I'm just saying that those 200 queries have to be run at the start of **every** user session, which could consume a lot of resources if there are a lot...

> the way the current users see their database If you overload the triplestore with queries, they might not see anything at all...