Difference between revisions of "CommonABCD2Concepts"

From BioCASe Provider Software
Jump to: navigation, search
m (Highly Recommended)
m
Line 91: Line 91:
 
List of further commonly mapped ABCD concepts.
 
List of further commonly mapped ABCD concepts.
  
Metadata
+
<pre>
* /DataSets/DataSet/IPRStatements/TermsOfUseStatements/TermsOfUse/Text
+
DataSets
* /DataSets/DataSet/IPRStatements/Copyrights/Copyright/Text
+
└─ DataSet
* /DataSets/DataSet/IPRStatements/IPRDeclarations/IPRDeclaration/Text
+
    ├─ IPRStatements
* /DataSets/DataSet/IPRStatements/Licenses/License/Text
+
    │  ├─ TermsOfUseStatements
* /DataSets/DataSet/IPRStatements/Disclaimers/Disclaimer/Text
+
    │  │  └─ TermsOfUse
* /DataSets/DataSet/IPRStatements/Citations/Citation/Text
+
    │  │      └─ Text
* /DataSets/DataSet/IPRStatements/Acknowledgements/Acknowledgement/Text
+
    │  ├─ Copyrights
 +
    │  │  └─ Copyright
 +
    │  │      └─ Text
 +
    │  ├─ IPRDeclarations
 +
    │  │  └─ IPRDeclaration
 +
    │  │      └─ Text
 +
    │  ├─ Licenses
 +
    │  │  └─ License
 +
    │  │      └─ Text
 +
    │  ├─ Disclaimers
 +
    │  │  └─ Disclaimer
 +
    │  │      └─ Text
 +
    │  ├─ Citations
 +
    │  │  └─ Citation
 +
    │  │      └─ Text
 +
    │  └─ Acknowledgements
 +
    │      └─ Acknowledgement
 +
    │          └─ 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
 +
</pre>
  
 
Unitdata
 
Unitdata

Revision as of 15:22, 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
     ├─ IPRStatements
     │   ├─ TermsOfUseStatements
     │   │   └─ TermsOfUse
     │   │       └─ Text
     │   ├─ Copyrights
     │   │   └─ Copyright
     │   │       └─ Text
     │   ├─ IPRDeclarations
     │   │   └─ IPRDeclaration
     │   │       └─ Text
     │   ├─ Licenses
     │   │   └─ License
     │   │       └─ Text
     │   ├─ Disclaimers
     │   │   └─ Disclaimer
     │   │       └─ Text
     │   ├─ Citations
     │   │   └─ Citation
     │   │       └─ Text
     │   └─ Acknowledgements
     │       └─ Acknowledgement
     │           └─ 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

Unitdata

  • /DataSets/DataSet/Units/Unit/DateLastEdited
  • /DataSets/DataSet/Units/Unit/Identifications/Identification/Result/TaxonIdentified/InformalNameString
  • /DataSets/DataSet/Units/Unit/Identifications/Identification/Result/TaxonIdentified/InformalNameString[@language]
  • /DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/Identifier/IdentifierPersonName/FullName
  • /DataSets/DataSet/Units/Unit/Identifications/Identification/Date/ISODateTimeBegin
  • /DataSets/DataSet/Units/Unit/KindOfUnit
  • /DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/TypifiedName/FullScientificNameString
  • /DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/TypeStatus
  • /DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation
  • /DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/CitationDetail
  • /DataSets/DataSet/Units/Unit/MultiMediaObjects/MultiMediaObject/FileURI
  • /DataSets/DataSet/Units/Unit/MultiMediaObjects/MultiMediaObject/Comment
  • /DataSets/DataSet/Units/Unit/MultiMediaObjects/MultiMediaObject/Context
  • /DataSets/DataSet/Units/Unit/Gathering/Project/ProjectTitle
  • /DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName
  • /DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaClass
  • /DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue
  • /DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UnitOfMeasurement
  • /DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue
  • /DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UnitOfMeasurement
  • /DataSets/DataSet/Units/Unit/Gathering/Biotope/Name
  • /DataSets/DataSet/Units/Unit/CollectorsFieldNumber
  • /DataSets/DataSet/Units/Unit/Sex
  • /DataSets/DataSet/Units/Unit/Age
  • /DataSets/DataSet/Units/Unit/Notes
  • /DataSets/DataSet/Units/Unit/RecordURI