I'll try and keep my question relatively succinct if I can.

The top level question is we're trying to decide whether to have reference
data within the triplestore, or whether we have it externally in a standard
relational database.

Wikidata implements each SUBJECT as a URI (Q Code), which we would assume
is allocated a number in an RDBMS, etc. somewhere. It then resolves the
code back to a label with it's label service. We can certainly do this, but
it's an overhead to have to resolve all the names back.

Alternatively, do we have - say - our County, District, Parish data entries
within the triplestore? So, if we go that route how would we construct a
URI without going outside of Jena?

We can't have a URL along the lines of;
www.test.com/schema/spatial/parish/abberton because Parish names are
non-unique.

I hope that makes some semblance of sense.

Matt.

Reply via email to