Re: Links from Myspace to Musicbrainz

Hi,

> The links to myspace are using owl:sameAs. The mo:myspace property
> points to a document (the myspace page), whereas we're asserting
> sameAs links between the same artists in Musicbrainz and Myspace. Try
> something like:
>
> PREFIX mo: <http://purl.org/ontology/mo/>
> SELECT ?myspace WHERE {
>  ?x a mo:MusicArtist;
>   owl:sameAs ?myspace.
> FILTER ( REGEX(str(?myspace), "^http://dbtune.org") )
> }
> LIMIT 10

Ah, OK I misunderstood what you were referring about linking to :)

For my purposes I'm starting from some artist homepages and myspace
page urls, and want to lookup the uris of the artist. Doesn't look
like I can do that though?

Cheers,

L.

-- 
Leigh Dodds
Programme Manager, Talis Platform
Talis
leigh.dodds@talis.com
http://www.talis.com

Received on Thursday, 16 July 2009 09:43:37 UTC