Migrating to gcube-model component

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/parthenos-entities@171771 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2018-09-28 15:47:25 +00:00
parent 9ead6f66f5
commit 45f269cc3a
41 changed files with 63 additions and 59 deletions

View File

@ -47,8 +47,8 @@
<artifactId>information-system-model</artifactId> <artifactId>information-system-model</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.information-system</groupId> <groupId>org.gcube.resource-management</groupId>
<artifactId>gcube-resources</artifactId> <artifactId>gcube-model</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>

View File

@ -1,6 +1,6 @@
package org.gcube.informationsystem.model.entity.facet.cidoc; package org.gcube.informationsystem.model.entity.facet.cidoc;
import org.gcube.informationsystem.model.entity.Facet; import org.gcube.informationsystem.model.reference.entity.Facet;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,7 +1,7 @@
package org.gcube.informationsystem.model.entity.facet.parthenos; package org.gcube.informationsystem.model.entity.facet.parthenos;
import org.gcube.informationsystem.model.annotations.ISProperty; import org.gcube.informationsystem.model.reference.annotations.ISProperty;
import org.gcube.informationsystem.model.entity.Facet; import org.gcube.informationsystem.model.reference.entity.Facet;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,7 +1,7 @@
package org.gcube.informationsystem.model.entity.facet.parthenos; package org.gcube.informationsystem.model.entity.facet.parthenos;
import org.gcube.informationsystem.model.entity.facet.AccessPointFacet;
import org.gcube.informationsystem.model.entity.facet.cidoc.E51_Contact_Point; import org.gcube.informationsystem.model.entity.facet.cidoc.E51_Contact_Point;
import org.gcube.resourcemanagement.model.reference.entity.facet.AccessPointFacet;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,7 +1,7 @@
package org.gcube.informationsystem.model.entity.facet.parthenos; package org.gcube.informationsystem.model.entity.facet.parthenos;
import org.gcube.informationsystem.model.annotations.ISProperty; import org.gcube.informationsystem.model.reference.annotations.ISProperty;
import org.gcube.informationsystem.model.entity.Facet; import org.gcube.informationsystem.model.reference.entity.Facet;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,8 +1,8 @@
package org.gcube.informationsystem.model.entity.facet.parthenos; package org.gcube.informationsystem.model.entity.facet.parthenos;
import org.gcube.informationsystem.model.annotations.ISProperty; import org.gcube.informationsystem.model.reference.annotations.ISProperty;
import org.gcube.informationsystem.model.entity.facet.ContactFacet; import org.gcube.resourcemanagement.model.reference.entity.facet.ContactFacet;
import org.gcube.informationsystem.model.entity.facet.ContactReferenceFacet; import org.gcube.resourcemanagement.model.reference.entity.facet.ContactReferenceFacet;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,7 +1,7 @@
package org.gcube.informationsystem.model.entity.facet.parthenos; package org.gcube.informationsystem.model.entity.facet.parthenos;
import org.gcube.informationsystem.model.annotations.ISProperty; import org.gcube.informationsystem.model.reference.annotations.ISProperty;
import org.gcube.informationsystem.model.embedded.ValueSchema; import org.gcube.informationsystem.model.reference.embedded.ValueSchema;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,6 +1,6 @@
package org.gcube.informationsystem.model.entity.resource.cidoc; package org.gcube.informationsystem.model.entity.resource.cidoc;
import org.gcube.informationsystem.model.entity.resource.Software; import org.gcube.resourcemanagement.model.reference.entity.resource.Software;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,6 +1,6 @@
package org.gcube.informationsystem.model.entity.resource.cidoc; package org.gcube.informationsystem.model.entity.resource.cidoc;
import org.gcube.informationsystem.model.entity.Resource; import org.gcube.informationsystem.model.reference.entity.Resource;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,6 +1,6 @@
package org.gcube.informationsystem.model.entity.resource.cidoc; package org.gcube.informationsystem.model.entity.resource.cidoc;
import org.gcube.informationsystem.model.entity.resource.Person; import org.gcube.resourcemanagement.model.reference.entity.resource.Person;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,6 +1,8 @@
package org.gcube.informationsystem.model.entity.resource.cidoc; package org.gcube.informationsystem.model.entity.resource.cidoc;
import org.gcube.informationsystem.model.entity.resource.Actor; import org.gcube.informationsystem.model.entity.facet.parthenos.PE_Contact_Reference_Facet;
import org.gcube.resourcemanagement.model.reference.entity.facet.IdentifierFacet;
import org.gcube.resourcemanagement.model.reference.entity.resource.Actor;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,6 +1,6 @@
package org.gcube.informationsystem.model.entity.resource.cidoc; package org.gcube.informationsystem.model.entity.resource.cidoc;
import org.gcube.informationsystem.model.entity.resource.LegalBody; import org.gcube.resourcemanagement.model.reference.entity.resource.LegalBody;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,7 +1,7 @@
package org.gcube.informationsystem.model.entity.resource.parthenos; package org.gcube.informationsystem.model.entity.resource.parthenos;
import org.gcube.informationsystem.model.entity.resource.Dataset;
import org.gcube.informationsystem.model.entity.resource.cidoc.D1_Digital_Object; import org.gcube.informationsystem.model.entity.resource.cidoc.D1_Digital_Object;
import org.gcube.resourcemanagement.model.reference.entity.resource.Dataset;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,11 +1,12 @@
package org.gcube.informationsystem.model.entity.resource.parthenos; package org.gcube.informationsystem.model.entity.resource.parthenos;
import org.gcube.informationsystem.model.annotations.Abstract;
import org.gcube.informationsystem.model.entity.facet.EventFacet;
import org.gcube.informationsystem.model.entity.facet.IdentifierFacet;
import org.gcube.informationsystem.model.entity.facet.parthenos.E30_Right; import org.gcube.informationsystem.model.entity.facet.parthenos.E30_Right;
import org.gcube.informationsystem.model.entity.resource.Service; import org.gcube.informationsystem.model.entity.facet.parthenos.PE_Info_Facet;
import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity; import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity;
import org.gcube.informationsystem.model.reference.annotations.Abstract;
import org.gcube.resourcemanagement.model.reference.entity.facet.EventFacet;
import org.gcube.resourcemanagement.model.reference.entity.facet.IdentifierFacet;
import org.gcube.resourcemanagement.model.reference.entity.resource.Service;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,6 +1,6 @@
package org.gcube.informationsystem.model.entity.resource.parthenos; package org.gcube.informationsystem.model.entity.resource.parthenos;
import org.gcube.informationsystem.model.entity.resource.HostingNode; import org.gcube.resourcemanagement.model.reference.entity.resource.HostingNode;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,6 +1,6 @@
package org.gcube.informationsystem.model.entity.resource.parthenos; package org.gcube.informationsystem.model.entity.resource.parthenos;
import org.gcube.informationsystem.model.entity.resource.EService; import org.gcube.resourcemanagement.model.reference.entity.resource.EService;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -4,6 +4,7 @@ import org.gcube.informationsystem.model.entity.resource.parthenos.PE32_Curated_
import org.gcube.informationsystem.model.entity.resource.parthenos.PE3_Curating_Service; import org.gcube.informationsystem.model.entity.resource.parthenos.PE3_Curating_Service;
import org.gcube.informationsystem.model.relation.isrelatedto.parthenos.PP32_curates; import org.gcube.informationsystem.model.relation.isrelatedto.parthenos.PP32_curates;
public interface P147_curated<Out extends PE3_Curating_Service, In extends PE32_Curated_Thing> extends PP32_curates<Out,In> { public interface P147_curated<Out extends PE3_Curating_Service, In extends PE32_Curated_Thing>
extends PP32_curates<Out,In> {
} }

