Re: Qualification and identity

Dear Niklas,

> On 29 Dec 2021, at 02:20, Niklas Lindström <lindstream@gmail.com> wrote:
> 
> Hello all,
> 
> I sometimes wonder, aren't there any exdurantists [1] on this list (or people from the twicely fictional Tlön [2], perhaps)?

Love the reference to Borges, and I totally agree it fits here perfectly. 

Also, I read your proposal with great interest. 

First of all, let me counteract with another quotation: 

«With our concept-making apparatus called "the brain" we look at reality through the ideas-about-reality which our cultures give us. The ideas-about-reality are mistakenly labeled "reality" and unenlightened people are forever perplexed by the fact that other people, especially other cultures, see "reality" differently.
It is only the ideas-about-reality which differ. Real (capital-T) True reality is a level deeper than is the level of concept. We look at the world through windows on which have been drawn grids (concepts). Different philosophies use different grids. A culture is a group of people with rather similar grids. Through a window we view chaos, and relate it to the points on our grid, and thereby understand it. The order is in the grid. That is the Aneristic Principle.»
   -- Principia Discordia (Malaclypse the Younger & Lord Omar Khayyam Ravenhurst).

Secondly, I am happy to note that there is a growing consensus that we urgently need to find a way to represent in general (i.e., without domain-specific constructs) all the types of complex situations where the basic, plain triples (s p o) are not sufficient, and where time, location and subjectivity all have a role in the correct representation of the facts. 

Third: you seem to propose to create a class whose instances take the place of the original entity that you want to constrain temporally or otherwise. Thus you plan to replace: 

<Abingdon> :partOf <Berkshire> .

with

<Abingdon> :partOf [ 
  a quid:QualifiedIdentity;
  quid:qualifies <Berkshire> .
]

, and then apply all sorts of constraints to this new blank node. 

This blank node is assigned to a class that must be, if I am not incorrect, a subclass of whatever class is the class of <Berkshire>, in order to use it as object of the :partOf predicate. Not only that: you have to require that the object of the quid:qualifies predicate is of the same type as the object of the :partOf predicate. These two constraints apply to basically all possible types of constrainable statements, which (in my humble experience) are, basically, most existing statements. 

Am I correct? How can you have a class that is a subclass of any class? And how can you restrict the value of quid:qualifies instance by instance? And, even if this is possible, is it possible to express these requirements in OWL and/or SHACL? 

Not only that: the derived entity must be different from the original replaced entity for your method to work. How do you plan to work with singletons, i.e., classes of which there must be at most one instance in the universe?

Just curious.

Fabio

--

> 
> Just the other week I wrote up this simple mixed essay/ontology/critique, spurred by my reading up on RDF-star and all the surrounding discussions. I called it "QuID - The Qualified Identity Ontology":
> 
>     https://w3id.org/quid/ [3]
> 
> I wasn't fully motivated to bring it up then (it isn't a finished thought product for one), but given the recent discussion on the list, I felt that perhaps it might provide some kind of perspective (or prompt someone to give me constructive feedback). I am not out to recommend this "QuID" approach over RDF-star annotations (they could be orthogonal, albeit here poised as contrasts), I just need a way to clarify on the one hand what I believe is viable regarding qualification, and on the other what I worry RDF-star is and isn't, to hopefully gather further insights here.
> 
> The motivation for it was the impression I'm getting that RDF-star appears to be set up to be somewhat *gamed*. It appears to me (as is also currently debated) that there may be some conflation of statement and "asserted but implied event" in use cases here and there, and that this may be a potential problem going forward (at worst heading towards an httpRange-14 situation but for every triple...). I wanted to contrast this with a notion I've had for some time about the limited nature of the *identities* we use in RDF, and what that implies in relation to various forms of qualification, including this "gaming" of RDF-star, specifically its annotation form (which admittedly I'm drawn to for practical reasons, to the point of wanting to game it...).
> 
> I also have some concerns that this pursuit of reification (becoming "triples within triples") might make the simple substrate of triples in RDF much harder to grasp. But I may be wrong there.
> 
> Perhaps disqualifying me from the fully rational, I am actually fairly comfortable with ambiguity and broken semantics (though not necessarily with conflation); and if this "gaming" I am worried about is considered sound and as intended, I will probably continue to pursue it in some fashion (I've already gone down that route [4], if only to avoid inventing something.) It might be that annotations are "mixed quotations" [5], and the use/mention distinction cannot be readily applied. That might be a semantic bog in the making of course, but I suppose any applied semantics eventually strays from the picture and breaks cohesion. I put my graphs under names and certainly don't trust the giant global graph of the semantic web to be cohesive (one stray owl:sameAs and the entire castle comes tumbling down). It's all just maps, skewed, with varying symbols, granularities and abstractions. They're not beyond interlinking, even ontology-wise, and that's workable enough. I'm not a fan of entropy, and endless complexities (still, alas, I find myself an agent of it, time and again), but that's the game of nature, and just striving to navigate it may be enough to get by.
> 
> I do think clarification and harmonization of (or dare I wish, even unification of) what is happening here on the quoted triple level with named graphs as a vehicle for triples and provenance would be the most valuable route towards standardization. And I do miss a clear stance on qualification (rdf:value has been around long enough without catching on, so something's amiss). As these are the papers and inks we're all working with, and we're now about to get a new kind of colored marker to work with, to clarify how these map making pieces are to be grasped together would be wise (lest we get lost in the map making process and forget to navigate our realities).
> 
> Sincerely,
> Niklas
> 
> [1]: https://en.wikipedia.org/wiki/Perdurantism

> [2]: https://en.wikipedia.org/wiki/Tl%C3%B6n,_Uqbar,_Orbis_Tertius

> [3]: Snapshot reference of the article code for future readers of this list: https://raw.githubusercontent.com/niklasl/quid/565a15b4263398d9d20b36e2c2af5b204430d6a2/index.html

> [4]: https://github.com/niklasl/ldtvm/blob/master/examples/Spec.md#qualified-relations-as-reifications

> [5]: https://plato.stanford.edu/entries/quotation/#MixeQuot

> 

Received on Tuesday, 4 January 2022 21:57:18 UTC