41 lines
1.3 KiB
Plaintext
Raw Normal View History

2023-02-02 11:51:05 +01:00
<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:ex="http://www.exercise4.edu/"
>
<rdf:Description rdf:about="France"></rdf:Description>
<rdf:Description rdf:about="Italy"></rdf:Description>
<rdf:Description rdf:about="ex:Antibes"></rdf:Description>
<rdf:Description rdf:about="ex:Sauve_Moi">
<ex:publication_date>2005</ex:publication_date>
</rdf:Description>
<rdf:Description rdf:about="chevalier_de_l_ordre_des_Art_et_des_lettres_award">
<ex:dateOfDelivery>2012</ex:dateOfDelivery>
<ex:placeOfDelivery rdf:ressource="ex:France"></ex:placeOfDelivery>
</rdf:Description>
<rdf:Description rdf:about="Raymond_Chandler_award">
<ex:dateOfDelivery>2021</ex:dateOfDelivery>
<ex:placeOfDelivery rdf:ressource="ex:Italy"></ex:placeOfDelivery>
</rdf:Description>
<rdf:Description rdf:about="ex:Guillaume_Muso">
<ex:hasAge>48</ex:hasAge>
<ex:POB rdf:ressource="ex:Antibes"></ex:POB>
<ex:hasWritten rdf:ressource="ex:Sauve_Moi"></ex:hasWritten>
<ex:awards>
<rdf:Bag>
<rdf:li rdf:resource="chevalier_de_l_ordre_des_Art_et_des_lettres_award" />
<rdf:li rdf:resource="Raymond_Chandler_award" />
</rdf:Bag>
</ex:awards>
</rdf:Description>
</rdf:RDF>