Subject: | Can't get seeAlso links. |
I'm trying to work out how to get the seeAlso links from Person->knows. As these aren't the foaf: namespace, but instead in rdfs, my reading of the code made me think I could do: $person->get("http://www.w3.org/2000/01/rdf-schema#seeAlso").
But this gets back nothing.
It would be useful if you could document how to access things from other namespaces (with an example such as this). It would be even better if you could have the AUTOLOAD methods 'work out' which namespace to look in, rather than just defaulting to 'foaf' (even a 'try each in turn' would be a good start).
Thanks,
Tony