20-swxg-minutes.html
31.4 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang='en' xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 12 April 2005), see www.w3.org" />
<title>Social Web Incubator Group Teleconference -- 20 Jan
2010</title>
<link type="text/css" rel="STYLESHEET" href=
"http://www.w3.org/StyleSheets/base.css" />
<link type="text/css" rel="STYLESHEET" href=
"http://www.w3.org/StyleSheets/public.css" />
<link type="text/css" rel="STYLESHEET" href=
"http://www.w3.org/2004/02/minutes-style.css" />
<meta content="Social Web Incubator Group Teleconference" name=
"Title" />
<meta content="text/html; charset=utf-8" http-equiv=
"Content-Type" />
</head>
<body>
<p><a href="http://www.w3.org/"><img src=
"http://www.w3.org/Icons/w3c_home" alt="W3C" border="0" height=
"48" width="72" /></a></p>
<h1>- DRAFT -</h1>
<h1>Social Web Incubator Group Teleconference</h1>
<h2>20 Jan 2010</h2>
<p>See also: <a href="http://www.w3.org/2010/01/20-swxg-irc">IRC
log</a></p>
<h2><a name="attendees" id="attendees">Attendees</a></h2>
<div class="intro">
<dl>
<dt>Present</dt>
<dt>Regrets</dt>
<dt>Chair</dt>
<dd>hhalpin</dd>
<dt>Scribe</dt>
<dd>Dan</dd>
</dl>
</div>
<h2>Contents</h2>
<ul>
<li>
<a href="#agenda">Topics</a>
<ol>
<li><a href="#item01">Convene SWXG WG meeting of
2010-01-20T21:00Z</a></li>
<li><a href="#item02">Action Reminders</a></li>
<li><a href="#item03">Christine, Renato, and Kaliya on
Social Web Frameworks</a></li>
</ol>
</li>
<li><a href="#ActionSummary">Summary of Action Items</a></li>
</ul>
<hr />
<div class="meeting">
<p class='phone'> </p>
<p class='phone'> </p>
<p class='irc'><<cite>trackbot</cite>> Date: 20 January
2010</p>
<p class='irc'><<cite>cperey</cite>> I'm having
difficulty reaching the Zakim conf bridge</p>
<p class='phone'>I think we need to get Zakim to set up a
termporary code for us?</p>
<p class='irc'><<cite>renato</cite>> me to</p>
<p class='phone'>something like "zakim, room for 15"?</p>
<p class='irc'><<cite>hhalpin</cite>> hey, I sent an
e-mail to adminreq</p>
<p class='irc'><<cite>cperey</cite>> zakim aaaa is me</p>
<p class='irc'><<cite>hhalpin</cite>> \me FYI people, due
to scheduling bit, conference code is 26631</p>
<p class='phone'>Can anyone else who plans to join the call
please do so on the newly minter Zakim code, 26631 please?</p>
<p class='irc'><<cite>cperey</cite>> can person typing
mute themselves, please?</p>
<p class='irc'><<cite>scribe</cite>> Scribe: Dan</p>
<p class='irc'><<cite>cperey</cite>> yes</p>
<p class='irc'><<cite>scribe</cite>> ScribeNick: DKA</p>
<p class='irc'><<cite>cperey</cite>> noisy breathing?</p>
<h3 id="item01">Convene SWXG WG meeting of
2010-01-20T21:00Z</h3>
<p class='irc'><<cite>hhalpin</cite>> PROPOSED: to
approve SWXG WG Weekly -- 13th January 2010 as a true
record</p>
<p class='irc'><<cite>hhalpin</cite>> <a href=
"http://www.w3.org/2010/01/13-swxg-minutes.html">http://www.w3.org/2010/01/13-swxg-minutes.html</a></p>
<p class='irc'><<cite>hhalpin</cite>> ACCEPT: to approve
SWXG WG Weekly -- 13th January 2010 as a true record</p>
<p class='phone'><cite>hhalpin:</cite> Next week, guest speaker
talking about Salmon protocol.</p>
<p class='irc'><<cite>hhalpin</cite>> ACCEPTED: to meet
again Wed. Jan 27th</p>
<p class='phone'><strong class='resolution'>RESOLUTION: Accept
last week's minutes.</strong></p>
<h3 id="item02">Action Reminders</h3>
<p class='irc'><<cite>hhalpin</cite>> <a href=
"http://www.w3.org/2005/Incubator/socialweb/weekly-agenda.html">
http://www.w3.org/2005/Incubator/socialweb/weekly-agenda.html</a></p>
<p class='phone'><cite>hhalpin:</cite> please people - look at
your actions and update the group if anything has happened with
your actions!</p>
<p class='irc'><<cite>hhalpin</cite>> ACTION
<strong>[DONE]</strong>: hhalpin to doodle over XG vs IG</p>
<p class='irc'><<cite>trackbot</cite>> Sorry, couldn't
find user - <strong>[DONE]</strong></p><a name="action01" id=
"action01"></a>
<p class='irc'><<cite>hhalpin</cite>>
<strong>ACTION:</strong> <strong>[DONE]</strong> hhalpin to
doodle over XG vs IG [recorded in <a href=
"http://www.w3.org/2010/01/20-swxg-minutes.html#action01">http://www.w3.org/2010/01/20-swxg-minutes.html#action01</a>]</p>
<p class='irc'><<cite>trackbot</cite>> Sorry, couldn't
find user - <strong>[DONE]</strong></p><a name="action02" id=
"action02"></a>
<p class='irc'><<cite>hhalpin</cite>>
<strong>ACTION:</strong> <strong>[DONE]</strong> hhalpin to
doodle over XG vs IG [recorded in <a href=
"http://www.w3.org/2010/01/20-swxg-minutes.html#action02">http://www.w3.org/2010/01/20-swxg-minutes.html#action02</a>]</p>
<h3 id="item03">Christine, Renato, and Kaliya on Social Web
Frameworks</h3>
<p class='irc'><<cite>hhalpin</cite>> <a href=
"http://www.w3.org/2005/Incubator/socialweb/wiki/SocialWebFrameworks">
http://www.w3.org/2005/Incubator/socialweb/wiki/SocialWebFrameworks</a></p>
<p class='phone'><cite>hhalpin:</cite> danbri has reignighted
the w3c widgets - open social widgets discussion. That should
be happening on a future xg call.</p>
<p class='irc'><<cite>hhalpin</cite>> <a href=
"http://wiki.idcommons.net/Lexicon">http://wiki.idcommons.net/Lexicon</a></p>
<p class='irc'><<cite>hhalpin</cite>> <a href=
"http://m2bp.pbworks.com/">http://m2bp.pbworks.com/</a></p>
<p class='phone'><cite>hhalpin:</cite> Let's go through these
documents and find some consistency. My starter is to adopt the
id commons terminology and to see how far we are on general
principles.</p>
<p class='irc'><<cite>hhalpin</cite>> we'll try to get
chris saad on the phone later to compare/contrast this with
christine and renato's document</p>
<p class='phone'>High level principles from Anita: <a href=
"http://lists.w3.org/Archives/Public/public-xg-socialweb/2010Jan/0019.html">
http://lists.w3.org/Archives/Public/public-xg-socialweb/2010Jan/0019.html</a></p>
<p class='phone'><cite>cperey:</cite> I want to introduce
rentato and my document and then discuss how to proceed on
today's call</p>
<p class='phone'>Great!</p>
<p class='phone'>:)</p>
<p class='irc'><<cite>hhalpin</cite>> fine with me</p>
<p class='irc'><<cite>hhalpin</cite>> also we should try
to talk about making meeting time more convenient for west
coast people, i'll take an action for a doodle poll on
this.</p>
<p class='phone'><cite>rentato:</cite> quick background -
Christine and I were talking about some of the topics discussed
in the XG and we decided to document "e.g. we think when we say
distributed profiles we mean this" --</p>
<p class='phone'><cite>renato:</cite> the document is our first
attempt and we are now exposing it to the wider group and
filling the holes we haven't covered.</p>
<p class='irc'><<cite>cperey</cite>> this is information
we want to add to the introduction of the document</p>
<p class='irc'><<cite>cperey</cite>> useful for several
communities</p>
<p class='phone'><cite>renato:</cite> target audience - this
audience [the xg] and technical people but also "high-end"
social web users and useful for standards bodies and
communities to understand.</p>
<p class='irc'><<cite>cperey</cite>> not going into deep,
deep terminology</p>
<p class='phone'><cite>renato:</cite> useful for a broad range
of communities</p>
<p class='phone'><cite>cperey:</cite> one thing that came to
light this morning in discussion with ? - when we were working
on this we were talking about concepts being discussed by
people as lay people, but many of these concepts have only now
become "lay people" topics where previously they were the
domain of specialists. [e.g. social graph]<br />
... this is a key point in where the lexicon came from</p>
<p class='phone'><cite>renato:</cite> if you look in our
document, the terminology section, we wanted to define these up
front because we use them later int he document...<br />
... we've come with some ideas already to modify our list. We
would like to add another column, mapping to other communities
including id commons.</p>
<p class='irc'><<cite>hhalpin</cite>> are there any other
groups with well-defined lexicons?</p>
<p class='irc'><<cite>cperey</cite>> but we want to point
out that some concepts/terms are specific to Social Web</p>
<p class='irc'><<cite>hhalpin</cite>> the word "agent"
comes in useful here</p>
<p class='phone'><a href=
"http://www.w3.org/2005/Incubator/socialweb/wiki/SocialWebFrameworks#The_Terminology">
http://www.w3.org/2005/Incubator/socialweb/wiki/SocialWebFrameworks#The_Terminology</a></p>
<p class='irc'><<cite>cperey</cite>> and the ID commons
calls it a "digital subject"</p>
<p class='phone'><cite>renato:</cite> "social web user" - we
were thinking of individuals although we need to talk about
organisations as well...</p>
<p class='irc'><<cite>cperey</cite>> highly charged for
so many people</p>
<p class='irc'><<cite>hhalpin</cite>> agent isn't
necessarily digital though.</p>
<p class='irc'><<cite>hhalpin</cite>> profile =? digital
identity</p>
<p class='phone'><cite>renato:</cite> "identity" - this is an
overloaded term, but we need a term to describe a collection of
profiles, the idea that a person has multiple profiles or
personas as ID commons calls them.</p>
<p class='irc'><<cite>cperey</cite>> the aggregation of
all your profiles</p>
<p class='irc'><<cite>cperey</cite>> seen only by the
person (Social WEb user)</p>
<p class='phone'>Agree using the word "identity" might not be
best -- maybe "digital identity."</p>
<p class='phone'><cite>renato:</cite> So looking for
suggestions.</p>
<p class='phone'><cite>hhalpin:</cite> my comment - profile
maps onto ID commons "digital identity" - what about re-using
the ID commons terms?</p>
<p class='irc'><<cite>hhalpin</cite>> kaliya talking</p>
<p class='irc'><<cite>hhalpin</cite>> aggregate set of
all profiles?</p>
<p class='phone'><cite>Kaliya:</cite> is "identity" an
"aggregate set of all profiles" - something more
descriptive.</p>
<p class='irc'><<cite>cperey</cite>> there isn't (in the
ID commons lexicon) something which matches up with the term we
have called Identity</p>
<p class='phone'><cite>Kaliya:</cite> Thought about making a
longer descriptive way to communicate that.</p>
<p class='irc'><<cite>cperey</cite>> there is a "gap" in
both ID commons and Social Web vocabulary</p>
<p class='irc'><<cite>yoshiaki</cite>> +q</p>
<p class='phone'><cite>renato:</cite> yes "identity" as a term
probably overloaded.</p>
<p class='irc'><<cite>hhalpin</cite>> Identity => "The
unique single identity of a Social Web User, . A user has one
and only one unique conceptual identity which contains all the
information about the user."</p>
<p class='irc'><<cite>hhalpin</cite>> It seems to be
"total identity" or "aggregate identity" to me.</p>
<p class='phone'><cite>yoshiaki:</cite> In Japan many people
use more than one identity, one name, such as pseudonom. So
many cases were it is not adequate to use a single profile.</p>
<p class='phone'><cite>renato:</cite> in our terminology we
would say that people have multiple profiles or personas. That
collection of profiles represents you as a single person
somehow.</p>
<p class='irc'><<cite>hhalpin</cite>> we could start
using trackbot's issue tracker :)</p>
<p class='phone'><cite>Dan:</cite> let's bookmark this and use
the term "collection of profiles" for now maybe...</p>
<p class='irc'><<cite>hhalpin</cite>> ISSUE: Replace term
"identity" with "aggregate identity" or something more
precise</p>
<p class='irc'><<cite>trackbot</cite>> Created ISSUE-2 -
Replace term "identity" with "aggregate identity" or something
more precise ; please complete additional details at <a href=
"http://www.w3.org/2005/Incubator/socialweb/track/issues/2/edit">
http://www.w3.org/2005/Incubator/socialweb/track/issues/2/edit</a>
.</p>
<p class='irc'><<cite>Yuk</cite>> sorry i don't have a
phone now. but seems this definition of identity is similar to
social web user</p>
<p class='phone'><cite>cperey:</cite> profiles are composed of
attributes or properties - one of the reasons we identified
these attributes is that one of the key notions in the paper is
that of a "distributed property/profile" - we often use in our
conversation the word "distributed" and that needs
clarification.<br />
... one reason for distributed properties is that the user is
occupying more than one social application. These concepts are
central to the social web.</p>
<p class='irc'><<cite>hhalpin</cite>> in ID common
lexicon, profile =? digital identity</p>
<p class='phone'><cite>cperey:</cite> the "social application"
is kind of synonymous to a social network today.</p>
<p class='irc'><<cite>hhalpin</cite>> correct?</p>
<p class='phone'><cite>cperey:</cite> "profile association",
"social connection", "social obligation" and "social
interaction"</p>
<p class='irc'><<cite>Zakim</cite>> DKA, you wanted to
comment on "social obligation"</p>
<p class='irc'><<cite>hhalpin</cite>> ISSUE: look for
another word besides obligation</p>
<p class='irc'><<cite>trackbot</cite>> Created ISSUE-3 -
Look for another word besides obligation ; please complete
additional details at <a href=
"http://www.w3.org/2005/Incubator/socialweb/track/issues/3/edit">
http://www.w3.org/2005/Incubator/socialweb/track/issues/3/edit</a>
.</p>
<p class='phone'>In <a href=
"http://www.w3.org/2005/Incubator/socialweb/wiki/UserStories">http://www.w3.org/2005/Incubator/socialweb/wiki/UserStories</a>
we talked about establishing connections and managing
"relationships"</p>
<p class='irc'><<cite>hhalpin</cite>> Although we need
the notes DKA :)</p>
<p class='irc'><<cite>cperey</cite>> yeah!</p>
<p class='irc'><<cite>cperey</cite>> agree with what you
just said, Dan</p>
<p class='irc'><<cite>cperey</cite>> connection doesn't
make any sense without a relationship</p>
<p class='irc'><<cite>cperey</cite>> this is what we are
trying to express with these different shapes of BLUE lines in
the figures</p>
<p class='irc'><<cite>cperey</cite>> there are different
types of connections</p>
<p class='irc'><<cite>cperey</cite>> could be
uni-directional or bi-directional</p>
<p class='phone'><cite>Dan:</cite> I suggest that a connection
without a relationship (obligation in your document) is
meaningless. Even a follow relationship is a relationship. So
connection is important to capture but doesn't a connection
need at least one "relationship"?</p>
<p class='irc'><<cite>hhalpin</cite>> yep context is a
tricky one.</p>
<p class='irc'><<cite>hhalpin</cite>> <a href=
"http://ftp.cs.toronto.edu/pub/gh/Hirst-CICLing-2000.pdf">http://ftp.cs.toronto.edu/pub/gh/Hirst-CICLing-2000.pdf</a></p>
<p class='phone'><cite>cperey:</cite> possibly - this is also
missing some terms that we use in the document. We don't define
"context" and we don't define "social graph."</p>
<p class='irc'><<cite>hhalpin</cite>> that above URI is
for a paper that from an AI perspective notes a number of
different usages of word "context"</p>
<p class='irc'><<cite>hhalpin</cite>> but then does call
it a "spurious concept"</p>
<p class='phone'><cite>cperey:</cite> if you skip down a few
sections we've dedicated some thinking to that - we feel this
group would be an excellent place to make some improvements to
the terminology around social graph.</p>
<p class='irc'><<cite>melvster</cite>> re: social graph i
think it was first popularized here by bradfitz following
discussions on 'social network portability' <a href=
"http://bradfitz.com/social-graph-problem/">http://bradfitz.com/social-graph-problem/</a></p>
<p class='phone'><cite>renato:</cite> quick comment to Dan on
social connection / relationship: what we're trying to say is
that you make these connections in the context of a social
application and that's how you determine what the types of
relationships are. So relationships are in the context of a
social application...</p>
<p class='irc'><<cite>cperey</cite>> yes, but this is now
a docment which has aged</p>
<p class='irc'><<cite>cperey</cite>> we need to work on a
"modern" and flexible and widely used definition of social
graph</p>
<p class='irc'><<cite>melvster</cite>> +1 property</p>
<p class='phone'><cite>renato:</cite> also - whether to use
"property" and "attribute" - ID commons uses attribute.</p>
<p class='irc'><<cite>melvster</cite>> property is rdf
too</p>
<p class='irc'><<cite>cperey</cite>> yes, that's exactly
one of its problems (problem with the term property)</p>
<p class='irc'><<cite>cperey</cite>> is that it is deeply
associated with Semantic web thinking</p>
<p class='phone'><cite>hhalpin:</cite> The reason I think some
people would want to use Property is that this is used in
semweb world. If ID commons is using "attribue" it might be
better to use what ID commons is using. Also wondering -
wondering about the difference between profiles and digital
identity.</p>
<p class='irc'><<cite>hhalpin</cite>> any preference?</p>
<p class='irc'><<cite>hhalpin</cite>> "profile" I guess
was popularized by Facebook</p>
<p class='irc'><<cite>renato</cite>> attribute is ok (and
we can map to rdf:property)</p>
<p class='irc'><<cite>hhalpin</cite>> "persona
profile"?</p>
<p class='phone'><cite>Kaliya:</cite> When our community were
developing our lexicon some of these things weren't out there.
I like "persona" because it's clear it might not be tied back
to the real name of the person.</p>
<p class='irc'><<cite>hhalpin</cite>> ISSUE: profile vs.
persona vs. digital identity</p>
<p class='irc'><<cite>trackbot</cite>> Created ISSUE-4 -
Profile vs. persona vs. digital identity ; please complete
additional details at <a href=
"http://www.w3.org/2005/Incubator/socialweb/track/issues/4/edit">
http://www.w3.org/2005/Incubator/socialweb/track/issues/4/edit</a>
.</p>
<p class='irc'><<cite>hhalpin</cite>> different levels of
framework?</p>
<p class='irc'><<cite>cperey</cite>> harmonizing
vocabularies</p>
<p class='irc'><<cite>cperey</cite>> this is about Social
Web, not necessarily rdf</p>
<p class='phone'><cite>Dan:</cite> agree to use "attribute" if
possible.</p>
<p class='phone'><cite>renato:</cite> first diagram - social
identity - in this case we have a single person or single
identity which has multiple profiles. Those profiles could be
overlaping - some of the properties re-used. Then a web user is
saying they are joining a number of social applications.
They're then using one of the profiles in the context of that
social app and then using other profiles for other apps.</p>
<p class='irc'><<cite>cperey</cite>> not single
application</p>
<p class='irc'><<cite>cperey</cite>> a profile could be
"Shared"</p>
<p class='irc'><<cite>cperey</cite>> by multiple social
applications</p>
<p class='phone'><cite>Dan:</cite> a single profile could be
relevant to multiple applications?</p>
<p class='phone'><cite>renato:</cite> yes.</p>
<p class='irc'><<cite>yoshiaki</cite>> +q</p>
<p class='phone'><cite>renato:</cite> another extension was
distributed social profile - your profile should know how to
retrieve and access those properties from around the web.</p>
<p class='irc'><<cite>Zakim</cite>> DKA, you wanted to
wonder if our "property" is a direct 121 match with ID commons
"attribute"</p>
<p class='irc'><<cite>cperey</cite>> Last FM user can
profile a user on the basis of playlist</p>
<p class='phone'><cite>yoshiaki:</cite> in last.fm, user can
profile other users and use them for their playlist or
blacklist [so this is another kind of profile]</p>
<p class='irc'><<cite>cperey</cite>> profile must be
flexible enough to adapt</p>
<p class='phone'><cite>renato:</cite> using profile as a term -
to profile someone -<br />
... the actual profiling is something we capture in the "system
& framework " section - analytics section.<br />
... I think we are using profile as a noun not as a verb.<br />
... going on to "social graph" - we wanted to show in diagram
#3 - we tried to show without getting too complex - what we
wanted to show is one user is using the same profile across
different applications and connections happen between
profiles.</p>
<p class='irc'><<cite>melvster</cite>> btw, the term
social graph is also described here in Tim BL's essay: <a href=
"http://dig.csail.mit.edu/breadcrumbs/node/215">http://dig.csail.mit.edu/breadcrumbs/node/215</a></p>
<p class='phone'><cite>renato:</cite> we went on to talk about
frameworks.<br />
... how we think all these different frameworks could work
together.<br />
... each of these frameworks have different services in
them...<br />
... what other frameworks would be useful to include in the
diagram?</p>
<p class='irc'><<cite>hhalpin</cite>> definitely useful,
really like the frameworks bit</p>
<p class='phone'><cite>renato:</cite> feedback?</p>
<p class='irc'><<cite>MacTed</cite>> drats. timing fail.
guess I'll read the minutes.</p>
<p class='irc'><<cite>hhalpin</cite>> why not just use
wiki?</p>
<p class='phone'><cite>cperey:</cite> for people who have the
time - using the method that Kaliya used - marking up a
[deleted] document with track changes - might be an option to
do this.</p>
<p class='phone'><cite>renato:</cite> the only thing about
using the wiki is that you don't see it in front of you like
track changes...</p>
<p class='irc'><<cite>cperey</cite>> I propose that we
attach a text version of the file to the wiki page</p>
<p class='irc'><<cite>cperey</cite>> a "Word" version of
the document (which can be edited/commented) more freely</p>
<p class='irc'><<cite>hhalpin</cite>> <a href=
"http://wiki.idcommons.net/Persona">http://wiki.idcommons.net/Persona</a></p>
<p class='irc'><<cite>hhalpin</cite>> [person name]</p>
<p class='phone'><cite>hhalpin:</cite> to clarify the wiki -
it's only changeable by those with a w3c account - all changes
are tracked - if you look at the ID commons wiki you can see
how different people talk in the wiki...</p>
<p class='irc'><<cite>cperey</cite>> that was only added
after an editor went through the process of synthesizing wide
inputs</p>
<p class='irc'><<cite>cperey</cite>> then you can use
some manual "markings"</p>
<p class='irc'><<cite>cperey</cite>> to note where you
added/change the words</p>
<p class='phone'><cite>hhalpin:</cite> I'm happy for people to
communicate however they best work - I don't use [deleted]
change tracking but people could do that when expressing
private thought. We could keep multiple versions...</p>
<p class='irc'><<cite>renato</cite>> sorry calling back
in.....</p>
<p class='phone'><cite>Dan:</cite> I suggest it's somewhat
about comfort level with a tool...</p>
<p class='irc'><<cite>hhalpin</cite>> happy to sit down
with christine and renato and show them how to use wiki, but
lots of people can't do "track changes" in Word doc.</p>
<p class='irc'><<cite>hhalpin</cite>> there's lots of
options, including two separate wiki pages</p>
<p class='irc'><<cite>cperey</cite>> periodic updates to
the HTML version based on inputs/comments from community</p>
<p class='irc'><<cite>hhalpin</cite>> one with edits and
another with accepted edits</p>
<p class='irc'><<cite>cperey</cite>> inputs would be
provided in any tool which is comfortable for the person who
wants to offer input</p>
<p class='irc'><<cite>hhalpin</cite>> kaliya?</p>
<p class='phone'><cite>hhalpin:</cite> Kaliya - what's your
thoughts on lexicons, should we be feeding back into id
commons, how do we [work with you?]<br />
... would you prefer re-usage of ID commons terms or mapping?
What would you prefer? What about for new terms?</p>
<p class='irc'><<cite>hhalpin</cite>> the mapping
column</p>
<p class='phone'><cite>Kaliya:</cite> I thought talk with
Christine & Renato went well - I trust them to judge if
they can easily adopt it. Adding a column [mapping] would be
good.</p>
<p class='irc'><<cite>cperey</cite>> i have made a
comment about the use of Social graph above and think we can
adapt previously defined words to embrace what we have
today</p>
<p class='phone'><cite>Kaliya:</cite> That's more important
than "my vocabulary winning" and there are a bunch of concepts
that aren't in the paper / aren't in our lexicon. So best
approach would be [mapping].</p>
<p class='irc'><<cite>hhalpin</cite>> would probably
require going to identity commons workshop</p>
<p class='phone'><cite>hhalpin:</cite> are you aware of other
communities which have lexicons which we are missing?</p>
<p class='irc'><<cite>hhalpin</cite>> that's the Venn
paper?</p>
<p class='irc'><<cite>hhalpin</cite>> Venn of
Identity?</p>
<p class='irc'><<cite>cperey</cite>> that would be part
of the landscape of the Social Web</p>
<p class='irc'><<cite>cperey</cite>> re-use where
approprite</p>
<p class='irc'><<cite>hhalpin</cite>> <a href=
"http://www.openprivacy.org/opd.shtml">http://www.openprivacy.org/opd.shtml</a></p>
<p class='irc'><<cite>renato</cite>> Sorry all - I can't
get back into the call - the new code no longer works!</p>
<p class='phone'><cite>Kaliya:</cite> The next generation - Kim
Cameron's paper goes into depth on certain thing. If you look
at his lexicon he points to other lexicons. Don't believe you
have to invent a definition for everything.</p>
<p class='phone'>:)</p>
<p class='phone'>I mean :(</p>
<p class='irc'><<cite>cperey</cite>> Renato is not on
call</p>
<p class='irc'><<cite>cperey</cite>> relationship
portability</p>
<p class='irc'><<cite>cperey</cite>> this is a
tricky/difficult concpet</p>
<p class='irc'><<cite>hhalpin</cite>> this is where
access/privacy/context is quite useful I imagine, and
central</p>
<p class='phone'><cite>Kaliya:</cite> real issues with social
graph portability... in particular where you have a
relationship wher eyou don't want that relationship to appear
in another context.</p>
<p class='irc'><<cite>cperey</cite>> Bob's relationships
paper</p>
<p class='irc'><<cite>hhalpin</cite>> would be useful to
send it to the list.</p>
<p class='irc'><<cite>cperey</cite>> it's getting late
here!</p>
<p class='irc'><<cite>cperey</cite>> yes, it should be
expanded in the paper</p>
<p class='phone'><cite>Dan:</cite> maybe we could close the
call?</p>
<p class='irc'><<cite>cperey</cite>> meta-framework</p>
<p class='phone'><cite>Dan:</cite> Social graph portability
should be explored in the paper.</p>
<p class='irc'><<cite>cperey</cite>> quite messy, often
very private data in social profiles</p>
<p class='irc'><<cite>hhalpin</cite>> Meeting
Adjourned</p>
<p class='irc'><<cite>melvster</cite>> thanks all</p>
<p class='phone'><cite>hhalpin:</cite> that is the difference
between classical concept of linked data and the actual reality
of social networking.</p>
<p class='irc'><<cite>cperey</cite>> thanks!</p>
<p class='irc'><<cite>renato</cite>> thanks all - see u
on the list</p>
</div>
<h2><a name="ActionSummary" id="ActionSummary">Summary of Action
Items</a></h2><!-- Action Items -->
<strong>[DONE]</strong> <strong>ACTION:</strong> hhalpin to
doodle over XG vs IG [recorded in <a href=
"http://www.w3.org/2010/01/20-swxg-minutes.html#action01">http://www.w3.org/2010/01/20-swxg-minutes.html#action01</a>]<br />
<strong>[DONE]</strong> <strong>ACTION:</strong> hhalpin to
doodle over XG vs IG [recorded in <a href=
"http://www.w3.org/2010/01/20-swxg-minutes.html#action02">http://www.w3.org/2010/01/20-swxg-minutes.html#action02</a>]<br />
<br />
[End of minutes]<br />
<hr />
<address>
Minutes formatted by David Booth's <a href=
"http://dev.w3.org/cvsweb/~checkout~/2002/scribe/scribedoc.htm">
scribe.perl</a> version 1.135 (<a href=
"http://dev.w3.org/cvsweb/2002/scribe/">CVS log</a>)<br />
$Date: 2010/01/20 22:15:54 $
</address>
<div class="diagnostics">
<hr />
<h2>Scribe.perl diagnostic output</h2>[Delete this section
before finalizing the minutes.]<br />
<pre>
This is scribe.perl Revision: 1.135 of Date: 2009/03/02 03:52:20
Check for newer version at <a href=
"http://dev.w3.org/cvsweb/~checkout~/2002/scribe/">http://dev.w3.org/cvsweb/~checkout~/2002/scribe/</a>
Guessing input format: RRSAgent_Text_Format (score 1.00)
Succeeded: s/cprerey/cperey/
Found Scribe: Dan
Found ScribeNick: DKA
WARNING: No "Present: ... " found!
Possibly Present: ACCEPT ACCEPTED DKA Dan IPcaller ISSUE MacTed P2 P4 P6 PROPOSED ScribeNick Yuk aaaa aacc cperey danbri hhalpin joined josephboyle kaliya karl melvster melvster1 oshani renato rentato swxg trackbot yoshiaki
You can indicate people for the Present list like this:
<dbooth> Present: dbooth jonathan mary
<dbooth> Present+ amy
Found Date: 20 Jan 2010
Guessing minutes URL: <a href=
"http://www.w3.org/2010/01/20-swxg-minutes.html">http://www.w3.org/2010/01/20-swxg-minutes.html</a>
People with action items:
WARNING: Input appears to use implicit continuation lines.
You may need the "-implicitContinuations" option.
</pre>[End of <a href=
"http://dev.w3.org/cvsweb/~checkout~/2002/scribe/scribedoc.htm">
scribe.perl</a> diagnostic output]
</div>
</body>
</html>