FOAF

Скриншот файла FOAF RDF/XML в редакторе Emacs.

Друг друга, FOAF (англ. Friend of a Friend) — проект по созданию модели машинно-читаемых домашних страниц и социальных сетей, основанный Либби Миллер и Дэном Брикли. Сердцем проекта является спецификация, которая определяет некоторые выражения, используемые в высказываниях (англ. statements) о ком-либо, например: имя, пол и другие характеристики. Чтобы сослаться на эти данные используется идентификатор, включающий уникальные свойства друга (например, SHA1 сумма от E-Mail адреса, Jabber ID, или URI домашней страницы, веблога).

Основан на RDF, определён с помощью Web Ontology Language и разработан для лёгкой расширяемости, позволяет распределять данные между различными компьютерными окружениями.

Пример

<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:foaf="http://xmlns.com/foaf/0.1/"
  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
  <foaf:Person>
    <foaf:name>Jimmy Wales</foaf:name>
    <foaf:mbox rdf:resource="mailto:[email protected]" />
    <foaf:homepage rdf:resource="http://www.jimmywales.com/" />
    <foaf:nick>Jimbo</foaf:nick>
    <foaf:depiction rdf:resource="http://www.jimmywales.com/aus_img_small.jpg" />
    <foaf:interest>
      <rdf:Description rdf:about="http://www.wikimedia.org" rdfs:label="Wikipedia" />
    </foaf:interest>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>Angela Beesley</foaf:name> <!-- Wikimedia Board of Trustees -->
      </foaf:Person>
    </foaf:knows>
  </foaf:Person>
</rdf:RDF>

Живой форум

  • чат с экспертами по FOAF.

См. также

Литература

  • Allemang, D. and Hendler, J. Semantic Web for the Working Ontologist: Effective Modeling in RDFS and OWL. — Elsevier Science, 2011. — P. 196-203. — 384 p. — ISBN 9780123859662.
  • Powers, S. Practical RDF. — O'Reilly Media, 2003. — P. 198-301. — 352 p. — ISBN 9780596550516.

Ссылки

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.