- From: Leigh Dodds <leigh.dodds@talis.com>
- Date: Thu, 16 Jul 2009 10:42:55 +0100
- To: Yves Raimond <yves.raimond@gmail.com>
- Cc: Kurt J <kurtjx@gmail.com>, Simon Reinhardt <simon.reinhardt@koeln.de>, public-lod@w3.org, music-ontology-specification-group@googlegroups.com
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