Hello like-minded people!
I have two questions regarding processing RDF.
I have RDF/XML from GeoNames.
The overall structure of an entity looks like this:
<rdf:RDF>
</rdf:RDF>
From there, I would like to extract all the URLs. For example:
To this end,
1) How can I search values (i.e. regular expression for "http://") in attributes?
Can anyone help on those? Many thanks in advance!
Go