Difference between revisions of "MESA Metadata Information"

From ARC Wiki
Jump to navigation Jump to search
(‎)
(Requirements and Recommendations)
 
Line 62: Line 62:
 
In addition to the [[Submitting_RDF|general ARC RDF specifications]], MESA has the following requirements and recommendations for specific fields for projects in the MESA federation.
 
In addition to the [[Submitting_RDF|general ARC RDF specifications]], MESA has the following requirements and recommendations for specific fields for projects in the MESA federation.
  
===Required===
 
  
====<collex:discipline>====
+
===Recommended===
: the discipline or disciplines represented by the object.
 
: <b>Required?</b> YES
 
: <b>Can appear?</b> MULTIPLE
 
:{| border="1" cellpadding="5"
 
|  <b>Available Discipline Values</b>
 
|-
 
| Anthropology
 
| Archeology
 
| Architecture
 
| Art History
 
|-
 
| Book History
 
| Classics and Ancient History
 
| Film Studies
 
| Ethnic Studies
 
|-
 
| Gender Studies
 
| Geography
 
| History
 
| Law
 
|-
 
| Literature
 
| Mathematics
 
| Musicology
 
| Philosophy
 
|-
 
| Religious Studies
 
| Science
 
| Theater Studies
 
|
 
|}
 
: This is a seed list and may be expanded, with the approval of the ARC Steering Committee and Directors
 
: '''A value of ''Literature'' requires the addition of a @lang attribute to collex:discipline, the value of the attribute being the [http://www.loc.gov/standards/iso639-2/php/code_list.php ISO language code] for the appropriate language. Multiple codes may be contained in a single @lang attribute, with spaces between each code.'''
 
  
===Recommended===
 
====<dc:type>====
 
: the physical medium of the object.
 
: <b>Required?</b> NO
 
: <b>Can appear?</b> ONCE
 
:{| border="1" cellpadding="5"
 
|  <b>Available Discipline Values</b>
 
|-
 
| codex
 
| sheet
 
| map
 
| periodical
 
|-
 
| manuscript
 
| collection
 
| physical object
 
| moving image
 
|-
 
| still image
 
| sound
 
| typescript
 
| drawing
 
|-
 
| interactive resource
 
|
 
|
 
|
 
|}
 
  
 
====<dc:provenance>====
 
====<dc:provenance>====
 +
: <i>dc:provenance is not described in the Collex RDF specs</i>
 
: a statement of any changes in ownership and custody of the object since its creation that are significant for its authenticity, integrity, and interpretation.
 
: a statement of any changes in ownership and custody of the object since its creation that are significant for its authenticity, integrity, and interpretation.
 
: <b>Required?</b> NO
 
: <b>Required?</b> NO
Line 134: Line 73:
  
 
====<dc:subject>====
 
====<dc:subject>====
 +
: <i>dc:subject is described in the Collex RDF specs, but the requirements for MESA are slightly different</i>
 
: a single keyword which is not currently displayed, but may be applied to tags and for future mining of data from ARC Partners sites.
 
: a single keyword which is not currently displayed, but may be applied to tags and for future mining of data from ARC Partners sites.
 
: <b>Required?</b> NO
 
: <b>Required?</b> NO
Line 140: Line 80:
  
 
====<dc:language>====
 
====<dc:language>====
 +
: <i>dc:language is described in the Collex RDF specs, but the requirements for MESA are slightly different</i>
 
: This element identifies the language of the text inscribed in or on the object (distinct from the culture of the object, which should be indicated using dc:subject)
 
: This element identifies the language of the text inscribed in or on the object (distinct from the culture of the object, which should be indicated using dc:subject)
 
: <b>Required?</b> NO  
 
: <b>Required?</b> NO  

Latest revision as of 13:48, 19 November 2012

Each ARC node emphasizes and requires different elements of the ARC RDF Schema. See below for samples of MESA RDF and recommendations from the Directors for metadata contributions.

