Channel #semsol: Logs

This is a public chat log generated from the #semsol IRC channel.

12:21:22 bengee: bengee wonders if the SG API's "canonical_mapping" JSON property is enough to detect/write a SG API output parser
12:21:37 bengee: and if so, what RDF vocab(s) to use
12:22:17 bengee: I think danbri suggested rdfs:seeAlso
12:22:22 bengee: as a start
13:14:12 kwijibo: bengee: have you any experience of long-running php scripts seg-faulting?
13:14:27 bengee: hmm, no
13:14:57 bengee: I'm auto-killing/re-initialising mine every 12-24 hours
13:15:49 kwijibo: maybe it's some weird memory issue then :(
13:16:18 bengee: I think peepo mentioned mem problems with his bot some time ago
13:17:07 kwijibo: it doesn't report as a memory issue though, it just dies at a certain point ...
13:17:16 kwijibo: i'll maybe see if i can run it on another machine
13:17:32 kwijibo: KiYanWang: you there?
13:17:53 kwijibo: kwijibo in the office for a change
13:18:08 bengee: uii
13:18:27 kwijibo: uii?
13:19:16 bengee: owl:sameAs <#anExpressionToShowImpression>
13:19:54 bengee: @"de", I guess
14:18:57 bengee: trying new SG API parser against ?q=danbri.org
14:19:42 bengee: ha, 258 triples :)
15:20:40 danbri: cool!
15:20:47 danbri: i'm curious what triples you're generating..
15:21:00 bengee: just seeAlsos for now
15:21:36 bengee: <canonical uri> rdfs:seeAlso <all mentioned http uris>
15:25:00 bengee: but the tricky part was the format detection and writing the parser (for PHP versions w/o the native json_decode). Now that we have that, we can explore further rdf mappings from there
15:52:31 danbri: nice!
15:52:47 danbri: re rdf mappings, i'm interested in using URIs-for-accounts in OnlineAccount directly
15:52:54 danbri: as sioc do...
16:02:02 bengee: yeah, makes sense