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

io.konig.core.vocab.SH Maven / Gradle / Ivy

There is a newer version: 2.11.0
Show newest version
package io.konig.core.vocab;

/*
 * #%L
 * konig-core
 * %%
 * Copyright (C) 2015 - 2016 Gregory McFall
 * %%
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *      http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * #L%
 */


import org.openrdf.model.URI;
import org.openrdf.model.impl.URIImpl;

public class SH {
	
	public static final String NAMESPACE = "http://www.w3.org/ns/shacl#";
	
	public static final String PROPERTY = "http://www.w3.org/ns/shacl#property";
	public static final String PATH = "http://www.w3.org/ns/shacl#path";
	public static final String OR = "http://www.w3.org/ns/shacl#or";
	public static final String XONE = "http://www.w3.org/ns/shacl#xone";

	public static final URI NAMESPACE_URI = new URIImpl("http://www.w3.org/ns/shacl#");
	public static final URI IRI = new URIImpl("http://www.w3.org/ns/shacl#IRI");
	public static final URI Shape = new URIImpl("http://www.w3.org/ns/shacl#Shape");
	public static final URI NodeShape = new URIImpl("http://www.w3.org/ns/shacl#NodeShape");
	public static final URI BlankNode = new URIImpl("http://www.w3.org/ns/shacl#BlankNode");
	public static final URI Literal = new URIImpl("http://www.w3.org/ns/shacl#Literal");
	public static final URI BlankNodeOrIRI = new URIImpl("http://www.w3.org/ns/shacl#BlankNodeOrIRI");
	public static final URI BlankNodeOrLiteral = new URIImpl("http://www.w3.org/ns/shacl#BlankNodeOrLiteral");
	public static final URI IRIOrLiteral = new URIImpl("http://www.w3.org/ns/shacl#IRIOrLiteral");

	public static final URI path = new URIImpl(PATH);
	public static final URI name = new URIImpl("http://www.w3.org/ns/shacl#name");
	public static final URI in = new URIImpl("http://www.w3.org/ns/shacl#in");
	public static final URI equals = new URIImpl("http://www.w3.org/ns/shacl#equals");
	public static final URI and = new URIImpl("http://www.w3.org/ns/shacl#and");
	public static final URI constraint = new URIImpl("http://www.w3.org/ns/shacl#constraint");
	public static final URI datatype = new URIImpl("http://www.w3.org/ns/shacl#datatype");
	public static final URI directType = new URIImpl("http://www.w3.org/ns/shacl#directType");
	public static final URI hasValue = new URIImpl("http://www.w3.org/ns/shacl#hasValue");
	public static final URI minCount = new URIImpl("http://www.w3.org/ns/shacl#minCount");
	public static final URI maxCount = new URIImpl("http://www.w3.org/ns/shacl#maxCount");
	public static final URI minExclusive = new URIImpl("http://www.w3.org/ns/shacl#minExclusive");
	public static final URI maxExclusive = new URIImpl("http://www.w3.org/ns/shacl#maxExclusive");
	public static final URI minInclusive = new URIImpl("http://www.w3.org/ns/shacl#minInclusive");
	public static final URI maxInclusive = new URIImpl("http://www.w3.org/ns/shacl#maxInclusive");
	public static final URI nodeKind = new URIImpl("http://www.w3.org/ns/shacl#nodeKind");
	public static final URI not = new URIImpl("http://www.w3.org/ns/shacl#not");
	public static final URI or = new URIImpl(OR);
	public static final URI xone = new URIImpl(XONE);
	public static final URI pattern = new URIImpl("http://www.w3.org/ns/shacl#pattern");
	public static final URI valueClass = new URIImpl("http://www.w3.org/ns/shacl#class");
	public static final URI shape = new URIImpl("http://www.w3.org/ns/shacl#shape");
	public static final URI qualifiedValueShape = new URIImpl("http://www.w3.org/ns/shacl#qualifiedValueShape");
	public static final URI qualifiedMinCount = new URIImpl("http://www.w3.org/ns/shacl#qualifiedMinCount");
	public static final URI qualifiedMaxCount = new URIImpl("http://www.w3.org/ns/shacl#qualifiedMaxCount");
	public static final URI EqualConstraint = new URIImpl("http://www.w3.org/ns/shacl#EqualConstraint");
	public static final URI NotEqualConstraint = new URIImpl("http://www.w3.org/ns/shacl#NotEqualConstraint");
	public static final URI LessThanConstraint = new URIImpl("http://www.w3.org/ns/shacl#LessThanConstraint");
	public static final URI LessThanOrEqualConstraint = new URIImpl("http://www.w3.org/ns/shacl#LessThanOrEqualConstraint");
	public static final URI NotConstraint = new URIImpl("http://www.w3.org/ns/shacl#NotConstraint");
	public static final URI AndConstraint = new URIImpl("http://www.w3.org/ns/shacl#AndConstraint");
	public static final URI OrConstraint = new URIImpl("http://www.w3.org/ns/shacl#OrConstraint");
	public static final URI ClosedShapeConstraint = new URIImpl("http://www.w3.org/ns/shacl#ClosedShapeConstraint");
	public static final URI targetClass = new URIImpl("http://www.w3.org/ns/shacl#targetClass");
	public static final URI property = new URIImpl(PROPERTY);
	public static final URI minLength = new URIImpl("http://www.w3.org/ns/shacl#minLength");
	public static final URI maxLength = new URIImpl("http://www.w3.org/ns/shacl#maxLength");
	public static final URI uniqueLang = new URIImpl("http://www.w3.org/ns/shacl#uniqueLang");
	public static final URI Info = new URIImpl("http://www.w3.org/ns/shacl#Info");
	public static final URI Warning = new URIImpl("http://www.w3.org/ns/shacl#Warning");
	public static final URI Violation = new URIImpl("http://www.w3.org/ns/shacl#Violation");
	public static final URI PropertyConstraint = new URIImpl("http://www.w3.org/ns/shacl#PropertyConstraint");

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy