RDF can be written in some ways: A RDF triple could be represented through a RDF graph, through FOL expressions like P(X,Y), or - most common used for web development - through XML.
There are some good RDF/XML parsers for the most common web development languages like Perl or Python.
But is there another way of writing RDF, which is supported by a parser for programming/script languages?