diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/facet/cidoc/E51_Contact_Point.java b/src/main/java/org/gcube/informationsystem/model/entity/facet/cidoc/E51_Contact_Point.java similarity index 68% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/facet/cidoc/E51_Contact_Point.java rename to src/main/java/org/gcube/informationsystem/model/entity/facet/cidoc/E51_Contact_Point.java index 611ba59..d2aae5b 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/facet/cidoc/E51_Contact_Point.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/facet/cidoc/E51_Contact_Point.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.entity.facet.cidoc; +package org.gcube.informationsystem.model.entity.facet.cidoc; import org.gcube.informationsystem.model.entity.Facet; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/facet/PE29_Access_Point.java b/src/main/java/org/gcube/informationsystem/model/entity/facet/parthenos/PE29_Access_Point.java similarity index 67% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/facet/PE29_Access_Point.java rename to src/main/java/org/gcube/informationsystem/model/entity/facet/parthenos/PE29_Access_Point.java index b844f7d..44ce3c8 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/facet/PE29_Access_Point.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/facet/parthenos/PE29_Access_Point.java @@ -1,7 +1,7 @@ -package org.gcube.informationsystem.parthenos.model.entity.facet; +package org.gcube.informationsystem.model.entity.facet.parthenos; import org.gcube.informationsystem.model.entity.facet.AccessPointFacet; -import org.gcube.informationsystem.parthenos.model.entity.facet.cidoc.E51_Contact_Point; +import org.gcube.informationsystem.model.entity.facet.cidoc.E51_Contact_Point; /** * @author Luca Frosini (ISTI - CNR) diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/cidoc/D14_Software.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/D14_Software.java similarity index 74% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/cidoc/D14_Software.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/D14_Software.java index 1a6569a..5b15537 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/cidoc/D14_Software.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/D14_Software.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource.cidoc; +package org.gcube.informationsystem.model.entity.resource.cidoc; import org.gcube.informationsystem.model.entity.resource.Software; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/cidoc/D1_Digital_Object.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/D1_Digital_Object.java similarity index 72% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/cidoc/D1_Digital_Object.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/D1_Digital_Object.java index 86f52ed..76d06bf 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/cidoc/D1_Digital_Object.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/D1_Digital_Object.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource.cidoc; +package org.gcube.informationsystem.model.entity.resource.cidoc; import org.gcube.informationsystem.model.entity.Resource; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/cidoc/E29_Design_or_Procedure.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/E29_Design_or_Procedure.java similarity index 72% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/cidoc/E29_Design_or_Procedure.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/E29_Design_or_Procedure.java index 1c7f3ef..0ddef77 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/cidoc/E29_Design_or_Procedure.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/E29_Design_or_Procedure.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource.cidoc; +package org.gcube.informationsystem.model.entity.resource.cidoc; import org.gcube.informationsystem.model.entity.Resource; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/cidoc/E39_Actor.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/E39_Actor.java similarity index 67% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/cidoc/E39_Actor.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/E39_Actor.java index 16f3429..c4fcdb9 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/cidoc/E39_Actor.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/E39_Actor.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource.cidoc; +package org.gcube.informationsystem.model.entity.resource.cidoc; import org.gcube.informationsystem.model.entity.resource.Actor; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/cidoc/E40_Legal_Body.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/E40_Legal_Body.java similarity index 69% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/cidoc/E40_Legal_Body.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/E40_Legal_Body.java index 4d08cc8..801f127 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/cidoc/E40_Legal_Body.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/E40_Legal_Body.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource.cidoc; +package org.gcube.informationsystem.model.entity.resource.cidoc; import org.gcube.informationsystem.model.entity.resource.LegalBody; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/cidoc/E65_Creation.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/E65_Creation.java similarity index 71% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/cidoc/E65_Creation.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/E65_Creation.java index 02abe4f..81a0a68 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/cidoc/E65_Creation.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/E65_Creation.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource.cidoc; +package org.gcube.informationsystem.model.entity.resource.cidoc; import org.gcube.informationsystem.model.entity.Resource; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/cidoc/E70_Thing.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/E70_Thing.java similarity index 71% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/cidoc/E70_Thing.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/E70_Thing.java index c616303..84df93d 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/cidoc/E70_Thing.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/E70_Thing.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource.cidoc; +package org.gcube.informationsystem.model.entity.resource.cidoc; import org.gcube.informationsystem.model.entity.Resource; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/cidoc/E7_Activity.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/E7_Activity.java similarity index 71% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/cidoc/E7_Activity.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/E7_Activity.java index 9da2076..65d0990 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/cidoc/E7_Activity.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/cidoc/E7_Activity.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource.cidoc; +package org.gcube.informationsystem.model.entity.resource.cidoc; import org.gcube.informationsystem.model.entity.Resource; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE10_Digital_Curating_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE10_Digital_Curating_Service.java similarity index 65% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE10_Digital_Curating_Service.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE10_Digital_Curating_Service.java index 31f2ccc..3d80be2 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE10_Digital_Curating_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE10_Digital_Curating_Service.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; +package org.gcube.informationsystem.model.entity.resource.parthenos; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE11_Software_Curating_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE11_Software_Curating_Service.java similarity index 67% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE11_Software_Curating_Service.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE11_Software_Curating_Service.java index 1e58d97..4f4c3c3 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE11_Software_Curating_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE11_Software_Curating_Service.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; +package org.gcube.informationsystem.model.entity.resource.parthenos; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE12_Data_Curating_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE12_Data_Curating_Service.java similarity index 66% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE12_Data_Curating_Service.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE12_Data_Curating_Service.java index da6d8c7..dd2b67d 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE12_Data_Curating_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE12_Data_Curating_Service.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; +package org.gcube.informationsystem.model.entity.resource.parthenos; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE13_Software_Computing_E_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE13_Software_Computing_E_Service.java similarity index 95% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE13_Software_Computing_E_Service.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE13_Software_Computing_E_Service.java index dfd1e26..a3b3979 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE13_Software_Computing_E_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE13_Software_Computing_E_Service.java @@ -1,14 +1,14 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; +package org.gcube.informationsystem.model.entity.resource.parthenos; import java.util.Collection; import javax.xml.datatype.XMLGregorianCalendar; -import org.gcube.informationsystem.parthenos.model.entity.facet.PE29_Access_Point; -import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.D14_Software; -import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.D1_Digital_Object; -import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.E39_Actor; -import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.E70_Thing; +import org.gcube.informationsystem.model.entity.facet.parthenos.PE29_Access_Point; +import org.gcube.informationsystem.model.entity.resource.cidoc.D14_Software; +import org.gcube.informationsystem.model.entity.resource.cidoc.D1_Digital_Object; +import org.gcube.informationsystem.model.entity.resource.cidoc.E39_Actor; +import org.gcube.informationsystem.model.entity.resource.cidoc.E70_Thing; /** * @author Luca Frosini (ISTI - CNR) diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE14_Software_Delivery_E_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE14_Software_Delivery_E_Service.java similarity index 69% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE14_Software_Delivery_E_Service.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE14_Software_Delivery_E_Service.java index e67c0a7..981d764 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE14_Software_Delivery_E_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE14_Software_Delivery_E_Service.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; +package org.gcube.informationsystem.model.entity.resource.parthenos; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE15_Data_E_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE15_Data_E_Service.java similarity index 66% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE15_Data_E_Service.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE15_Data_E_Service.java index 30c862b..f9c66ae 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE15_Data_E_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE15_Data_E_Service.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; +package org.gcube.informationsystem.model.entity.resource.parthenos; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE16_Curated_Software_E_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE16_Curated_Software_E_Service.java similarity index 75% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE16_Curated_Software_E_Service.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE16_Curated_Software_E_Service.java index 717a5bc..c210252 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE16_Curated_Software_E_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE16_Curated_Software_E_Service.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; +package org.gcube.informationsystem.model.entity.resource.parthenos; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE17_Curated_Data_E_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE17_Curated_Data_E_Service.java similarity index 69% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE17_Curated_Data_E_Service.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE17_Curated_Data_E_Service.java index 0b45a15..aa5a3d7 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE17_Curated_Data_E_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE17_Curated_Data_E_Service.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; +package org.gcube.informationsystem.model.entity.resource.parthenos; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE18_Dataset.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE18_Dataset.java similarity index 53% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE18_Dataset.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE18_Dataset.java index d8c983e..933b5c5 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE18_Dataset.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE18_Dataset.java @@ -1,7 +1,7 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; +package org.gcube.informationsystem.model.entity.resource.parthenos; import org.gcube.informationsystem.model.entity.resource.Dataset; -import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.D1_Digital_Object; +import org.gcube.informationsystem.model.entity.resource.cidoc.D1_Digital_Object; /** * @author Luca Frosini (ISTI - CNR) diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE19_Persistent_Digital_Object.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE19_Persistent_Digital_Object.java new file mode 100644 index 0000000..47db64f --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE19_Persistent_Digital_Object.java @@ -0,0 +1,12 @@ +package org.gcube.informationsystem.model.entity.resource.parthenos; + +import org.gcube.informationsystem.model.entity.resource.cidoc.D1_Digital_Object; + + + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PE19_Persistent_Digital_Object extends D1_Digital_Object { + +} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE1_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE1_Service.java similarity index 53% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE1_Service.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE1_Service.java index 29610aa..18cac32 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE1_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE1_Service.java @@ -1,7 +1,7 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; +package org.gcube.informationsystem.model.entity.resource.parthenos; import org.gcube.informationsystem.model.entity.resource.Service; -import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.E7_Activity; +import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity; /** * @author Luca Frosini (ISTI - CNR) diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE20_Volatile_Digital_Object.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE20_Volatile_Digital_Object.java new file mode 100644 index 0000000..be34cb6 --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE20_Volatile_Digital_Object.java @@ -0,0 +1,12 @@ +package org.gcube.informationsystem.model.entity.resource.parthenos; + +import org.gcube.informationsystem.model.entity.resource.cidoc.D1_Digital_Object; + + + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PE20_Volatile_Digital_Object extends D1_Digital_Object { + +} diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE21_Persistent_Software.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE21_Persistent_Software.java new file mode 100644 index 0000000..e175dab --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE21_Persistent_Software.java @@ -0,0 +1,13 @@ +package org.gcube.informationsystem.model.entity.resource.parthenos; + +import org.gcube.informationsystem.model.entity.resource.cidoc.D14_Software; + + + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PE21_Persistent_Software extends D14_Software, + PE19_Persistent_Digital_Object { + +} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE22_Persistent_Dataset.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE22_Persistent_Dataset.java similarity index 68% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE22_Persistent_Dataset.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE22_Persistent_Dataset.java index 7c66a89..73e0843 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE22_Persistent_Dataset.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE22_Persistent_Dataset.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; +package org.gcube.informationsystem.model.entity.resource.parthenos; diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE23_Volatile_Software.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE23_Volatile_Software.java new file mode 100644 index 0000000..282edb5 --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE23_Volatile_Software.java @@ -0,0 +1,12 @@ +package org.gcube.informationsystem.model.entity.resource.parthenos; + +import org.gcube.informationsystem.model.entity.resource.cidoc.D14_Software; + + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PE23_Volatile_Software extends D14_Software, + PE20_Volatile_Digital_Object { + +} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE24_Volatile_Dataset.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE24_Volatile_Dataset.java similarity index 67% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE24_Volatile_Dataset.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE24_Volatile_Dataset.java index 16d540c..1c1eab8 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE24_Volatile_Dataset.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE24_Volatile_Dataset.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; +package org.gcube.informationsystem.model.entity.resource.parthenos; diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE25_RI_Consortium.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE25_RI_Consortium.java new file mode 100644 index 0000000..d2cbf89 --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE25_RI_Consortium.java @@ -0,0 +1,11 @@ +package org.gcube.informationsystem.model.entity.resource.parthenos; + +import org.gcube.informationsystem.model.entity.resource.cidoc.E40_Legal_Body; + + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PE25_RI_Consortium extends E40_Legal_Body { + +} diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE26_RI_Project.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE26_RI_Project.java new file mode 100644 index 0000000..5058c7c --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE26_RI_Project.java @@ -0,0 +1,12 @@ +package org.gcube.informationsystem.model.entity.resource.parthenos; + +import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity; + + + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PE26_RI_Project extends E7_Activity { + +} diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE28_Curation_Plan.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE28_Curation_Plan.java new file mode 100644 index 0000000..591f9d6 --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE28_Curation_Plan.java @@ -0,0 +1,12 @@ +package org.gcube.informationsystem.model.entity.resource.parthenos; + +import org.gcube.informationsystem.model.entity.resource.cidoc.E29_Design_or_Procedure; + + + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PE28_Curation_Plan extends E29_Design_or_Procedure { + +} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE2_Hosting_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE2_Hosting_Service.java similarity index 73% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE2_Hosting_Service.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE2_Hosting_Service.java index 0f9c29e..a723278 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE2_Hosting_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE2_Hosting_Service.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; +package org.gcube.informationsystem.model.entity.resource.parthenos; import org.gcube.informationsystem.model.entity.resource.HostingNode; diff --git a/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE32_Curated_Thing.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE32_Curated_Thing.java new file mode 100644 index 0000000..f09bd31 --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE32_Curated_Thing.java @@ -0,0 +1,11 @@ +package org.gcube.informationsystem.model.entity.resource.parthenos; + +import org.gcube.informationsystem.model.entity.resource.cidoc.E70_Thing; + + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PE32_Curated_Thing extends E70_Thing { + +} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE3_Curating_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE3_Curating_Service.java similarity index 61% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE3_Curating_Service.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE3_Curating_Service.java index b11c595..7f17e9d 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE3_Curating_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE3_Curating_Service.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; +package org.gcube.informationsystem.model.entity.resource.parthenos; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE5_Digital_Hosting_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE5_Digital_Hosting_Service.java similarity index 64% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE5_Digital_Hosting_Service.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE5_Digital_Hosting_Service.java index af2fd61..657f87d 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE5_Digital_Hosting_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE5_Digital_Hosting_Service.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; +package org.gcube.informationsystem.model.entity.resource.parthenos; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE6_Software_Hosting_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE6_Software_Hosting_Service.java similarity index 66% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE6_Software_Hosting_Service.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE6_Software_Hosting_Service.java index e19c150..42a249c 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE6_Software_Hosting_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE6_Software_Hosting_Service.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; +package org.gcube.informationsystem.model.entity.resource.parthenos; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE7_Data_Hosting_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE7_Data_Hosting_Service.java similarity index 65% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE7_Data_Hosting_Service.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE7_Data_Hosting_Service.java index bb4d006..5eceda2 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE7_Data_Hosting_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE7_Data_Hosting_Service.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; +package org.gcube.informationsystem.model.entity.resource.parthenos; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE8_E_Service.java b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE8_E_Service.java similarity index 72% rename from src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE8_E_Service.java rename to src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE8_E_Service.java index bb08978..c6f9ed7 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE8_E_Service.java +++ b/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE8_E_Service.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; +package org.gcube.informationsystem.model.entity.resource.parthenos; import org.gcube.informationsystem.model.entity.resource.EService; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/P16_used_specific_object.java b/src/main/java/org/gcube/informationsystem/model/relation/P16_used_specific_object.java similarity index 60% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/P16_used_specific_object.java rename to src/main/java/org/gcube/informationsystem/model/relation/P16_used_specific_object.java index a4e9902..a31c26c 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/P16_used_specific_object.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/P16_used_specific_object.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** * @author Luca Frosini (ISTI - CNR) diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/P16i_was_used_for.java b/src/main/java/org/gcube/informationsystem/model/relation/P16i_was_used_for.java similarity index 58% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/P16i_was_used_for.java rename to src/main/java/org/gcube/informationsystem/model/relation/P16i_was_used_for.java index e824c9f..50850ac 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/P16i_was_used_for.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/P16i_was_used_for.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** * @author Luca Frosini (ISTI - CNR) diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/P33_used_specific_technique.java b/src/main/java/org/gcube/informationsystem/model/relation/P33_used_specific_technique.java similarity index 60% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/P33_used_specific_technique.java rename to src/main/java/org/gcube/informationsystem/model/relation/P33_used_specific_technique.java index e5f3557..e3583a4 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/P33_used_specific_technique.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/P33_used_specific_technique.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** * @author Luca Frosini (ISTI - CNR) diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/P33i_was_used_by.java b/src/main/java/org/gcube/informationsystem/model/relation/P33i_was_used_by.java similarity index 58% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/P33i_was_used_by.java rename to src/main/java/org/gcube/informationsystem/model/relation/P33i_was_used_by.java index d914b7f..bc7ff52 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/P33i_was_used_by.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/P33i_was_used_by.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** * @author Luca Frosini (ISTI - CNR) diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/P9_consists_of.java b/src/main/java/org/gcube/informationsystem/model/relation/P9_consists_of.java similarity index 57% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/P9_consists_of.java rename to src/main/java/org/gcube/informationsystem/model/relation/P9_consists_of.java index d721000..396c8d5 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/P9_consists_of.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/P9_consists_of.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** * @author Luca Frosini (ISTI - CNR) diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/P9i_forms_part_of.java b/src/main/java/org/gcube/informationsystem/model/relation/P9i_forms_part_of.java similarity index 58% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/P9i_forms_part_of.java rename to src/main/java/org/gcube/informationsystem/model/relation/P9i_forms_part_of.java index 61bf294..8b20445 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/P9i_forms_part_of.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/P9i_forms_part_of.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** * @author Luca Frosini (ISTI - CNR) diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP11_curates_volatile_digital_object.java b/src/main/java/org/gcube/informationsystem/model/relation/PP11_curates_volatile_digital_object.java similarity index 56% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP11_curates_volatile_digital_object.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP11_curates_volatile_digital_object.java index 2941441..35075ec 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP11_curates_volatile_digital_object.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP11_curates_volatile_digital_object.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; public interface PP11_curates_volatile_digital_object extends PP32_curates { diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP11i_was_volatile_digital_object_curated_by.java b/src/main/java/org/gcube/informationsystem/model/relation/PP11i_was_volatile_digital_object_curated_by.java similarity index 69% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP11i_was_volatile_digital_object_curated_by.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP11i_was_volatile_digital_object_curated_by.java index 18eaa2c..cdf6526 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP11i_was_volatile_digital_object_curated_by.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP11i_was_volatile_digital_object_curated_by.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP12_curates_volatile_software.java b/src/main/java/org/gcube/informationsystem/model/relation/PP12_curates_volatile_software.java similarity index 70% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP12_curates_volatile_software.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP12_curates_volatile_software.java index b79e7b3..3df5972 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP12_curates_volatile_software.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP12_curates_volatile_software.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP12i_was_volatile_software_curated_by.java b/src/main/java/org/gcube/informationsystem/model/relation/PP12i_was_volatile_software_curated_by.java similarity index 72% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP12i_was_volatile_software_curated_by.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP12i_was_volatile_software_curated_by.java index 0d99468..6194f91 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP12i_was_volatile_software_curated_by.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP12i_was_volatile_software_curated_by.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP13_curates_volatile_dataset.java b/src/main/java/org/gcube/informationsystem/model/relation/PP13_curates_volatile_dataset.java similarity index 70% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP13_curates_volatile_dataset.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP13_curates_volatile_dataset.java index 55eac64..40aae2c 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP13_curates_volatile_dataset.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP13_curates_volatile_dataset.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP13i_was_volatile_dataset_curated_by.java b/src/main/java/org/gcube/informationsystem/model/relation/PP13i_was_volatile_dataset_curated_by.java similarity index 72% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP13i_was_volatile_dataset_curated_by.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP13i_was_volatile_dataset_curated_by.java index 1f47713..1886847 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP13i_was_volatile_dataset_curated_by.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP13i_was_volatile_dataset_curated_by.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP14_runs_on_request.java b/src/main/java/org/gcube/informationsystem/model/relation/PP14_runs_on_request.java similarity index 66% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP14_runs_on_request.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP14_runs_on_request.java index e130ed6..1e7b3da 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP14_runs_on_request.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP14_runs_on_request.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP14i_is_run_by.java b/src/main/java/org/gcube/informationsystem/model/relation/PP14i_is_run_by.java similarity index 64% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP14i_is_run_by.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP14i_is_run_by.java index 796fef1..9b19dc3 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP14i_is_run_by.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP14i_is_run_by.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP15_delivers_on_request.java b/src/main/java/org/gcube/informationsystem/model/relation/PP15_delivers_on_request.java similarity index 67% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP15_delivers_on_request.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP15_delivers_on_request.java index fe66655..3f49964 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP15_delivers_on_request.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP15_delivers_on_request.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP15i_is_delivered_by.java b/src/main/java/org/gcube/informationsystem/model/relation/PP15i_is_delivered_by.java similarity index 65% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP15i_is_delivered_by.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP15i_is_delivered_by.java index 169080f..aab1336 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP15i_is_delivered_by.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP15i_is_delivered_by.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP1_currently_offers.java b/src/main/java/org/gcube/informationsystem/model/relation/PP1_currently_offers.java similarity index 64% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP1_currently_offers.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP1_currently_offers.java index 80bf66b..c0c0ac2 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP1_currently_offers.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP1_currently_offers.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** * @author Luca Frosini (ISTI - CNR) diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP1i_is_currently_offered_by.java b/src/main/java/org/gcube/informationsystem/model/relation/PP1i_is_currently_offered_by.java similarity index 66% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP1i_is_currently_offered_by.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP1i_is_currently_offered_by.java index 67443ae..38d4d16 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP1i_is_currently_offered_by.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP1i_is_currently_offered_by.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP29_uses_access_protocol.java b/src/main/java/org/gcube/informationsystem/model/relation/PP29_uses_access_protocol.java similarity index 67% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP29_uses_access_protocol.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP29_uses_access_protocol.java index 394180c..29fb9e9 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP29_uses_access_protocol.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP29_uses_access_protocol.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP29i_is_access_protocol_used_by.java b/src/main/java/org/gcube/informationsystem/model/relation/PP29i_is_access_protocol_used_by.java similarity index 67% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP29i_is_access_protocol_used_by.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP29i_is_access_protocol_used_by.java index 0f3a28e..707ca97 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP29i_is_access_protocol_used_by.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP29i_is_access_protocol_used_by.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP31_used_curation_plan.java b/src/main/java/org/gcube/informationsystem/model/relation/PP31_used_curation_plan.java similarity index 67% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP31_used_curation_plan.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP31_used_curation_plan.java index 6c64113..b76480b 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP31_used_curation_plan.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP31_used_curation_plan.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP31i_was_curation_plan_used_by.java b/src/main/java/org/gcube/informationsystem/model/relation/PP31i_was_curation_plan_used_by.java similarity index 67% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP31i_was_curation_plan_used_by.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP31i_was_curation_plan_used_by.java index c66e401..abd4d99 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP31i_was_curation_plan_used_by.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP31i_was_curation_plan_used_by.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP32_curates.java b/src/main/java/org/gcube/informationsystem/model/relation/PP32_curates.java similarity index 56% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP32_curates.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP32_curates.java index a589aa7..d454928 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP32_curates.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP32_curates.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** * @author Luca Frosini (ISTI - CNR) diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP32i_is_curated_by.java b/src/main/java/org/gcube/informationsystem/model/relation/PP32i_is_curated_by.java similarity index 58% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP32i_is_curated_by.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP32i_is_curated_by.java index 656c27f..66bfb60 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP32i_is_curated_by.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP32i_is_curated_by.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** * @author Luca Frosini (ISTI - CNR) diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP40_created_successor_of.java b/src/main/java/org/gcube/informationsystem/model/relation/PP40_created_successor_of.java similarity index 67% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP40_created_successor_of.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP40_created_successor_of.java index 40111db..f34dc82 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP40_created_successor_of.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP40_created_successor_of.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP40i_was_deprecated_by.java b/src/main/java/org/gcube/informationsystem/model/relation/PP40i_was_deprecated_by.java similarity index 65% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP40i_was_deprecated_by.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP40i_was_deprecated_by.java index f55b6ee..d79ced5 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP40i_was_deprecated_by.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP40i_was_deprecated_by.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP4_hosts_object.java b/src/main/java/org/gcube/informationsystem/model/relation/PP4_hosts_object.java similarity index 65% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP4_hosts_object.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP4_hosts_object.java index 468885d..71f1973 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP4_hosts_object.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP4_hosts_object.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP4i_is_object_hosted_by.java b/src/main/java/org/gcube/informationsystem/model/relation/PP4i_is_object_hosted_by.java similarity index 65% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP4i_is_object_hosted_by.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP4i_is_object_hosted_by.java index cec931a..4d92cbf 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP4i_is_object_hosted_by.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP4i_is_object_hosted_by.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP6_hosts_digital_object.java b/src/main/java/org/gcube/informationsystem/model/relation/PP6_hosts_digital_object.java similarity index 65% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP6_hosts_digital_object.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP6_hosts_digital_object.java index 60d6d6e..4119974 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP6_hosts_digital_object.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP6_hosts_digital_object.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP6i_is_digital_object_hosted_by.java b/src/main/java/org/gcube/informationsystem/model/relation/PP6i_is_digital_object_hosted_by.java similarity index 68% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP6i_is_digital_object_hosted_by.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP6i_is_digital_object_hosted_by.java index 0d24a45..1c09e14 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP6i_is_digital_object_hosted_by.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP6i_is_digital_object_hosted_by.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP7_hosts_software_object.java b/src/main/java/org/gcube/informationsystem/model/relation/PP7_hosts_software_object.java similarity index 67% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP7_hosts_software_object.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP7_hosts_software_object.java index 2349c1b..f56412a 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP7_hosts_software_object.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP7_hosts_software_object.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP7i_is_software_object_hosted_by.java b/src/main/java/org/gcube/informationsystem/model/relation/PP7i_is_software_object_hosted_by.java similarity index 69% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP7i_is_software_object_hosted_by.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP7i_is_software_object_hosted_by.java index 6850e6c..7773824 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP7i_is_software_object_hosted_by.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP7i_is_software_object_hosted_by.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP8_hosts_dataset.java b/src/main/java/org/gcube/informationsystem/model/relation/PP8_hosts_dataset.java similarity index 65% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP8_hosts_dataset.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP8_hosts_dataset.java index 58e1fb4..7aec5b9 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP8_hosts_dataset.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP8_hosts_dataset.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP8i_is_dataset_hosted_by.java b/src/main/java/org/gcube/informationsystem/model/relation/PP8i_is_dataset_hosted_by.java similarity index 69% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP8i_is_dataset_hosted_by.java rename to src/main/java/org/gcube/informationsystem/model/relation/PP8i_is_dataset_hosted_by.java index 88f1a2e..4600777 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP8i_is_dataset_hosted_by.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/PP8i_is_dataset_hosted_by.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation; +package org.gcube.informationsystem.model.relation; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/consistsof/P1_is_identified_by.java b/src/main/java/org/gcube/informationsystem/model/relation/consistsof/cidoc/P1_is_identified_by.java similarity index 82% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/consistsof/P1_is_identified_by.java rename to src/main/java/org/gcube/informationsystem/model/relation/consistsof/cidoc/P1_is_identified_by.java index 5588d0a..896873c 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/consistsof/P1_is_identified_by.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/consistsof/cidoc/P1_is_identified_by.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation.consistsof; +package org.gcube.informationsystem.model.relation.consistsof.cidoc; import org.gcube.informationsystem.model.entity.Facet; import org.gcube.informationsystem.model.entity.Resource; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/consistsof/inverse/P1i_identifies.java b/src/main/java/org/gcube/informationsystem/model/relation/consistsof/cidoc/inverse/P1i_identifies.java similarity index 50% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/consistsof/inverse/P1i_identifies.java rename to src/main/java/org/gcube/informationsystem/model/relation/consistsof/cidoc/inverse/P1i_identifies.java index 785054b..2dede91 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/consistsof/inverse/P1i_identifies.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/consistsof/cidoc/inverse/P1i_identifies.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation.consistsof.inverse; +package org.gcube.informationsystem.model.relation.consistsof.cidoc.inverse; /** * @author Luca Frosini (ISTI - CNR) diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/consistsof/PP28_has_designated_access_point.java b/src/main/java/org/gcube/informationsystem/model/relation/consistsof/parthenos/PP28_has_designated_access_point.java similarity index 51% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/consistsof/PP28_has_designated_access_point.java rename to src/main/java/org/gcube/informationsystem/model/relation/consistsof/parthenos/PP28_has_designated_access_point.java index 0e2039b..18be661 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/consistsof/PP28_has_designated_access_point.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/consistsof/parthenos/PP28_has_designated_access_point.java @@ -1,7 +1,8 @@ -package org.gcube.informationsystem.parthenos.model.relation.consistsof; +package org.gcube.informationsystem.model.relation.consistsof.parthenos; -import org.gcube.informationsystem.parthenos.model.entity.facet.PE29_Access_Point; -import org.gcube.informationsystem.parthenos.model.entity.resource.PE8_E_Service; +import org.gcube.informationsystem.model.entity.facet.parthenos.PE29_Access_Point; +import org.gcube.informationsystem.model.entity.resource.parthenos.PE8_E_Service; +import org.gcube.informationsystem.model.relation.consistsof.cidoc.P1_is_identified_by; /** * @author Luca Frosini (ISTI - CNR) diff --git a/src/main/java/org/gcube/informationsystem/model/relation/consistsof/parthenos/inverse/PP28i_is_designated_access_point_of.java b/src/main/java/org/gcube/informationsystem/model/relation/consistsof/parthenos/inverse/PP28i_is_designated_access_point_of.java new file mode 100644 index 0000000..9b32cd1 --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/relation/consistsof/parthenos/inverse/PP28i_is_designated_access_point_of.java @@ -0,0 +1,12 @@ +package org.gcube.informationsystem.model.relation.consistsof.parthenos.inverse; + +import org.gcube.informationsystem.model.relation.consistsof.cidoc.inverse.P1i_identifies; + + + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PP28i_is_designated_access_point_of extends P1i_identifies { + +} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/P106_is_composed_of.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/P106_is_composed_of.java similarity index 79% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/P106_is_composed_of.java rename to src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/P106_is_composed_of.java index 0698cbf..02c15b2 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/P106_is_composed_of.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/P106_is_composed_of.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto; +package org.gcube.informationsystem.model.relation.isrelatedto.cidoc; import org.gcube.informationsystem.model.entity.Resource; import org.gcube.informationsystem.model.relation.IsRelatedTo; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/P129_is_about.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/P129_is_about.java similarity index 93% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/P129_is_about.java rename to src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/P129_is_about.java index ed2a005..dc9abe1 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/P129_is_about.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/P129_is_about.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto; +package org.gcube.informationsystem.model.relation.isrelatedto.cidoc; import org.gcube.informationsystem.model.entity.Resource; import org.gcube.informationsystem.model.relation.IsRelatedTo; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/P130_shows_features_of.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/P130_shows_features_of.java similarity index 97% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/P130_shows_features_of.java rename to src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/P130_shows_features_of.java index adb3c55..1238d14 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/P130_shows_features_of.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/P130_shows_features_of.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto; +package org.gcube.informationsystem.model.relation.isrelatedto.cidoc; import org.gcube.informationsystem.model.entity.Resource; import org.gcube.informationsystem.model.relation.IsRelatedTo; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/P14_carried_out_by.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/P14_carried_out_by.java similarity index 95% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/P14_carried_out_by.java rename to src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/P14_carried_out_by.java index 40a6706..0eb7a21 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/P14_carried_out_by.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/P14_carried_out_by.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto; +package org.gcube.informationsystem.model.relation.isrelatedto.cidoc; import org.gcube.informationsystem.model.entity.Resource; import org.gcube.informationsystem.model.relation.IsRelatedTo; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/P15_was_influenced_by.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/P15_was_influenced_by.java similarity index 93% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/P15_was_influenced_by.java rename to src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/P15_was_influenced_by.java index 480237c..2907fa4 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/P15_was_influenced_by.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/P15_was_influenced_by.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto; +package org.gcube.informationsystem.model.relation.isrelatedto.cidoc; import org.gcube.informationsystem.model.entity.Resource; import org.gcube.informationsystem.model.relation.IsRelatedTo; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/P106i_forms_part_of.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/inverse/P106i_forms_part_of.java similarity index 51% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/P106i_forms_part_of.java rename to src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/inverse/P106i_forms_part_of.java index 00121fe..6b03585 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/P106i_forms_part_of.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/inverse/P106i_forms_part_of.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto.inverse; +package org.gcube.informationsystem.model.relation.isrelatedto.cidoc.inverse; /** * @author Luca Frosini (ISTI - CNR) diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/P129i_is_subject_of.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/inverse/P129i_is_subject_of.java similarity index 52% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/P129i_is_subject_of.java rename to src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/inverse/P129i_is_subject_of.java index 4fb872e..98d65ce 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/P129i_is_subject_of.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/inverse/P129i_is_subject_of.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto.inverse; +package org.gcube.informationsystem.model.relation.isrelatedto.cidoc.inverse; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/P130i_features_are_also_found_on.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/inverse/P130i_features_are_also_found_on.java similarity index 55% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/P130i_features_are_also_found_on.java rename to src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/inverse/P130i_features_are_also_found_on.java index 3c53c43..1c76480 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/P130i_features_are_also_found_on.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/inverse/P130i_features_are_also_found_on.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto.inverse; +package org.gcube.informationsystem.model.relation.isrelatedto.cidoc.inverse; /** diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/P14i_performed.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/inverse/P14i_performed.java similarity index 50% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/P14i_performed.java rename to src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/inverse/P14i_performed.java index e195a78..effd037 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/P14i_performed.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/inverse/P14i_performed.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto.inverse; +package org.gcube.informationsystem.model.relation.isrelatedto.cidoc.inverse; /** * @author Luca Frosini (ISTI - CNR) diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/P15i_influenced.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/inverse/P15i_influenced.java similarity index 50% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/P15i_influenced.java rename to src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/inverse/P15i_influenced.java index 84141e1..afb6571 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/P15i_influenced.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/cidoc/inverse/P15i_influenced.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto.inverse; +package org.gcube.informationsystem.model.relation.isrelatedto.cidoc.inverse; /** * @author Luca Frosini (ISTI - CNR) diff --git a/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP16_has_persistent_digital_object_part.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP16_has_persistent_digital_object_part.java new file mode 100644 index 0000000..0f3498d --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP16_has_persistent_digital_object_part.java @@ -0,0 +1,13 @@ +package org.gcube.informationsystem.model.relation.isrelatedto.parthenos; + +import org.gcube.informationsystem.model.entity.resource.parthenos.PE19_Persistent_Digital_Object; +import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P106_is_composed_of; + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PP16_has_persistent_digital_object_part + + extends P106_is_composed_of { + +} diff --git a/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP17_has_snapshot.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP17_has_snapshot.java new file mode 100644 index 0000000..dc6f113 --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP17_has_snapshot.java @@ -0,0 +1,14 @@ +package org.gcube.informationsystem.model.relation.isrelatedto.parthenos; + +import org.gcube.informationsystem.model.entity.resource.parthenos.PE19_Persistent_Digital_Object; +import org.gcube.informationsystem.model.entity.resource.parthenos.PE20_Volatile_Digital_Object; +import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P130_shows_features_of; + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PP17_has_snapshot + + extends P130_shows_features_of { + +} diff --git a/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP18_has_digital_object_part.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP18_has_digital_object_part.java new file mode 100644 index 0000000..0b7d720 --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP18_has_digital_object_part.java @@ -0,0 +1,13 @@ +package org.gcube.informationsystem.model.relation.isrelatedto.parthenos; + +import org.gcube.informationsystem.model.entity.resource.cidoc.D1_Digital_Object; +import org.gcube.informationsystem.model.entity.resource.parthenos.PE20_Volatile_Digital_Object; +import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P106_is_composed_of; + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PP18_has_digital_object_part + extends P106_is_composed_of { + +} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP19_has_persistent_software_part.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP19_has_persistent_software_part.java similarity index 58% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP19_has_persistent_software_part.java rename to src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP19_has_persistent_software_part.java index 341a838..d7f151f 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP19_has_persistent_software_part.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP19_has_persistent_software_part.java @@ -1,6 +1,6 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto; +package org.gcube.informationsystem.model.relation.isrelatedto.parthenos; -import org.gcube.informationsystem.parthenos.model.entity.resource.PE21_Persistent_Software; +import org.gcube.informationsystem.model.entity.resource.parthenos.PE21_Persistent_Software; /** * @author Luca Frosini (ISTI - CNR) diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP20_has_persistent_dataset_part.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP20_has_persistent_dataset_part.java similarity index 58% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP20_has_persistent_dataset_part.java rename to src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP20_has_persistent_dataset_part.java index d02b177..8c4e6fe 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP20_has_persistent_dataset_part.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP20_has_persistent_dataset_part.java @@ -1,6 +1,6 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto; +package org.gcube.informationsystem.model.relation.isrelatedto.parthenos; -import org.gcube.informationsystem.parthenos.model.entity.resource.PE22_Persistent_Dataset; +import org.gcube.informationsystem.model.entity.resource.parthenos.PE22_Persistent_Dataset; /** * @author Luca Frosini (ISTI - CNR) diff --git a/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP21_has_software_part.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP21_has_software_part.java new file mode 100644 index 0000000..d1aab10 --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP21_has_software_part.java @@ -0,0 +1,14 @@ +package org.gcube.informationsystem.model.relation.isrelatedto.parthenos; + +import org.gcube.informationsystem.model.entity.resource.cidoc.D14_Software; +import org.gcube.informationsystem.model.entity.resource.parthenos.PE23_Volatile_Software; + + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PP21_has_software_part + + extends PP18_has_digital_object_part { + +} diff --git a/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP22_has_release.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP22_has_release.java new file mode 100644 index 0000000..aff676f --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP22_has_release.java @@ -0,0 +1,14 @@ +package org.gcube.informationsystem.model.relation.isrelatedto.parthenos; + +import org.gcube.informationsystem.model.entity.resource.parthenos.PE21_Persistent_Software; +import org.gcube.informationsystem.model.entity.resource.parthenos.PE23_Volatile_Software; + + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PP22_has_release + + extends PP17_has_snapshot { + +} diff --git a/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP23_has_dataset_part.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP23_has_dataset_part.java new file mode 100644 index 0000000..9056ea2 --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP23_has_dataset_part.java @@ -0,0 +1,12 @@ +package org.gcube.informationsystem.model.relation.isrelatedto.parthenos; + +import org.gcube.informationsystem.model.entity.resource.parthenos.PE18_Dataset; +import org.gcube.informationsystem.model.entity.resource.parthenos.PE24_Volatile_Dataset; + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PP23_has_dataset_part + extends PP18_has_digital_object_part { + +} diff --git a/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP24_has_dataset_snapshot.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP24_has_dataset_snapshot.java new file mode 100644 index 0000000..221b85a --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP24_has_dataset_snapshot.java @@ -0,0 +1,13 @@ +package org.gcube.informationsystem.model.relation.isrelatedto.parthenos; + +import org.gcube.informationsystem.model.entity.resource.parthenos.PE22_Persistent_Dataset; +import org.gcube.informationsystem.model.entity.resource.parthenos.PE24_Volatile_Dataset; + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PP24_has_dataset_snapshot + + extends PP17_has_snapshot { + +} diff --git a/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP25_is_maintained_by.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP25_is_maintained_by.java new file mode 100644 index 0000000..3820e59 --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP25_is_maintained_by.java @@ -0,0 +1,14 @@ +package org.gcube.informationsystem.model.relation.isrelatedto.parthenos; + +import org.gcube.informationsystem.model.entity.resource.parthenos.PE25_RI_Consortium; +import org.gcube.informationsystem.model.entity.resource.parthenos.PE26_RI_Project; +import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P15_was_influenced_by; + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PP25_is_maintained_by + + extends P15_was_influenced_by { + +} diff --git a/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP2_provided_by.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP2_provided_by.java new file mode 100644 index 0000000..20fd86a --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP2_provided_by.java @@ -0,0 +1,13 @@ +package org.gcube.informationsystem.model.relation.isrelatedto.parthenos; + +import org.gcube.informationsystem.model.entity.resource.cidoc.E39_Actor; +import org.gcube.informationsystem.model.entity.resource.parthenos.PE1_Service; +import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P14_carried_out_by; + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PP2_provided_by + extends P14_carried_out_by { + +} diff --git a/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP39_is_metadata_for.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP39_is_metadata_for.java new file mode 100644 index 0000000..943aac2 --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP39_is_metadata_for.java @@ -0,0 +1,14 @@ +package org.gcube.informationsystem.model.relation.isrelatedto.parthenos; + +import org.gcube.informationsystem.model.entity.resource.cidoc.D1_Digital_Object; +import org.gcube.informationsystem.model.entity.resource.parthenos.PE22_Persistent_Dataset; +import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P129_is_about; + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PP39_is_metadata_for + + extends P129_is_about { + +} diff --git a/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP16i_is_persistent_digital_object_part_of.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP16i_is_persistent_digital_object_part_of.java new file mode 100644 index 0000000..6b15c10 --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP16i_is_persistent_digital_object_part_of.java @@ -0,0 +1,13 @@ +package org.gcube.informationsystem.model.relation.isrelatedto.parthenosinverse; + +import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.inverse.P106i_forms_part_of; + + + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PP16i_is_persistent_digital_object_part_of extends + P106i_forms_part_of { + +} diff --git a/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP17i_is_snapshot_of.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP17i_is_snapshot_of.java new file mode 100644 index 0000000..a0c26cd --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP17i_is_snapshot_of.java @@ -0,0 +1,12 @@ +package org.gcube.informationsystem.model.relation.isrelatedto.parthenosinverse; + +import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.inverse.P130i_features_are_also_found_on; + + + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PP17i_is_snapshot_of extends P130i_features_are_also_found_on { + +} diff --git a/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP18i_is_digital_object_part_of.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP18i_is_digital_object_part_of.java new file mode 100644 index 0000000..8818031 --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP18i_is_digital_object_part_of.java @@ -0,0 +1,12 @@ +package org.gcube.informationsystem.model.relation.isrelatedto.parthenosinverse; + +import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.inverse.P106i_forms_part_of; + + + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PP18i_is_digital_object_part_of extends P106i_forms_part_of { + +} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP19i_is_persistent_software_part_of.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP19i_is_persistent_software_part_of.java similarity index 66% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP19i_is_persistent_software_part_of.java rename to src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP19i_is_persistent_software_part_of.java index 697f7fd..bf1b144 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP19i_is_persistent_software_part_of.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP19i_is_persistent_software_part_of.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto.inverse; +package org.gcube.informationsystem.model.relation.isrelatedto.parthenosinverse; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP20i_is_persistent_dataset_part_of.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP20i_is_persistent_dataset_part_of.java similarity index 65% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP20i_is_persistent_dataset_part_of.java rename to src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP20i_is_persistent_dataset_part_of.java index 9068a43..701508d 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP20i_is_persistent_dataset_part_of.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP20i_is_persistent_dataset_part_of.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto.inverse; +package org.gcube.informationsystem.model.relation.isrelatedto.parthenosinverse; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP21i_is_software_part_of.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP21i_is_software_part_of.java similarity index 62% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP21i_is_software_part_of.java rename to src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP21i_is_software_part_of.java index f30a5ca..c1a5668 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP21i_is_software_part_of.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP21i_is_software_part_of.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto.inverse; +package org.gcube.informationsystem.model.relation.isrelatedto.parthenosinverse; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP22i_is_release_of.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP22i_is_release_of.java similarity index 59% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP22i_is_release_of.java rename to src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP22i_is_release_of.java index b33fe3a..d1b3573 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP22i_is_release_of.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP22i_is_release_of.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto.inverse; +package org.gcube.informationsystem.model.relation.isrelatedto.parthenosinverse; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP23i_is_dataset_part_of.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP23i_is_dataset_part_of.java similarity index 62% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP23i_is_dataset_part_of.java rename to src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP23i_is_dataset_part_of.java index ece3bcc..b0bfb56 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP23i_is_dataset_part_of.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP23i_is_dataset_part_of.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto.inverse; +package org.gcube.informationsystem.model.relation.isrelatedto.parthenosinverse; diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP24i_is_dataset_snapshot_of.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP24i_is_dataset_snapshot_of.java similarity index 60% rename from src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP24i_is_dataset_snapshot_of.java rename to src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP24i_is_dataset_snapshot_of.java index fbf1a3c..8d0939c 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP24i_is_dataset_snapshot_of.java +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP24i_is_dataset_snapshot_of.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto.inverse; +package org.gcube.informationsystem.model.relation.isrelatedto.parthenosinverse; diff --git a/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP25i_maintains.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP25i_maintains.java new file mode 100644 index 0000000..42ac126 --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP25i_maintains.java @@ -0,0 +1,11 @@ +package org.gcube.informationsystem.model.relation.isrelatedto.parthenosinverse; + +import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.inverse.P15i_influenced; + + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PP25i_maintains extends P15i_influenced { + +} diff --git a/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP2i_provides.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP2i_provides.java new file mode 100644 index 0000000..a33c916 --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP2i_provides.java @@ -0,0 +1,12 @@ +package org.gcube.informationsystem.model.relation.isrelatedto.parthenosinverse; + +import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.inverse.P14i_performed; + + + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PP2i_provides extends P14i_performed { + +} diff --git a/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP39i_has_metadata.java b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP39i_has_metadata.java new file mode 100644 index 0000000..49184f6 --- /dev/null +++ b/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP39i_has_metadata.java @@ -0,0 +1,12 @@ +package org.gcube.informationsystem.model.relation.isrelatedto.parthenosinverse; + +import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.inverse.P129i_is_subject_of; + + + +/** + * @author Luca Frosini (ISTI - CNR) + */ +public interface PP39i_has_metadata extends P129i_is_subject_of { + +} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE19_Persistent_Digital_Object.java b/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE19_Persistent_Digital_Object.java deleted file mode 100644 index c1112d7..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE19_Persistent_Digital_Object.java +++ /dev/null @@ -1,12 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; - -import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.D1_Digital_Object; - - - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PE19_Persistent_Digital_Object extends D1_Digital_Object { - -} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE20_Volatile_Digital_Object.java b/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE20_Volatile_Digital_Object.java deleted file mode 100644 index e442fe5..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE20_Volatile_Digital_Object.java +++ /dev/null @@ -1,12 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; - -import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.D1_Digital_Object; - - - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PE20_Volatile_Digital_Object extends D1_Digital_Object { - -} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE21_Persistent_Software.java b/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE21_Persistent_Software.java deleted file mode 100644 index b521051..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE21_Persistent_Software.java +++ /dev/null @@ -1,13 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; - -import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.D14_Software; - - - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PE21_Persistent_Software extends D14_Software, - PE19_Persistent_Digital_Object { - -} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE23_Volatile_Software.java b/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE23_Volatile_Software.java deleted file mode 100644 index 046c947..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE23_Volatile_Software.java +++ /dev/null @@ -1,12 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; - -import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.D14_Software; - - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PE23_Volatile_Software extends D14_Software, - PE20_Volatile_Digital_Object { - -} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE25_RI_Consortium.java b/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE25_RI_Consortium.java deleted file mode 100644 index ded8d03..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE25_RI_Consortium.java +++ /dev/null @@ -1,11 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; - -import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.E40_Legal_Body; - - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PE25_RI_Consortium extends E40_Legal_Body { - -} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE26_RI_Project.java b/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE26_RI_Project.java deleted file mode 100644 index 3f0c3ae..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE26_RI_Project.java +++ /dev/null @@ -1,12 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; - -import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.E7_Activity; - - - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PE26_RI_Project extends E7_Activity { - -} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE28_Curation_Plan.java b/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE28_Curation_Plan.java deleted file mode 100644 index 48027bc..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE28_Curation_Plan.java +++ /dev/null @@ -1,12 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; - -import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.E29_Design_or_Procedure; - - - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PE28_Curation_Plan extends E29_Design_or_Procedure { - -} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE32_Curated_Thing.java b/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE32_Curated_Thing.java deleted file mode 100644 index c0a81ac..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/entity/resource/PE32_Curated_Thing.java +++ /dev/null @@ -1,11 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.entity.resource; - -import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.E70_Thing; - - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PE32_Curated_Thing extends E70_Thing { - -} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP25_is_maintained_by.java b/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP25_is_maintained_by.java deleted file mode 100644 index 150f25a..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP25_is_maintained_by.java +++ /dev/null @@ -1,11 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.relation; - -import org.gcube.informationsystem.parthenos.model.relation.isrelatedto.P15_was_influenced_by; - - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PP25_is_maintained_by extends P15_was_influenced_by { - -} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP25i_maintains.java b/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP25i_maintains.java deleted file mode 100644 index c7c64a5..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP25i_maintains.java +++ /dev/null @@ -1,11 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.relation; - -import org.gcube.informationsystem.parthenos.model.relation.isrelatedto.inverse.P15i_influenced; - - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PP25i_maintains extends P15i_influenced { - -} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/consistsof/inverse/PP28i_is_designated_access_point_of.java b/src/main/java/org/gcube/informationsystem/parthenos/model/relation/consistsof/inverse/PP28i_is_designated_access_point_of.java deleted file mode 100644 index 5ce55e9..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/consistsof/inverse/PP28i_is_designated_access_point_of.java +++ /dev/null @@ -1,10 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.relation.consistsof.inverse; - - - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PP28i_is_designated_access_point_of extends P1i_identifies { - -} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP16_has_persistent_digital_object_part.java b/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP16_has_persistent_digital_object_part.java deleted file mode 100644 index 55bac76..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP16_has_persistent_digital_object_part.java +++ /dev/null @@ -1,12 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto; - -import org.gcube.informationsystem.parthenos.model.entity.resource.PE19_Persistent_Digital_Object; - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PP16_has_persistent_digital_object_part - - extends P106_is_composed_of { - -} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP17_has_snapshot.java b/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP17_has_snapshot.java deleted file mode 100644 index b7df102..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP17_has_snapshot.java +++ /dev/null @@ -1,13 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto; - -import org.gcube.informationsystem.parthenos.model.entity.resource.PE19_Persistent_Digital_Object; -import org.gcube.informationsystem.parthenos.model.entity.resource.PE20_Volatile_Digital_Object; - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PP17_has_snapshot - - extends P130_shows_features_of { - -} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP18_has_digital_object_part.java b/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP18_has_digital_object_part.java deleted file mode 100644 index dd39a7c..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP18_has_digital_object_part.java +++ /dev/null @@ -1,12 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto; - -import org.gcube.informationsystem.parthenos.model.entity.resource.PE20_Volatile_Digital_Object; -import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.D1_Digital_Object; - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PP18_has_digital_object_part - extends P106_is_composed_of { - -} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP21_has_software_part.java b/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP21_has_software_part.java deleted file mode 100644 index f185af6..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP21_has_software_part.java +++ /dev/null @@ -1,14 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto; - -import org.gcube.informationsystem.parthenos.model.entity.resource.PE23_Volatile_Software; -import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.D14_Software; - - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PP21_has_software_part - - extends PP18_has_digital_object_part { - -} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP22_has_release.java b/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP22_has_release.java deleted file mode 100644 index bb547da..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP22_has_release.java +++ /dev/null @@ -1,14 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto; - -import org.gcube.informationsystem.parthenos.model.entity.resource.PE21_Persistent_Software; -import org.gcube.informationsystem.parthenos.model.entity.resource.PE23_Volatile_Software; - - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PP22_has_release - - extends PP17_has_snapshot { - -} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP23_has_dataset_part.java b/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP23_has_dataset_part.java deleted file mode 100644 index b2478b3..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP23_has_dataset_part.java +++ /dev/null @@ -1,12 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto; - -import org.gcube.informationsystem.parthenos.model.entity.resource.PE18_Dataset; -import org.gcube.informationsystem.parthenos.model.entity.resource.PE24_Volatile_Dataset; - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PP23_has_dataset_part - extends PP18_has_digital_object_part { - -} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP24_has_dataset_snapshot.java b/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP24_has_dataset_snapshot.java deleted file mode 100644 index 21a68ec..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP24_has_dataset_snapshot.java +++ /dev/null @@ -1,13 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto; - -import org.gcube.informationsystem.parthenos.model.entity.resource.PE22_Persistent_Dataset; -import org.gcube.informationsystem.parthenos.model.entity.resource.PE24_Volatile_Dataset; - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PP24_has_dataset_snapshot - - extends PP17_has_snapshot { - -} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP2_provided_by.java b/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP2_provided_by.java deleted file mode 100644 index 647eddc..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP2_provided_by.java +++ /dev/null @@ -1,12 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto; - -import org.gcube.informationsystem.parthenos.model.entity.resource.PE1_Service; -import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.E39_Actor; - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PP2_provided_by - extends P14_carried_out_by { - -} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP39_is_metadata_for.java b/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP39_is_metadata_for.java deleted file mode 100644 index 31ee77e..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/PP39_is_metadata_for.java +++ /dev/null @@ -1,13 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto; - -import org.gcube.informationsystem.parthenos.model.entity.resource.PE22_Persistent_Dataset; -import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.D1_Digital_Object; - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PP39_is_metadata_for - - extends P129_is_about { - -} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP16i_is_persistent_digital_object_part_of.java b/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP16i_is_persistent_digital_object_part_of.java deleted file mode 100644 index 9a13d0e..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP16i_is_persistent_digital_object_part_of.java +++ /dev/null @@ -1,11 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto.inverse; - - - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PP16i_is_persistent_digital_object_part_of extends - P106i_forms_part_of { - -} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP17i_is_snapshot_of.java b/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP17i_is_snapshot_of.java deleted file mode 100644 index d83762b..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP17i_is_snapshot_of.java +++ /dev/null @@ -1,10 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto.inverse; - - - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PP17i_is_snapshot_of extends P130i_features_are_also_found_on { - -} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP18i_is_digital_object_part_of.java b/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP18i_is_digital_object_part_of.java deleted file mode 100644 index 7642ecc..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP18i_is_digital_object_part_of.java +++ /dev/null @@ -1,10 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto.inverse; - - - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PP18i_is_digital_object_part_of extends P106i_forms_part_of { - -} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP2i_provides.java b/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP2i_provides.java deleted file mode 100644 index 4c19711..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP2i_provides.java +++ /dev/null @@ -1,10 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto.inverse; - - - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PP2i_provides extends P14i_performed { - -} diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP39i_has_metadata.java b/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP39i_has_metadata.java deleted file mode 100644 index 65bc7fb..0000000 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/isrelatedto/inverse/PP39i_has_metadata.java +++ /dev/null @@ -1,10 +0,0 @@ -package org.gcube.informationsystem.parthenos.model.relation.isrelatedto.inverse; - - - -/** - * @author Luca Frosini (ISTI - CNR) - */ -public interface PP39i_has_metadata extends P129i_is_subject_of { - -}