background preloader

Rdf

Facebook Twitter

API Documentation for ordf — Open Knowledge Foundation RDF v0.29 documentation. Resource Description Framework (RDF) Schema Specification. W3C Proposed Recommendation 03 March 1999 This Version: Newest Version: Editors: Dan Brickley, University of Bristol R.V. Document Status and errata Acknowledgments Copyright ©1998,1999 W3C (MIT, INRIA, Keio) , All Rights Reserved.

Status of this document This document is a Proposed Recommendation of the World Wide Web Consortium. This specification is a revision of the last-call working draft dated 1998-10-30 incorporating suggestions received in review comments and further deliberations of the W3C RDF Schema Working Group. The Working Group anticipates no further substantial changes to this specification. Publication as a Proposed Recommendation does not imply endorsement by the W3C membership. The Resource Description Framework is part of the W3C Metadata Activity. Note: The HTML source of this document contains embedded RDF and will therefore not validate against the HTML4.0 DTD. Table of Contents 1. 2. 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 : Dernière version : Editeurs : Ora Lassila <ora.lassila@research.nokia.com> , Nokia Research Center Ralph R.

Statut du document Droit de copie © 1997,1998,1999 W3C (MIT, INRIA, Keio ), Tous droits réservés. Statut de ce document Ce document a été examiné par les membres du W3C et autres groupes intéressés et a été approuvés par le directeur comme une recommandation du W3C. La liste des erreurs connues dans cette spécification est disponible à Les commentaires sur cette spécification doivent être envoyés à www-rdf-comments@w3.org.

Sommaire 1. Le World Wide Web a été conçu à l'origine pour la compréhension humaine, et bien que tout ce qui y réside est lisible par une machine, ces données ne sont pas compréhensibles par une machine. 2. 2.1. 2.1.1. 2.2. <? <? <? <? 2.2.2. 2.2.3. 2.3. 3. Pyrple - An RDF API in Python. 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. The hoot OWL Syntax Checker and RDFe schema-aware RDF editor are implemented using Pyrple.

Documentation Minimal whilst the API is in flux. Installation Requirements: Python 2.3 or later. . $ wget $ tar -zxvf pyrple-2004-06-06.tar.gz $ su -c mv pyrple-2004-06-06 /usr/lib/python2.3/site-packages/pyrple On windows boxen: Unzip pyrple-yyyy-mm-dd.tar.gz using WinZip etc.Move folder to c:/Program Files/Python23/Lib/site-packages Examples & Applications There are some applications built on top of Pyrple which you can play around with right now: RDFe - A Schema-Aware RDF Editor More to come soon. . #! Design Features Lightweight: small APIModular: minimally interdependent.

RDFLib. RDF - 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.

This linking structure forms a directed, labeled graph, where the edges represent the named link between two resources, represented by the graph nodes. This graph view is the easiest possible mental model for RDF and is often used in easy-to-understand visual explanations. Recommended Reading The RDF 1.1 specification consists of a suite of W3C Recommendations and Working Group Notes, published in 2014. Resource Description Framework.

Un article de Wikipédia, l'encyclopédie libre. Pour les articles homonymes, voir RDF. En annotant des documents non structurés et en servant d'interface pour des applications et des documents structurés (par exemple bases de données, GED, etc.) RDF permet une certaine interopérabilité entre des applications échangeant de l'information non formalisée et non structurée sur le Web. Principes fondamentaux[modifier | modifier le code] Un document structuré en RDF est un ensemble de triplets.

Un triplet RDF est une association : (sujet, prédicat, objet) Le sujet, et l'objet dans le cas où c'est une ressource, peuvent être identifiés par une URI ou être des nœuds anonymes. Les documents RDF peuvent être écrits en différentes syntaxes, y compris en XML. Un document RDF ainsi formé correspond à un multigraphe orienté étiqueté. {sujet, objet, prédicat} ⇔ prédicat(objet, sujet) ce qui est équivalent à : ∃ objet, ∃ sujet tq prédicat(objet, sujet) Vocabulaires RDF[modifier | modifier le code] L'objet est :