!)
:
it is the usual picture of software tools, nothing special any more!http://www.sparql.org/sparql?query=…
SELECT ?translator ?translationTitle ?originalTitle ?originalDate
FROM <http://…/TR_and_Translations.rdf>
WHERE {
?trans rdf:type trans:Translation;
trans:translationFrom ?orig;
trans:translator [ contact:fullName ?translator ];
dc:language "fr";
dc:title ?translationTitle.
?orig rdf:type rec:REC;
dc:date ?originalDate;
dc:title ?originalTitle.
}
ORDER BY ?translator ?originalDate

<html xmlns="http://www.w3.org/1999/">
<head profile="http://www.w3.org/2003/g/data-view">
<title>Some Document</title>
<link rel="transformation" href="http:…/dc-extract.xsl"/>
<meta name="DC.Subject" content="Some subject"/>
...
</head>
...
<span class="date">2006-01-02</span>
...
dc-extract.xsl:
<rdf:Description rdf:about="…"> <dc:subject>Some subject</dc:subject> <dc:date>2006-01-02</dc:date> </rdf:Description>
link and meta to include child elementsclass in
microformats, but via dedicated properties)class attribute value)<div about="http://uri.to.newsitem"> <span property="dc:date">March 23, 2004</span> <span property="dc:title">Rollers hit casino for £1.3m</span> By <span property="dc:creator">Steve Bird</span>. See <a href="http://www.a.b.c/d.avi" rel="dcmtype:MovingImage"> also video footage</a>… </div>
<http://uri.to.newsitem> dc:date "March 23, 2004"; dc:title "Rollers hit casino for £1.3m; dc:creator "Steve Bird"; dcmtype:MovingImage <http://www.a.b.c/d.avi>.
These are just ideas floating around…
(Need a new PhD topic?
)
. See these statements:
!
(These slides are publicly available on http://www.w3.org/2006/Talks/1016-Beijing-IH/)