Chris@0: :- module(jamendo_ns,[]). Chris@0: Chris@0: :- use_module(library('semweb/rdf_db')). Chris@0: Chris@0: :- rdf_register_ns(mo,'http://purl.org/ontology/mo/'). Chris@0: :- rdf_register_ns(dc,'http://purl.org/dc/elements/1.1/'). Chris@0: :- rdf_register_ns(foaf,'http://xmlns.com/foaf/0.1/'). Chris@0: :- rdf_register_ns(xsd,'http://www.w3.org/2001/XMLSchema#'). Chris@0: :- rdf_register_ns(time,'http://www.w3.org/2006/time#'). Chris@0: :- rdf_register_ns(tl,'http://purl.org/NET/c4dm/timeline.owl#'). Chris@0: :- rdf_register_ns(event,'http://purl.org/NET/c4dm/event.owl#'). Chris@0: :- rdf_register_ns(tags,'http://www.holygoat.co.uk/owl/redwood/0.1/tags/'). Chris@0: Chris@0: