Upgrading to CRMpe v 1.11

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/parthenos-entities@144924 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-03-14 18:31:15 +00:00
parent 4c125be401
commit 970f5b0c69
66 changed files with 299 additions and 662 deletions

View File

@ -2,7 +2,6 @@ package org.gcube.informationsystem.model.entity.resource.cidoc;
/**
* @author Luca Frosini (ISTI - CNR)
* TODO check if can be removed
*/
public interface D1_Digital_Object extends E70_Thing {

View File

@ -5,6 +5,6 @@ import org.gcube.informationsystem.model.entity.resource.LegalBody;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface E40_Legal_Body extends E74_Team, LegalBody {
public interface E40_Legal_Body extends E74_Group, LegalBody {
}

View File

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

View File

@ -1,11 +1,9 @@
package org.gcube.informationsystem.model.entity.resource.cidoc;
import org.gcube.informationsystem.model.entity.Resource;
/**
* @author Luca Frosini (ISTI - CNR)
* TODO check if can be removed
*/
public interface E65_Creation extends Resource {
public interface E65_Creation extends E7_Activity {
}

View File

@ -2,8 +2,7 @@ package org.gcube.informationsystem.model.entity.resource.cidoc;
/**
* @author Luca Frosini (ISTI - CNR)
* aka E74_Group in CIDOC Conceptual Reference Model version 6.2.2
*/
public interface E74_Team extends E39_Actor {
public interface E74_Group extends E39_Actor {
}

View File

@ -1,5 +1,7 @@
package org.gcube.informationsystem.model.entity.resource.cidoc;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE32_Curated_Thing;
/**
* @author Luca Frosini (ISTI - CNR)
* Scope note: This class comprises aggregations of instances of E18 Physical Thing that are
@ -31,6 +33,6 @@ package org.gcube.informationsystem.model.entity.resource.cidoc;
* Properties:
* P109 has current or former curator (is current or former curator of): E39 Actor
*/
public interface E78_Curated_Holding extends E70_Thing {
public interface E78_Curated_Holding extends PE32_Curated_Thing {
}

View File

@ -3,7 +3,7 @@ package org.gcube.informationsystem.model.entity.resource.parthenos;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE14_Software_Delivery_E_Service extends PE8_E_Service,
public interface PE13_Software_Computing_EService extends PE8_EService,
PE6_Software_Hosting_Service {
}

View File

@ -3,7 +3,7 @@ package org.gcube.informationsystem.model.entity.resource.parthenos;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE13_Software_Computing_E_Service extends PE8_E_Service,
public interface PE14_Software_Delivery_EService extends PE8_EService,
PE6_Software_Hosting_Service {
}

View File

@ -3,7 +3,7 @@ package org.gcube.informationsystem.model.entity.resource.parthenos;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE15_Data_E_Service extends PE8_E_Service,
public interface PE15_Data_EService extends PE8_EService,
PE7_Data_Hosting_Service {
}

View File

@ -0,0 +1,10 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE16_Curated_Software_EService extends
PE11_Software_Curating_Service, PE14_Software_Delivery_EService,
PE13_Software_Computing_EService {
}

View File

@ -1,10 +0,0 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE16_Curated_Software_E_Service extends
PE11_Software_Curating_Service, PE14_Software_Delivery_E_Service,
PE13_Software_Computing_E_Service {
}

View File

@ -3,7 +3,7 @@ package org.gcube.informationsystem.model.entity.resource.parthenos;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE17_Curated_Data_E_Service extends
PE12_Data_Curating_Service, PE15_Data_E_Service {
public interface PE17_Curated_Data_EService extends
PE12_Data_Curating_Service, PE15_Data_EService {
}

View File

@ -1,10 +1,8 @@
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 {
public interface PE25_RI_Consortium extends PE34_Team {
}

View File

@ -1,10 +1,8 @@
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 {
public interface PE26_RI_Project extends PE35_Project {
}

View File

@ -0,0 +1,5 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
public interface PE33_EAccess_Brokering_Service extends PE8_EService {
}

View File

@ -0,0 +1,7 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
import org.gcube.informationsystem.model.entity.resource.cidoc.E74_Group;
public interface PE34_Team extends E74_Group {
}

View File

@ -0,0 +1,7 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity;
public interface PE35_Project extends E7_Activity {
}

View File

@ -0,0 +1,7 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
import org.gcube.informationsystem.model.entity.resource.cidoc.E55_Type;
public interface PE36_Competency_Type extends E55_Type {
}

View File

@ -0,0 +1,7 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
import org.gcube.informationsystem.model.entity.resource.cidoc.E55_Type;
public interface PE37_Protocol_Type extends E55_Type {
}

View File

@ -0,0 +1,7 @@
package org.gcube.informationsystem.model.entity.resource.parthenos;
import org.gcube.informationsystem.model.entity.resource.cidoc.D14_Software;
public interface PE38_Schema extends D14_Software {
}

View File

@ -5,6 +5,6 @@ import org.gcube.informationsystem.model.entity.resource.EService;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE8_E_Service extends PE1_Service, EService {
public interface PE8_EService extends PE1_Service, EService {
}

View File

@ -0,0 +1,9 @@
package org.gcube.informationsystem.model.relation.consistsof.cidoc;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE32_Curated_Thing;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE3_Curating_Service;
import org.gcube.informationsystem.model.relation.isrelatedto.parthenos.PP32_curates;
public interface P147_curated<Out extends PE3_Curating_Service, In extends PE32_Curated_Thing> extends PP32_curates<Out,In> {
}

View File

@ -1,7 +1,7 @@
package org.gcube.informationsystem.model.relation.consistsof.parthenos;
import org.gcube.informationsystem.model.entity.facet.parthenos.PE29_Access_Point;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE8_E_Service;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE8_EService;
import org.gcube.informationsystem.model.relation.consistsof.cidoc.P1_is_identified_by;
/**
@ -9,7 +9,7 @@ import org.gcube.informationsystem.model.relation.consistsof.cidoc.P1_is_identif
* 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_E_Service, In extends PE29_Access_Point>
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

@ -0,0 +1,13 @@
package org.gcube.informationsystem.model.relation.consistsof.parthenos;
import org.gcube.informationsystem.model.entity.facet.parthenos.PE29_Access_Point;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE8_EService;
import org.gcube.informationsystem.model.relation.ConsistsOf;
/**
* @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,13 @@
package org.gcube.informationsystem.model.relation.consistsof.parthenos;
import org.gcube.informationsystem.model.entity.facet.parthenos.PE29_Access_Point;
import org.gcube.informationsystem.model.entity.resource.cidoc.D1_Digital_Object;
import org.gcube.informationsystem.model.relation.ConsistsOf;
/**
* @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,13 @@
package org.gcube.informationsystem.model.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.entity.Resource;
import org.gcube.informationsystem.model.relation.IsRelatedTo;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface P125_used_object_of_type
<Out extends Resource, In extends Resource>
extends IsRelatedTo<Out, In> {
}

View File

@ -6,47 +6,6 @@ import org.gcube.informationsystem.model.relation.IsRelatedTo;
/**
* @author Luca Frosini (ISTI - CNR)
*
* Domain: E70 Thing
* Range: E70 Thing
* Superproperty of: E33 Linguistic Object. P73i has translation (is
* translation of): E33 Linguistic Object E18 Physical Thing. P128 carries
* (is carried by): E90 Symbolic Object
* Quantification: many to many (0,n:0,n)
*
* Scope note: This property generalises the notions of
* "copy of" and "similar to" into a directed relationship, where the
* domain expresses the derivative or influenced item and the range the
* source or influencing item, if such a direction can be established.
* The property can also be used to express similarity in cases that can
* be stated between two objects only, without historical knowledge
* about its reasons. The property expresses a symmetric relationship in
* case no direction of influence can be established either from
* evidence on the item itself or from historical knowledge. This holds
* in particular for siblings of a derivation process from a common
* source or non-causal cultural parallels, such as some weaving
* patterns. The P130.1 kind of similarity property of the P130 shows
* features of (features are also found on) property enables the
* relationship between the domain and the range to be further
* clarified, in the sense from domain to range, if applicable. For
* example, it may be expressed if both items are product of the same
* mould, or if two texts contain identical paragraphs. If the reason
* for similarity is a sort of derivation process, i.e., that the
* creator has used or had in mind the form of a particular thing during
* the creation or production, this process should be explicitly
* modelled. In these cases, P130 shows features of can be regarded as a
* shortcut of such a process. However, the current model does not
* contain any path specific enough to infer this property.
* Specializations of the CIDOC CRM may however be more explicit, for
* instance describing the use of moulds etc.
* In First Order Logic:
* P130 (x,y) E70(x)
* P130 (x,y) E70(y)
* P130(x,y,z) [P130(x,y) E55(z)]
* P130(x,y) P130(y,x)
*
* Properties: P130.1 kind of similarity: E55 Type
*
*/
public interface P130_shows_features_of
<Out extends Resource, In extends Resource>

View File

@ -5,27 +5,6 @@ import org.gcube.informationsystem.model.relation.IsRelatedTo;
/**
* @author Luca Frosini (ISTI - CNR)
* Domain: E7 Activity
* Range:E1 CRM Entity
* Superproperty of: E7 Activity. P16 used specific object (was used for):
* E70 Thing E7 Activity. P17 was motivated by (motivated): E1 CRM Entity
* E7 Activity. P134 continued (was continued by): E7 Activity E83 Type
* Creation. P136 was based on (supported type creation): E1 CRM Entity
*
* Quantification: many to many (0,n:0,n)
*
* Scope note: This is a high level property, which captures the relationship
* between an E7 Activity and anything that may have had some bearing upon it.
* The property has more specific sub properties.
*
* Examples:
* the designing of the Sydney Harbour Bridge (E7) was influenced by the
* Tyne bridge (E22)
*
* In First Order Logic:
* P15 (x,y) E7(x)
* P15 (x,y) E1(y)
*
*/
public interface P15_was_influenced_by<Out extends Resource, In extends Resource>
extends IsRelatedTo<Out, In> {

View File

@ -1,6 +1,7 @@
package org.gcube.informationsystem.model.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.entity.Resource;
import org.gcube.informationsystem.model.entity.resource.cidoc.E70_Thing;
import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity;
import org.gcube.informationsystem.model.relation.IsRelatedTo;
/**
@ -48,7 +49,7 @@ import org.gcube.informationsystem.model.relation.IsRelatedTo;
* Properties: P16.1 mode of use: E55 Type
*/
public interface P16_used_specific_object
<Out extends Resource, In extends Resource>
<Out extends E7_Activity, In extends E70_Thing>
extends IsRelatedTo<Out, In> {
}

View File

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

View File

@ -0,0 +1,12 @@
package org.gcube.informationsystem.model.relation.isrelatedto.cidoc;
import org.gcube.informationsystem.model.entity.Resource;
import org.gcube.informationsystem.model.relation.IsRelatedTo;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface P21_had_general_purpose
<Out extends Resource, In extends Resource> extends IsRelatedTo<Out, In> {
}

View File

@ -1,14 +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.PE13_Software_Computing_E_Service;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE13_Software_Computing_EService;
import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P16_used_specific_object;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP14_runs_on_request
<Out extends PE13_Software_Computing_E_Service, In extends D14_Software>
<Out extends PE13_Software_Computing_EService, In extends D14_Software>
extends P16_used_specific_object<Out, In> {
}

View File

@ -1,14 +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.PE14_Software_Delivery_E_Service;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE14_Software_Delivery_EService;
import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P16_used_specific_object;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP15_delivers_on_request
<Out extends PE14_Software_Delivery_E_Service, In extends D14_Software>
<Out extends PE14_Software_Delivery_EService, In extends D14_Software>
extends P16_used_specific_object<Out, In> {
}

View File

@ -7,7 +7,7 @@ import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P15_was_infl
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP25_is_maintained_by
public interface PP25_has_maintaining_RI
<Out extends PE26_RI_Project, In extends PE25_RI_Consortium>
extends P15_was_influenced_by<Out, In> {

View File

@ -1,14 +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.PE8_E_Service;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE8_EService;
import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P16_used_specific_object;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP29_uses_access_protocol
<Out extends PE8_E_Service, In extends D14_Software>
<Out extends PE8_EService, In extends D14_Software>
extends P16_used_specific_object<Out, In> {
}

View File

@ -7,7 +7,7 @@ import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P33_used_spe
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP31_used_curation_plan
public interface PP31_uses_curation_plan
<Out extends PE3_Curating_Service, In extends PE28_Curation_Plan>
extends P33_used_specific_technique<Out, In> {

View File

@ -0,0 +1,9 @@
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.PE24_Volatile_Dataset;
import org.gcube.informationsystem.model.relation.IsRelatedTo;
public interface PP41_is_index_of<Out extends PE24_Volatile_Dataset, In extends D1_Digital_Object> extends IsRelatedTo<Out, In> {
}

View File

@ -0,0 +1,9 @@
package org.gcube.informationsystem.model.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.entity.resource.cidoc.E7_Activity;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE35_Project;
import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P9_consists_of;
public interface PP43_supported_project_activity<Out extends PE35_Project, In extends E7_Activity> extends P9_consists_of<Out, In>{
}

View File

@ -0,0 +1,10 @@
package org.gcube.informationsystem.model.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE34_Team;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE35_Project;
import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P17_was_motivated_by;
public interface PP44_has_maintaining_team<Out extends PE35_Project, In extends PE34_Team>
extends P17_was_motivated_by<Out, In> {
}

View File

@ -0,0 +1,10 @@
package org.gcube.informationsystem.model.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE1_Service;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE36_Competency_Type;
import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P21_had_general_purpose;
public interface PP45_has_competence<Out extends PE1_Service, In extends PE36_Competency_Type>
extends P21_had_general_purpose<Out, In> {
}

View File

@ -0,0 +1,10 @@
package org.gcube.informationsystem.model.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE33_EAccess_Brokering_Service;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE8_EService;
import org.gcube.informationsystem.model.relation.IsRelatedTo;
public interface PP46_brokers_access_to<Out extends PE33_EAccess_Brokering_Service, In extends PE8_EService>
extends IsRelatedTo<Out, In> {
}

View File

@ -0,0 +1,10 @@
package org.gcube.informationsystem.model.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE37_Protocol_Type;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE8_EService;
import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P125_used_object_of_type;
public interface PP47_has_protocol_type<Out extends PE8_EService, In extends PE37_Protocol_Type>
extends P125_used_object_of_type<Out, In> {
}

View File

@ -0,0 +1,10 @@
package org.gcube.informationsystem.model.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE38_Schema;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE8_EService;
import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P16_used_specific_object;
public interface PP48_uses_protocol_parameter<Out extends PE8_EService, In extends PE38_Schema>
extends P16_used_specific_object<Out, In> {
}

View File

@ -0,0 +1,10 @@
package org.gcube.informationsystem.model.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE38_Schema;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE8_EService;
import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P21_had_general_purpose;
public interface PP49_provides_access_point<Out extends PE8_EService, In extends PE38_Schema>
extends P21_had_general_purpose<Out, In> {
}

View File

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

View File

@ -6,7 +6,7 @@ package org.gcube.informationsystem.model.relation.isrelatedto.parthenos.inverse
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP11i_was_volatile_digital_object_curated_by extends
public interface PP11i_is_volatile_digital_object_curated_by extends
PP32i_is_curated_by {
}

View File

@ -6,7 +6,7 @@ package org.gcube.informationsystem.model.relation.isrelatedto.parthenos.inverse
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP13i_was_volatile_dataset_curated_by extends
PP11i_was_volatile_digital_object_curated_by {
public interface PP12i_is_volatile_software_curated_by extends
PP11i_is_volatile_digital_object_curated_by {
}

View File

@ -6,7 +6,7 @@ package org.gcube.informationsystem.model.relation.isrelatedto.parthenos.inverse
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP12i_was_volatile_software_curated_by extends
PP11i_was_volatile_digital_object_curated_by {
public interface PP13i_is_volatile_dataset_curated_by extends
PP11i_is_volatile_digital_object_curated_by {
}

View File

@ -0,0 +1,8 @@
package org.gcube.informationsystem.model.relation.isrelatedto.parthenos.inverse;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP25i_is_maintaining_RI_of extends PP44i_is_maintaining_team_of {
}

View File

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

View File

@ -6,6 +6,6 @@ import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.inverse.P33i
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP31i_was_curation_plan_used_by extends P33i_was_used_by {
public interface PP31i_is_curation_plan_used_by extends P33i_was_used_by {
}

View File

@ -6,6 +6,6 @@ import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.inverse.P16i
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP40i_was_deprecated_by extends P16i_was_used_for {
public interface PP40i_is_deprecated_by extends P16i_was_used_for {
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,540 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
PARTHENOS Entities CRMpe 1.8.1 Encoded in RDFS
RDFS updated by CNR February 2, 2017
added PE20_Volatile_Digital_Object as subclass of PE32_Curated_Thing
RDFS updated by CNR January 30, 2017
corrected PE20, PE21 and PP28i (they contained blanks)
RDFS updated by FORTH-ICS September 19, 2016
corrected some typos, added PE26, removed PE27, added PP41 and PP42
RDFS created by FORTH-ICS August 19, 2016
Encoding Rules:
1. The RDF spelling rules do not allow blanks. Hence we have replaced them by underscores.
The blank between the concept identifier and concept name is replaced by underscore too.
For instance "PE1_Service" or "PP1_currently_offers".
2. RDF does not allow to instantiate properties beginning from a range value.
Therefore, each CRMpe property is represented as two RDFS properties.
For instance "PP1 currently offers(is currently offered by)" is represented as:
"PP1_currently offers" for the domain to range direction and "PP1i_is_currently_offered_by" for the range to domain direction.
-->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xml:base="http://www.ics.forth.gr/isl/CRMpe/" xml:lang="en">
<rdfs:Class rdf:about="PE1_Service">
<rdfs:subClassOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E7_Activity"/>
</rdfs:Class>
<rdfs:Class rdf:about="PE2_Hosting_Service">
<rdfs:subClassOf rdf:resource="PE1_Service"/>
</rdfs:Class>
<rdfs:Class rdf:about="PE3_Curating_Service">
<rdfs:subClassOf rdf:resource="PE1_Service"/>
</rdfs:Class>
<!--<rdfs:Class rdf:about="PE4_Physical_Hosting_Service">
<rdfs:subClassOf rdf:resource="PE2_Hosting_Service"/>
</rdfs:Class>-->
<rdfs:Class rdf:about="PE5_Digital_Hosting_Service">
<rdfs:subClassOf rdf:resource="PE2_Hosting_Service"/>
</rdfs:Class>
<rdfs:Class rdf:about="PE6_Software_Hosting_Service">
<rdfs:subClassOf rdf:resource="PE5_Digital_Hosting_Service"/>
</rdfs:Class>
<rdfs:Class rdf:about="PE7_Data_Hosting_Service">
<rdfs:subClassOf rdf:resource="PE5_Digital_Hosting_Service"/>
</rdfs:Class>
<rdfs:Class rdf:about="PE8_E-Service">
<rdfs:subClassOf rdf:resource="PE1_Service"/>
</rdfs:Class>
<!--<rdfs:Class rdf:about="PE9_Physical_Curating_Service">
<rdfs:subClassOf rdf:resource="PE3_Curating_Service"/>
</rdfs:Class> -->
<rdfs:Class rdf:about="PE10_Digital_Curating_Service">
<rdfs:subClassOf rdf:resource="PE3_Curating_Service"/>
</rdfs:Class>
<rdfs:Class rdf:about="PE11_Software_Curating_Service">
<rdfs:subClassOf rdf:resource="PE10_Digital_Curating_Service"/>
</rdfs:Class>
<rdfs:Class rdf:about="PE12_Data_Curating_Service">
<rdfs:subClassOf rdf:resource="PE10_Digital_Curating_Service"/>
</rdfs:Class>
<rdfs:Class rdf:about="PE13_Software_Computing_E-Service">
<rdfs:subClassOf rdf:resource="PE6_Software_Hosting_Service"/>
<rdfs:subClassOf rdf:resource="PE8_E-Service"/>
</rdfs:Class>
<rdfs:Class rdf:about="PE14_Software_Delivery_E-Service">
<rdfs:subClassOf rdf:resource="PE6_Software_Hosting_Service"/>
<rdfs:subClassOf rdf:resource="PE8_E-Service"/>
</rdfs:Class>
<rdfs:Class rdf:about="PE15_Data_E-Service">
<rdfs:subClassOf rdf:resource="PE7_Data_Hosting_Service"/>
<rdfs:subClassOf rdf:resource="PE8_E-Service"/>
</rdfs:Class>
<rdfs:Class rdf:about="PE16_Curated_Software_E-Service">
<rdfs:subClassOf rdf:resource="PE11_Software_Curating_Service"/>
<rdfs:subClassOf rdf:resource="PE14_Software_Delivery_E-Service"/>
<rdfs:subClassOf rdf:resource="PE13_Software_Computing_E-Service"/>
</rdfs:Class>
<rdfs:Class rdf:about="PE17_Curated_Data_E-Service">
<rdfs:subClassOf rdf:resource="PE12_Data_Curating_Service"/>
<rdfs:subClassOf rdf:resource="PE15_Data_E-Service"/>
</rdfs:Class>
<rdfs:Class rdf:about="PE18_Dataset">
<rdfs:subClassOf rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D1_Digital_Object"/>
</rdfs:Class>
<rdfs:Class rdf:about="PE19_Persistent_Digital_Object">
<rdfs:subClassOf rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D1_Digital_Object"/>
</rdfs:Class>
<rdfs:Class rdf:about="PE20_Volatile_Digital_Object">
<rdfs:subClassOf rdf:resource="PE32_Curated_Thing"/>
<rdfs:subClassOf rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D1_Digital_Object"/>
</rdfs:Class>
<rdfs:Class rdf:about="PE21_Persistent_Software">
<rdfs:subClassOf rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D14_Software"/>
<rdfs:subClassOf rdf:resource="PE19_Persistent_Digital_Object"/>
</rdfs:Class>
<rdfs:Class rdf:about="PE22_Persistent_Dataset">
<rdfs:subClassOf rdf:resource="PE18_Dataset"/>
<rdfs:subClassOf rdf:resource="PE19_Persistent_Digital_Object"/>
</rdfs:Class>
<rdfs:Class rdf:about="PE23_Volatile_Software">
<rdfs:subClassOf rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D14_Software"/>
<rdfs:subClassOf rdf:resource="PE20_Volatile_Digital_Object"/>
</rdfs:Class>
<rdfs:Class rdf:about="PE24_Volatile_Dataset">
<rdfs:subClassOf rdf:resource="PE18_Dataset"/>
<rdfs:subClassOf rdf:resource="PE20_Volatile_Digital_Object"/>
</rdfs:Class>
<rdfs:Class rdf:about="PE25_RI_Consortium">
<rdfs:subClassOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E40_Legal_Body"/>
</rdfs:Class>
<rdfs:Class rdf:about="PE26_RI_Project">
<rdfs:subClassOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E7_Activity"/>
</rdfs:Class>
<!--
<rdfs:Class rdf:about="PE27_Service_Action">
<rdfs:subClassOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E7_Activity"/>
</rdfs:Class>
-->
<rdfs:Class rdf:about="PE28_Curation_Plan">
<rdfs:subClassOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E29_Design_or_Procedure"/>
</rdfs:Class>
<rdfs:Class rdf:about="PE29_Access_Point">
<rdfs:subClassOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E51_Contact_Point"/>
</rdfs:Class>
<!--
<rdfs:Class rdf:about="PE30_Digital_Object_Insert">
<rdfs:subClassOf rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D7_Digital_Machine_Event"/>
<rdfs:subClassOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E79_Part_Addition"/>
</rdfs:Class>
<rdfs:Class rdf:about="PE31_Digital_Object_Remove">
<rdfs:subClassOf rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D7_Digital_Machine_Event"/>
<rdfs:subClassOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E80_Part_removal"/>
</rdfs:Class>
-->
<rdfs:Class rdf:about="PE32_Curated_Thing">
<rdfs:subClassOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E70_Thing"/>
</rdfs:Class>
<rdf:Property rdf:about="PP1_currently_offers">
<rdfs:domain rdf:resource="PE26_RI_Project"/>
<rdfs:range rdf:resource="PE1_Service"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P9_consists_of"/>
</rdf:Property>
<rdf:Property rdf:about="PP1i_is_currently_offered_by">
<rdfs:domain rdf:resource="PE1_Service"/>
<rdfs:range rdf:resource="PE26_RI_Project"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P9i_forms_part_of"/>
</rdf:Property>
<rdf:Property rdf:about="PP2_provided_by">
<rdfs:domain rdf:resource="PE1_Service"/>
<rdfs:range rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E39_Actor"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P14_carried_out_by"/>
</rdf:Property>
<rdf:Property rdf:about="PP2i_provides">
<rdfs:domain rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E39_Actor"/>
<rdfs:range rdf:resource="PE1_Service"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P14i_performed"/>
</rdf:Property>
<!--
<rdf:Property rdf:about="PP3_requested_by">
<rdfs:domain rdf:resource="PE27_Service_Action"/>
<rdfs:range rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E39_Actor"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P14_carried_out_by"/>
</rdf:Property>
<rdf:Property rdf:about="PP3i_requests">
<rdfs:domain rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E39_Actor"/>
<rdfs:range rdf:resource="PE27_Service_Action"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P14i_performed"/>
</rdf:Property>
-->
<rdf:Property rdf:about="PP4_hosts_object">
<rdfs:domain rdf:resource="PE2_Hosting_Service"/>
<rdfs:range rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E70_Thing"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P16_used_specific_object"/>
</rdf:Property>
<rdf:Property rdf:about="PP4i_is_object_hosted_by">
<rdfs:domain rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E70_Thing"/>
<rdfs:range rdf:resource="PE2_Hosting_Service"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P16i_was_used_for"/>
</rdf:Property>
<!--<rdf:Property rdf:about="PP5_hosts_physical_object">
<rdfs:domain rdf:resource="PE4_Physical_Hosting_Service"/>
<rdfs:range rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing"/>
<rdfs:subPropertyOf rdf:resource="PP4_hosts_object"/>
</rdf:Property>
<rdf:Property rdf:about="PP5i_is_physical_object_hosted_by">
<rdfs:domain rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing"/>
<rdfs:range rdf:resource="PE4_Physical_Hosting_Service"/>
<rdfs:subPropertyOf rdf:resource="PP4i_is_object_hosted_by"/>
</rdf:Property>-->
<rdf:Property rdf:about="PP6_hosts_digital_object">
<rdfs:domain rdf:resource="PE5_Digital_Hosting_Service"/>
<rdfs:range rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D1_Digital_Object"/>
<rdfs:subPropertyOf rdf:resource="PP4_hosts_object"/>
</rdf:Property>
<rdf:Property rdf:about="PP6i_is_digital_object_hosted_by">
<rdfs:domain rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D1_Digital_Object"/>
<rdfs:range rdf:resource="PE5_Digital_Hosting_Service"/>
<rdfs:subPropertyOf rdf:resource="PP4i_is_object_hosted_by"/>
</rdf:Property>
<rdf:Property rdf:about="PP7_hosts_software_object">
<rdfs:domain rdf:resource="PE6_Software_Hosting_Service"/>
<rdfs:range rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D14_Software"/>
<rdfs:subPropertyOf rdf:resource="PP6_hosts_digital_object"/>
</rdf:Property>
<rdf:Property rdf:about="PP7i_is_software_object_hosted_by">
<rdfs:domain rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D14_Software"/>
<rdfs:range rdf:resource="PE6_Software_Hosting_Service"/>
<rdfs:subPropertyOf rdf:resource="PP6i_is_digital_object_hosted_by"/>
</rdf:Property>
<rdf:Property rdf:about="PP8_hosts_dataset">
<rdfs:domain rdf:resource="PE7_Data_Hosting_Service"/>
<rdfs:range rdf:resource="PE18_Dataset"/>
<rdfs:subPropertyOf rdf:resource="PP6_hosts_digital_object"/>
</rdf:Property>
<rdf:Property rdf:about="PP8i_is_dataset_hosted_by">
<rdfs:domain rdf:resource="PE18_Dataset"/>
<rdfs:range rdf:resource="PE7_Data_Hosting_Service"/>
<rdfs:subPropertyOf rdf:resource="PP6i_is_digital_object_hosted_by"/>
</rdf:Property>
<rdf:Property rdf:about="PP11_curates_volatile_digital_object">
<rdfs:domain rdf:resource="PE10_Digital_Curating_Service"/>
<rdfs:range rdf:resource="PE20_Volatile_Digital_Object"/>
<rdfs:subPropertyOf rdf:resource="PP32_curates"/>
</rdf:Property>
<rdf:Property rdf:about="PP11i_was_volatile_digital_object_curated_by">
<rdfs:domain rdf:resource="PE20_Volatile_Digital_Object"/>
<rdfs:range rdf:resource="PE10_Digital_Curating_Service"/>
<rdfs:subPropertyOf rdf:resource="PP32i_is_curated_by"/>
</rdf:Property>
<rdf:Property rdf:about="PP12_curates_volatile_software">
<rdfs:domain rdf:resource="PE11_Software_Curating_Service"/>
<rdfs:range rdf:resource="PE23_Volatile_Software"/>
<rdfs:subPropertyOf rdf:resource="PP11_curates_volatile_digital_object"/>
</rdf:Property>
<rdf:Property rdf:about="PP12i_was_volatile_software_curated_by">
<rdfs:domain rdf:resource="PE23_Volatile_Software"/>
<rdfs:range rdf:resource="PE11_Software_Curating_Service"/>
<rdfs:subPropertyOf rdf:resource="PP11i_was_volatile_digital_object_curated_by"/>
</rdf:Property>
<rdf:Property rdf:about="PP13_curates_volatile_dataset">
<rdfs:domain rdf:resource="PE12_Data_Curating_Service"/>
<rdfs:range rdf:resource="PE24_Volatile_Dataset"/>
<rdfs:subPropertyOf rdf:resource="PP11_curates_volatile_digital_object"/>
</rdf:Property>
<rdf:Property rdf:about="PP13i_was_volatile_dataset_curated_by">
<rdfs:domain rdf:resource="PE24_Volatile_Dataset"/>
<rdfs:range rdf:resource="PE12_Data_Curating_Service"/>
<rdfs:subPropertyOf rdf:resource="PP11i_was_volatile_digital_object_curated_by"/>
</rdf:Property>
<rdf:Property rdf:about="PP14_runs_on_request">
<rdfs:domain rdf:resource="PE13_Software_Computing_E-Service"/>
<rdfs:range rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D14_Software"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P16_used_specific_object"/>
</rdf:Property>
<rdf:Property rdf:about="PP14i_is_run_by">
<rdfs:domain rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D14_Software"/>
<rdfs:range rdf:resource="PE13_Software_Computing_E-Service"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P16i_was_used_for"/>
</rdf:Property>
<rdf:Property rdf:about="PP15_delivers_on_request">
<rdfs:domain rdf:resource="PE14_Software_Delivery_E-Service"/>
<rdfs:range rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D14_Software"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P16_used_specific_object"/>
</rdf:Property>
<rdf:Property rdf:about="PP15i_is_delivered_by">
<rdfs:domain rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D14_Software"/>
<rdfs:range rdf:resource="PE14_Software_Delivery_E-Service"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P16i_was_used_for"/>
</rdf:Property>
<rdf:Property rdf:about="PP16_has_persistent_digital_object_part">
<rdfs:domain rdf:resource="PE19_Persistent_Digital_Object"/>
<rdfs:range rdf:resource="PE19_Persistent_Digital_Object"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P106_is_composed_of"/>
</rdf:Property>
<rdf:Property rdf:about="PP16i_is_persistent_digital_object_part_of">
<rdfs:domain rdf:resource="PE19_Persistent_Digital_Object"/>
<rdfs:range rdf:resource="PE19_Persistent_Digital_Object"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P106i_forms_part_of"/>
</rdf:Property>
<rdf:Property rdf:about="PP17_has_snapshot">
<rdfs:domain rdf:resource="PE20_Volatile_Digital_Object"/>
<rdfs:range rdf:resource="PE19_Persistent_Digital_Object"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P130_shows_features_of"/>
</rdf:Property>
<rdf:Property rdf:about="PP17i_is_snapshot_of">
<rdfs:domain rdf:resource="PE19_Persistent_Digital_Object"/>
<rdfs:range rdf:resource="PE20_Volatile_Digital_Object"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P130i_features_are_also_found_on"/>
</rdf:Property>
<rdf:Property rdf:about="PP18_has_digital_object_part">
<rdfs:domain rdf:resource="PE20_Volatile_Digital_Object"/>
<rdfs:range rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D1_Digital_Object"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P106_is_composed_of"/>
</rdf:Property>
<rdf:Property rdf:about="PP18i_is_digital_object_part_of">
<rdfs:domain rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D1_Digital_Object"/>
<rdfs:range rdf:resource="PE20_Volatile_Digital_Object"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P106i_forms_part_of"/>
</rdf:Property>
<rdf:Property rdf:about="PP19_has_persistent_software_part">
<rdfs:domain rdf:resource="PE21_Persistent_Software"/>
<rdfs:range rdf:resource="PE21_Persistent_Software"/>
<rdfs:subPropertyOf rdf:resource="PP16_has_persistent_digital_object_part"/>
</rdf:Property>
<rdf:Property rdf:about="PP19i_is_persistent_software_part_of">
<rdfs:domain rdf:resource="PE21_Persistent_Software"/>
<rdfs:range rdf:resource="PE21_Persistent_Software"/>
<rdfs:subPropertyOf rdf:resource="PP16i_is_persistent_digital_object_part_of"/>
</rdf:Property>
<rdf:Property rdf:about="PP20_has_persistent_dataset_part">
<rdfs:domain rdf:resource="PE22_Persistent_Dataset"/>
<rdfs:range rdf:resource="PE22_Persistent_Dataset"/>
<rdfs:subPropertyOf rdf:resource="PP16_has_persistent_digital_object_part"/>
</rdf:Property>
<rdf:Property rdf:about="PP20i_is_persistent_dataset_part_of">
<rdfs:domain rdf:resource="PE22_Persistent_Dataset"/>
<rdfs:range rdf:resource="PE22_Persistent_Dataset"/>
<rdfs:subPropertyOf rdf:resource="PP16i_is_persistent_digital_object_part_of"/>
</rdf:Property>
<rdf:Property rdf:about="PP21_has_software_part">
<rdfs:domain rdf:resource="PE23_Volatile_Software"/>
<rdfs:range rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D14_Software"/>
<rdfs:subPropertyOf rdf:resource="PP18_has_digital_object_part"/>
</rdf:Property>
<rdf:Property rdf:about="PP21i_is_software_part_of">
<rdfs:domain rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D14_Software"/>
<rdfs:range rdf:resource="PE23_Volatile_Software"/>
<rdfs:subPropertyOf rdf:resource="PP18i_is_digital_object_part_of"/>
</rdf:Property>
<rdf:Property rdf:about="PP22_has_release">
<rdfs:domain rdf:resource="PE23_Volatile_Software"/>
<rdfs:range rdf:resource="PE21_Persistent_Software"/>
<rdfs:subPropertyOf rdf:resource="PP17_has_snapshot"/>
</rdf:Property>
<rdf:Property rdf:about="PP22i_is_release_of">
<rdfs:domain rdf:resource="PE21_Persistent_Software"/>
<rdfs:range rdf:resource="PE23_Volatile_Software"/>
<rdfs:subPropertyOf rdf:resource="PP17i_is_snapshot_of"/>
</rdf:Property>
<rdf:Property rdf:about="PP23_has_dataset_part">
<rdfs:domain rdf:resource="PE24_Volatile_Dataset"/>
<rdfs:range rdf:resource="PE18_Dataset"/>
<rdfs:subPropertyOf rdf:resource="PP18_has_digital_object_part"/>
</rdf:Property>
<rdf:Property rdf:about="PP23i_is_dataset_part_of">
<rdfs:domain rdf:resource="PE18_Dataset"/>
<rdfs:range rdf:resource="PE24_Volatile_Dataset"/>
<rdfs:subPropertyOf rdf:resource="PP18i_is_digital_object_part_of"/>
</rdf:Property>
<rdf:Property rdf:about="PP24_has_dataset_snapshot">
<rdfs:domain rdf:resource="PE24_Volatile_Dataset"/>
<rdfs:range rdf:resource="PE22_Persistent_Dataset"/>
<rdfs:subPropertyOf rdf:resource="PP17_has_snapshot"/>
</rdf:Property>
<rdf:Property rdf:about="PP24i_is_dataset_snapshot_of">
<rdfs:domain rdf:resource="PE22_Persistent_Dataset"/>
<rdfs:range rdf:resource="PE24_Volatile_Dataset"/>
<rdfs:subPropertyOf rdf:resource="PP17i_is_snapshot_of"/>
</rdf:Property>
<rdf:Property rdf:about="PP25_is_maintained_by">
<rdfs:domain rdf:resource="PE26_RI_Project"/>
<rdfs:range rdf:resource="PE25_RI_Consortium"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P15_was_influenced_by"/>
</rdf:Property>
<rdf:Property rdf:about="PP25i_maintains">
<rdfs:domain rdf:resource="PE25_RI_Consortium"/>
<rdfs:range rdf:resource="PE26_RI_Project"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P15i_influenced"/>
</rdf:Property>
<rdf:Property rdf:about="PP28_has_designated_access_point">
<rdfs:domain rdf:resource="PE8_E-Service"/>
<rdfs:range rdf:resource="PE29_Access_Point"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by"/>
</rdf:Property>
<rdf:Property rdf:about="PP28i_is_designated_access_point_of">
<rdfs:domain rdf:resource="PE29_Access_Point"/>
<rdfs:range rdf:resource="PE8_E-Service"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P1i_identifies"/>
</rdf:Property>
<rdf:Property rdf:about="PP29_uses_access_protocol">
<rdfs:domain rdf:resource="PE8_E-Service"/>
<rdfs:range rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D14_Software"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P16_used_specific_object"/>
</rdf:Property>
<rdf:Property rdf:about="PP29i_is_access_protocol_used_by">
<rdfs:domain rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D14_Software"/>
<rdfs:range rdf:resource="PE8_E-Service"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P16i_was_used_for"/>
</rdf:Property>
<rdf:Property rdf:about="PP31_used_curation_plan">
<rdfs:domain rdf:resource="PE3_Curating_Service"/>
<rdfs:range rdf:resource="PE28_Curation_Plan"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P33_used_specific_technique"/>
</rdf:Property>
<rdf:Property rdf:about="PP31i_was_curation_plan_used_by">
<rdfs:domain rdf:resource="PE28_Curation_Plan"/>
<rdfs:range rdf:resource="PE3_Curating_Service"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P33i_was_used_by"/>
</rdf:Property>
<rdf:Property rdf:about="PP32_curates">
<rdfs:domain rdf:resource="PE3_Curating_Service"/>
<rdfs:range rdf:resource="PE32_Curated_Thing"/>
</rdf:Property>
<rdf:Property rdf:about="PP32i_was_curated_by">
<rdfs:domain rdf:resource="PE32_Curated_Thing"/>
<rdfs:range rdf:resource="PE3_Curating_Service"/>
</rdf:Property>
<rdf:Property rdf:about="PP39_is_metadata_for">
<rdfs:domain rdf:resource="PE22_Persistent_Dataset"/>
<rdfs:range rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D1_Digital_Object"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P129_is_about"/>
</rdf:Property>
<rdf:Property rdf:about="PP39i_has_metadata">
<rdfs:domain rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D1_Digital_Object"/>
<rdfs:range rdf:resource="PE22_Persistent_Dataset"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P129i_is_subject_of"/>
</rdf:Property>
<rdf:Property rdf:about="PP40_created_successor_of">
<rdfs:domain rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E65_Creation"/>
<rdfs:range rdf:resource="PE22_Persistent_Dataset"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P16_used_specific_object"/>
</rdf:Property>
<rdf:Property rdf:about="PP40i_was_deprecated_by">
<rdfs:domain rdf:resource="PE22_Persistent_Dataset"/>
<rdfs:range rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E65_Creation"/>
<rdfs:subPropertyOf rdf:resource="http://www.cidoc-crm.org/cidoc-crm/P16i_was_used_for"/>
</rdf:Property>
<rdf:Property rdf:about="PP41_is_index_of">
<rdfs:domain rdf:resource="PE24_Volatile_Dataset"/>
<rdfs:range rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D1_Digital_Object"/>
</rdf:Property>
<rdf:Property rdf:about="PP41i_was_indexed_by">
<rdfs:domain rdf:resource="http://www.ics.forth.gr/isl/CRMdig/D1_Digital_Object"/>
<rdfs:range rdf:resource="PE24_Volatile_Dataset"/>
</rdf:Property>
<rdf:Property rdf:about="PP42_has_declarative_time">
<rdfs:domain rdf:resource="PE1_Service"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
</rdf:Property>
</rdf:RDF>