annotate jamendo/sparql-archived/jamendo_ns.pl @ 27:d95e683fbd35 tip

Enable CORS on urispace redirects as well
author Chris Cannam
date Tue, 20 Feb 2018 14:52:02 +0000
parents df9685986338
children
rev   line source
Chris@0 1 :- module(jamendo_ns,[]).
Chris@0 2
Chris@0 3 :- use_module(library('semweb/rdf_db')).
Chris@0 4
Chris@0 5 :- rdf_register_ns(mo,'http://purl.org/ontology/mo/').
Chris@0 6 :- rdf_register_ns(dc,'http://purl.org/dc/elements/1.1/').
Chris@0 7 :- rdf_register_ns(foaf,'http://xmlns.com/foaf/0.1/').
Chris@0 8 :- rdf_register_ns(xsd,'http://www.w3.org/2001/XMLSchema#').
Chris@0 9 :- rdf_register_ns(time,'http://www.w3.org/2006/time#').
Chris@0 10 :- rdf_register_ns(tl,'http://purl.org/NET/c4dm/timeline.owl#').
Chris@0 11 :- rdf_register_ns(event,'http://purl.org/NET/c4dm/event.owl#').
Chris@0 12 :- rdf_register_ns(tags,'http://www.holygoat.co.uk/owl/redwood/0.1/tags/').
Chris@0 13
Chris@0 14