Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

FOAF

< >

FOAF is a xml format created in 2007.

#3010on PLDB 17Years Old


Example from the web:
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . <#JW> a foaf:Person ; foaf:name "James Wales" ; foaf:mbox <mailto:jwales@bomis.com> ; foaf:homepage <http://www.jameswales.com> ; foaf:nick "Jimbo" ; foaf:depiction <http://www.jameswales.com/aus_img_small.jpg> ; foaf:interest <http://www.wikimedia.org> ; foaf:knows [ a foaf:Person ; foaf:name "Angela Beesley" ] . <http://www.wikimedia.org> rdfs:label "Wikimedia" .

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io