View File

@ -1,8 +1,8 @@
package org.gcube.informationsystem.model.relation.consistsof.cidoc; package org.gcube.informationsystem.model.relation.consistsof.cidoc;
import org.gcube.informationsystem.model.entity.Facet; import org.gcube.informationsystem.model.reference.entity.Facet;
import org.gcube.informationsystem.model.entity.Resource; import org.gcube.informationsystem.model.reference.entity.Resource;
import org.gcube.informationsystem.model.relation.IsIdentifiedBy; import org.gcube.informationsystem.model.reference.relation.IsIdentifiedBy;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,8 +1,8 @@
package org.gcube.informationsystem.model.relation.consistsof.parthenos; package org.gcube.informationsystem.model.relation.consistsof.parthenos;
import org.gcube.informationsystem.model.entity.facet.EventFacet;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE1_Service; import org.gcube.informationsystem.model.entity.resource.parthenos.PE1_Service;
import org.gcube.informationsystem.model.relation.ConsistsOf; import org.gcube.informationsystem.model.reference.relation.ConsistsOf;
import org.gcube.resourcemanagement.model.reference.entity.facet.EventFacet;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -2,7 +2,7 @@ package org.gcube.informationsystem.model.relation.consistsof.parthenos;
import org.gcube.informationsystem.model.entity.facet.parthenos.PE29_Access_Point; import org.gcube.informationsystem.model.entity.facet.parthenos.PE29_Access_Point;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE8_EService; import org.gcube.informationsystem.model.entity.resource.parthenos.PE8_EService;
import org.gcube.informationsystem.model.relation.ConsistsOf; import org.gcube.informationsystem.model.reference.relation.ConsistsOf;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -2,7 +2,7 @@ package org.gcube.informationsystem.model.relation.consistsof.parthenos;
import org.gcube.informationsystem.model.entity.facet.parthenos.PE29_Access_Point; import org.gcube.informationsystem.model.entity.facet.parthenos.PE29_Access_Point;
import org.gcube.informationsystem.model.entity.resource.cidoc.D1_Digital_Object; import org.gcube.informationsystem.model.entity.resource.cidoc.D1_Digital_Object;
import org.gcube.informationsystem.model.relation.ConsistsOf; import org.gcube.informationsystem.model.reference.relation.ConsistsOf;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,7 +1,7 @@
package org.gcube.informationsystem.model.relation.isrelatedto.cidoc; package org.gcube.informationsystem.model.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.entity.Resource; import org.gcube.informationsystem.model.reference.entity.Resource;
import org.gcube.informationsystem.model.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -2,7 +2,7 @@ package org.gcube.informationsystem.model.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.entity.resource.cidoc.E55_Type; import org.gcube.informationsystem.model.entity.resource.cidoc.E55_Type;
import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity; import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity;
import org.gcube.informationsystem.model.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,7 +1,7 @@
package org.gcube.informationsystem.model.relation.isrelatedto.cidoc; package org.gcube.informationsystem.model.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.entity.Resource; import org.gcube.informationsystem.model.reference.entity.Resource;
import org.gcube.informationsystem.model.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,7 +1,7 @@
package org.gcube.informationsystem.model.relation.isrelatedto.cidoc; package org.gcube.informationsystem.model.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.entity.resource.cidoc.E70_Thing; import org.gcube.informationsystem.model.entity.resource.cidoc.E70_Thing;
import org.gcube.informationsystem.model.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
/** /**

View File

@ -2,7 +2,7 @@ package org.gcube.informationsystem.model.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.entity.resource.cidoc.E39_Actor; import org.gcube.informationsystem.model.entity.resource.cidoc.E39_Actor;
import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity; import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity;
import org.gcube.informationsystem.model.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,8 +1,8 @@
package org.gcube.informationsystem.model.relation.isrelatedto.cidoc; package org.gcube.informationsystem.model.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.entity.Resource;
import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity; import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity;
import org.gcube.informationsystem.model.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.entity.Resource;
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -2,7 +2,7 @@ package org.gcube.informationsystem.model.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.entity.resource.cidoc.E70_Thing; import org.gcube.informationsystem.model.entity.resource.cidoc.E70_Thing;
import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity; import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity;
import org.gcube.informationsystem.model.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,8 +1,8 @@
package org.gcube.informationsystem.model.relation.isrelatedto.cidoc; package org.gcube.informationsystem.model.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.entity.Resource;
import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity; import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity;
import org.gcube.informationsystem.model.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.entity.Resource;
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -2,7 +2,7 @@ package org.gcube.informationsystem.model.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.entity.resource.cidoc.E55_Type; import org.gcube.informationsystem.model.entity.resource.cidoc.E55_Type;
import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity; import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity;
import org.gcube.informationsystem.model.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -2,7 +2,7 @@ package org.gcube.informationsystem.model.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.entity.resource.cidoc.E1_CRM_Entity; import org.gcube.informationsystem.model.entity.resource.cidoc.E1_CRM_Entity;
import org.gcube.informationsystem.model.entity.resource.cidoc.E55_Type; import org.gcube.informationsystem.model.entity.resource.cidoc.E55_Type;
import org.gcube.informationsystem.model.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -2,7 +2,7 @@ package org.gcube.informationsystem.model.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.entity.resource.cidoc.E29_Design_or_Procedure; import org.gcube.informationsystem.model.entity.resource.cidoc.E29_Design_or_Procedure;
import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity; import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity;
import org.gcube.informationsystem.model.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -1,7 +1,7 @@
package org.gcube.informationsystem.model.relation.isrelatedto.cidoc; package org.gcube.informationsystem.model.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.entity.Resource; import org.gcube.informationsystem.model.reference.entity.Resource;
import org.gcube.informationsystem.model.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -2,7 +2,7 @@ package org.gcube.informationsystem.model.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE32_Curated_Thing; import org.gcube.informationsystem.model.entity.resource.parthenos.PE32_Curated_Thing;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE3_Curating_Service; import org.gcube.informationsystem.model.entity.resource.parthenos.PE3_Curating_Service;
import org.gcube.informationsystem.model.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -2,7 +2,7 @@ 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.cidoc.D1_Digital_Object;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE24_Volatile_Dataset; import org.gcube.informationsystem.model.entity.resource.parthenos.PE24_Volatile_Dataset;
import org.gcube.informationsystem.model.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -2,7 +2,7 @@ package org.gcube.informationsystem.model.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE33_EAccess_Brokering_Service; import org.gcube.informationsystem.model.entity.resource.parthenos.PE33_EAccess_Brokering_Service;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE8_EService; import org.gcube.informationsystem.model.entity.resource.parthenos.PE8_EService;
import org.gcube.informationsystem.model.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -2,7 +2,7 @@ package org.gcube.informationsystem.model.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE1_Service; import org.gcube.informationsystem.model.entity.resource.parthenos.PE1_Service;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE39_Availability_Type; import org.gcube.informationsystem.model.entity.resource.parthenos.PE39_Availability_Type;
import org.gcube.informationsystem.model.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -2,7 +2,7 @@ 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.cidoc.D14_Software;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE40_Programing_Language; import org.gcube.informationsystem.model.entity.resource.parthenos.PE40_Programing_Language;
import org.gcube.informationsystem.model.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -2,7 +2,7 @@ package org.gcube.informationsystem.model.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.entity.resource.cidoc.E97_Monetary_Amount; import org.gcube.informationsystem.model.entity.resource.cidoc.E97_Monetary_Amount;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE42_Funding_Activity; import org.gcube.informationsystem.model.entity.resource.parthenos.PE42_Funding_Activity;
import org.gcube.informationsystem.model.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -2,7 +2,7 @@ package org.gcube.informationsystem.model.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.entity.resource.cidoc.E53_Place; import org.gcube.informationsystem.model.entity.resource.cidoc.E53_Place;
import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity; import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity;
import org.gcube.informationsystem.model.relation.IsRelatedTo; import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)

View File

@ -2,7 +2,7 @@ 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.PE18_Dataset;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE7_Data_Hosting_Service; import org.gcube.informationsystem.model.entity.resource.parthenos.PE7_Data_Hosting_Service;
import org.gcube.informationsystem.model.relation.isrelatedto.Manages; import org.gcube.resourcemanagement.model.reference.relation.isrelatedto.Manages;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)