Hi. Great stuff. I think some more links might help. At the moment, I am missing a link that gets me from http://sameas.org/html?uri=http://dbtune.org/myspace/uid/4689215 to http://sameas.org/html?uri=http://www.bbc.co.uk/music/artists/65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab which I think may be the problem Leigh has, and would be really exciting for me to have. By the way, I see there are things like <http://dbtune.org/musicbrainz/resource/artist/03e76712-dab1-4d7c-b347-1db970f93782> <http://www.w3.org/2002/07/owl#sameAs> <http://es.wikipedia.org/wiki/Ignacio_Mastretta_Rodr\u00EDguez> . I'm not sure it is good practice to do owl:sameAs to html pages, if we are living in a Linked Data world? Best Hugh.
On 16/07/2009 10:46, "Yves Raimond" <[email protected]> wrote: > Hello! > >>> 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? > > I am guessing it should be pretty self-forward with a simple regexp > substituting http://myspace.com by http://dbtune.org/myspace. > Otherwise, we can just change the D2R mapping to add mo:myspace links > as well? > > y > >> >> Cheers, >> >> L. >> >> -- >> Leigh Dodds >> Programme Manager, Talis Platform >> Talis >> [email protected] >> http://www.talis.com >> > >
