Reorganizing packages

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/parthenos-entities@141953 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-01-31 14:41:33 +00:00
parent 0a303d011d
commit f3c4a1e4b8
133 changed files with 409 additions and 388 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.entity.resource.cidoc;
package org.gcube.informationsystem.model.entity.resource.cidoc;
import org.gcube.informationsystem.model.entity.resource.Actor;

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
package org.gcube.informationsystem.model.entity.resource.parthenos;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
package org.gcube.informationsystem.model.entity.resource.parthenos;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
package org.gcube.informationsystem.model.entity.resource.parthenos;

View File

@ -1,14 +1,14 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
package org.gcube.informationsystem.model.entity.resource.parthenos;
import java.util.Collection;
import javax.xml.datatype.XMLGregorianCalendar;
import org.gcube.informationsystem.parthenos.model.entity.facet.PE29_Access_Point;
import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.D14_Software;
import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.D1_Digital_Object;
import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.E39_Actor;
import org.gcube.informationsystem.parthenos.model.entity.resource.cidoc.E70_Thing;
import org.gcube.informationsystem.model.entity.facet.parthenos.PE29_Access_Point;
import org.gcube.informationsystem.model.entity.resource.cidoc.D14_Software;
import org.gcube.informationsystem.model.entity.resource.cidoc.D1_Digital_Object;
import org.gcube.informationsystem.model.entity.resource.cidoc.E39_Actor;
import org.gcube.informationsystem.model.entity.resource.cidoc.E70_Thing;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
package org.gcube.informationsystem.model.entity.resource.parthenos;
/**

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
package org.gcube.informationsystem.model.entity.resource.parthenos;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
package org.gcube.informationsystem.model.entity.resource.parthenos;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
package org.gcube.informationsystem.model.entity.resource.parthenos;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
package org.gcube.informationsystem.model.entity.resource.parthenos;

View File

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

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
package org.gcube.informationsystem.model.entity.resource.parthenos;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
package org.gcube.informationsystem.model.entity.resource.parthenos;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
package org.gcube.informationsystem.model.entity.resource.parthenos;
/**

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
package org.gcube.informationsystem.model.entity.resource.parthenos;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.entity.resource;
package org.gcube.informationsystem.model.entity.resource.parthenos;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation;
package org.gcube.informationsystem.model.relation;
public interface PP11_curates_volatile_digital_object extends PP32_curates {

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation;
package org.gcube.informationsystem.model.relation;
/**

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation;
package org.gcube.informationsystem.model.relation;
/**

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation;
package org.gcube.informationsystem.model.relation;
/**

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation;
package org.gcube.informationsystem.model.relation;
/**

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation;
package org.gcube.informationsystem.model.relation;
/**

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation;
package org.gcube.informationsystem.model.relation;
/**

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation;
package org.gcube.informationsystem.model.relation;
/**

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation;
package org.gcube.informationsystem.model.relation;
/**

View File

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

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation;
package org.gcube.informationsystem.model.relation;
/**

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation;
package org.gcube.informationsystem.model.relation;
/**

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation;
package org.gcube.informationsystem.model.relation;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation;
package org.gcube.informationsystem.model.relation;
/**

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation;
package org.gcube.informationsystem.model.relation;
/**

View File

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

View File

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

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation;
package org.gcube.informationsystem.model.relation;
/**

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation;
package org.gcube.informationsystem.model.relation;
/**

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation;
package org.gcube.informationsystem.model.relation;
/**

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation;
package org.gcube.informationsystem.model.relation;
/**

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation;
package org.gcube.informationsystem.model.relation;
/**

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation;
package org.gcube.informationsystem.model.relation;
/**

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation;
package org.gcube.informationsystem.model.relation;
/**

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation;
package org.gcube.informationsystem.model.relation;
/**

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation;
package org.gcube.informationsystem.model.relation;
/**

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation;
package org.gcube.informationsystem.model.relation;
/**

View File

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

View File

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

View File

@ -1,7 +1,8 @@
package org.gcube.informationsystem.parthenos.model.relation.consistsof;
package org.gcube.informationsystem.model.relation.consistsof.parthenos;
import org.gcube.informationsystem.parthenos.model.entity.facet.PE29_Access_Point;
import org.gcube.informationsystem.parthenos.model.entity.resource.PE8_E_Service;
import org.gcube.informationsystem.model.entity.facet.parthenos.PE29_Access_Point;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE8_E_Service;
import org.gcube.informationsystem.model.relation.consistsof.cidoc.P1_is_identified_by;
/**
* @author Luca Frosini (ISTI - CNR)

View File

@ -0,0 +1,12 @@
package org.gcube.informationsystem.model.relation.consistsof.parthenos.inverse;
import org.gcube.informationsystem.model.relation.consistsof.cidoc.inverse.P1i_identifies;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP28i_is_designated_access_point_of extends P1i_identifies {
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation.isrelatedto.inverse;
package org.gcube.informationsystem.model.relation.isrelatedto.cidoc.inverse;
/**

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation.isrelatedto.inverse;
package org.gcube.informationsystem.model.relation.isrelatedto.cidoc.inverse;
/**

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,12 @@
package org.gcube.informationsystem.model.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE18_Dataset;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE24_Volatile_Dataset;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP23_has_dataset_part<Out extends PE24_Volatile_Dataset, In extends PE18_Dataset>
extends PP18_has_digital_object_part<Out, In> {
}

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,13 @@
package org.gcube.informationsystem.model.relation.isrelatedto.parthenosinverse;
import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.inverse.P106i_forms_part_of;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP16i_is_persistent_digital_object_part_of extends
P106i_forms_part_of {
}

View File

@ -0,0 +1,12 @@
package org.gcube.informationsystem.model.relation.isrelatedto.parthenosinverse;
import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.inverse.P130i_features_are_also_found_on;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP17i_is_snapshot_of extends P130i_features_are_also_found_on {
}

View File

@ -0,0 +1,12 @@
package org.gcube.informationsystem.model.relation.isrelatedto.parthenosinverse;
import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.inverse.P106i_forms_part_of;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP18i_is_digital_object_part_of extends P106i_forms_part_of {
}

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.parthenos.model.relation.isrelatedto.inverse;
package org.gcube.informationsystem.model.relation.isrelatedto.parthenosinverse;

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