I want to use jena and when i follow your example on GitHub my NetBeans displays that these imports don’t exist:
import com.complexible.stardog.jena.SDJenaFactory;
import com.complexible.stardog.protocols.snarl.SNARLProtocolConstants;
The problem is that I´m sure to use every jar files wich are in your stardog-5.2.3 folder (I’ve searched in every folders and I’ve added all jar files several times to be sure).