SPARQL Un article de Wikipédia, l'encyclopédie libre. SPARQL (prononcé sparkle en anglais : « étincelle »[1]) est un langage de requête et un protocole qui permet de rechercher, d'ajouter, de modifier ou de supprimer des données RDF disponibles à travers Internet. Son nom est un acronyme récursif qui signifie SPARQL Protocol and RDF Query Language[2]. SPARQL est l'équivalent de SQL car comme en SQL, on accède aux données d'une base de données via ce langage de requête alors qu'avec SPARQL, on accède aux données du Web des données. Cela signifie qu'en théorie, on pourrait accéder à toutes les données du Web avec ce standard. Ce standard a été créé par le groupe de travail DAWG (RDF Data Access Working Group) du W3C (Consortium World Wide Web). Les implémentations de SPARQL au sein de triplestores se multiplient[4]. « SPARQL fera une énorme différence », selon Tim Berners-Lee dès mai 2006[5]. Bénéfices[modifier | modifier le code] Les données touchent tous les domaines d’activité.
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.
Twinkle: A SPARQL Query Tool Twinkle is a simple GUI interface that wraps the ARQ SPARQL query engine. The tool should be useful both for people wanting to learn the SPARQL query language, as well as those doing Semantic Web development. Twinkle was originally inspired by Elliotte Harold's XQuisitor which provides a simple GUI interface for playing with XQuery. Features Load, edit and save SPARQL queries Insert PREFIX statements into queries Configure custom namespaces so they can be quickly inserted into queries Cancel long running queries Save results to file Query local files and remote RDF documents Query RDF data held in relational databases Query online SPARQL endpoints, such as DBpedia, reyvu.com and GovTrack. Query using standard SPARQL, or the ARQ extended syntax which supports COUNT, etc. Documentation View some annotated screen shots on Flickr To configure new data sources and prefixes, see etc/config.n3 in the distribution. Download You'll need to have Java 1.5 or higher installed to use Twinkle. Licence
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
FOAF Un article de Wikipédia, l'encyclopédie libre. Logo FOAF FOAF (de l'anglais Friend of a friend, littéralement « l’ami d’un ami ») est un vocabulaire RDF permettant de décrire des personnes et les relations qu’elles entretiennent entre elles. Le protocole WebID, anciennement FOAF+SSL[1]., est un protocole d'authentification décentralisé utilisant des documents FOAF comme conteneur d'informations de profil et le protocole TLS pour l'authentification. <rdf:RDF xmlns:rdf=" xmlns:foaf=" xmlns:rdfs=" Wales</foaf:name><foaf:title>Mr. (en) Portail du projet(en) FOAF Schema 0.1 : spécification du vocabulaire FOAF. (en) FOAF Corp est une extension de FOAF au domaine des entreprises.On pourra aussi visualiser en Flash l’application expérimentale (en) They rule.
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”). This linking structure forms a directed, labeled graph, where the edges represent the named link between two resources, represented by the graph nodes. Recommended Reading The RDF 1.1 specification consists of a suite of W3C Recommendations and Working Group Notes, published in 2014. A number of textbooks have been published on RDF and on Semantic Web in general. Discussions on a possible next version of RDF W3C has recently set up a new RDF Working Group, whose charter is to make a minor revision of RDF. Last modified and/or added All relevant tools
Web S 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.) 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é. La sémantique d'un document RDF peut être exprimée en théorie des ensembles et en théorie des modèles en se donnant des contraintes sur le monde qui peuvent être décrites en RDF. {sujet, objet, prédicat} ⇔ prédicat(objet, sujet) ce qui est équivalent à : ∃ objet, ∃ sujet tq prédicat(objet, sujet) L'objet est :
new pearl The Semantic Web is a web of data. There is lots of data we all use every day, and it is not part of the web. I can see my bank statements on the web, and my photographs, and I can see my appointments in a calendar. Why not? The Semantic Web is about two things. See also the activity news for an account of recent events, publications, etc. The following groups are part of the Semantic Web Activity. Active Groups Semantic Web Coordination Group The Semantic Web Coordination Group is tasked to provide a forum for managing the interrelationships and interdependencies among groups focusing on standards and technologies that relate to this goals of the Semantic Web Activity. RDFa Working Group The mission of the RDFa Working Group, formerly known as the W3C RDF Web Application Working Group, is to support the developing use of RDFa for embedding structured data in Web documents in general. RDF Working Group Linked Data Platform Working Group Semantic Web Interest Group Past Groups OWL Working Group
Microformats Folksonomie Un article de Wikipédia, l'encyclopédie libre. Une folksonomie, ou indexation personnelle, est un système de classification collaborative décentralisée spontanée, basé sur une indexation effectuée par des non-spécialistes.Techniques permettant à l'utilisateur d'un outil (internet ou autre) de donner son avis sur une ou plusieurs pages web. Synonymes[modifier | modifier le code] L'expression francisée recommandée par la Commission générale de terminologie et de néologie est indexation personnelle[1]. Description[modifier | modifier le code] L'intérêt des folksonomies est lié à l'effet communautaire : pour une ressource donnée sa classification est l'union des classifications de cette ressource par les différents contributeurs. Le concept de folksonomie est considéré comme faisant partie intégrante du Web 2.0. Par exemple, le site Flickr permet le stockage massif des photos, accessibles par défaut à tout le monde. Caractéristiques de la folksonomie[modifier | modifier le code]
Tails Export Main Page-fr · Microformats Wiki Les microformats sont des extensions au HTML pour marquer les personnes et organisations, événements, endroits, billets de blog, produits, critiques, C.V., recettes etc. nouveau ! Introduction Ce wiki est la ressource centrale de la communauté microformats et fournit des guides de publication des microformats, des références, des spécifications, des drafts, des modèles de publication, de la recherche, du brainstorming et de la résolution de problème. Pour démarrer Pour démarrer avec les microformats : Premièrement, familiarisez-vous à écrire vos pages et applications avec du HTML 'CHIC'. Définition Les microformats sont des petits modèles de HTML pour représenter des choses communément publiées comme des personnes, des événements et des mots-clé dans les pages web. Les microformats sont le moyen le plus rapide et le plus simple pour fournir une API vers la data et l'information dans votre site web. Comment contribuer ? Vous voulez nous rejoindre et contribuer ? Spécifications nouveau ! Drafts
RDFa