From: <ku...@us...> - 2009-02-25 10:15:32
|
Revision: 330 http://mypyspace.svn.sourceforge.net/mypyspace/?rev=330&view=rev Author: kurtjx Date: 2009-02-25 10:15:29 +0000 (Wed, 25 Feb 2009) Log Message: ----------- fixed myspace ontology prefix in myspaceuris.py Modified Paths: -------------- musicGrabber/branches/webserv-branch/myspaceuris.py Modified: musicGrabber/branches/webserv-branch/myspaceuris.py =================================================================== --- musicGrabber/branches/webserv-branch/myspaceuris.py 2009-02-25 10:13:56 UTC (rev 329) +++ musicGrabber/branches/webserv-branch/myspaceuris.py 2009-02-25 10:15:29 UTC (rev 330) @@ -5,7 +5,7 @@ # ### append user id to this ### rdfStoreURL = "http://myrdfspace.com/alpha/" -myspaceOntology = 'http://purl.org/ontology/myspace.owl#' +myspaceOntology = 'http://purl.org/ontology/myspace#' ######################################################################################################### ######################################################################################################### This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |