rdf

FacebookTwitter
http://www.w3.org/TR/1998/WD-rdf-schema/ W3C Proposed Recommendation 03 March 1999 This Version: http://www.w3.org/TR/1999/PR-rdf-schema-19990303 Newest Version:

Resource Description Framework (RDF) Schema Specification

Spécification du modèle et la syntaxe du cadre de description des ressources (Resource Description Framework ou RDF)

REC-rdf-syntax-19990222 Recommandation du W3C 22 février 1999 Cette version : http://www.w3.org/TR/1999/REC-rdf-syntax-19990222 Dernière version : http://www.w3.org/TR/REC-rdf-syntax http://www.la-grange.net/w3c/REC-rdf-syntax/
Pyrple parses RDF/XML, N3, and N-Triples. It has in-memory storage with API-level querying, experimental marshalling, many utilities, and is small and minimally interdependent. It can do graph isomorphism testing, rule application, etc. You can also browse the source via HTTP. http://infomesh.net/pyrple/

pyrple - An RDF API in Python

http://yergler.net/talks/pythonrdf/

Using RDF with Python

Nathan R. Yergler Creative Commons

RDF - Semantic Web Standards

http://www.w3.org/RDF/ From Semantic Web Standards Overview RDF is a standard model for data interchange on the Web. RDF has features that facilitate data merging even if the underlying schemas differ, and it specifically supports the evolution of schemas over time without requiring all the data consumers to be changed. RDF extends the linking structure of the Web to use URIs to name the relationship between things as well as the two ends of the link (this is usually referred to as a “triple”). Using this simple model, it allows structured and semi-structured data to be mixed, exposed, and shared across different applications.
Un article de Wikipédia, l'encyclopédie libre. Pour les articles homonymes, voir RDF . Resource Description Framework ( RDF ) est un modèle de graphe destiné à décrire de façon formelle les ressources Web et leurs métadonnées , de façon à permettre le traitement automatique de telles descriptions. Développé par le W3C , RDF est le langage de base du Web sémantique . L'une des syntaxes (ou sérialisations ) de ce langage est RDF/XML. D'autres sérialisations de RDF sont apparues ensuite, cherchant à rendre la lecture plus compréhensible ; c'est le cas par exemple de Notation3 (ou N3). http://fr.wikipedia.org/wiki/Resource_Description_Framework

Resource Description Framework