Some links about Linked Data, Semantic and Ontology
>>> import rdflib>>> from rdflib import ConjunctiveGraph>>> graph = ConjunctiveGraph()>>> graph.parse("http://semantictweet.com/ecolix"))>>>> for triple in graph:... print triple