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

org.linkedopenactors.ns.rdfpub.LOA Maven / Gradle / Ivy

The newest version!
/*
 * Auto-generated by RDF4JSchemaGenerator
 */
package org.linkedopenactors.ns.rdfpub;

import org.eclipse.rdf4j.model.IRI;
import org.eclipse.rdf4j.model.ValueFactory;
import org.eclipse.rdf4j.model.impl.SimpleValueFactory;

/**
 * "loa vocabular"
 * rdf types needed for https://linkedopenactors.org/.
 *
 * Namespace LOA
 * Prefix: {@code }
 *
 */
public class LOA {

	/**
	 * {@code }
	 */
	public static final String NAMESPACE = "https://linkedopenactors.org/ns/loa#"; 

	/**
	 * {@code }
	 */
	public static final IRI NAMESPACE_IRI;

	/**
	 * {@code }
	 */
	public static final String PREFIX = "LOA"; 

	/**********************
	 * IRI String Constants
	 **********************/

	/**
	 * latest publication
	 * 

* {@code https://linkedopenactors.org/ns/loa#latestPublication} *

* The latest version of the publication. * @see latestPublication */ public static final String LATEST_PUBLICATION_STRING = "latestPublication"; /** * publications *

* {@code https://linkedopenactors.org/ns/loa#publications} *

* A sequence of different versions of a publication. * @see publications */ public static final String PUBLICATIONS_STRING = "publications"; /** * PublicationVersions *

* {@code https://linkedopenactors.org/ns/loa#PublicationVersions} *

* Meta informations about different versions of a schema:Publication. * @see PublicationVersions */ public static final String PUBLICATION_VERSIONS_STRING = "PublicationVersions"; /***************************** * Local Name String Constants *****************************/ /** * latest publication *

* {@code https://linkedopenactors.org/ns/loa#latestPublication} *

* The latest version of the publication. * @see latestPublication */ public static final String LATEST_PUBLICATION_LOCALNAME = "latestPublication"; /** * publications *

* {@code https://linkedopenactors.org/ns/loa#publications} *

* A sequence of different versions of a publication. * @see publications */ public static final String PUBLICATIONS_LOCALNAME = "publications"; /** * PublicationVersions *

* {@code https://linkedopenactors.org/ns/loa#PublicationVersions} *

* Meta informations about different versions of a schema:Publication. * @see PublicationVersions */ public static final String PUBLICATION_VERSIONS_LOCALNAME = "PublicationVersions"; /*************** * IRI Constants ***************/ /** * latest publication *

* {@code https://linkedopenactors.org/ns/loa#latestPublication} *

* The latest version of the publication. * @see latestPublication */ public static final IRI LATEST_PUBLICATION; /** * publications *

* {@code https://linkedopenactors.org/ns/loa#publications} *

* A sequence of different versions of a publication. * @see publications */ public static final IRI PUBLICATIONS; /** * PublicationVersions *

* {@code https://linkedopenactors.org/ns/loa#PublicationVersions} *

* Meta informations about different versions of a schema:Publication. * @see PublicationVersions */ public static final IRI PUBLICATION_VERSIONS; /** * Static initializer */ static { ValueFactory vf = SimpleValueFactory.getInstance(); NAMESPACE_IRI = vf.createIRI(NAMESPACE); /*********************** * IRI Constant creation ***********************/ LATEST_PUBLICATION = vf.createIRI("https://linkedopenactors.org/ns/loa#latestPublication"); PUBLICATIONS = vf.createIRI("https://linkedopenactors.org/ns/loa#publications"); PUBLICATION_VERSIONS = vf.createIRI("https://linkedopenactors.org/ns/loa#PublicationVersions"); } public LOA() { // To enable service discovery to succeed, even though this is a static class } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy