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:
Luca Frosini 2017-02-06 17:09:07 +00:00
parent 7ce6969829
commit 9f02f0717e
4 changed files with 18 additions and 2 deletions

View File

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

View File

@ -0,0 +1,8 @@
package org.gcube.informationsystem.model.entity.resource.cidoc;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface E21_Person extends E39_Actor {
}

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 E39_Actor, LegalBody {
public interface E40_Legal_Body extends E74_Team, LegalBody {
}

View File

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