Refactored packages
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/parthenos-entities@171777 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
baa2836895
commit
6973d28f49
|
@ -1,5 +0,0 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.cidoc;
|
|
||||||
|
|
||||||
public interface E55_Type extends E70_Thing {
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.parthenos;
|
|
||||||
|
|
||||||
import org.gcube.parthenosentities.model.entity.resource.cidoc.D1_Digital_Object;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
|
||||||
*/
|
|
||||||
public interface PE19_Persistent_Digital_Object extends D1_Digital_Object {
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,11 +0,0 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.parthenos;
|
|
||||||
|
|
||||||
import org.gcube.parthenosentities.model.entity.resource.cidoc.D1_Digital_Object;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
|
||||||
*/
|
|
||||||
public interface PE20_Volatile_Digital_Object extends PE32_Curated_Thing,
|
|
||||||
D1_Digital_Object {
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,11 +0,0 @@
|
||||||
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 PE21_Persistent_Software extends D14_Software,
|
|
||||||
PE19_Persistent_Digital_Object {
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,11 +0,0 @@
|
||||||
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 PE23_Volatile_Software extends D14_Software,
|
|
||||||
PE20_Volatile_Digital_Object {
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.parthenos;
|
|
||||||
|
|
||||||
import org.gcube.parthenosentities.model.entity.resource.cidoc.E40_Legal_Body;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
|
||||||
*/
|
|
||||||
public interface PE25_RI_Consortium extends E40_Legal_Body {
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
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 {
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.parthenos;
|
|
||||||
|
|
||||||
import org.gcube.parthenosentities.model.entity.resource.cidoc.E29_Design_or_Procedure;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
|
||||||
*/
|
|
||||||
public interface PE28_Curation_Plan extends E29_Design_or_Procedure {
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
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 {
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
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 {
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
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 {
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
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 {
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
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 {
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
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 {
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
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 {
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
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 {
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
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 {
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
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 {
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
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 {
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.facet.cidoc;
|
package org.gcube.parthenosentities.model.reference.entity.facet.cidoc;
|
||||||
|
|
||||||
import org.gcube.informationsystem.model.reference.entity.Facet;
|
import org.gcube.informationsystem.model.reference.entity.Facet;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.facet.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.facet.parthenos;
|
||||||
|
|
||||||
import org.gcube.informationsystem.model.reference.annotations.ISProperty;
|
import org.gcube.informationsystem.model.reference.annotations.ISProperty;
|
||||||
import org.gcube.informationsystem.model.reference.entity.Facet;
|
import org.gcube.informationsystem.model.reference.entity.Facet;
|
|
@ -1,6 +1,6 @@
|
||||||
package org.gcube.parthenosentities.model.entity.facet.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.facet.parthenos;
|
||||||
|
|
||||||
import org.gcube.parthenosentities.model.entity.facet.cidoc.E51_Contact_Point;
|
import org.gcube.parthenosentities.model.reference.entity.facet.cidoc.E51_Contact_Point;
|
||||||
import org.gcube.resourcemanagement.model.reference.entity.facet.AccessPointFacet;
|
import org.gcube.resourcemanagement.model.reference.entity.facet.AccessPointFacet;
|
||||||
|
|
||||||
/**
|
/**
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.facet.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.facet.parthenos;
|
||||||
|
|
||||||
import org.gcube.informationsystem.model.reference.annotations.ISProperty;
|
import org.gcube.informationsystem.model.reference.annotations.ISProperty;
|
||||||
import org.gcube.informationsystem.model.reference.entity.Facet;
|
import org.gcube.informationsystem.model.reference.entity.Facet;
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.facet.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.facet.parthenos;
|
||||||
|
|
||||||
import org.gcube.informationsystem.model.reference.annotations.ISProperty;
|
import org.gcube.informationsystem.model.reference.annotations.ISProperty;
|
||||||
import org.gcube.resourcemanagement.model.reference.entity.facet.ContactFacet;
|
import org.gcube.resourcemanagement.model.reference.entity.facet.ContactFacet;
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.facet.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.facet.parthenos;
|
||||||
|
|
||||||
import org.gcube.informationsystem.model.reference.annotations.ISProperty;
|
import org.gcube.informationsystem.model.reference.annotations.ISProperty;
|
||||||
import org.gcube.informationsystem.model.reference.embedded.ValueSchema;
|
import org.gcube.informationsystem.model.reference.embedded.ValueSchema;
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.cidoc;
|
package org.gcube.parthenosentities.model.reference.entity.resource.cidoc;
|
||||||
|
|
||||||
import org.gcube.resourcemanagement.model.reference.entity.resource.Software;
|
import org.gcube.resourcemanagement.model.reference.entity.resource.Software;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.cidoc;
|
package org.gcube.parthenosentities.model.reference.entity.resource.cidoc;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.cidoc;
|
package org.gcube.parthenosentities.model.reference.entity.resource.cidoc;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.cidoc;
|
package org.gcube.parthenosentities.model.reference.entity.resource.cidoc;
|
||||||
|
|
||||||
import org.gcube.informationsystem.model.reference.entity.Resource;
|
import org.gcube.informationsystem.model.reference.entity.Resource;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.cidoc;
|
package org.gcube.parthenosentities.model.reference.entity.resource.cidoc;
|
||||||
|
|
||||||
import org.gcube.resourcemanagement.model.reference.entity.resource.Person;
|
import org.gcube.resourcemanagement.model.reference.entity.resource.Person;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.cidoc;
|
package org.gcube.parthenosentities.model.reference.entity.resource.cidoc;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,6 +1,6 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.cidoc;
|
package org.gcube.parthenosentities.model.reference.entity.resource.cidoc;
|
||||||
|
|
||||||
import org.gcube.parthenosentities.model.entity.facet.parthenos.PE_Contact_Reference_Facet;
|
import org.gcube.parthenosentities.model.reference.entity.facet.parthenos.PE_Contact_Reference_Facet;
|
||||||
import org.gcube.resourcemanagement.model.reference.entity.facet.IdentifierFacet;
|
import org.gcube.resourcemanagement.model.reference.entity.facet.IdentifierFacet;
|
||||||
import org.gcube.resourcemanagement.model.reference.entity.resource.Actor;
|
import org.gcube.resourcemanagement.model.reference.entity.resource.Actor;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.cidoc;
|
package org.gcube.parthenosentities.model.reference.entity.resource.cidoc;
|
||||||
|
|
||||||
import org.gcube.resourcemanagement.model.reference.entity.resource.LegalBody;
|
import org.gcube.resourcemanagement.model.reference.entity.resource.LegalBody;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.cidoc;
|
package org.gcube.parthenosentities.model.reference.entity.resource.cidoc;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.cidoc;
|
package org.gcube.parthenosentities.model.reference.entity.resource.cidoc;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -0,0 +1,5 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.entity.resource.cidoc;
|
||||||
|
|
||||||
|
public interface E55_Type extends E70_Thing {
|
||||||
|
|
||||||
|
}
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.cidoc;
|
package org.gcube.parthenosentities.model.reference.entity.resource.cidoc;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.cidoc;
|
package org.gcube.parthenosentities.model.reference.entity.resource.cidoc;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.cidoc;
|
package org.gcube.parthenosentities.model.reference.entity.resource.cidoc;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.cidoc;
|
package org.gcube.parthenosentities.model.reference.entity.resource.cidoc;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,6 +1,6 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.cidoc;
|
package org.gcube.parthenosentities.model.reference.entity.resource.cidoc;
|
||||||
|
|
||||||
import org.gcube.parthenosentities.model.entity.resource.parthenos.PE32_Curated_Thing;
|
import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE32_Curated_Thing;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.cidoc;
|
package org.gcube.parthenosentities.model.reference.entity.resource.cidoc;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.cidoc;
|
package org.gcube.parthenosentities.model.reference.entity.resource.cidoc;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,6 +1,6 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
import org.gcube.parthenosentities.model.entity.resource.cidoc.D1_Digital_Object;
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.D1_Digital_Object;
|
||||||
import org.gcube.resourcemanagement.model.reference.entity.resource.Dataset;
|
import org.gcube.resourcemanagement.model.reference.entity.resource.Dataset;
|
||||||
|
|
||||||
/**
|
/**
|
|
@ -0,0 +1,10 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.D1_Digital_Object;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
|
*/
|
||||||
|
public interface PE19_Persistent_Digital_Object extends D1_Digital_Object {
|
||||||
|
|
||||||
|
}
|
|
@ -1,9 +1,9 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
import org.gcube.informationsystem.model.reference.annotations.Abstract;
|
import org.gcube.informationsystem.model.reference.annotations.Abstract;
|
||||||
import org.gcube.parthenosentities.model.entity.facet.parthenos.E30_Right;
|
import org.gcube.parthenosentities.model.reference.entity.facet.parthenos.E30_Right;
|
||||||
import org.gcube.parthenosentities.model.entity.facet.parthenos.PE_Info_Facet;
|
import org.gcube.parthenosentities.model.reference.entity.facet.parthenos.PE_Info_Facet;
|
||||||
import org.gcube.parthenosentities.model.entity.resource.cidoc.E7_Activity;
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity;
|
||||||
import org.gcube.resourcemanagement.model.reference.entity.facet.EventFacet;
|
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.facet.IdentifierFacet;
|
||||||
import org.gcube.resourcemanagement.model.reference.entity.resource.Service;
|
import org.gcube.resourcemanagement.model.reference.entity.resource.Service;
|
|
@ -0,0 +1,11 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.D1_Digital_Object;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
|
*/
|
||||||
|
public interface PE20_Volatile_Digital_Object extends PE32_Curated_Thing,
|
||||||
|
D1_Digital_Object {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,11 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.D14_Software;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
|
*/
|
||||||
|
public interface PE21_Persistent_Software extends D14_Software,
|
||||||
|
PE19_Persistent_Digital_Object {
|
||||||
|
|
||||||
|
}
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -0,0 +1,11 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.D14_Software;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
|
*/
|
||||||
|
public interface PE23_Volatile_Software extends D14_Software,
|
||||||
|
PE20_Volatile_Digital_Object {
|
||||||
|
|
||||||
|
}
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -0,0 +1,10 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E40_Legal_Body;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
|
*/
|
||||||
|
public interface PE25_RI_Consortium extends E40_Legal_Body {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
|
*/
|
||||||
|
public interface PE26_RI_Project extends E7_Activity {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E29_Design_or_Procedure;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
|
*/
|
||||||
|
public interface PE28_Curation_Plan extends E29_Design_or_Procedure {
|
||||||
|
|
||||||
|
}
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
import org.gcube.resourcemanagement.model.reference.entity.resource.HostingNode;
|
import org.gcube.resourcemanagement.model.reference.entity.resource.HostingNode;
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E70_Thing;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
|
*/
|
||||||
|
public interface PE32_Curated_Thing extends E70_Thing {
|
||||||
|
|
||||||
|
}
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -0,0 +1,10 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E74_Group;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
|
*/
|
||||||
|
public interface PE34_Team extends E74_Group {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
|
*/
|
||||||
|
public interface PE35_Project extends E7_Activity {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E55_Type;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
|
*/
|
||||||
|
public interface PE36_Competency_Type extends E55_Type {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E55_Type;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
|
*/
|
||||||
|
public interface PE37_Protocol_Type extends E55_Type {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.D14_Software;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
|
*/
|
||||||
|
public interface PE38_Schema extends D14_Software {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E55_Type;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
|
*/
|
||||||
|
public interface PE39_Availability_Type extends E55_Type {
|
||||||
|
|
||||||
|
}
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -0,0 +1,10 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E55_Type;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
|
*/
|
||||||
|
public interface PE40_Programing_Language extends E55_Type {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
|
*/
|
||||||
|
public interface PE41_Award_Activity extends E7_Activity {
|
||||||
|
|
||||||
|
}
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -0,0 +1,10 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E55_Type;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
|
*/
|
||||||
|
public interface PE43_Encoding_Type extends E55_Type {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E55_Type;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
|
*/
|
||||||
|
public interface PE44_Audience_Type extends E55_Type {
|
||||||
|
|
||||||
|
}
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.entity.resource.parthenos;
|
package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
|
||||||
|
|
||||||
import org.gcube.resourcemanagement.model.reference.entity.resource.EService;
|
import org.gcube.resourcemanagement.model.reference.entity.resource.EService;
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.relation.consistsof.cidoc;
|
||||||
|
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE32_Curated_Thing;
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE3_Curating_Service;
|
||||||
|
import org.gcube.parthenosentities.model.reference.relation.isrelatedto.parthenos.PP32_curates;
|
||||||
|
|
||||||
|
public interface P147_curated<Out extends PE3_Curating_Service, In extends PE32_Curated_Thing>
|
||||||
|
extends PP32_curates<Out,In> {
|
||||||
|
|
||||||
|
}
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.relation.consistsof.cidoc;
|
package org.gcube.parthenosentities.model.reference.relation.consistsof.cidoc;
|
||||||
|
|
||||||
import org.gcube.informationsystem.model.reference.entity.Facet;
|
import org.gcube.informationsystem.model.reference.entity.Facet;
|
||||||
import org.gcube.informationsystem.model.reference.entity.Resource;
|
import org.gcube.informationsystem.model.reference.entity.Resource;
|
|
@ -0,0 +1,8 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.relation.consistsof.cidoc.inverse;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
|
*/
|
||||||
|
public interface P1i_identifies {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.relation.consistsof.parthenos;
|
||||||
|
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.facet.parthenos.PE29_Access_Point;
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE8_EService;
|
||||||
|
import org.gcube.parthenosentities.model.reference.relation.consistsof.cidoc.P1_is_identified_by;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
|
* Links an instance of a PE8 E-Service to the web address at which the
|
||||||
|
* e-service can be accessed.
|
||||||
|
*/
|
||||||
|
public interface PP28_has_designated_access_point
|
||||||
|
<Out extends PE8_EService, In extends PE29_Access_Point>
|
||||||
|
extends P1_is_identified_by<Out, In> {
|
||||||
|
|
||||||
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
package org.gcube.parthenosentities.model.relation.consistsof.parthenos;
|
package org.gcube.parthenosentities.model.reference.relation.consistsof.parthenos;
|
||||||
|
|
||||||
import org.gcube.informationsystem.model.reference.relation.ConsistsOf;
|
import org.gcube.informationsystem.model.reference.relation.ConsistsOf;
|
||||||
import org.gcube.parthenosentities.model.entity.resource.parthenos.PE1_Service;
|
import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE1_Service;
|
||||||
import org.gcube.resourcemanagement.model.reference.entity.facet.EventFacet;
|
import org.gcube.resourcemanagement.model.reference.entity.facet.EventFacet;
|
||||||
|
|
||||||
/**
|
/**
|
|
@ -0,0 +1,14 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.relation.consistsof.parthenos;
|
||||||
|
|
||||||
|
import org.gcube.informationsystem.model.reference.relation.ConsistsOf;
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.facet.parthenos.PE29_Access_Point;
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE8_EService;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
|
*/
|
||||||
|
public interface PP49_provides_access_point
|
||||||
|
<Out extends PE8_EService, In extends PE29_Access_Point>
|
||||||
|
extends ConsistsOf<Out, In> {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,14 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.relation.consistsof.parthenos;
|
||||||
|
|
||||||
|
import org.gcube.informationsystem.model.reference.relation.ConsistsOf;
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.facet.parthenos.PE29_Access_Point;
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.D1_Digital_Object;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
|
*/
|
||||||
|
public interface PP50_accessible_at
|
||||||
|
<Out extends D1_Digital_Object, In extends PE29_Access_Point>
|
||||||
|
extends ConsistsOf<Out, In> {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,12 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.relation.consistsof.parthenos.inverse;
|
||||||
|
|
||||||
|
import org.gcube.parthenosentities.model.reference.relation.consistsof.cidoc.inverse.P1i_identifies;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
|
*/
|
||||||
|
public interface PP28i_is_designated_access_point_of extends P1i_identifies {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,5 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.relation.consistsof.parthenos.inverse;
|
||||||
|
|
||||||
|
public interface PP49i_is_access_point_provided_by {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,5 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.relation.consistsof.parthenos.inverse;
|
||||||
|
|
||||||
|
public interface PP50i_provides_access_to {
|
||||||
|
|
||||||
|
}
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.relation.isrelatedto.cidoc;
|
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc;
|
||||||
|
|
||||||
import org.gcube.informationsystem.model.reference.entity.Resource;
|
import org.gcube.informationsystem.model.reference.entity.Resource;
|
||||||
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
|
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
|
|
@ -1,8 +1,8 @@
|
||||||
package org.gcube.parthenosentities.model.relation.isrelatedto.cidoc;
|
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc;
|
||||||
|
|
||||||
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
|
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
|
||||||
import org.gcube.parthenosentities.model.entity.resource.cidoc.E55_Type;
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E55_Type;
|
||||||
import org.gcube.parthenosentities.model.entity.resource.cidoc.E7_Activity;
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
||||||
package org.gcube.parthenosentities.model.relation.isrelatedto.cidoc;
|
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc;
|
||||||
|
|
||||||
import org.gcube.informationsystem.model.reference.entity.Resource;
|
import org.gcube.informationsystem.model.reference.entity.Resource;
|
||||||
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
|
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
|
|
@ -1,7 +1,7 @@
|
||||||
package org.gcube.parthenosentities.model.relation.isrelatedto.cidoc;
|
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc;
|
||||||
|
|
||||||
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
|
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
|
||||||
import org.gcube.parthenosentities.model.entity.resource.cidoc.E70_Thing;
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E70_Thing;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
|
@ -0,0 +1,12 @@
|
||||||
|
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc;
|
||||||
|
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE32_Curated_Thing;
|
||||||
|
import org.gcube.parthenosentities.model.reference.entity.resource.parthenos.PE3_Curating_Service;
|
||||||
|
import org.gcube.parthenosentities.model.reference.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> {
|
||||||
|
}
|
|
@ -1,8 +1,8 @@
|
||||||
package org.gcube.parthenosentities.model.relation.isrelatedto.cidoc;
|
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc;
|
||||||
|
|
||||||
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
|
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
|
||||||
import org.gcube.parthenosentities.model.entity.resource.cidoc.E39_Actor;
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E39_Actor;
|
||||||
import org.gcube.parthenosentities.model.entity.resource.cidoc.E7_Activity;
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,8 +1,8 @@
|
||||||
package org.gcube.parthenosentities.model.relation.isrelatedto.cidoc;
|
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc;
|
||||||
|
|
||||||
import org.gcube.informationsystem.model.reference.entity.Resource;
|
import org.gcube.informationsystem.model.reference.entity.Resource;
|
||||||
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
|
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
|
||||||
import org.gcube.parthenosentities.model.entity.resource.cidoc.E7_Activity;
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,8 +1,8 @@
|
||||||
package org.gcube.parthenosentities.model.relation.isrelatedto.cidoc;
|
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc;
|
||||||
|
|
||||||
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
|
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
|
||||||
import org.gcube.parthenosentities.model.entity.resource.cidoc.E70_Thing;
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E70_Thing;
|
||||||
import org.gcube.parthenosentities.model.entity.resource.cidoc.E7_Activity;
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,8 +1,8 @@
|
||||||
package org.gcube.parthenosentities.model.relation.isrelatedto.cidoc;
|
package org.gcube.parthenosentities.model.reference.relation.isrelatedto.cidoc;
|
||||||
|
|
||||||
import org.gcube.informationsystem.model.reference.entity.Resource;
|
import org.gcube.informationsystem.model.reference.entity.Resource;
|
||||||
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
|
import org.gcube.informationsystem.model.reference.relation.IsRelatedTo;
|
||||||
import org.gcube.parthenosentities.model.entity.resource.cidoc.E7_Activity;
|
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue