Skip to content
Snippets Groups Projects
Commit 7ebd8f75 authored by Andreas Schärtl's avatar Andreas Schärtl
Browse files

ulo-storage-endpoint: move ULO to seperate ontology namespace

parent 375978df
No related branches found
No related tags found
No related merge requests found
package info.mathhub.uloapi.cli;
import info.mathhub.uloapi.query.GraphDB;
import info.mathhub.uloapi.query.ULO;
import info.mathhub.uloapi.ontology.ULO;
import org.eclipse.rdf4j.model.IRI;
import org.eclipse.rdf4j.model.Statement;
import org.eclipse.rdf4j.repository.RepositoryResult;
......
package info.mathhub.uloapi.query;
package info.mathhub.uloapi.ontology;
import org.eclipse.rdf4j.model.IRI;
import org.eclipse.rdf4j.model.ValueFactory;
......
package info.mathhub.uloapi.query;
import info.mathhub.uloapi.config.Config;
import info.mathhub.uloapi.ontology.ULO;
import org.eclipse.rdf4j.model.Statement;
import org.eclipse.rdf4j.repository.RepositoryResult;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment