Re: blank predicates

On 3/28/20 6:03 AM, Melvin Carvalho wrote:
>
>
> On Sat, 28 Mar 2020 at 10:53, Dan Brickley <danbri@danbri.org
> <mailto:danbri@danbri.org>> wrote:
>
>
>     there are an infinite number of boring relationships that hold
>     between any arbitrary pair of objects; your best bet might be to
>     name one for your application rather than attempt to use
>     generalized (predicateless) rdf
>
>
> So maybe simply <> ?
>
> #Alice <> #Bob .
>  


Using the document holding this mail reply for the URL part of the URI
you seek, here's a live example:

## Turtle Start ##

@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix : <#> .

:Alice :relatedTo :Bob.

:relatedTo a rdf:Property ;
                 rdfs:label "relatedTo" ;
                 rdfs:comment "A property I just made up that's
identified using a relative URI" ;
                 rdfs:domain foaf:Person ;
                 rdfs:range foaf:Person .

## Turtle End ##

See the live examples below [1][2]. If you have our Structured Data
Sniffer Browser (OSDS) Extension [3] installed you will see the live
effects of the point I am making in your browser :)

Links:

[1]
https://kingsley.idehen.net/public_home/kidehen/Public/Linked%20Data%20Documents/Tutorials/random-relationship-type.ttl
-- Tutle Doc

[2]
https://kingsley.idehen.net/public_home/kidehen/Public/Linked%20Data%20Documents/Tutorials/random-relationship-type.txt
-- Text Doc

[3]
https://chrome.google.com/webstore/detail/openlink-structured-data/egdaiaihbdoiibopledjahjaihbmjhdj?hl=en
-- OSDS Chrome Store Page

[4]
https://addons.mozilla.org/en-US/firefox/addon/openlink-structured-data-sniff/
-- OSDS Mozilla Store Page


-- 
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

Received on Saturday, 28 March 2020 19:04:33 UTC