Back to MARC Elements
Data Resulting from the Analysis
00X Fields as Lists and in RDF
As Delimited Lists
List of fixed fields (with MARC identifier) in tab-delimited format
List of 007-008 fields and their values (with identifiers for fields and each code) in tab-delimited
format
NOTE that the 008/006 resource types and the 007 resource types are not the same. (link to table)
In RDF (very Beta!)
Example 008 Map 03 -- Turtle
@prefix dc: <
http://purl.org/dc/elements/1.1/>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
<http://marc21.info/vocab/007map03> dc:title "Color" .
<http://marc21.info/vocab/007map03> rdf:type skos:ConceptScheme .
<http://marc21.info/vocab/007map03/007map03a> skos:prefLabel "One color" .
<http://marc21.info/vocab/007map03> skos:hasTopConcept <http://marc21.info/vocab/007map03/007map03a> .
<http://marc21.info/vocab/007map03/007map03a> rdf:type skos:Concept .
<http://marc21.info/vocab/007map03/007map03a> skos:inScheme <http://marc21.info/vocab/007map03> .
<http://marc21.info/vocab/007map03/007map03a> skos:topConceptOf <http://marc21.info/vocab/007map03> .
<http://marc21.info/vocab/007map03/007map03c> skos:prefLabel "multicolored" .
<http://marc21.info/vocab/007map03> skos:hasTopConcept <http://marc21.info/vocab/007map03/007map03c> .
<http://marc21.info/vocab/007map03/007map03c> rdf:type skos:Concept .
<http://marc21.info/vocab/007map03/007map03c> skos:inScheme <http://marc21.info/vocab/007map03> .
<http://marc21.info/vocab/007map03/007map03c> skos:topConceptOf <http://marc21.info/vocab/007map03> .
Example 008 Map 03 -- RDF/XML
<?xml version="1.0"?>
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<skos:ConceptScheme rdf:about="http://marc21.info/vocab/007map03">
<dc:title>:Color</dc:title>
<skos:hasTopConcept>
<skos:Concept rdf:about="http://marc21.info/vocab/007map03/007map03a">
<skos:prefLabel>:One color</skos:prefLabel>
<skos:inScheme rdf:resource="http://marc21.info/vocab/007map03" />
<skos:topConceptOf rdf:resource="http://marc21.info/vocab/007map03" />
</skos:Concept>
</skos:hasTopConcept>
<skos:hasTopConcept>
<skos:Concept rdf:about="http://marc21.info/vocab/007map03/007map03c">
<skos:prefLabel>:multicolored</skos:prefLabel>
<skos:inScheme rdf:resource="http://marc21.info/vocab/007map03" />
<skos:topConceptOf rdf:resource="http://marc21.info/vocab/007map03" />
</skos:Concept>
</skos:hasTopConcept>
</skos:ConceptScheme>
</rdf:RDF>
0XX Fields
The analysis of the 0xx fields is displayed in this PDF. There are "simple" fields and "complex" fields. The complex fields all have an upper case placeholder for a field name:
LGAC
|
|
|
|
Geographic Area Code/Local GAC code
|
043b
|
|
Geographic Area Code/Local GAC code - Source |
0432 |
This indicates that there will need to be a field that has multiple parts, with LGAC as a placeholder for the field name. I haven't thought it through yet, but the URI for that field could be a combination of the tags and subfields it covers. Either "/043b0432" or "043b-2". Each "subfield" will point back to the original MARC21 field. All of the new fields will be derived from a single MARC tag, that is none will combine values or subfields from more than one MARC21 tag.
Comments (0)
You don't have permission to comment on this page.