This is a public chat log generated from the #semsol IRC channel.
11:07:11
bengee: I've been thinking a little about what you said re: microRDF
11:08:20
I just noticed that digital-web has removed the links rel=schema from their header
11:08:54
i can sympathise - it's a lot of bandwidth overhead, and probably not great for seo
11:10:06
what would be good is a GRDDL profile extending eRDF to maybe tell it to follow another special type of link to find namespace declarations
11:10:43
that would also tie in with your idea of a repository
11:10:50
of namespace declarations
11:11:18
in that if the link was to your central repo, it wouldn't need to be followed
11:11:52
yeah, that could possibly work
11:12:16
grddl does a lot of GETs already anyway
11:14:44
i guess your central repo wouldn't even need to exist :)
11:15:09
although it would be nice to have it as web page GRDDLable in itself
11:15:29
using vann:preferredNamespaceURI etc
11:26:16
bengee: have you started on a GRDDL extractor yet? (thinking of writing one)
11:29:07
daniel o'connor sent one to the ml recently
11:29:22
he was asking for feedback
11:31:45
bengee: I didn't get it :(
11:32:22
bengee: the only email I've had from that list was your one yesterday saying TEST Ignore
11:32:41
http://arc.semsol.org/community/arc-dev/archives/2008/02/106cc1200802170155l383b83betc78a2a228060c431@mail.gmail.com
11:33:34
yeah, it looks like the bot's mail were auto-deleted by gmail
11:33:44
shit :(
11:34:18
seems to work again now
18:51:19
no joy yet making this work
18:51:20
PREFIX xfn: <http://gmpg.org/xfn/11#>
18:51:21
PREFIX : <http://xmlns.com/foaf/0.1/>
18:51:23
SELECT DISTINCT ?p1
18:51:24
WHERE {
18:51:26
GRAPH ?p1 { ?x xfn:friend ?y ; :homepage ?p1 . }
18:51:27
}
18:51:29
i tried a few variations...
19:02:06
bengee has a look
19:13:16
ok, I need a better algorithm to sort the JOINs
19:47:12
ok
19:47:25
bengee runs dawg tests
