Skip to content

Commit

Permalink
refactor: move RDFC to root
Browse files Browse the repository at this point in the history
  • Loading branch information
jenspots committed Sep 26, 2024
1 parent f179a0f commit 9ad1bba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package technology.idlab.parser.impl.jena
package technology.idlab

import org.apache.jena.rdf.model.ResourceFactory

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import org.apache.jena.rdf.model.Resource
import org.apache.jena.shacl.vocabulary.SHACLM
import org.apache.jena.vocabulary.RDF
import technology.idlab.InvalidWorkingDirectoryException
import technology.idlab.RDFC
import technology.idlab.extensions.getCollection
import technology.idlab.extensions.objectOfProperty
import technology.idlab.extensions.subjectWithProperty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import org.apache.jena.datatypes.xsd.XSDDatatype
import org.apache.jena.rdf.model.Model
import org.apache.jena.rdf.model.Resource
import org.apache.jena.shacl.vocabulary.SHACLM
import technology.idlab.RDFC
import technology.idlab.extensions.objectOfProperty
import technology.idlab.extensions.subjectWithProperty
import technology.idlab.intermediate.IRParameter
Expand Down

0 comments on commit 9ad1bba

Please sign in to comment.