Searched refs:xsdString (Results 1 - 3 of 3) sorted by relevance

/owl-s/src/impl/owl/
H A DXSDDataTypes.java40 datatypes.put(XSD.xsdString, new OWLDataTypeImpl(XSD.xsdString));
/owl-s/src/examples/
H A DCreateComplexProcess.java77 OWLDataType xsdString; field in class:CreateComplexProcess
156 Input inputBookName = process.createInput( uri( "BookName" ), xsdString );
159 Output outputBookstore = process.createOutput( uri( "Bookstore" ), xsdString );
233 CP_Bookstore = ComparePricesProcess.createOutput( uri( "CP_Bookstore"), xsdString );
316 xsdString = kb.getDataType( XSD.string );
/owl-s/src/org/mindswap/owl/vocabulary/
H A DXSD.java63 public static URI xsdString = URI.create(ns + "string"); field in class:XSD

Completed in 15 milliseconds