Refactored packages

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/parthenos-entities@171776 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2018-09-28 15:53:37 +00:00
parent 90f2d70326
commit baa2836895
209 changed files with 558 additions and 558 deletions

View File

@ -1,5 +0,0 @@
package org.gcube.informationsystem.model.entity.resource.cidoc;
public interface E55_Type extends E70_Thing {
}

View File

@ -1,10 +0,0 @@
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 {
}

View File

@ -1,10 +0,0 @@
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 {
}

View File

@ -1,10 +0,0 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
import org.gcube.informationsystem.model.entity.resource.cidoc.E74_Group;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE34_Team extends E74_Group {
}

View File

@ -1,10 +0,0 @@
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 PE35_Project extends E7_Activity {
}

View File

@ -1,10 +0,0 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
import org.gcube.informationsystem.model.entity.resource.cidoc.E55_Type;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE36_Competency_Type extends E55_Type {
}

View File

@ -1,10 +0,0 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
import org.gcube.informationsystem.model.entity.resource.cidoc.E55_Type;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE37_Protocol_Type extends E55_Type {
}

View File

@ -1,10 +0,0 @@
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 PE38_Schema extends D14_Software {
}

View File

@ -1,10 +0,0 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
import org.gcube.informationsystem.model.entity.resource.cidoc.E55_Type;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE39_Availability_Type extends E55_Type {
}

View File

@ -1,10 +0,0 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
import org.gcube.informationsystem.model.entity.resource.cidoc.E55_Type;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE40_Programing_Language extends E55_Type {
}

View File

@ -1,10 +0,0 @@
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 PE41_Award_Activity extends E7_Activity {
}

View File

@ -1,10 +0,0 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
import org.gcube.informationsystem.model.entity.resource.cidoc.E55_Type;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE43_Encoding_Type extends E55_Type {
}

View File

@ -1,10 +0,0 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
import org.gcube.informationsystem.model.entity.resource.cidoc.E55_Type;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE44_Audience_Type extends E55_Type {
}

View File

@ -1,10 +0,0 @@
package org.gcube.informationsystem.model.relation.consistsof.cidoc;
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.relation.isrelatedto.parthenos.PP32_curates;
public interface P147_curated<Out extends PE3_Curating_Service, In extends PE32_Curated_Thing>
extends PP32_curates<Out,In> {
}

View File

@ -1,12 +0,0 @@
package org.gcube.informationsystem.model.relation.isrelatedto.cidoc;
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.relation.isrelatedto.parthenos.PP32_curates;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface P147_curated<Out extends PE3_Curating_Service, In extends PE32_Curated_Thing>
extends PP32_curates<Out, In> {
}

View File

@ -1,14 +0,0 @@
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.PE26_RI_Project;
import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P9_consists_of;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP1_currently_offers
<Out extends PE26_RI_Project, In extends PE1_Service>
extends P9_consists_of<Out,In> {
}

View File

@ -1,13 +0,0 @@
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<Out extends PE1_Service, In extends E39_Actor>
extends P14_carried_out_by<Out, In> {
}

View File

@ -1,14 +0,0 @@
package org.gcube.informationsystem.model.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE35_Project;
import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P9_consists_of;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP43_supported_project_activity
<Out extends PE35_Project, In extends E7_Activity>
extends P9_consists_of<Out, In>{
}

View File

@ -1,13 +0,0 @@
package org.gcube.informationsystem.model.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE34_Team;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE35_Project;
import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P17_was_motivated_by;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP44_has_maintaining_team<Out extends PE35_Project, In extends PE34_Team>
extends P17_was_motivated_by<Out, In> {
}

View File

@ -1,14 +0,0 @@
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.PE41_Award_Activity;
import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P14_carried_out_by;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP53_had_awarder
<Out extends PE41_Award_Activity, In extends E39_Actor>
extends P14_carried_out_by<Out, In> {
}

View File

@ -1,14 +0,0 @@
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.PE41_Award_Activity;
import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P14_carried_out_by;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP54_had_awardee
<Out extends PE41_Award_Activity, In extends E39_Actor>
extends P14_carried_out_by<Out, In> {
}

View File

@ -1,14 +0,0 @@
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.PE43_Encoding_Type;
import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P2_has_type;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP58_is_encoded_with
<Out extends D1_Digital_Object, In extends PE43_Encoding_Type>
extends P2_has_type<Out, In> {
}

