1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/*!
Functions that create IRIs for the [Friend of a Friend](http://xmlns.com/foaf/spec/) namespace.

*/

namespace! {
    "foaf",
    "http://xmlns.com/foaf/0.1/",
    {
        agent, "Agent",
        person, "Person",
        name, "name",
        title, "title",
        img, "img",
        depiction, "depiction",
        depicts, "depicts",
        family_name, "familyName",
        given_name, "givenName",
        knows, "knows",
        based_near, "based_near",
        age, "age",
        made, "made",
        maker, "maker",
        primary_topic, "primaryTopic",
        primary_topic_of, "primaryTopicOf",
        project, "Project",
        organization, "Organization",
        group, "Group",
        member, "member",
        document, "Document",
        image, "Image",
        nick, "nick",
        mbox, "mbox",
        homepage, "homepage",
        weblog, "weblog",
        openid, "openid",
        jabber_id, "jabberID",
        mbox_sha1sum, "mbox_sha1sum",
        interest, "interest",
        topic_interest, "topic_interest",
        topic, "topic",
        page, "page",
        workplace_homepage, "workplaceHomepage",
        work_info_homepage, "workInfoHomepage",
        school_homepage, "schoolHomepage",
        publications, "publications",
        current_project, "currentProject",
        past_project, "pastProject",
        account, "account",
        online_account, "OnlineAccount",
        account_name, "accountName",
        account_service_homepage, "accountServiceHomepage",
        personal_profile_document, "PersonalProfileDocument",
        tipjar, "tipjar",
        sha1, "sha1",
        thumbnail, "thumbnail",
        logo, "logo"
    }
}