- par balbinus, le jeudi 26 août 2004 à 21:52 dans « Web Sémantique »
Answering to Danny's idea, you can find an XSL stylesheet that you can use to "convert" your DOAP file in a (valid) XHTML 1.1 document.
To do it, you can download Saxon, and run:
java -jar saxon.jar -o doap.html doap.rdf doap.xsl
And here you go.
An interesting question: how can you link the XHTML version to the RDF version. Add in top of your DOAP (just after the rdf:RDF) this piece of code:
<rdf:Description rdf:about="">
<dct:hasVersion dc:format="application/xhtml+xml" rdf:resource="URL of the XHTML version" />
</rdf:Description>
Verify that you have declared both of the DC terms XML namespace (http://purl.org/dc/terms) and the "standard" DC namespace (http://purl.org/dc/). NB that if you already have an <rdf:Description rdf:about=""> defined (if you used DOAP-a-matic, eg), you just need to insert the dct:Version line between the rdf:Description.
- par balbinus, le jeudi 26 août 2004 à 16:36 dans « Web Sémantique »
Here are all of the answers of the "Monring" contest: find all the "anagrams" of the word "Morning" without moving the first and the last letters. We didn't ask for true anagrams, just shaked letters and saw what it gave.
Many thanks to GregElin for having launched the contest, to all the ones who commented during and after the performance.
And thanks to Libby for purposing a new contest: "Afternoon". Silly idea, sure?
Chumpofit
- par balbinus, le lundi 23 août 2004 à 19:53 dans « Web Sémantique »
Je me suis zamusé cet après-midi avec wh4experimental, création de Libby (enfin je crois).
Adjonction d'une nouvelle fonctionnalité : !zodiac. Par exemple :
<balbinus> !zodiac Leo
<wh4experimental> Leo Vincent Tabard
La syntaxe Squish est la suivante :
select ?name, ?sign
where (foaf:name ?person ?name) (zodiac:Sign ?person ?sign)
and ?sign ~ "$1"
using foaf for http://xmlns.com/foaf/0.1/ zodiac for http://www.ideaspace.net/users/wkearney/schema/astrology/0.1#
Ensuite (merci Chris), vous avez le contraire : !whatsyoursign :
<balbinus> !whatsyoursign balbinus
<wh4experimental> balbinus Leo
La syntaxe :
select ?nick, ?sign
where (zodiac:Sign ?person ?sign) (foaf:nick ?person ?nick)
and ?nick ~ "$1"
using foaf for http://xmlns.com/foaf/0.1/ zodiac for http://www.ideaspace.net/users/wkearney/schema/astrology/0.1#
Et enfin le cadeau surprise : la commande bonus !speakslang.
Syntaxe :
select ?name, ?lang
where (foaf:name ?person ?name) (lang:speaks ?person ?lang)
and ?lang ~ "$1"
using foaf for http://xmlns.com/foaf/0.1/ lang for http://purl.org/net/inkel/rdf/schemas/lang/1.1#
Bon voilà. J'y retourne.
- par balbinus, le dimanche 22 août 2004 à 23:25 dans « Stuff »
--> Vous parlez maintenant sur #devfr
--- Le sujet de #devfr est Le code, c'est pour Popol, pas pour les cons, putain!
-- Le code, c'est les Autres, c'est comme l'enfer -- Coder quoi ? Commenter pourquoi ?
--- Sujet de #devfr défini par stork à Mon Aug 16 13:18:27 2004
--- Votre nom est maintenant balbinus
[...]
<manix> niark.
<grirgz> plop.
<zograk> pelopeuh
<grirgz> eupeulaupeuheu
<balbinus> peuhleaupeuhaeuh
<grirgz> euheupeuheuleuhauheupeuhaeuh
<balbinus> plop.
<grirgz> plp,
<balbinus> pl
<grirgz> p
<balbinus>
<grirgz> p
<balbinus> pl
<grirgz> plp,
<balbinus> plop.
<grirgz> a bas les batiments, abollir c'est ballot, liberez mon bébé
<balbinus> fourrez les fosses, fuir c'est fayot, saucissonez mon frérot
<grirgz> pas mal :p
<balbinus> après tu mélanges
<balbinus> bourrez les fesses, puer c'est pas nouveau, libérez les tétés
<grirgz> fourrez les frerots, saucissonez mon fayot, fuir les les fosses ?
[Follow-up]:
Lit de viol (La bestiole à grirgz)
- par balbinus, le dimanche 22 août 2004 à 15:49 dans « bonjourlesmouettes »
Nan, je les connaissais avant... Mais j'ai testé
Résultat, c'est ici que ça se passe : If relationships were internet protocols... Génial 
- par balbinus, le samedi 21 août 2004 à 18:55 dans « Web Sémantique »
I really should make less moving URLs. I know.
You can find them in their new home: http://doapy.bonjourlesmouettes.org/. Using Content Negotiation (I should make a post about it, by the way).
- par balbinus, le vendredi 20 août 2004 à 22:56 dans « Stuff »
J'adore cette page, cette association de photo, de citation, de posts... Entre un regard et un sourire - 2004-08-08 - Carnet Web Karl. J'avais besoin de le dire.
- par balbinus, le vendredi 20 août 2004 à 18:13 dans « bonjourlesmouettes »
¡Ahora podéis usar el DOAP-a-matic en español, gracias a Emmanuelle Gutiérrez y Restrepo!
Si su navegador está configurado por mandar un Accept-Language con es en cabeza, verá el DOAP-a-matic (y los otros DOAPies también) en español 
If you want to volunteer as a translator --> balbinus@bonjourlesmouettes.org. Thank you!
- par balbinus, le jeudi 19 août 2004 à 18:33 dans « Web Sémantique »
You can now find [balbinus.net] DOAP files (and bonjourlesmouettes's) at: http://doap.balbinus.net/.
Vous pouvez retrouver les fichiers DOAP de [balbinus.net] (et bonjourlesmouettes) à cette adresse : http://doap.balbinus.net/.
- par balbinus, le lundi 16 août 2004 à 15:54 dans « Web Sémantique »
Dans cet article au jeu de mots débile (DOAP = dope = drogue), j'ai traduit la spec' de DOAP (son RDFS). En bref : des explications sur toutes les classes et les propriétés de DOAP, en français.
Lire la suite