nl.vpro.openarchives.oai.Namespaces Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gtaa-domain Show documentation
Show all versions of gtaa-domain Show documentation
Contains java bindings for the objects served out by Openskos/GTAA
/*
* Copyright (C) 2015 Licensed under the Apache License, Version 2.0
* VPRO The Netherlands
*/
package nl.vpro.openarchives.oai;
/**
* @author Roelof Jan Koekoek
* @since 3.7
*/
public class Namespaces {
private Namespaces() {
}
public static final String OAI = "http://www.openarchives.org/OAI/2.0/";
public static final String RDF = "http://www.w3.org/1999/02/22-rdf-syntax-ns#";
public static final String SKOS = "http://www.w3.org/2004/02/skos/core#";
public static final String SKOS_XL = "http://www.w3.org/2008/05/skos-xl#";
public static final String SKOS_XL_LABEL = "http://www.w3.org/2008/05/skos-xl#Label";
public static final String OPEN_SKOS = "http://openskos.org/xmlns#";
public static final String DC = "http://dublincore.org/documents/dcmi-namespace/";
public static final String DC_TERMS = "http://purl.org/dc/terms/";
public static final String DC_TERMS_ELEMENTS = "http://purl.org/dc/elements/1.1/";
}