Parthenos mapping
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/parthenos-entities@142296 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
7ce6969829
commit
9f02f0717e
|
@ -4,7 +4,6 @@ import org.gcube.informationsystem.model.entity.resource.Software;
|
|||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
||||
* TODO check if can be removed
|
||||
*/
|
||||
public interface D14_Software extends D1_Digital_Object, Software {
|
||||
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
package org.gcube.informationsystem.model.entity.resource.cidoc;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
||||
*/
|
||||
public interface E21_Person extends E39_Actor {
|
||||
|
||||
}
|
|
@ -5,6 +5,6 @@ import org.gcube.informationsystem.model.entity.resource.LegalBody;
|
|||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
||||
*/
|
||||
public interface E40_Legal_Body extends E39_Actor, LegalBody {
|
||||
public interface E40_Legal_Body extends E74_Team, LegalBody {
|
||||
|
||||
}
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
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 {
|
||||
|
||||
}
|
Loading…
Reference in New Issue