Channel #semsol: Logs

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

13:34:38 samuell: Is there any way to parse a local variable as RDF/XML?
13:35:02 samuell: Seems that it's only possible when parsing local files, or remote docs, not variables.
13:35:18 samuell: (Using ARC2 RDFXML parser)
13:36:07 bengee: you mean rdf data in a php variable?
13:36:12 samuell: yes
13:36:24 bengee: that'd be parse->($g, $data)
13:36:33 bengee: with $data being the variable
13:36:44 bengee: and $g a graph name
13:37:00 bengee: $g can be empty
13:37:06 samuell: Ah, ok
13:37:18 samuell: (testing)
13:37:20 bengee: it's handy when you have relative URIrefs in your markup
13:38:27 samuell: Got it working, Thanx!
13:38:38 bengee: yay :)
13:41:28 samuell: Ah ... now I see I should have figured it out from the example on the webpage ...
13:41:43 samuell: (didnt read careful enough)