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

nl.vpro.openarchives.oai.Namespaces Maven / Gradle / Ivy

There is a newer version: 8.3.0
Show newest version
/*
 * 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/";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy