build file in your marmotta module: org.apache.marmotta marmotta-util-facading . then, in your java code you may need to define your model, for instance define a skos:concept : @rdftype(namespace.skos.concept) public interface conceptfacade extends facade { @rdf({namespace.dcterms.identifier}) public string...