Archive

Archive for January, 2006

Backward and Forward links in RDF just as important

January 25th, 2006

Piet Hein, I think, Grooked that,

"Two types that had far better leave to their betters
the civilized art of exchanging letters
are those who disdain to make any response,
and those who infallibly answer at once!"

The regularity of this blog fails on both counts.

One meme of RDF ethos is that the direction one choses for a given property is arbitrary: it doesn't matter whether one defines "parent" or "child"; "employee" or "employer". This philosophy (from the Enquire design of 1980) is that one should not favor one way over another. One day, you may be interested in following the link one way, another day, or somene else, the other way.

On the other hand, also one should not encourage people having to declare both a property and its inverse, which would simply double the number of definitions out there, and give one more axis of arbitrary variation in the way information is expressed. Therefore, the design of the tabulator was is to make the system treat forward and backward links equivalently.

The design of N3 also was influenced by this. The ability to write

:Joe is f:parent of :Fred.

makes it easier to write (or generate) N3 without having to use f:child. This in turn reduces the pressure to define both.

The only loss in not having both is that there is no label for the reverse link. (In same cases I have defined an unnamed predicate which is delcared as the inverse and has a label.)

Uncategorized

Give yourself a URI

January 25th, 2006

Do you have a URI for yourself? If you are reading this blog and you have the ability to publish stuff on the web, then you can make a FOAF page, and you can give yourself a URI.

A lot of people have published data about themselves without using a URI for themselves. This means I can't refer to them in other data. So please take a minute to give yourself a URI. If you have a FOAF page, you may just have to add rdf:about="" and voila you have a URI http://example.com/Alan/foaf.rdf#ABC. (I suggest you use your initials for the last bit). Check it works in the Tabulator.

The URI will start with "http" (so I can look it up using HTTP) and it will have # in it, so the URI of your foaf file is different from the URI for you.

Me, I make my foaf file in N3 and convert it to the foaf file in RDF. that's my choice.

The AWWW says that everything of importance deserves a URI. Go ahead and give yourself a URI. You deserve it!

Uncategorized , ,