Projects tagged ‘rdflib’


[5 total ]

2 Users
 

SWAML, pronounced [swæml], is a research project around the semantic web technologies to publish the mailing lists' archives into a RDF format. It has been developed by the CTIC Foundation and the ... [More] WESO-RG at University of Oviedo (Spain). You can visit the project page at BerliOS for more details. SWAML reads a collection of email messages stored in a mailbox (from a mailing list compatible with RFC 4155) and generates a RDF description. It is written in Python using SIOC as the main ontology to represent in RDF a mailing list. [Less]
Created about 1 year ago.

1 Users
 

Toolkit for parsing/serializing RDF data - think RDFLib for Ruby.
Created over 2 years ago.

1 Users

The FOAF project brings social networking into the semantic web. By publishing information about yourself, your interests, projects and friends in machine readable RDF files, you can participate in a ... [More] completely decentralized social network, maintaining complete ownership and control of your personal data. foaflib is a Python library built on the rdflib library and designed to make it easy to do things like: * Create FOAF files * Read FOAF files * Use people's FOAF profiles to access their blogs, Twitter feeds, etc. [Less]
Created 7 months ago.

1 Users
   

Vazaar is a personal information manager based on tools and ideas borrowed from the semantic web area. It's (almost) all about metadata or data that describes other data. This prototype is in a ... [More] early stage of development. Consider it an application where i'm going adding new features and building the necessary infraestructure for an easy deploy. # REQUISITES - Data layer: Vazaar uses SQLite database as store for graphs. MySQL, PostreSQL and others backends will be supported in the future dependencies: - database server: SQLite - libraries: python-sqlite - Logic layer: Intensive use of rdflib library for semantic operations. dependencies: - language: python 2.5 (An interactive high-level object-oriented language) - li [Less]
Created about 1 year ago.

0 Users

RDFshow takes an RDF graph and applies a set of user-provided templates to produce a text file. It is intended for the creation of HTML or XML documents from RDF descriptions, but might be useful for ... [More] other RDF processing tasks. RDFshow is a Python 2 package and operates on RDFLib Graph objects, but also comes with a command-line front-end that inputs RDF/XML. [Less]
Created 3 months ago.