/usr/local/CPAN/lsid-perl/LS/RDF/Constants.pm
# =====================================================================
# Copyright (c) 2002,2003 IBM Corporation
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.opensource.org/licenses/cpl.php
#
# =====================================================================
package LS::RDF::Constants;
use strict;
use warnings;
use vars qw( $BASE_URI );
#
# $BASE_URI -
#
$BASE_URI = 'http://www.ibm.com/LSID/2004/RDF/';
1;
__END__