-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #279 from mimiro-io/feature-266-add-resourceType
Feature 266 add resource type
- Loading branch information
Showing
2 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# ICAR Resource Type Catalog | ||
|
||
This document defines a set of URI identifiers and string short codes and maps them to ICAR resource types. | ||
|
||
The catalog is represented as a table with the columns, shortname, URI, link to resource resource type in github. | ||
|
||
To help with readability and conciseness the URIs are represnted as CURIs (concise URIs) where the prefix is: | ||
|
||
`icar` | ||
|
||
and the expansion is: | ||
|
||
`http://data.adewg.icar.org/core/` | ||
|
||
|
||
Short Name | URI | JSON Resource Type Definition | ||
--- | --- | --- | ||
Animal | icar:Animal | icarAnimalCoreResource.json | ||
AnimalSetJoinEvent | icar:AnimalSetJoinEvent | icarAnimalSetJoinEventResource.json | ||
AnimalSetLeaveEvent | icar:AnimalSetLeaveEvent | icarAnimalSetLeaveEventResource.json | ||
AnimalSet | icar:AnimalSet | icarAnimalSetResource.json | ||
BreedingValue | icar:BreedingValue | icarBreedingValueResource.json | ||
ConformationScoreEvent | icar:ConformationScoreEvent | icarConformationScoreEventResource.json | ||
DailyMilkingAverages | icar:DailyMilkingAverages | icarDailyMilkingAveragesResource.json | ||
Device | icar:Device | icarDeviceResource.json | ||
DiagnosisEvent | icar:DiagnosisEvent | icarDiagnosisEventResource.json | ||
FeedIntakeEvent | icar:FeedIntakeEvent | icarFeedIntakeEventResource.json | ||
FeedRecommendation | icar:FeedRecommendation | icarFeedRecommendationResource.json | ||
FeedReport | icar:FeedReport | icarFeedReportResource.json | ||
Feed | icar:Feed | icarFeedResource.json | ||
FeedStorage | icar:FeedStorage | icarFeedStorageResource.json | ||
Gestation | icar:Gestation | icarGestationResource.json | ||
Lactation | icar:Lactation | icarLactationResource.json | ||
LactationStatusObservedEvent | icar:LactationStatusObservedEvent | icarLactationStatusObservedEventResource.json | ||
Location | icar:Location | icarLocationResource.json | ||
Medicine | icar:Medicine | icarMedicineResource.json | ||
MilkingDryOffEvent | icar:MilkingDryOffEvent | icarMilkingDryOffEventResource.json | ||
MilkingVisitEvent | icar:MilkingVisitEvent | icarMilkingVisitEventResource.json | ||
MovementArrivalEvent | icar:MovementArrivalEvent | icarMovementArrivalEventResource.json | ||
MovementBirthEvent | icar:MovementBirthEvent | icarMovementBirthEventResource.json | ||
MovementDeathEvent | icar:MovementDeathEvent | icarMovementDeathEventResource.json | ||
MovementDepartureEvent | icar:MovementDepartureEvent | icarMovementDepartureEventResource.json | ||
Ration | icar:Ration | icarRationResource.json | ||
ReproAbortionEvent | icar:ReproAbortionEvent | icarReproAbortionEventResource.json | ||
ReproDoNotBreedEvent | icar:ReproDoNotBreedEvent | icarReproDoNotBreedEventResource.json | ||
ReproEmbryo | icar:ReproEmbryo | icarReproEmbryoResource.json | ||
ReproHeatEvent | icar:ReproHeatEvent | icarReproHeatEventResource.json | ||
ReproInseminationEvent | icar:ReproInsemonationEvent | icarReproInsemonationEventResource.json | ||
ReproMatingRecommendation | icar:ReproMatingRecommendation | icarReproMatingRecommendationResource.json | ||
ReproParturitionEvent | icar:ReproParturitionEvent | icarReproParturitionEventResource.json | ||
ReproSemenStraw | icar:ReproSemenStraw | icarReproSemenStrawResource.json | ||
ReproStatusObservedEvent | icar:ReproStatusObservedEvent | icarReproStatusObservedEventResource.json | ||
TestDay | icar:TestDay | icarTestDayResource.json | ||
TestDayResult | icar:TestDayResult | icarTestDayResultResource.json | ||
TreatmentEvent | icar:TreatmentEvent | icarTreatmentEventResource.json | ||
TreatmentProgramEvent | icar:TreatmentProgramEvent | icarTreatmentProgramEventResource.json | ||
WeightEvent | icar:WeightEvent | icarWeightEventResource.json | ||
|