Difference between revisions of "CommonABCD2Concepts"

From BioCASe Provider Software
Jump to: navigation, search
(Highly Recommended)
 
(9 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 mandatory and most commonly used ABCD 2.06 concepts. For examples on the differenct concepts and their short explanations see [[ABCD2Concepts]].
 +
 
 +
The full 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:
  
 
<pre>
 
<pre>
Line 29: Line 31:
 
== Highly Recommended ==
 
== 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.
 
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 [http://www.gbif.org/terms/licences here].
  
 
<pre>
 
<pre>
Line 45: Line 49:
 
     │  │  └─ Representation
 
     │  │  └─ Representation
 
     │  │      └─ Details
 
     │  │      └─ Details
     │  └─ Owners
+
     │  ├─ Owners
     │       └─ Owner
+
     │   │  └─ Owner
     │           ├─ LogoURI
+
     │   │      ├─ LogoURI
     │           ├─ URIs
+
     │   │      ├─ URIs
     │           │  └─ URL
+
     │   │      │  └─ URL
     │           ├─ Person
+
     │   │      ├─ Person
     │           │  └─ FullName
+
     │   │      │  └─ FullName
     │          └─ Organisation
+
     │  │      └─ Organisation
     │              └─ Name
+
    │  │          └─ Name
     │                  └─ Representation
+
     │  │              └─ Representation
     │                       └─ Text
+
     │  │                  └─ Text
 +
    │  └─ IPRStatements
 +
    │      └─ Licenses
 +
     │           └─ License
 +
    │              ├─ @language
 +
    │              ├─ Text
 +
    │              └─ URI
 
     └─ Units
 
     └─ Units
 
         └─ Unit
 
         └─ Unit

Latest revision as of 09:53, 1 October 2018

This page lists the mandatory and most commonly used ABCD 2.06 concepts. For examples on the differenct concepts and their short explanations see ABCD2Concepts.

The full 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