FOAF
| FOAF (Friend of a Friend) | ||||
|---|---|---|---|---|
Screenshot van een FOAF RDF/XML bestand in Emacs
| ||||
| Ontwerp en ontwikkeling | ||||
| Categorie | semantisch web | |||
| Ontwerper(s) | Dan Brickley | |||
| Ontwikkelaar(s) | Dan Brickley, Libby Miller, Leigh Dodds, Edd Dumbill en anderen | |||
| Besturingssysteem | cross-platform | |||
| Geschreven in | OWL description logistics | |||
| Status en tijdlijn | ||||
| Status | actief | |||
| Uitgebracht | 2000 | |||
| Links | ||||
| Website | http://www.foaf-project.org/ | |||
| ||||
FOAF (Friend of a Friend)[1] is ontwikkeld als een machine-leesbare ontologie,
die personen beschrijft, de relaties met andere personen en voorwerpen, en de interacties hiervan.
FOAF is een beschrijvende informatieterminologie (vocabulary) die gebruikmaakt van Resource Description Framework (RDF) en OWL.
FOAF integreert drie soorten netwerken: sociale netwerken, representatienetwerken en informatienetwerken.
Geschiedenis
De ontwikkeling van FOAF begon midden jaren 2000 als het RDFWeb-project door Dan Brickley en Libby Miller. Later is dit populairder geworden door FOAF-a-Matic[2] van Leigh Dodds, het werk van Edd Dumbill[3] en anderen. FOAF wordt als een klein onderdeel van het semantisch web beschouwd.
Voorbeeld
Het volgende is een FOAF-profiel van Jimmy Wales in Turtle:
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<#JW>
a foaf:Person ;
foaf:name "Jimmy Wales" ;
foaf:mbox <mailto:[email protected]> ;
foaf:homepage <http://www.jimmywales.com/> ;
foaf:nick "Jimbo" ;
foaf:depiction <http://jimmywales.files.wordpress.com/2011/12/jimbocrop.jpg> ;
foaf:interest <http://www.wikimedia.org> ;
foaf:knows [
a foaf:Person ;
foaf:name "Angela Beesley"
] .
<http://www.wikimedia.org>
rdfs:label "Wikimedia" .
In deze beschrijving staan naam, het e-mailadres, homepagina en bijnaam "Jimbo" van Jimmy Wales. Er staat een URL naar een foto van hem en volgens deze beschrijving heeft Jimmy interesse in Wikimedia. Als laatste staat in deze machineleesbare vorm genoteerd dat hij Angela Beesley kent (dat is de naam van een 'Person'-element).
Externe links
- (en) FOAF-project (homepagina)
- (en) Friend of a Friend Directory
- (en) FOAF-Search.net een zoekmachine voor FOAF-data
- (en) FOAF beschrijving in wiki op semanticweb.org
- ↑ FOAF specificatie (en) . Gearchiveerd op 30 juni 2023.
- ↑ FOAF-a-Matic van Leigh Dodds
- ↑ FOAF als XML en RDF applicatie in juni 2002 door Edd Dumbill (en)
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.
- 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:
- 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.
- 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.
- 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.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.