View File

@ -1,5 +0,0 @@
package org.gcube.informationsystem.model.relation.isrelatedto.parthenos.inverse;
public interface PP41i_is_indexed_by {
}

View File

@ -1,5 +0,0 @@
package org.gcube.informationsystem.model.relation.isrelatedto.parthenos.inverse;
public interface PP53i_was_awarded_by {
}

View File

@ -1,5 +0,0 @@
package org.gcube.informationsystem.model.relation.isrelatedto.parthenos.inverse;
public interface PP54i_was_awarded_to {
}

View File

@ -1,5 +0,0 @@
package org.gcube.informationsystem.model.relation.isrelatedto.parthenos.inverse;
public interface PP56i_was_award_of {
}

View File

@ -1,5 +0,0 @@
package org.gcube.informationsystem.model.relation.isrelatedto.parthenos.inverse;
public interface PP58i_is_encoding_of {
}

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.facet.cidoc;
package org.gcube.parthenosentities.model.entity.facet.cidoc;
import org.gcube.informationsystem.model.reference.entity.Facet;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.facet.parthenos;
package org.gcube.parthenosentities.model.entity.facet.parthenos;
import org.gcube.informationsystem.model.reference.annotations.ISProperty;
import org.gcube.informationsystem.model.reference.entity.Facet;

View File

