Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Using The Music Ontology for Finding Similar Users

 Group <music-ontology-specification-group@googlegroups.com>
Received: by 10.204.128.207 with SMTP id l15mr234158bks.4.1347522685165;
        Thu, 13 Sep 2012 00:51:25 -0700 (PDT)
X-BeenThere: music-ontology-specification-group@googlegroups.com
Received: by 10.204.143.140 with SMTP id v12ls2630895bku.6.gmail; Thu, 13 Sep
 2012 00:51:20 -0700 (PDT)
Received: by 10.205.130.14 with SMTP id hk14mr234613bkc.5.1347522680691;
        Thu, 13 Sep 2012 00:51:20 -0700 (PDT)
Received: by 10.205.130.14 with SMTP id hk14mr234612bkc.5.1347522680678;
        Thu, 13 Sep 2012 00:51:20 -0700 (PDT)
Return-Path: <z...@smiy.org>
Received: from www204.your-server.de (www204.your-server.de. [78.46.0.144])
        by gmr-mx.google.com with ESMTPS id j4si5016175bkj.3.2012.09.13.00.51.20
        (version=TLSv1/SSLv3 cipher=OTHER);
        Thu, 13 Sep 2012 00:51:20 -0700 (PDT)
Received-SPF: neutral (google.com: 78.46.0.144 is neither permitted nor denied by best guess record for domain of z...@smiy.org) client-ip=78.46.0.144;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 78.46.0.144 is neither permitted nor denied by best guess record for domain of z...@smiy.org) smtp.mail=z...@smiy.org
Received: from [78.46.5.204] (helo=sslproxy02.your-server.de)
	by www204.your-server.de with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.74)
	(envelope-from <z...@smiy.org>)
	id 1TC4Cm-0002It-8F
	for music-ontology-specification-group@googlegroups.com; Thu, 13 Sep 2012 09:51:20 +0200
Received: from [146.52.11.112] (helo=[10.0.2.51])
	by sslproxy02.your-server.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32)
	(Exim 4.72)
	(envelope-from <z...@smiy.org>)
	id 1TC44N-0005gr-TL
	for music-ontology-specification-group@googlegroups.com; Thu, 13 Sep 2012 09:42:40 +0200
Message-ID: <5051906C.5020804@smiy.org>
Date: Thu, 13 Sep 2012 09:51:08 +0200
From: Bob Ferris <z...@smiy.org>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0
MIME-Version: 1.0
To: music-ontology-specification-group@googlegroups.com
Subject: Re: Using The Music Ontology for Finding Similar Users
References: <a3c80941-f1c4-4627-9ae5-0daf54c1edc4@googlegroups.com>
In-Reply-To: <a3c80941-f1c4-4627-9ae5-0daf54c1edc4@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Authenticated-Sender: z...@smiy.org
X-Virus-Scanned: Clear (ClamAV 0.97.3/15350/Thu Sep 13 05:09:01 2012)

Hi Naomi,

to model a user's music preferences you could utilise the Cognitive 
Characteristics Ontology (CCO) [1] as well. There is also an example 
that deals with music preferences in the documentation of CCO, see [2].
If have all your required knowledge in your knowledge base you could 
write SPARQL queries to get what you need (similarities between users). 
You'll maybe even do not need the Similarity Ontology at the beginning. 
This might be a further enhanced of your similarity algorithm. You could 
utilise it for modelling similarities between music artists, or songs, ...

Cheers,


Bo


[1] purl.org/ontology/cco/core#
[2] 
http://purl.org/ontology/cco/cognitivecharacteristics.html#sec-simple-music-preferences-example

On 09/13/2012 07:39 AM, nomush wrote:
> Hello Everyone!
>
> I have just started learning about ontologies and am a bit confused as
> to how to go about implementing actual applications that utilize the
> music ontology and the Similarity ontology in order to find musical
> similarities between users. I'm collecting user's music likes (in the
> form of the artist's/band's name). Here is where it gets a bit fuzzy.
> Is the next next to create an RDF file for each artist/band stating
> their genre and similar artists/bands and then through the Jena API (I
> would like to code in Java if possible) query the knowledge base,
> meaning that if I enter a user's music preferences I would be able to
> output users with similar musical preferences.
>
> Thanks in advance,
> Naomi