
com.mysema.rdfbean.model.QID Maven / Gradle / Ivy
The newest version!
package com.mysema.rdfbean.model;
/**
* @author tiwe
*
*/
public class QID extends QResource {
private static final long serialVersionUID = -2696989113637909131L;
public QID(String variable) {
super(ID.class, variable);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy