1 5 6 package org.joseki.vocabulary; 7 8 10 16 17 public class JosekiVocab extends JosekiSchema 18 { 19 20 23 public static String opQuery = getURI()+"OpQuery" ; 24 public static String opQueryModel = getURI()+"OpQueryModel" ; 26 public static String opOptions = getURI()+"OpOptions" ; 28 public static String opPing = getURI()+"OpPing" ; 30 32 public static String opAdd = getURI()+"OpAdd" ; 33 public static String opRemove = getURI()+"OpRemove" ; 35 public static String opUpdate = getURI()+"OpUpdate" ; 37 39 public static String opLock = getURI()+"OpLock" ; 40 public static String opUnlock = getURI()+"OpUnlock" ; 42 44 public static String queryOperationRDQL = getURI()+"QueryOperationRDQL" ; 45 public static String queryOperationGET = getURI()+"QueryOperationGET" ; 47 public static String queryOperationFetch = getURI()+"QueryOperationFetch" ; 49 public static String queryOperationSPO = getURI()+"QueryOperationSPO" ; 51 53 public static String fetchClosure = getURI()+"FetchClosure" ; 55 57 59 public static String sourceControllerFile = getURI()+"SourceControllerFile" ; 60 public static String sourceControllerRDB = getURI()+"SourceControllerRDB" ; 62 } 64 65 91 | Popular Tags |