ontac-forum
[Top] [All Lists]

[ontac-forum] Re: Semantic Layers (Was Interpretation of RDF reification

To: leo <leo@xxxxxx>
Cc: semantic-web@xxxxxx, psp@xxxxxxxxxxxxxxx, Dan Brickley <danbri@xxxxxxxxxx>, Frank Manola <fmanola@xxxxxxx>, Adrian Walker <adrianw@xxxxxxxx>, Harry Halpin <hhalpin@xxxxxxxxxxx>, "Peter F. Patel-Schneider" <pfps@xxxxxxxxxxxxxxxxxxxxxx>, ONTAC-WG General Discussion <ontac-forum@xxxxxxxxxxxxxx>
From: "John F. Sowa" <sowa@xxxxxxxxxxx>
Date: Wed, 29 Mar 2006 08:37:21 -0800
Message-id: <442AB7C1.3090501@xxxxxxxxxxx>
Leonid and Henry,    (01)

I am very much in sympathy with Leonid's comments,
*especially* with the point that pragmatics comes first
in any kind of design, semantics comes next, and syntax
should be tailored to the semantics and the pragmatics.    (02)

> Let me add some more items to the things you like .
> - To extend the Triples approach by the Classificaton Theory
> integrated with Measurment Theory ;
> - To use the Pragmatics above the Semantics ;
> - To use the Pragmatism "relativity" between Ontology and
> Epistemology(Cognitology);
> - To add the VSM of Stafford Beer
> (http://www.ototsky.mgn.ru/it/beer_vsm.html)
> to Upper Ontology ;
> - To add the "metasystem transition" as "natural generalization" way.
> ---------------------------
> See some more details in - http://ototsky.mgn.ru/it/21abreast.htm    (03)

The details of the systems Leonid cites are very interesting
and should be considered, but there are also a lot of other
interesting systems that should be considered.  I don't want
to obscure the important principle above by quibbling over
the other details.    (04)

The following comment by Henry illustrates the difficulty:    (05)

 > OWL and RDF are not a syntax. They are a semantics. If you want
 > to make your life easier just use Turtle, or if you want more
 > power than what has yet been standardized, use N3. Here is an
 > atom feed rewritten using N3 (turtle) syntax with the AtomOwl
 > ontology [2]    (06)

In politics, statements like the first two sentences above are
technically known as "spin".  Although I was not involved in the
design of RDF and OWL, I have read and heard enough about the
process to know that the designers went through enormously
complex contortions to shoehorn the finally agreed semantics
into the syntax policy that was edicted a priori.    (07)

Any syntax that is so difficult to use that it requires all the
effort that Tim Bray and others expended on it just to express
triples (and which Tim admits was a mistake) has something
seriously wrong with it.  And if it requires tools as powerful
as Turtle and N3 to make it humanly usable, that is further
evidence that something is very seriously wrong.  And if the
result is so bloated that it requires compression algorithms
to reduce storage space and transmission time, that is
abundant evidence that something is horribly wrong.    (08)

The *only* argument that makes the slightest amount of sense
is that the RDF and OWL syntax enables the reuse of parsers
designed for XML.   That argument is undermined by the very
simple observation that the notation (R arg1 arg2 ... argN)
can be parsed with two functions built into many languages.    (09)

In many commonly used languages, the two functions are called
Head and Tail.  But whatever they are called, they provide
a two-operator parser that comes for free with the language:    (010)

  1. For any tuple list L, Head(L) is the first tuple, and
     Tail(L) is the remaining list.    (011)

  2. For any tuple T, Head(T) is the relation name, and
     Tail(T) is the list of arguments.    (012)

Henry's example (copy below) illustrates the kind of metalevel
notation that is valuable for large documents (and in some cases
even for a single tuple).  But in many applications, it is
counterproductive for the metalevel to overwhelm the content.
If you have a billion tuples (as many systems do), you don't
want to annotate every last one of them individually.    (013)

Recommendation:  Allow RDF and OWL to remain as they are, but
provide an optional form along the lines of the tuple list I
suggested in my previous note.  If you want to annotate a single
tuple in the form Henry suggested, then use the following notation.
But if you have a billion tuples (or even just a dozen), factor
out the metanotation and put the content in a simple tuple list.    (014)

As Tim Bray commented about the mistakes in the design of RDF:    (015)

    It's the syntax, stupid!    (016)

John Sowa
__________________________________________________________________    (017)

[ a :Feed, :Version;    (018)

    :title [ :value "Example Feed";
             :type "text/plain" ];
    :link  [ :href <http://example.org/>;
             :rel iana:alternate ];
    :updated "2003-12-13T18:30:02Z"^^xsd:dateTime;
    :author [ :name "John Doe" ];
    :id <urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6>;    (019)

    :entry [ a :Entry, :Version;
             :title [ :value "Atom-Powered Robots Run Amok";
                      :type "text/plain" ];
             :link [  :href <http://example.org/2003/12/13/atom03>;
                      :rel iana:alternate ];
             :id <urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a>;
             :updated "2003-12-13T18:30:02Z"^^xsd:dateTime;
             :summary [  :value "some text";
                         :type "text/plain" ]
           ];
] .    (020)


_________________________________________________________________
Message Archives: http://colab.cim3.net/forum/ontac-forum/
To Post: mailto:ontac-forum@xxxxxxxxxxxxxx
Subscribe/Unsubscribe/Config: 
http://colab.cim3.net/mailman/listinfo/ontac-forum/
Shared Files: http://colab.cim3.net/file/work/SICoP/ontac/
Community Wiki: 
http://colab.cim3.net/cgi-bin/wiki.pl?SICoP/OntologyTaxonomyCoordinatingWG    (021)
<Prev in Thread] Current Thread [Next in Thread>