[
{ name=> 'Alfarrabio',
isa => ['arquivo web'],
url => 'http://alfarrabio.di.uminho.pt/',
rel => { about => ['música','poema']},
autor => ['José João','Jorge Gustavo','Alberto', '...'],
description => '...'
},
{ name=> 'ZecaAfonso',
isa => ['arquivo web'],
url => 'http://alfarrabio.di.uminho.pt/zeca',
rel => {pof => ['Alfarrabio'],
about => ['música','poema']},
autor => ['Arménia Rua'],
description => '...' ,
wmboi => {
file => "_ZecaAfonso.enc",
validfor => 30,
conf => { url=>'http://alfarrabio.di.uminho.pt/zeca/disc.html',
tobeadded=>{
from=>'ZecaAfonso',
author=> 'Zeca Afonso',
isa=>['disco']
},
follow=>{
tobepropagated=>{ name => 'in',
author => 'author'},
tobeadded=>{
isa=>['poema']
}
}
}
}
},
{ name=> 'Versos de Segunda',
isa => ['arquivo web'],
url => 'http://www.isr.ist.utl.pt/~cfb/VdS',
rel => { about => ['poema']},
autor => ['Carlos Bispo'],
description => 'uma colecção de poemas de diversos autores selecionados
por Carlos Bispo e enviados para a rede semanalmente (à segunda feira -- daí
a razão do nome).
' ,
wmboi => { file => "_vds.enc",
validfor => 7,
conf =>{
url => "http://www.isr.ist.utl.pt/~cfb/VdS/zlista.html",
beginafter => quotemeta('aos poemas presentemente disponíveis.'),
endwith => "
",
tobeadded => {
from => "Versos de Segunda",
isa => ['poeta'] ,
},
# exportas => { title => "author"},
follow => {
tobepropagated=>{ name => 'author'},
tag => "obra",
tobeadded => {
isa => ['poema'] ,
},
},
}
}
},
{ name=> 'Pato',
isa => ['arquivo web'],
url => 'http://ipato.org/lista.htm',
rel => { about => ['música','viola']},
autor => ['......'],
description => '...' ,
wmboi => { file => "_pato.enc",
validfor => 7,
conf => { url=>'http://ipato.org/lista.htm',
tobeadded=>{
from=>'Pato',
isa=>['músico']
},
follow=>{
tobepropagated=>{ name => 'author'},
tobeadded=>{
isa=>['PDF','música com acordes']
}
}
}
}
},
{ name=> 'Vidas Lusófonas',
isa => ['arquivo web'],
url => "http://www.vidaslusofonas.pt/",
rel => { about => ['biografia']},
autor => ['......'],
description => '...' ,
wmboi => { file => "_vidasl.enc",
validfor => 30,
conf => { url=>[ "http://www.vidaslusofonas.pt/varanda.htm",
"http://www.vidaslusofonas.pt/asvidas.htm",],
tobeadded=>{
from=>'Vidas Lusófonas',
isa=>['personagem histórica'],
docisa=>['biografia']
},
}
}
},
{ name=> 'Intermúsica',
isa => ['arquivo web'],
url => 'http://www.geocities.com/SunsetStrip/Underground/9449/',
rel => { about => ['viola','música']},
autor => ['......'],
description => '...' ,
wmboi => { file => "_intermusica.enc",
validfor => 7,
conf => {
url=>'http://www.geocities.com/SunsetStrip/Underground/9449/msica_port.htm',
tobeadded=>{
from=>'Intermúsica',
isa=>['músico']
},
follow=>{
tobepropagated=>{ name => 'author'},
tobeadded=>{
isa=>['música com acordes']
}
}
}
}
}
]