diff --git a/build/README.md b/build/README.md new file mode 100644 index 0000000..fc6f64b --- /dev/null +++ b/build/README.md @@ -0,0 +1,2 @@ +add DOI explanations + diff --git a/build/dc.yaml b/build/dc.yaml new file mode 100644 index 0000000..c3fb7f7 --- /dev/null +++ b/build/dc.yaml @@ -0,0 +1,9 @@ +type: + definition: 'The nature or genre of the resource. For Darwin Core, recommended best practice is to use the name of the class that defines the root of the record.' + comment: 'Examples: "StillImage", "MovingImage", "Sound", "PhysicalObject", "Event", "Text". For discussion see http://terms.tdwg.org/wiki/dwc:type' + details: http://dublincore.org/usage/terms/history/#typeT-001 + +references: + definition: 'A related resource that is referenced, cited, or otherwise pointed to by the described resource.' + comment: 'Examples: "http://mvzarctos.berkeley.edu/guid/MVZ:Mamm:165861"; "http://www.catalogueoflife.org/annual-checklist/show_species_details.php?record_id=6197868". For discussion see http://terms.tdwg.org/wiki/dwc:references' + details: http://dublincore.org/usage/terms/history/#references-003 diff --git a/build/recommended.tmpl b/build/recommended.tmpl new file mode 100644 index 0000000..0dc1c74 --- /dev/null +++ b/build/recommended.tmpl @@ -0,0 +1,76 @@ + + + + + Darwin Core Terms: A quick reference guide + + + + + +
+
+

Darwin Core Term Reference

+
+ + +#for $group in $groups + #if $group.uri is not None +

$group.name

+ #else +

$group.name

+ #end if +

+ #set $sep = '' + #for $term in $group.terms + $sep $term.name + #set $sep = '|' + #end for +

+#end for + +
+ +#def showTerm($t) + #if $t.uri is not None + +
+
Name
+
$t.name
+ +
Identifier
+
$t.uri
+ + #if $t.class is not None +
Class
+
$t.class
+ #end if + +
Definition
+
$t.definition
+ +
Comment
+
$t.comment
+ +
Details
+
$t.version
+
+
+ #end if +#end def + +#for $t in $groups + $showTerm(t) +#end for + + +#for $group in $groups + #for $t in $group.terms + $showTerm(t) + #end for +#end for + +
+ + + \ No newline at end of file diff --git a/build/term_order.yaml b/build/term_order.yaml new file mode 100644 index 0000000..4d7b90f --- /dev/null +++ b/build/term_order.yaml @@ -0,0 +1 @@ +- Record-level Terms: - DC_type - DC_modified - DC_language - DC_license - DC_rightsHolder - DC_accessRights - DC_bibliographicCitation - DC_references - institutionID - collectionID - datasetID - institutionCode - collectionCode - datasetName - ownerInstitutionCode - basisOfRecord - informationWithheld - dataGeneralizations - dynamicProperties - Occurrence: - occurrenceID - catalogNumber - recordNumber - recordedBy - individualCount - sex - lifeStage - reproductiveCondition - behavior - establishmentMeans - occurrenceStatus - preparations - disposition - associatedMedia - associatedReferences - associatedSequences - associatedTaxa - otherCatalogNumbers - occurrenceRemarks - Organism: - organismID - organismName - organismScope - associatedOccurrences - associatedOrganisms - previousIdentifications - organismRemarks - MaterialSample: - materialSampleID - Event: - eventID - fieldNumber - eventDate - eventTime - startDayOfYear - endDayOfYear - year - month - day - verbatimEventDate - habitat - samplingProtocol - samplingEffort - fieldNotes - eventRemarks - DC_Location: - locationID - higherGeographyID - higherGeography - continent - waterBody - islandGroup - island - country - countryCode - stateProvince - county - municipality - locality - verbatimLocality - minimumElevationInMeters - maximumElevationInMeters - verbatimElevation - minimumDepthInMeters - maximumDepthInMeters - verbatimDepth - minimumDistanceAboveSurfaceInMeters - maximumDistanceAboveSurfaceInMeters - locationAccordingTo - locationRemarks - decimalLatitude - decimalLongitude - geodeticDatum - coordinateUncertaintyInMeters - coordinatePrecision - pointRadiusSpatialFit - verbatimCoordinates - verbatimLatitude - verbatimLongitude - verbatimCoordinateSystem - verbatimSRS - footprintWKT - footprintSRS - footprintSpatialFit - georeferencedBy - georeferencedDate - georeferenceProtocol - georeferenceSources - georeferenceVerificationStatus - georeferenceRemarks - GeologicalContext: - geologicalContextID - earliestEonOrLowestEonothem - latestEonOrHighestEonothem - earliestEraOrLowestErathem - latestEraOrHighestErathem - earliestPeriodOrLowestSystem - latestPeriodOrHighestSystem - earliestEpochOrLowestSeries - latestEpochOrHighestSeries - earliestAgeOrLowestStage - latestAgeOrHighestStage - lowestBiostratigraphicZone - highestBiostratigraphicZone - lithostratigraphicTerms - group - formation - member - bed - Identification: - identificationID - identificationQualifier - typeStatus - identifiedBy - dateIdentified - identificationReferences - identificationVerificationStatus - identificationRemarks - Taxon: - taxonID - scientificNameID - acceptedNameUsageID - parentNameUsageID - originalNameUsageID - nameAccordingToID - namePublishedInID - taxonConceptID - scientificName - acceptedNameUsage - parentNameUsage - originalNameUsage - nameAccordingTo - namePublishedIn - namePublishedInYear - higherClassification - kingdom - phylum - class - order - family - genus - subgenus - specificEpithet - infraspecificEpithet - taxonRank - verbatimTaxonRank - scientificNameAuthorship - vernacularName - nomenclaturalCode - taxonomicStatus - nomenclaturalStatus - taxonRemarks - ResourceRelationship: - resourceRelationshipID - resourceID - relatedResourceID - relationshipOfResource - relationshipAccordingTo - relationshipEstablishedDate - relationshipRemarks - MeasurementOrFact: - measurementID - measurementType - measurementValue - measurementAccuracy - measurementUnit - measurementDeterminedBy - measurementDeterminedDate - measurementMethod - measurementRemarks \ No newline at end of file diff --git a/terms/dc_for_dwc.rdf b/terms/dc_for_dwc.rdf deleted file mode 100644 index e69de29..0000000