Karl Dubost wrote:
> Pourrais-tu faire un graphe pour un film ?
>
>> @prefix foaf: <http://xmlns.com/foaf/0.1/> .
>> @prefix dc: <http://purl.org/dc/elements/1.1/> .
>>
>> <http://imdb.com/title/tt0105236/> a :Movie;
>
> La page IMDB n'est pas le film. ;)
> C'est une information à propos du film.
>
>> :year "1992" ;
>> dc:title "Reservoir Dogs";
>> <http://atonie.org/films#watched_at> "2006-08-21" ;
>> <http://atonie.org/films#cover>
>> "http://ia.imdb.com/media/imdb/01/I/58/06/40/10m.jpg" ;
>> :directed [
>> a foaf:Person ;
>> foaf:name "Quentin Tarantino"
>> ] ;
>> :writer [
>> a foaf:Person ;
>> foaf:name "Quentin Tarantino"
>> ] ;
>
> Ici je pointerai plutôt vers une ressource qui représente Quentin
> Tarantino. Car réécrire à chaque fois l'information relative Ã
> Quentin tarantino est fastidieux et sujet à erreur.
>
>
>> :cast [
>> a foaf:Person ;
>> foaf:name "Tim Roth"
>> ];
>> :cast [
>> a foaf:Person ;
>> foaf:name "Michael Madsen"
>> ];
>> :cast [
>> a foaf:Person ;
>> foaf:name "Chris Penn"
>> ];
>> :cast [
>> a foaf:Person ;
>> foaf:name "Steve Buscemi"
>> ] .
>>
>> Mais cette solution me pause quelques problèmes :
>>
>> - Je peux avoir regardé un film plusieurs fois mais Ã
>> des dates différentes.
>
> Je pense qu'il y avait le même problème pour AtomOWL avec plusieurs
> mises à jour d'un même billet. Il faudrait que je trouve la
> référence.
>
>> - L'utilisation d'un "faux" namespace.
>>
>> Deuxième solution :
>>
>> @prefix : <http://www.csd.abdn.ac.uk/~ggrimnes/dev/imdb/IMDB#> .
>> @prefix foaf: <http://xmlns.com/foaf/0.1/> .
>> @prefix dc: <http://purl.org/dc/elements/1.1/> .
>>
>> <2006-08-04reservoir_dogs> a :Movie ;
>> dc:title "Reservoir Dogs" ;
>> dc:date "2006-08-04" ;
>> :year "1992" ;
>> <http://atonie.org/films#cover>
>> "http://ia.imdb.com/media/imdb/01/I/58/06/40/10m.jpg" ;
>> :directed [
>> a foaf:Person ;
>> foaf:name "Quentin Tarantino"
>> ] ;
>> :writer [
>> a foaf:Person ;
>> foaf:name "Quentin Tarantino"
>> ] .
>> Cette méthode résolu l'utilisation de #watched_at puis ce que dans
>> le
>> cas présent, dc:date indique bien la date de création de la
>> ressource,
>> donc de la date à laquelle j'ai regardé le film. Mais, je suis
>> toujours
>> forcé d'utiliser un faux namespace pour l'affiche du film.
& (3), ...
<rdf:Description>
<foaf:isPrimaryTopicOf
rdf:resource+"http://en.wikipedia.org/wiki/Reservoir_Dogs"/>
<!-- ...etc etc -->
</rdf:Description>
peut-être aussi avec
http://meta.wikimedia.org/wiki/Semantic_MediaWiki ...
http://wiki.ontoworld.org/wiki/Help:RDF_export
{{Infobox Film |
name = Reservoir Dogs |
image = Resdogspromo.jpg|
caption = Reservoir Dogs DVD Cover|
imdb_rating = [[Image:4 out of 5.png]] 8.4/10 (85,702 votes) |
writer = [[Quentin Tarantino]] |
starring =[[Harvey Keitel]]<br />[[Tim Roth]]<br />[[Steve
Buscemi]]<br />[[Chris Penn]]<br />[[Michael Madsen]]<br />[[Lawrence
Tierney]] |
director = [[Quentin Tarantino]] |
producer = [[Lawrence Bender]] |
cinematography = [[Andrzej Sekula]] |
editing = [[Sally Menke]] |
distributor = [[Miramax Films]] |
released = [[October 23]] [[1992]] ([[United States|USA]]) |
runtime = 99 min. |
language = English |
budget = US$1.2 million |
imdb_id = 0105236 |
}}
...pour plus semantique?
Dan
--
Liste de diffusion "websemantique@xmlfr.org"
(http://xmlfr.org/communautes/websemantique/listes/websemantique).
Contribuez au developpement du Web Semantique francophone
(http://websemantique.org) !
Pour resilier votre abonnement, envoyez un message contenant
la commande "unsubscribe" a websemantique-request@xmlfr.org
(mailto:websemantique-request@xmlfr.org?Subject=unsubscribe)
Received on Mon Oct 2 01:41:11 2006