- From: Kingsley Idehen <kidehen@openlinksw.com>
- Date: Sat, 28 Mar 2020 15:09:58 -0400
- To: public-lod@w3.org
- Message-ID: <fc9dca29-fbfd-de66-e1c7-95b8b4227aa9@openlinksw.com>
On 3/28/20 4:52 AM, Melvin Carvalho wrote:
> I am working on a information mapping system (aka mind maps)
>
> And I want to have two nodes related to each other
>
> #Alice R #Bob
>
> In the general sense, the type of relationship (predicate) R is not
> really known at the time of creation. My software currently does not
> allow the labeling of edges is the reason (but hopefully in future it
> will)
>
> I need a way to relate Alice to Bob but I dont have a URI for a predicate.
>
> Is there something that can operate as a "blank predicate"?
>
> Or some existing relations that simply says that two entities or
> linked / related, without yet knowing how they are related?
OR
[ :identifiedBy :Bob ] :relatedTo [ :identifiedBy :Alice ].
When you denote you indicate existence via tokenization.
Then you have to apply typing or categorization.
:relatedTo
a rdf:Property .
Then you describe further etc..
Key thing is that rdf:Property has specific meaning etc.
My earlier example just cuts all of this out without losing the core
implications .
--
Regards,
Kingsley Idehen
Founder & CEO
OpenLink Software
Home Page: http://www.openlinksw.com
Community Support: https://community.openlinksw.com
Weblogs (Blogs):
Company Blog: https://medium.com/openlink-software-blog
Virtuoso Blog: https://medium.com/virtuoso-blog
Data Access Drivers Blog: https://medium.com/openlink-odbc-jdbc-ado-net-data-access-drivers
Personal Weblogs (Blogs):
Medium Blog: https://medium.com/@kidehen
Legacy Blogs: http://www.openlinksw.com/blog/~kidehen/
http://kidehen.blogspot.com
Profile Pages:
Pinterest: https://www.pinterest.com/kidehen/
Quora: https://www.quora.com/profile/Kingsley-Uyi-Idehen
Twitter: https://twitter.com/kidehen
Google+: https://plus.google.com/+KingsleyIdehen/about
LinkedIn: http://www.linkedin.com/in/kidehen
Web Identities (WebID):
Personal: http://kingsley.idehen.net/public_home/kidehen/profile.ttl#i
: http://id.myopenlink.net/DAV/home/KingsleyUyiIdehen/Public/kingsley.ttl#this
Attachments
- application/pkcs7-signature attachment: S/MIME Cryptographic Signature
Received on Saturday, 28 March 2020 19:10:14 UTC