//The MIT License
//
// Copyright (c) 2004 Evren Sirin
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
// deal in the Software without restriction, including without limitation the
// sell copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
// IN THE SOFTWARE.
/**
*
* @author Evren Sirin
*/
public class OWLS_1_1 {
public static class Service {
static {
}
}
public static class Profile {
static {
serviceParameter = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "serviceParameter"));
serviceParameterName = EntityFactory.createDataProperty(URIUtils.createURI(URI + "serviceParameterName"));
serviceClassification = EntityFactory.createDataProperty(URIUtils.createURI(URI + "serviceClassification"));
contactInformation = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "contactInformation"));
}
}
public static class Process {
/**
* This is not a standard part of OWL-S 1.1
*/
/**
* This is not a standard part of OWL-S 1.1. Supposed to be used with ForEach construct.
*/
/**
* This is not a standard part of OWL-S 1.1. Supposed to be used with ForEach construct.
*/
/**
* This is not a standard part of OWL-S 1.1. Supposed to be used with ForEach construct.
*/
static {
}
}
public static class Grounding {
static {
WsdlAtomicProcessGrounding = EntityFactory.createClass(URIUtils.createURI(URI + "WsdlAtomicProcessGrounding"));
hasAtomicProcessGrounding = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "hasAtomicProcessGrounding"));
wsdlOutputMessage = EntityFactory.createDataProperty(URIUtils.createURI(URI + "wsdlOutputMessage"));
xsltTransformation = EntityFactory.createDataProperty(URIUtils.createURI(URI + "xsltTransformation"));
xsltTransformationString = EntityFactory.createDataProperty(URIUtils.createURI(URI + "xsltTransformationString"));
xsltTransformationURI = EntityFactory.createDataProperty(URIUtils.createURI(URI + "xsltTransformationURI"));
}
}
public static class Expression {
static {
expressionLanguage = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "expressionLanguage"));
expressionObject = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "expressionObject"));
}
}
/**
* Vocabulary for the Actor ontology
*
*/
public static class Actor {
public static OWLDataProperty email = EntityFactory.createDataProperty(URIUtils.createURI(URI + "email"));
public static OWLDataProperty fax = EntityFactory.createDataProperty(URIUtils.createURI(URI + "fax"));
public static OWLDataProperty name = EntityFactory.createDataProperty(URIUtils.createURI(URI + "name"));
public static OWLDataProperty phone = EntityFactory.createDataProperty(URIUtils.createURI(URI + "phone"));
public static OWLDataProperty physicalAddress = EntityFactory.createDataProperty(URIUtils.createURI(URI + "physicalAddress"));
public static OWLDataProperty title = EntityFactory.createDataProperty(URIUtils.createURI(URI + "title"));
public static OWLDataProperty webURL = EntityFactory.createDataProperty(URIUtils.createURI(URI + "webURL"));
}
public static ListVocabulary ObjList = new GenericListVocabulary(URIUtils.createURI(URI + "generic/ObjectList.owl#"));
}