view 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
line wrap: on
line source
:- module(jamendo_ns,[]).

:- use_module(library('semweb/rdf_db')).

:- rdf_register_ns(mo,'http://purl.org/ontology/mo/').
:- rdf_register_ns(dc,'http://purl.org/dc/elements/1.1/').
:- rdf_register_ns(foaf,'http://xmlns.com/foaf/0.1/').
:- rdf_register_ns(xsd,'http://www.w3.org/2001/XMLSchema#').
:- rdf_register_ns(time,'http://www.w3.org/2006/time#').
:- rdf_register_ns(tl,'http://purl.org/NET/c4dm/timeline.owl#').
:- rdf_register_ns(event,'http://purl.org/NET/c4dm/event.owl#').
:- rdf_register_ns(tags,'http://www.holygoat.co.uk/owl/redwood/0.1/tags/').