Re: Sparql Help

On Tuesday 17. April 2012 11.53.21 reza ramezani wrote:
> I need to extract Person10 or " Person10 Like
> http://musicbrainz.org/Person3" , because Person10 refers to an external
> IRI rather that DBPedia  Now I need to a SPARQL command that calculate this
> for me. can you help me for do this?

I'm not quite sure I understand your question, but I think you could use a 
regular expression to filter the IRIs, like 
FILTER(regex(str(?uri), "musicbrainz")))
Then you need to formulate your query around that of course.

Best,

Kjetil

Received on Wednesday, 18 April 2012 12:13:32 UTC