rdf

TwitterFacebook
Get flash to fully experience Pearltrees
web

sparql

linkeddata

api

lod

metadata

browser

http://semanticweb.org/wiki/RDFReactor

RDFReactor - semanticweb.org

RDFReactor views the RDF data model through object-oriented Java proxies. It makes using RDF easy for Java developers. Technically, it translates an ontology into corresponding Java classes.
The Semantic Web is the extension of the World Wide Web that enables people to share content beyond the boundaries of applications and websites. It has been described in rather different ways: as a utopic vision , as a web of data , or merely as a natural paradigm shift in our daily use of the Web. Most of all, the Semantic Web has inspired and engaged many people to create innovative semantic technologies and applications. semanticweb.org is the common platform for this community. http://semanticweb.org/wiki/Main_Page

Main Page - semanticweb.org

Internet Alchemy » The Sixteen Faces of Eve

http://blog.iandavis.com/2005/09/28/the-sixteen-faces-of-eve/ My goal in this posting, prompted by some email discussions on constrained profiles of RDF/XML, is to take three simple triples and see how many ways there were of serialising them as RDF/XML. I chose not to consider order of the elements to be significant – I may be mean but I’m not without a heart. The triples I chose were trivial. In prose they are: “there is something that is a person, with a name of Eve and a homepage of http://example.org/~eve “. In Turtle/NTriples/N3: _:eve rdf:type foaf:Person .