Sample RDF

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:role="http://www.loc.gov/loc.terms/relators/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:walters="http://thedigitalwalters.org/schema#"
xmlns:collex="http://www.collex.org/schema#"
xmlns:dcterms="http://purl.org/dc/terms/" 
xmlns:dc="http://purl.org/dc/elements/1.1/">
        
        <!-- stable URI -->
      
 <walters:wam rdf:about="http://thedigitalwalters.org/Data/WaltersManuscripts/ManuscriptDescriptions/W768">
      
    <!--Standard DublinCore metadata-->
      
 <dc:title>Walters Ms. W.768, Ethiopic Psalter with Canticles, Song of Songs, and two hymns in praise of Mary</dc:title>

<!-- role information -->
<role:AUT>St. Yared the Aksumite priest St. Ephraem Syrus</role:AUT>
<role:PBL>The Walters Art Museum</role:PBL>

 <!-- add dc:type, dc:provenance, dc:format, etc -->

<dc:provenance>Probably created for one of the princes of the Gonderite royal family, whose reign ended in 1769</dc:provenance>
<dc:provenance>Names of Wälättä Ḥǝywät and Wälättä Kidan, who added texts in the nineteenth century, mentioned repeatedly in later added prayers (fols. 12r, 13v, 31v, and 37r)</dc:provenance>
<dc:provenance>Purchased by the Walters Art Museum through the S. & A. P. Fund, January 1960</dc:provenance>

<collex:discipline>Art History</collex:discipline>
<dc:type>Codex</dc:type>
<dc:language>gez</dc:language>
<collex:genre>Religion</collex:genre> 
       
<dc:date>1700</dc:date>
      
<collex:freeculture>true</collex:freeculture>
      
    
      
    <!--MESA specific metadata-->
      
<collex:federation>MESA</collex:federation>
<collex:archive>walters</collex:archive>
      
<collex:thumbnail rdf:resource="http://idhmc.tamu.edu/image-store/walters/digitalwalters2.jpg" />
<collex:source_xml rdf:resource="http://thedigitalwalters.org/Data/WaltersManuscripts/ManuscriptDescriptions/W768_tei.xml"/>
      
    <!--Link that MESA should send users for this object-->
      
    <rdfs:seeAlso rdf:resource="http://thedigitalwalters.org/Data/WaltersManuscripts/html/W768/"/>

    </walters:wam>
      
    </rdf:RDF>

Requirements and Recommendations

In addition to the general ARC RDF specifications, MESA has the following requirements and recommendations for specific fields for projects in the MESA federation.


Recommended

<dc:provenance>

dc:provenance is not described in the Collex RDF specs
a statement of any changes in ownership and custody of the object since its creation that are significant for its authenticity, integrity, and interpretation.
Required? NO
Can appear? MULTIPLE

<dc:subject>

dc:subject is described in the Collex RDF specs, but the requirements for MESA are slightly different
a single keyword which is not currently displayed, but may be applied to tags and for future mining of data from ARC Partners sites.
Required? NO
Can appear? MULTIPLE
MESA requires that subject terms come from a recognized authority list, or the authority list must be approved by the MESA Steering Committee and Directors.

<dc:language>

dc:language is described in the Collex RDF specs, but the requirements for MESA are slightly different
This element identifies the language of the text inscribed in or on the object (distinct from the culture of the object, which should be indicated using dc:subject)
Required? NO
Can appear? MULTIPLE
MESA requires using the language codes from the ISO 639-2 Language Code List. The content of dc:language may be either from the first column (ISO 639-2 Code), the third column (English name of Language), or the fourth column (French name of Language).

Converting to MESA RDF

There are several programmatic ways to convert from project metadata (be it in a database, XML, or some other format) into the MESA-specified RDF.

Example XSLT conversions are available on the XSLT section of the Collex wiki.

Jeffrey Witt, editor of the Petrus Plaoul Electronic Critical Edition, one of the MESA partner projects, has created a Ruby script to automate creation of his project's RDF files. It is tailored to suit the Petrus Plaoul project, but is customizable to other locations and other types of data (particularly TEI). The Ruby script is available at https://bitbucket.org/jeffreycwitt/rdfbuilder/, and Dr. Witt has generously offered to help others customize it - you can contact him at jeffreycwitt@gmail.com.