Skip to content

Commit

Permalink
Merge pull request #56 from mlhale7/TopLevelElementsLinks
Browse files Browse the repository at this point in the history
30 plus hours.  Merging.
  • Loading branch information
markpbaggett authored Feb 4, 2021
2 parents 152bb98 + 8d1fb27 commit 0fe9e29
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions docs/source/contents/4_draft_mapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,45 @@ Namespaces
Mapping
*******

Contents
========

- :ref:`identifier`

- :ref:`titleInfo`

- :ref:`abstract`

- :ref:`tableOfContents`

- :ref:`name`

- :ref:`originInfo`

- :ref:`physicalDescription`

- :ref:`note`

- :ref:`subject`

- :ref:`genre`

- :ref:`typeOfResource`

- :ref:`classification`

- :ref:`part`

- :ref:`relatedItem`

- :ref:`location`

- :ref:`recordInfo`

- :ref:`accessCondition`

.. _identifier:

identifier
==========

Expand Down Expand Up @@ -366,6 +405,8 @@ Decision
<https://example.org/objects/1>
dbo:issn "0938008501" .
.. _titleInfo:

titleInfo
=========

Expand Down Expand Up @@ -724,6 +765,8 @@ Decision
dcterms:title "Tennessee Lady Volunteers basketball media guide, 1984-1985" ;
dcterms:alternative "Tennessee Lady Vols 1984-85: reaching for the Summitt of women's basketball" .
.. _abstract:

abstract
========

Expand Down Expand Up @@ -821,6 +864,8 @@ Don't map!
</abstract>
.. _tableOfContents:

tableOfContents
===============

Expand Down Expand Up @@ -882,6 +927,8 @@ All values within :code:`tableOfContents` will be mapped to RDF in the same way.
<https://example.org/objects/1>
dcterms:tableOfContents "Library Fund Honors Marian; Noted Craftsman Lauds Arrowmont; Gatlinburg Residents Enjoy Craft Courses; Tennessee Gammas Honor Prof. Heard" .
.. _name:

name
====

Expand Down Expand Up @@ -1088,6 +1135,8 @@ Several of these values which will be dropped are illustrated in this `example r
</role>
</name>
.. _originInfo:

originInfo
==========

Expand Down Expand Up @@ -1496,6 +1545,8 @@ We will not be migrating :code:`issuance` values. Here's an example record with
<issuance>serial</issuance>
.. _physicalDescription:

physicalDescription
===================

Expand Down Expand Up @@ -1855,6 +1906,8 @@ Do not migrate.
<internetMediaType>audio/wav</internetMediaType>
.. _note:

note
====

Expand Down Expand Up @@ -2169,6 +2222,8 @@ Decision
**Do not migrate!**

.. _subject:

subject
=======

Expand Down Expand Up @@ -2848,6 +2903,8 @@ ambiguous, but doesn't state anything that is clearly untrue.
<https://example.org/objects/1> dcterms:subject "Whaley, Aunt Lydia" .
.. _genre:

genre
=====
+-----------------+--------------------+------------------------------------------------------------------------------------+
Expand Down Expand Up @@ -3214,6 +3271,8 @@ Do not migrate.
<genre authority="lcgft" authorityURI="http://id.loc.gov/authorities/genreForms"/>
.. _language:

language
========

Expand Down Expand Up @@ -3347,6 +3406,8 @@ Decision
<https://example.org/objects/1>
dcterms:language <http://id.loc.gov/vocabulary/iso639-2/fre> , <http://id.loc.gov/vocabulary/iso639-2/ita> .
.. _typeOfResource:

typeOfResource
==============

Expand Down Expand Up @@ -3514,6 +3575,8 @@ Here's an example record with no :code:`typeOfResource` value - `roth:100 <https
<https://example.org/objects/1> dcterms:type <http://id.loc.gov/vocabulary/resourceTypes/img> .
.. _classification:

classification
==============

Expand Down Expand Up @@ -3565,6 +3628,8 @@ Decision
<https://example.org/objects/1> classSchemes:lcc "S1 .T43" .
.. _part:

part
====

Expand Down Expand Up @@ -3605,6 +3670,7 @@ Drop all values in :code:`part`.
</detail>
</part>
.. _relatedItem:

relatedItem
===========
Expand Down Expand Up @@ -4401,6 +4467,8 @@ The `dcterms:tableOfContents` property was selected to capture the title informa
relators:cre <http://id.loc.gov/authorities/names/n78078895> ;
relators:cre <http://id.loc.gov/authorities/names/n50038965> .
.. _location:

location
========

Expand Down Expand Up @@ -4885,6 +4953,8 @@ Do not migrate.
<url access="preview">https://digital.lib.utk.edu/collections/islandora/object/volvoices%3A9999/datastream/TN/view</url>
</location>
.. _recordInfo:

recordInfo
==========

Expand Down Expand Up @@ -5191,6 +5261,8 @@ these institutions are not directly contributing to DPLA, they are listed as an
<https://example.org/objects/1> edm:dataProvider "Langston Hughes Library (Children's Defense Fund Haley Farm)" .
.. _accessCondition:

accessCondition
===============

Expand Down

0 comments on commit 0fe9e29

Please sign in to comment.