Skip to content

Commit

Permalink
Merge pull request #210 from Andreas-Garcia/event/new
Browse files Browse the repository at this point in the history
GET Events #4
  • Loading branch information
annetireau authored Jan 17, 2019
2 parents 6c69d85 + 6e01c19 commit 3e6227d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ public final class DocumentationAnnotation {
public static final String EXAMPLE_EVENT_TYPE = "http://www.phenome-fppn.fr/vocabulary/2018/oeev#MoveFrom";
public static final String EXAMPLE_EVENT_CONCERNED_ITEM_URI = "http://www.phenome-fppn.fr/m3p/arch/2017/c17000242";
public static final String EXAMPLE_EVENT_CONCERNED_ITEM_LABEL = "Plot Lavalette";
public static final String EXAMPLE_EVENT_DATE_RANGE_START = "2017-09-08T12:00:00+01:00";
public static final String EXAMPLE_EVENT_DATE_RANGE_END = "2019-10-08T12:00:00+01:00";
public static final String EXAMPLE_EVENT_START_DATE = "2017-09-08T12:00:00+01:00";
public static final String EXAMPLE_EVENT_END_DATE = "2019-10-08T12:00:00+01:00";

public static final String EXAMPLE_VECTOR_URI = "http://www.phenome-fppn.fr/diaphen/2018/v1801";
public static final String EXAMPLE_VECTOR_RDF_TYPE = "http://www.phenome-fppn.fr/vocabulary/2017#UAV";
Expand Down

0 comments on commit 3e6227d

Please sign in to comment.