R. D. F.

RDF

Resource Description Framework : Infrastructure de description de ressources.

Besoin

Développer un "Web sémantique" en permettant :

Analyse

RDF définit des métadonnées (description de données)

Conception

RDF utilise XML.

Exemples

Un exemple de document RDF est :

<?xml:namespace href=<span class="codeString">"<strong>https://www.w3c.org/RDF/</strong>"</span> as=<span class="codeString">"RDF"</span>?> <br> <?xml:namespace href=<span class="codeString">"https://purl.oclc.org/RDF/DC/"</span> as=<span class="codeString">"DC"</span>?><br> <br> <RDF:<strong>RDF</strong>><br> <br> <RDF:Description RDF:HREF=<span class="codeString">"https://www.ariadne.ac.uk/"</span> RDF:BAGID=<span class="codeString">"ARIADNE_RDF"</span>><br> <DC:Title>Ariadne - The Web Version</DC:Title><br> <DC:Subject>journal, magazine, elib, electronic libraries, digital libraries, networking, Web, IT, higher education</DC:Subject><br> <DC:Description>A Web and print magazine of Internet issues for librarians and information specialists</DC:Description><br> <DC:Publisher>UKOLN, University of Bath</DC:Publisher><br> <DC:Type>Text.Serial.Magazine</DC:Type><br> <DC:Format>text/html</DC:Format><br> <DC:Identifier>URN:ISSN:1361-3200</DC:Identifier><br> </RDF:Description><br> <br><RDF:Description RDF:HREF=<span class="codeString">"#ARIADNE_RDF"</span>><br> <DC:Creator RDF:HREF=<span class="codeString">"https://www.ukoln.ac.uk/ukoln/staff/a.powell.rdf#Andy_Powell"</span>/><br> <DC:Date><br> <RDF:Description><br> <DC:Date.Type>Created</DC:Date.Type><br> <DC:Date.Value>1998-03-07</DC:Date.Value><br> </RDF:Description><br> </DC:Date><br> </RDF:Description><br> <br> </RDF:<strong>RDF</strong>>

Notes

Un sous-ensemble de RDF est RSS.

Voir