Difference between revisions of "CommonABCD2Concepts"
From BioCASe Provider Software
m (→Commonly Used) |
m (→Commonly Used) |
||
Line 119: | Line 119: | ||
└─ Units | └─ Units | ||
└─ Unit | └─ Unit | ||
+ | ├─ DateLastEdited | ||
├─ Identifications | ├─ Identifications | ||
│ └─ Identification | │ └─ Identification | ||
− | │ └─ | + | │ ├─ Date |
− | │ ├─ | + | │ │ └─ ISODateTimeBegin |
− | + | │ └─ Identifiers | |
− | + | │ └─ Identifier | |
− | │ | + | │ └─ IdentifierPersonName |
− | │ | + | │ └─ FullName |
− | │ | + | ├─ KindOfUnit |
− | │ | + | ├─ CollectorsFieldNumber |
− | │ | + | ├─ Sex |
− | ├─ | + | ├─ Age |
+ | ├─ Notes | ||
+ | ├─ RecordURI | ||
+ | ├─ MultiMediaObjects | ||
+ | │ └─ MultiMediaObject | ||
+ | │ ├─ FileURI | ||
+ | │ ├─ Comment | ||
+ | │ └─ Context | ||
+ | ├─ SpecimenUnit | ||
+ | │ └─ NomenclaturalTypeDesignations | ||
+ | │ └─ NomenclaturalTypeDesignation | ||
+ | │ ├─ TypeStatus | ||
+ | │ ├─ TypifiedName | ||
+ | │ │ └─ FullScientificNameString | ||
+ | │ └─ NomenclaturalReference | ||
+ | │ ├─ TitleCitation | ||
+ | │ └─ CitationDetail | ||
└─ Gathering | └─ Gathering | ||
− | ├─ | + | ├─ Project |
− | │ └─ | + | │ └─ ProjectTitle |
− | ├─ | + | ├─ Biotope |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
│ └─ Name | │ └─ Name | ||
− | └─ | + | ├─ Altitude |
− | └─ | + | │ └─ MeasurementOrFactAtomised |
− | + | │ ├─ LowerValue | |
− | + | │ └─ UnitOfMeasurement | |
− | + | ├─ Depth | |
+ | │ └─ MeasurementOrFactAtomised | ||
+ | │ ├─ LowerValue | ||
+ | │ └─ UnitOfMeasurement | ||
+ | └─ NamedAreas | ||
+ | └─ NamedArea | ||
+ | ├─ AreaName | ||
+ | └─ AreaClass | ||
</pre> | </pre> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 15:39, 21 September 2011
This page lists the most commonly used ABCD 2.06 concepts. The ABCD documentation can be found in the ABCD Wiki, a full list of ABCD concepts here.
Mandatory
List of mandatory concepts. Without them being mapped the Provider Software will not be able to create valid ABCD document:
DataSets └─ DataSet ├─ ContentContacts │ └─ ContentContact │ └─ Name ├─ TechnicalContacts │ └─ TechnicalContact │ └─ Name ├─ Metadata │ ├─ Description │ │ └─ Representation │ │ ├─ @language │ │ └─ Title │ └─ RevisionData │ └─ DateModified └─ Units └─ Unit ├─ SourceInstitutionID ├─ SourceID └─ UnitID
Highly Recommended
List of recommended ABCD concepts. If you can provide this data, please do so, they're commonly used entry points to your data.
DataSets └─ DataSet ├─ ContentContacts │ └─ ContentContact │ ├─ Email │ └─ Address ├─ TechnicalContacts │ └─ TechnicalContact │ ├─ Email │ └─ Address ├─ Metadata │ ├─ Description │ │ └─ Representation │ │ └─ Details │ └─ Owners │ └─ Owner │ ├─ LogoURI │ ├─ URIs │ │ └─ URL │ ├─ Person │ │ └─ FullName │ └─ Organisation │ └─ Name │ └─ Representation │ └─ Text └─ Units └─ Unit ├─ Identifications │ └─ Identification │ └─ Result │ ├─ @PreferredFlag │ ├─ TaxonIdentified │ │ └─ ScientificName │ │ └─ FullScientificNameString │ └─ HigherTaxa │ └─ HigherTaxon │ ├─ HigherTaxonName │ └─ HigherTaxonRank ├─ RecordBasis └─ Gathering ├─ DateTime │ └─ ISODateTimeBegin ├─ Agents │ └─ GatheringAgent │ └─ Person │ └─ FullName ├─ LocalityText ├─ Country │ ├─ ISO3166Code │ └─ Name └─ SiteCoordinateSets └─ SiteCoordinates └─ CoordinatesLatLong ├─ LongitudeDecimal └─ LatitudeDecimal
Commonly Used
List of further commonly mapped ABCD concepts.
DataSets └─ DataSet ├─ Metadata │ └─ IPRStatements │ ├─ TermsOfUseStatements │ │ └─ TermsOfUse │ │ └─ Text │ ├─ Copyrights │ │ └─ Copyright │ │ └─ Text │ ├─ IPRDeclarations │ │ └─ IPRDeclaration │ │ └─ Text │ ├─ Licenses │ │ └─ License │ │ └─ Text │ ├─ Disclaimers │ │ └─ Disclaimer │ │ └─ Text │ ├─ Citations │ │ └─ Citation │ │ └─ Text │ └─ Acknowledgements │ └─ Acknowledgement │ └─ Text └─ Units └─ Unit ├─ DateLastEdited ├─ Identifications │ └─ Identification │ ├─ Date │ │ └─ ISODateTimeBegin │ └─ Identifiers │ └─ Identifier │ └─ IdentifierPersonName │ └─ FullName ├─ KindOfUnit ├─ CollectorsFieldNumber ├─ Sex ├─ Age ├─ Notes ├─ RecordURI ├─ MultiMediaObjects │ └─ MultiMediaObject │ ├─ FileURI │ ├─ Comment │ └─ Context ├─ SpecimenUnit │ └─ NomenclaturalTypeDesignations │ └─ NomenclaturalTypeDesignation │ ├─ TypeStatus │ ├─ TypifiedName │ │ └─ FullScientificNameString │ └─ NomenclaturalReference │ ├─ TitleCitation │ └─ CitationDetail └─ Gathering ├─ Project │ └─ ProjectTitle ├─ Biotope │ └─ Name ├─ Altitude │ └─ MeasurementOrFactAtomised │ ├─ LowerValue │ └─ UnitOfMeasurement ├─ Depth │ └─ MeasurementOrFactAtomised │ ├─ LowerValue │ └─ UnitOfMeasurement └─ NamedAreas └─ NamedArea ├─ AreaName └─ AreaClass