nl.vpro.dublincore.terms.package-info 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
@jakarta.xml.bind.annotation.XmlSchema(namespace = Namespaces.DC_TERMS,
elementFormDefault = XmlNsForm.QUALIFIED,
attributeFormDefault = XmlNsForm.QUALIFIED,
xmlns = {
@XmlNs(prefix = "rdf", namespaceURI = Namespaces.RDF),
@XmlNs(prefix = "", namespaceURI = Namespaces.OAI),
@XmlNs(prefix = "skos", namespaceURI = Namespaces.SKOS),
@XmlNs(prefix = "skosxl", namespaceURI = Namespaces.SKOS_XL),
@XmlNs(prefix = "openskos", namespaceURI = Namespaces.OPEN_SKOS),
@XmlNs(prefix = "dcterms", namespaceURI = Namespaces.DC_TERMS)
}
) package nl.vpro.dublincore.terms;
import jakarta.xml.bind.annotation.XmlNs;
import jakarta.xml.bind.annotation.XmlNsForm;
import nl.vpro.openarchives.oai.Namespaces;