- From: Dmitry Turin <html60@narod.ru>
- Date: Wed, 05 Nov 2008 11:29:20 +0300
- To: public-html@w3.org
Marco, the same request, as to Mark Baker - help me to estimate
how much will cost implementation of mentioned part of HTML6
(mentioned documents of html60.euro.ru)
in Firefox, Opera, etc.
> > [1] Direct displaying and direct communication with database:
> > http://html60.euro.ru/site/html60/en/author/tabfile_eng.htm (Sending of form)
> > http://html60.euro.ru/site/html60/en/author/cube_eng.htm (Sending of form)
> > http://html60.euro.ru/site/html60/en/author/looker_eng.htm
> > http://html60.euro.ru/site/html60/en/author/tree_eng.htm
> > http://html60.euro.ru/site/html60/en/author/combo_eng.htm
> > http://html60.euro.ru/site/html60/en/author/quest_eng.htm#webforms_data (<data id="records">...</data>)
> > Direct displaying and direct submitting into database:
> > http://html60.euro.ru/site/html60/en/author/forxml_eng.htm
> > http://html60.euro.ru/site/html60/en/author/hidden_eng.htm
P.S.
> since you refer to Jim Meltons [1] work
i refer ???
> on your site
even on my site ??? point these place, please.
P.P.S.
> I think you will be able to get a
> good idea about the motivation for RDF from a database/SQL
> perspective.
> That said I would like to see more activity in the HTML 5 group / spec
> with regards to RDF, RDFa and SPARQL.
look at http://en.wikipedia.org/wiki/SPARQL
"The following simple SPARQL query returns all country capitals in Africa:
PREFIX abc: <http://example.com/exampleOntology#>
SELECT ?capital ?country
WHERE {
?x abc:cityname ?capital ;
abc:isCapitalOf ?y .
?y abc:countryname ?country ;
abc:isInContinent abc:Africa .
}"
Simple user cannot even understand this syntax, not to write.
Received on Wednesday, 5 November 2008 08:30:12 UTC