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