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

io.github.qudtlib.model.QudtNamespaces Maven / Gradle / Ivy

There is a newer version: 6.7.0
Show newest version
package io.github.qudtlib.model;

public class QudtNamespaces {
    public static final Namespace quantityKind =
            new Namespace("http://qudt.org/vocab/quantitykind/", "qk");
    public static final Namespace unit = new Namespace("http://qudt.org/vocab/unit/", "unit");
    public static final Namespace prefix = new Namespace("http://qudt.org/vocab/prefix/", "prefix");
    public static final Namespace systemOfUnits =
            new Namespace("http://qudt.org/vocab/sou/", "sou");
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy