A word, a thing, and the idea in between
Every term in the brief is a symbol standing for a referent by way of a thought, and the three are kept apart from the first line.
Corner: all three, introduced · Runs in the browser
@prefix bt: <https://example.org/bookshop-trail/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . # The candidate terms from the brief, as symbols with the thought written # beside them. No classes, no properties: nodes, labels, comments. bt:candidate-wigtown rdfs:label "Wigtown"@en ; rdfs:comment "The town in Dumfries and Galloway, Scotland's book town. Not the festival, the ward or the bay."@en . bt:candidate-area rdfs:label "area"@en ; rdfs:comment "Used in the brief for two things: a shop's floor area in square metres, and a council area. Two thoughts under one symbol; see o02."@en . bt:candidate-book rdfs:label "book"@en ; rdfs:comment "Used in the brief for a title, an edition and a copy on a shelf. Three thoughts under one symbol; see o02."@en . bt:candidate-author rdfs:label "author"@en ; rdfs:comment "Someone who wrote a book. Also used for whoever appears at an event, who may be a translator."@en . bt:candidate-shop rdfs:label "shop"@en ; rdfs:comment "One symbol of three: shop, bookshop, store. One thought; see o02."@en . bt:candidate-founded rdfs:label "founded"@en ; rdfs:comment "The year a shop opened. The guidebooks disagree for four shops, and the brief asks that both dates be kept with their source."@en .
Why
Ogden and Richards drew it in 1923 and nobody has improved on it since. At one corner sits the symbol, which here is the word 'Wigtown' as it appears in the spreadsheet; at another sits the referent, the town itself on the Solway coast, which does not care in the least what it is called; and at the third sits the thought, the idea of the town in somebody's head, and it is the thought that connects the other two. The symbol does not refer to the town directly but by way of someone's understanding of it, which is why the base of the triangle is drawn as a dotted line.
That dotted line is where every data integration problem I have met has lived. Two people share the symbol 'area' and hold quite different thoughts under it, one of square metres and the other of council boundaries, and nothing in the spreadsheet says which is meant. An ontology is a way of fixing the thought corner in writing, so that a shared symbol carries a shared meaning rather than a private one.
This file is the smallest possible start. Each candidate term from the brief becomes a node with a label, which is the symbol, and a comment, which is the thought written down; the referent stays where it is and the node points at it. Nothing here is a class or a property yet, and that comes later, and comes more easily, once the three corners have become a habit.
Diagram
THOUGHT
(the idea of the town)
/ \
symbolises / \ refers to
/ \
SYMBOL . . . . . . . REFERENT
"Wigtown" the town
a string on the Solway coast
The dotted base: a symbol stands for a referent only through
a thought. Share the symbol, and you have not yet shared the
thought. Writing the thought down is what an ontology is for.What to take away
- Symbol, thought and referent are three different things, and once you keep them apart most of the confusion around naming, defining and identity becomes easy to state, if not always easy to settle.
- A label is a symbol for people and a definition is the thought written down, and neither of them is the thing itself.
- The brief is a pile of symbols, so the first job is to find out how many referents stand behind them, and it is rarely one per word.
Try it
Press Open in the editor and the graph view draws each candidate as a node with its label and comment. Pick 'Subjects' and choose one, then ask yourself which corner of the triangle each of the three things on the screen belongs to: the IRI, the label and the comment.
Measured
| Parses | 12 triples |
|---|
Sources