All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adobe.xmp.core.namespace.RDF Maven / Gradle / Ivy

// =================================================================================================
// ADOBE SYSTEMS INCORPORATED
// Copyright 2012 Adobe Systems Incorporated
// All Rights Reserved
//
// NOTICE:  Adobe permits you to use, modify, and distribute this file in accordance with the terms
// of the Adobe license agreement accompanying it.
// =================================================================================================

package com.adobe.xmp.core.namespace;


/** RDF Namespace constants */
public interface RDF
{
	/** XML URI */
	final String URI = "http://www.w3.org/1999/02/22-rdf-syntax-ns#";
	/** XML default prefix */
	final String STANDARD_PREFIX = "rdf";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy