background preloader

PearlTREE& RDF

Facebook Twitter

Resource Description Framework. Un article de Wikipédia, l'encyclopédie libre.

Resource Description Framework

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 : DeliciousMind = del.icio.us + MindMap. I’m a big fan of del.icio.us for organizing everything I read on the internet.

DeliciousMind = del.icio.us + MindMap

I also use FreeMind for structured brainstorming and graphical organization as a mindmap. Displaying tags as a mindmap tree was an obvious fit. I figured it wouldn’t be too hard to transform an xml format from del.icio.us to the Freemind file format. A great benefit I found when I was researching, I discovered the mindmap format could also include weblinks on each of the nodes. This means you can click through the created mindmap tree and launch websites from your del.icio.us bookmarks directly within Freemind. To use DeliciousMind… You must have Java installed and Java must be in your path.Download deliciousmind.zip.Unzip deliciousmind.zip to a directory.Load the URL in your browser (I hope you’re using Firefox). Please contact me with any suggestions or comments (deliciousmind AT blainekendall DOT com) New Freeplane File Format (Proposal) Attention: This effort is on hold until further notice (perhaps after release of version 1.2/1.3).

New Freeplane File Format (Proposal)

Freeplane version 1.0.x (and 1.1.x) was developed using FreeMind's format and file extension (.mm) in an effort to allow a smooth transition to users willing to switch to Freeplane. As Freeplane grows mature and wants to make true its Visions, a new file format is required. A Freeplane file can come in 4 flavors, as single XML document file or as package: Single XML document: a plain XML format with extension .freeplane.This format allows further for easy automated generation and XSLT transformation. Overall, the XML format is the same in all flavors, and aligned (as much as possible) with the Open Document Format from the OASIS organization. clean XML multiple maps per file possible easy generation embedding of 3rd party objects support real styles allow for comparison between different files allow for tracked changes Each XML file must start with an XML declaration <?

Rdf mind map.