@ -1,6 +1,6 @@
package org.gcube.informationsystem.model.entity.facet.parthenos;
package org.gcube.parthenosentities.model.entity.facet.parthenos;
import org.gcube.informationsystem.model.entity.facet.cidoc.E51_Contact_Point;
import org.gcube.parthenosentities.model.entity.facet.cidoc.E51_Contact_Point;
import org.gcube.resourcemanagement.model.reference.entity.facet.AccessPointFacet;
/**

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.facet.parthenos;
package org.gcube.parthenosentities.model.entity.facet.parthenos;
import org.gcube.informationsystem.model.reference.annotations.ISProperty;
import org.gcube.informationsystem.model.reference.entity.Facet;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.facet.parthenos;
package org.gcube.parthenosentities.model.entity.facet.parthenos;
import org.gcube.informationsystem.model.reference.annotations.ISProperty;
import org.gcube.resourcemanagement.model.reference.entity.facet.ContactFacet;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.facet.parthenos;
package org.gcube.parthenosentities.model.entity.facet.parthenos;
import org.gcube.informationsystem.model.reference.annotations.ISProperty;
import org.gcube.informationsystem.model.reference.embedded.ValueSchema;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.resource.cidoc;
package org.gcube.parthenosentities.model.entity.resource.cidoc;
import org.gcube.resourcemanagement.model.reference.entity.resource.Software;

View File

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

View File

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

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.resource.cidoc;
package org.gcube.parthenosentities.model.entity.resource.cidoc;
import org.gcube.informationsystem.model.reference.entity.Resource;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.resource.cidoc;
package org.gcube.parthenosentities.model.entity.resource.cidoc;
import org.gcube.resourcemanagement.model.reference.entity.resource.Person;

View File

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

View File

@ -1,6 +1,6 @@
package org.gcube.informationsystem.model.entity.resource.cidoc;
package org.gcube.parthenosentities.model.entity.resource.cidoc;
import org.gcube.informationsystem.model.entity.facet.parthenos.PE_Contact_Reference_Facet;
import org.gcube.parthenosentities.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;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.resource.cidoc;
package org.gcube.parthenosentities.model.entity.resource.cidoc;
import org.gcube.resourcemanagement.model.reference.entity.resource.LegalBody;

View File

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

View File

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

View File

@ -0,0 +1,5 @@
package org.gcube.parthenosentities.model.entity.resource.cidoc;
public interface E55_Type extends E70_Thing {
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
package org.gcube.parthenosentities.model.entity.resource.parthenos;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
package org.gcube.parthenosentities.model.entity.resource.parthenos;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
package org.gcube.parthenosentities.model.entity.resource.parthenos;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
package org.gcube.parthenosentities.model.entity.resource.parthenos;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
package org.gcube.parthenosentities.model.entity.resource.parthenos;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
package org.gcube.parthenosentities.model.entity.resource.parthenos;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
package org.gcube.parthenosentities.model.entity.resource.parthenos;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
package org.gcube.parthenosentities.model.entity.resource.parthenos;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -1,6 +1,6 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
package org.gcube.parthenosentities.model.entity.resource.parthenos;
import org.gcube.informationsystem.model.entity.resource.cidoc.D1_Digital_Object;
import org.gcube.parthenosentities.model.entity.resource.cidoc.D1_Digital_Object;
import org.gcube.resourcemanagement.model.reference.entity.resource.Dataset;
/**

View File

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

View File

@ -1,9 +1,9 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
package org.gcube.parthenosentities.model.entity.resource.parthenos;
import org.gcube.informationsystem.model.entity.facet.parthenos.E30_Right;
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.reference.annotations.Abstract;
import org.gcube.parthenosentities.model.entity.facet.parthenos.E30_Right;
import org.gcube.parthenosentities.model.entity.facet.parthenos.PE_Info_Facet;
import org.gcube.parthenosentities.model.entity.resource.cidoc.E7_Activity;
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;

View File

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

View File

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

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
package org.gcube.parthenosentities.model.entity.resource.parthenos;
/**
* @author Luca Frosini (ISTI - CNR)

View File

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

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
package org.gcube.parthenosentities.model.entity.resource.parthenos;
/**
* @author Luca Frosini (ISTI - CNR)

View File

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

View File

@ -0,0 +1,10 @@
package org.gcube.parthenosentities.model.entity.resource.parthenos;
import org.gcube.parthenosentities.model.entity.resource.cidoc.E7_Activity;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE26_RI_Project extends E7_Activity {
}

View File

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

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
package org.gcube.parthenosentities.model.entity.resource.parthenos;
import org.gcube.resourcemanagement.model.reference.entity.resource.HostingNode;

View File

@ -0,0 +1,10 @@
package org.gcube.parthenosentities.model.entity.resource.parthenos;
import org.gcube.parthenosentities.model.entity.resource.cidoc.E70_Thing;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE32_Curated_Thing extends E70_Thing {
}

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
package org.gcube.parthenosentities.model.entity.resource.parthenos;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -0,0 +1,10 @@
package org.gcube.parthenosentities.model.entity.resource.parthenos;
import org.gcube.parthenosentities.model.entity.resource.cidoc.E74_Group;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE34_Team extends E74_Group {
}

View File

@ -0,0 +1,10 @@
package org.gcube.parthenosentities.model.entity.resource.parthenos;
import org.gcube.parthenosentities.model.entity.resource.cidoc.E7_Activity;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE35_Project extends E7_Activity {
}

View File

@ -0,0 +1,10 @@
package org.gcube.parthenosentities.model.entity.resource.parthenos;
import org.gcube.parthenosentities.model.entity.resource.cidoc.E55_Type;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE36_Competency_Type extends E55_Type {
}

View File

@ -0,0 +1,10 @@
package org.gcube.parthenosentities.model.entity.resource.parthenos;
import org.gcube.parthenosentities.model.entity.resource.cidoc.E55_Type;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE37_Protocol_Type extends E55_Type {
}

View File

@ -0,0 +1,10 @@
package org.gcube.parthenosentities.model.entity.resource.parthenos;
import org.gcube.parthenosentities.model.entity.resource.cidoc.D14_Software;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE38_Schema extends D14_Software {
}

View File

@ -0,0 +1,10 @@
package org.gcube.parthenosentities.model.entity.resource.parthenos;
import org.gcube.parthenosentities.model.entity.resource.cidoc.E55_Type;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE39_Availability_Type extends E55_Type {
}

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
package org.gcube.parthenosentities.model.entity.resource.parthenos;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -0,0 +1,10 @@
package org.gcube.parthenosentities.model.entity.resource.parthenos;
import org.gcube.parthenosentities.model.entity.resource.cidoc.E55_Type;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE40_Programing_Language extends E55_Type {
}

View File

@ -0,0 +1,10 @@
package org.gcube.parthenosentities.model.entity.resource.parthenos;
import org.gcube.parthenosentities.model.entity.resource.cidoc.E7_Activity;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE41_Award_Activity extends E7_Activity {
}

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
package org.gcube.parthenosentities.model.entity.resource.parthenos;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -0,0 +1,10 @@
package org.gcube.parthenosentities.model.entity.resource.parthenos;
import org.gcube.parthenosentities.model.entity.resource.cidoc.E55_Type;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE43_Encoding_Type extends E55_Type {
}

View File

@ -0,0 +1,10 @@
package org.gcube.parthenosentities.model.entity.resource.parthenos;
import org.gcube.parthenosentities.model.entity.resource.cidoc.E55_Type;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE44_Audience_Type extends E55_Type {
}

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
package org.gcube.parthenosentities.model.entity.resource.parthenos;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
package org.gcube.parthenosentities.model.entity.resource.parthenos;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
package org.gcube.parthenosentities.model.entity.resource.parthenos;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
package org.gcube.parthenosentities.model.entity.resource.parthenos;
import org.gcube.resourcemanagement.model.reference.entity.resource.EService;

View File

@ -0,0 +1,10 @@
package org.gcube.parthenosentities.model.relation.consistsof.cidoc;
import org.gcube.parthenosentities.model.entity.resource.parthenos.PE32_Curated_Thing;
import org.gcube.parthenosentities.model.entity.resource.parthenos.PE3_Curating_Service;
import org.gcube.parthenosentities.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> {
}

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.relation.consistsof.cidoc;
package org.gcube.parthenosentities.model.relation.consistsof.cidoc;
import org.gcube.informationsystem.model.reference.entity.Facet;
import org.gcube.informationsystem.model.reference.entity.Resource;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.relation.consistsof.cidoc.inverse;
package org.gcube.parthenosentities.model.relation.consistsof.cidoc.inverse;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -1,8 +1,8 @@
package org.gcube.informationsystem.model.relation.consistsof.parthenos;
package org.gcube.parthenosentities.model.relation.consistsof.parthenos;
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.relation.consistsof.cidoc.P1_is_identified_by;
import org.gcube.parthenosentities.model.entity.facet.parthenos.PE29_Access_Point;
import org.gcube.parthenosentities.model.entity.resource.parthenos.PE8_EService;
import org.gcube.parthenosentities.model.relation.consistsof.cidoc.P1_is_identified_by;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -1,7 +1,7 @@
package org.gcube.informationsystem.model.relation.consistsof.parthenos;
package org.gcube.parthenosentities.model.relation.consistsof.parthenos;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE1_Service;
import org.gcube.informationsystem.model.reference.relation.ConsistsOf;
import org.gcube.parthenosentities.model.entity.resource.parthenos.PE1_Service;
import org.gcube.resourcemanagement.model.reference.entity.facet.EventFacet;
/**

View File

@ -1,8 +1,8 @@
package org.gcube.informationsystem.model.relation.consistsof.parthenos;
package org.gcube.parthenosentities.model.relation.consistsof.parthenos;
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.reference.relation.ConsistsOf;
import org.gcube.parthenosentities.model.entity.facet.parthenos.PE29_Access_Point;
import org.gcube.parthenosentities.model.entity.resource.parthenos.PE8_EService;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -1,8 +1,8 @@
package org.gcube.informationsystem.model.relation.consistsof.parthenos;
package org.gcube.parthenosentities.model.relation.consistsof.parthenos;
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.reference.relation.ConsistsOf;
import org.gcube.parthenosentities.model.entity.facet.parthenos.PE29_Access_Point;
import org.gcube.parthenosentities.model.entity.resource.cidoc.D1_Digital_Object;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -1,6 +1,6 @@
package org.gcube.informationsystem.model.relation.consistsof.parthenos.inverse;
package org.gcube.parthenosentities.model.relation.consistsof.parthenos.inverse;
import org.gcube.informationsystem.model.relation.consistsof.cidoc.inverse.P1i_identifies;
import org.gcube.parthenosentities.model.relation.consistsof.cidoc.inverse.P1i_identifies;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.relation.consistsof.parthenos.inverse;
package org.gcube.parthenosentities.model.relation.consistsof.parthenos.inverse;
public interface PP49i_is_access_point_provided_by {

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.relation.consistsof.parthenos.inverse;
package org.gcube.parthenosentities.model.relation.consistsof.parthenos.inverse;
public interface PP50i_provides_access_to {

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.model.relation.isrelatedto.cidoc;
package org.gcube.parthenosentities.model.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.reference.entity.Resource;
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;

Some files were not shown because too many files have changed in this diff Show More