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:
Luca Frosini 2018-09-28 15:54:50 +00:00
parent baa2836895
commit 6973d28f49
287 changed files with 1215 additions and 1215 deletions

View File

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

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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;

View File

@ -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.entity.Facet;

View File

@ -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;
/**

View File

@ -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.entity.Facet;

View File

@ -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.resourcemanagement.model.reference.entity.facet.ContactFacet;

View File

@ -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.embedded.ValueSchema;

View File

@ -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;

View File

@ -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)

View File

@ -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)

View File

@ -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;

View File

@ -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;

View File

@ -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)

View File

@ -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.resource.Actor;

View File

@ -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;

View File

@ -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)

View File

@ -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)

View File

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

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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;
/**

View File

@ -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 {
}

View File

@ -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.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.parthenosentities.model.reference.entity.facet.parthenos.E30_Right;
import org.gcube.parthenosentities.model.reference.entity.facet.parthenos.PE_Info_Facet;
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.IdentifierFacet;
import org.gcube.resourcemanagement.model.reference.entity.resource.Service;

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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)

View File

@ -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 {
}

View File

@ -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)

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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;

View File

@ -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 {
}

View File

@ -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)

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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)

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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)

View File

@ -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 {
}

View File

@ -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 {
}

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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;

View File

@ -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> {
}

View File

@ -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.Resource;

View File

@ -0,0 +1,8 @@
package org.gcube.parthenosentities.model.reference.relation.consistsof.cidoc.inverse;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface P1i_identifies {
}

View File

@ -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> {
}

View File

@ -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.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;
/**

View File

@ -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> {
}

View File

@ -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> {
}

View File

@ -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 {
}

View File

@ -0,0 +1,5 @@
package org.gcube.parthenosentities.model.reference.relation.consistsof.parthenos.inverse;
public interface PP49i_is_access_point_provided_by {
}

View File

@ -0,0 +1,5 @@
package org.gcube.parthenosentities.model.reference.relation.consistsof.parthenos.inverse;
public interface PP50i_provides_access_to {
}

View File

@ -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.relation.IsRelatedTo;

View File

@ -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.parthenosentities.model.entity.resource.cidoc.E55_Type;
import org.gcube.parthenosentities.model.entity.resource.cidoc.E7_Activity;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E55_Type;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -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.relation.IsRelatedTo;

View File

@ -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.parthenosentities.model.entity.resource.cidoc.E70_Thing;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E70_Thing;
/**

View File

@ -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> {
}

View File

@ -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.parthenosentities.model.entity.resource.cidoc.E39_Actor;
import org.gcube.parthenosentities.model.entity.resource.cidoc.E7_Activity;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E39_Actor;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -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.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)

View File

@ -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.parthenosentities.model.entity.resource.cidoc.E70_Thing;
import org.gcube.parthenosentities.model.entity.resource.cidoc.E7_Activity;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E70_Thing;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E7_Activity;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -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.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)

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