Skip to content

Commit

Permalink
project updating
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoesteves committed Nov 19, 2017
1 parent 2a9da80 commit 7f450e9
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.metarchive.mex.mappings;
package org.metarchive.mex.core.mappings;

import org.metarchive.mex.util.ontologies.IOntology;
import org.metarchive.mex.core.ontologies.IOntology;

/**
* Created by esteves on 28.06.15.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.metarchive.mex.mappings;
package org.metarchive.mex.core.mappings;

import com.hp.hpl.jena.rdf.model.Model;
import com.hp.hpl.jena.rdf.model.ModelFactory;
import com.hp.hpl.jena.rdf.model.Property;
import com.hp.hpl.jena.rdf.model.Resource;
import org.metarchive.mex.util.ontologies.IOntology;
import org.metarchive.mex.core.ontologies.IOntology;

/**
* Created by esteves on 27.06.15.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.metarchive.mex.mappings;
package org.metarchive.mex.core.mappings;

import org.metarchive.mex.util.ontologies.IOntology;
import org.metarchive.mex.core.ontologies.IOntology;

/**
* Created by esteves on 28.06.15.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.metarchive.mex.mappings;
package org.metarchive.mex.core.mappings;

import com.hp.hpl.jena.rdf.model.Model;
import com.hp.hpl.jena.rdf.model.ModelFactory;
import com.hp.hpl.jena.rdf.model.Property;
import com.hp.hpl.jena.rdf.model.Resource;
import org.metarchive.mex.util.ontologies.IOntology;
import org.metarchive.mex.core.ontologies.IOntology;

/**
* Created by esteves on 27.06.15.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.metarchive.mex.mappings;
package org.metarchive.mex.core.mappings;

import org.metarchive.mex.util.ontologies.IOntology;
import org.metarchive.mex.core.ontologies.IOntology;

/**
* Created by esteves on 28.06.15.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.metarchive.mex.mappings;
package org.metarchive.mex.core.mappings;

import com.hp.hpl.jena.rdf.model.Model;
import com.hp.hpl.jena.rdf.model.ModelFactory;
import com.hp.hpl.jena.rdf.model.Property;
import com.hp.hpl.jena.rdf.model.Resource;
import org.metarchive.mex.util.ontologies.IOntology;
import org.metarchive.mex.core.ontologies.IOntology;

/**
* Created by esteves on 27.06.15.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.metarchive.mex.util.ontologies;
package org.metarchive.mex.core.ontologies;

import com.hp.hpl.jena.rdf.model.Model;
import com.hp.hpl.jena.rdf.model.ModelFactory;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.metarchive.mex.util.ontologies;
package org.metarchive.mex.core.ontologies;

import com.hp.hpl.jena.rdf.model.Model;
import com.hp.hpl.jena.rdf.model.ModelFactory;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.metarchive.mex.util.ontologies;
package org.metarchive.mex.core.ontologies;

import com.hp.hpl.jena.rdf.model.Model;
import com.hp.hpl.jena.rdf.model.ModelFactory;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.metarchive.mex.util.ontologies;
package org.metarchive.mex.core.ontologies;

/**
* Created by esteves on 27.06.15.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.metarchive.mex.util.ontologies;
package org.metarchive.mex.core.ontologies;

import com.hp.hpl.jena.rdf.model.Model;
import com.hp.hpl.jena.rdf.model.ModelFactory;
Expand Down

0 comments on commit 7f450e9

Please sign in to comment.