Difference between revisions of "CommonABCD2Concepts"

From BioCASe Provider Software
Jump to: navigation, search
(Mandatory)
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page lists the most commonly used ABCD 2.06 concepts. The ABCD documentation can be found in the [http://wiki.tdwg.org/ABCD ABCD Wiki], a full list of ABCD concepts [http://wiki.tdwg.org/twiki/bin/view/ABCD/AbcdConcepts here].
+
This page lists the most commonly used ABCD 2.06 concepts. The ABCD documentation can be found in the [http://terms.tdwg.org/wiki/ABCD_2 ABCD Wiki], a tabular list of ABCD concepts [http://terms.tdwg.org/wiki/ABCD_2_XPath_to_Short_Name_Mapping here].
  
 
== Mandatory ==
 
== Mandatory ==
 
List of mandatory concepts. Without them being mapped the Provider Software will not be able to create valid ABCD document:
 
List of mandatory concepts. Without them being mapped the Provider Software will not be able to create valid ABCD document:
  
'''Metadata'''
 
 
<pre>
 
<pre>
DataSets/DataSet
+
DataSets
├─ ContentContacts/ContentContact/Name
+
└─ DataSet
├─ TechnicalContacts/TechnicalContact/Name
+
    ├─ ContentContacts
└─ Metadata
+
    │  └─ ContentContact
     ├─ Description
+
    │      └─ Name
     │  ├─ Representation/Title
+
    ├─ TechnicalContacts
     │  └─ Representation[@language]
+
    │  └─ TechnicalContact
     └─ RevisionData/DateModified
+
    │      └─ Name
</pre>
+
    ├─ Metadata
 
+
     │  ├─ Description
'''Unitdata'''
+
     │  │  └─ Representation
<pre>
+
     │  │      ├─ @language
/DataSets/DataSet/Units/Unit/
+
     │  │      └─ Title
  ├─ SourceInstitutionID  
+
    │  └─ RevisionData
  ├─ SourceID   
+
    │      └─ DateModified
  └─ UnitID
+
    └─ Units
 +
        └─ Unit
 +
            ├─ SourceInstitutionID  
 +
            ├─ SourceID   
 +
            └─ UnitID
 
</pre>
 
</pre>
  
Line 27: Line 30:
 
List of recommended ABCD concepts. If you can provide this data, please do so, they're commonly used entry points to your data.
 
List of recommended ABCD concepts. If you can provide this data, please do so, they're commonly used entry points to your data.
  
Metadata
+
'''Note:''' If you publish your data to GBIF, you are required to specify a license in the ''License'' node with the ''language'' attribute and the elements ''Text'' and ''URI''. The latter should contain a link to a well-defined license, for example https://creativecommons.org/publicdomain/zero/1.0/. More details on GBIF licensing can be found [http://www.gbif.org/terms/licences here].
* /DataSets/DataSet/ContentContacts/ContentContact/Email
 
* /DataSets/DataSet/ContentContacts/ContentContact/Address
 
* /DataSets/DataSet/TechnicalContacts/TechnicalContact/Email
 
* /DataSets/DataSet/TechnicalContacts/TechnicalContact/Address
 
* /DataSets/DataSet/Metadata/Description/Representation/Details
 
* /DataSets/DataSet/Metadata/Owners/Owner/Organisation/Name/Representation/Text
 
* /DataSets/DataSet/Metadata/Owners/Owner/Person/FullName
 
* /DataSets/DataSet/Metadata/Owners/Owner/URIs/URL
 
* /DataSets/DataSet/Metadata/Owners/Owner/LogoURI
 
  
Unitdata
+
<pre>
* /DataSets/DataSet/Units/Unit/Identifications/Identification/Result/TaxonIdentified/ScientificName/FullScientificNameString
+
DataSets
* /DataSets/DataSet/Units/Unit/Identifications/Identification/Result/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName  
+
└─ DataSet
* /DataSets/DataSet/Units/Unit/Identifications/Identification/Result/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonRank  
+
    ├─ ContentContacts
* /DataSets/DataSet/Units/Unit/Identifications/Identification/PreferredFlag
+
    │  └─ ContentContact
* /DataSets/DataSet/Units/Unit/RecordBasis  
+
    │      ├─ Email
* /DataSets/DataSet/Units/Unit/Gathering/DateTime/ISODateTimeBegin  
+
    │      └─ Address
* /DataSets/DataSet/Units/Unit/Gathering/Agents/GatheringAgent/Person/FullName  
+
    ├─ TechnicalContacts
* /DataSets/DataSet/Units/Unit/Gathering/LocalityText  
+
    │  └─ TechnicalContact
* /DataSets/DataSet/Units/Unit/Gathering/Country/ISO3166Code  
+
    │      ├─ Email
* /DataSets/DataSet/Units/Unit/Gathering/Country/Name
+
    │      └─ Address
* /DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/LongitudeDecimal
+
    ├─ Metadata
*/DataSets/DataSet/Units/Unit/Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/LatitudeDecimal
+
    │  ├─ Description
 +
    │  │  └─ Representation
 +
    │  │      └─ Details
 +
    │  ├─ Owners
 +
    │  │  └─ Owner
 +
    │  │      ├─ LogoURI
 +
    │  │      ├─ URIs
 +
    │  │      │  └─ URL
 +
    │  │      ├─ Person
 +
    │  │      │  └─ FullName
 +
    │  │      └─ Organisation
 +
    │  │          └─ Name
 +
    │  │              └─ Representation
 +
    │  │                  └─ Text
 +
    │  └─ IPRStatements
 +
    │      └─ Licenses
 +
    │          └─ License
 +
    │              ├─ @language
 +
    │              ├─ Text
 +
    │              └─ URI
 +
    └─ 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
 +
                            └─ CoordinateErrorDistanceInMeters
 +
</pre>
  
 
== Commonly Used ==
 
== Commonly Used ==
 
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
+
    ├─ Metadata
* /DataSets/DataSet/IPRStatements/Licenses/License/Text
+
    │  └─ IPRStatements
* /DataSets/DataSet/IPRStatements/Disclaimers/Disclaimer/Text
+
    │      ├─ TermsOfUseStatements
* /DataSets/DataSet/IPRStatements/Citations/Citation/Text
+
    │      │  └─ TermsOfUse
* /DataSets/DataSet/IPRStatements/Acknowledgements/Acknowledgement/Text
+
    │      │      └─ Text
 
+
    │      ├─ Copyrights
Unitdata
+
    │      │  └─ Copyright
* /DataSets/DataSet/Units/Unit/DateLastEdited
+
    │      │      └─ Text
* /DataSets/DataSet/Units/Unit/Identifications/Identification/Result/TaxonIdentified/InformalNameString
+
    │      ├─ IPRDeclarations
* /DataSets/DataSet/Units/Unit/Identifications/Identification/Result/TaxonIdentified/InformalNameString[@language]
+
    │      │  └─ IPRDeclaration
* /DataSets/DataSet/Units/Unit/Identifications/Identification/Identifiers/Identifier/IdentifierPersonName/FullName
+
    │      │      └─ Text
* /DataSets/DataSet/Units/Unit/Identifications/Identification/Date/ISODateTimeBegin
+
    │      ├─ Licenses
* /DataSets/DataSet/Units/Unit/KindOfUnit
+
    │      │  └─ License
* /DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/TypifiedName/FullScientificNameString
+
    │      │      └─ Text
* /DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/TypeStatus
+
    │      ├─ Disclaimers
*/DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/TitleCitation
+
    │      │  └─ Disclaimer
* /DataSets/DataSet/Units/Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/NomenclaturalReference/CitationDetail
+
    │      │      └─ Text
* /DataSets/DataSet/Units/Unit/MultiMediaObjects/MultiMediaObject/FileURI  
+
    │      ├─ Citations
* /DataSets/DataSet/Units/Unit/MultiMediaObjects/MultiMediaObject/Comment  
+
    │      │  └─ Citation
* /DataSets/DataSet/Units/Unit/MultiMediaObjects/MultiMediaObject/Context  
+
    │      │      └─ Text
* /DataSets/DataSet/Units/Unit/Gathering/Project/ProjectTitle  
+
    │      └─ Acknowledgements
* /DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaName
+
    │          └─ Acknowledgement
* /DataSets/DataSet/Units/Unit/Gathering/NamedAreas/NamedArea/AreaClass
+
    │              └─ Text
* /DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/LowerValue  
+
    └─ Units
* /DataSets/DataSet/Units/Unit/Gathering/Altitude/MeasurementOrFactAtomised/UnitOfMeasurement  
+
        └─ Unit
* /DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/LowerValue  
+
            ├─ DateLastEdited
* /DataSets/DataSet/Units/Unit/Gathering/Depth/MeasurementOrFactAtomised/UnitOfMeasurement  
+
            ├─ Identifications
* /DataSets/DataSet/Units/Unit/Gathering/Biotope/Name
+
            │  └─ Identification
* /DataSets/DataSet/Units/Unit/CollectorsFieldNumber
+
            │      ├─ Date
* /DataSets/DataSet/Units/Unit/Sex
+
            │      │  └─ ISODateTimeBegin
* /DataSets/DataSet/Units/Unit/Age
+
            │      └─ Identifiers
* /DataSets/DataSet/Units/Unit/Notes
+
            │          └─ Identifier
* /DataSets/DataSet/Units/Unit/RecordURI
+
            │              └─ 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
 +
</pre>

Revision as of 09:48, 12 September 2016

This page lists the most commonly used ABCD 2.06 concepts. The ABCD documentation can be found in the ABCD Wiki, a tabular 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.

Note: If you publish your data to GBIF, you are required to specify a license in the License node with the language attribute and the elements Text and URI. The latter should contain a link to a well-defined license, for example https://creativecommons.org/publicdomain/zero/1.0/. More details on GBIF licensing can be found here.

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
     │   └─ IPRStatements
     │       └─ Licenses
     │           └─ License
     │               ├─ @language
     │               ├─ Text
     │               └─ URI 
     └─ 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 
                             └─ CoordinateErrorDistanceInMeters 

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