Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do we stop adding an authority URI to subfield 0 if there is a string in the subfield t of a 700, 710 datafield? #30

Open
jgreben opened this issue Mar 21, 2017 · 0 comments
Labels

Comments

@jgreben
Copy link
Contributor

jgreben commented Mar 21, 2017

E.g. This is to avoid creating something like

<bf:Work/><bf:identifiedBy><http://id.loc.gov/authorities/names/n50033000>

When the work is actually "Don Camillo e Don Chichì," or whatever is in the subfield t, which is something without an existing identifier other than the title string.

 <marcxml:datafield tag="700" ind1="1" ind2="2">
            <marcxml:subfield code="a">Guareschi, Giovanni,</marcxml:subfield>
            <marcxml:subfield code="d">1908-1968.</marcxml:subfield>
            <marcxml:subfield code="t">Compago Don Camillo.</marcxml:subfield>
            <marcxml:subfield code="0">http://id.loc.gov/authorities/names/n50033000</marcxml:subfield>
            <marcxml:subfield code="0">http://viaf.org/viaf/9847198</marcxml:subfield>
            <marcxml:subfield code="0">http://isni.org/isni/0000000121200931</marcxml:subfield>
        </marcxml:datafield>
        <marcxml:datafield tag="700" ind1="1" ind2="2">
            <marcxml:subfield code="a">Guareschi, Giovanni,</marcxml:subfield>
            <marcxml:subfield code="d">1908-1968.</marcxml:subfield>
            <marcxml:subfield code="t">Don Camillo e Don Chichì.</marcxml:subfield>
            <marcxml:subfield code="0">http://id.loc.gov/authorities/names/n50033000</marcxml:subfield>
            <marcxml:subfield code="0">http://viaf.org/viaf/9847198</marcxml:subfield>
            <marcxml:subfield code="0">http://isni.org/isni/0000000121200931</marcxml:subfield>
        </marcxml:datafield>
<bf:hasPart>
      <bf:Work rdf:about="http://ld4p-test.stanford.edu/9214945#Work700-24">
        <bf:contribution>
          <bf:Contribution>
            <bf:agent>
              <bf:Agent rdf:about="http://ld4p-test.stanford.edu/9214945#Agent700-24">
                <rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Person"/>
                <bflc:name00MatchKey>Guareschi, Giovanni, 1908-1968.</bflc:name00MatchKey>
                <bflc:name00MarcKey>70012$aGuareschi, Giovanni,$d1908-1968.$tDon Camillo.$0http://id.loc.gov/authorities/names/n50033000$0http://viaf.org/viaf/9847198$0http://isni.org/isni/0000000121200931</bflc:name00MarcKey>
                <rdfs:label>Guareschi, Giovanni, 1908-1968.</rdfs:label>
              </bf:Agent>
            </bf:agent>
            <bf:role>
              <bf:Role rdf:about="http://id.loc.gov/vocabulary/relators/ctb"/>
            </bf:role>
          </bf:Contribution>
        </bf:contribution>
        <rdfs:label>Don Camillo.</rdfs:label>
        <bf:title>
          <bf:Title>
            <bflc:title00MatchKey>Don Camillo.</bflc:title00MatchKey>
            <bflc:title00MarcKey>70012$aGuareschi, Giovanni,$d1908-1968.$tDon Camillo.$0http://id.loc.gov/authorities/names/n50033000$0http://viaf.org/viaf/9847198$0http://isni.org/isni/0000000121200931</bflc:title00MarcKey>
            <rdfs:label>Don Camillo.</rdfs:label>
            <bflc:titleSortKey>Don Camillo.</bflc:titleSortKey>
            <bf:mainTitle>Don Camillo</bf:mainTitle>
          </bf:Title>
        </bf:title>
        <bf:identifiedBy>
          <bf:Identifier>
            <rdf:value>http://id.loc.gov/authorities/names/n50033000</rdf:value>
          </bf:Identifier>
        </bf:identifiedBy>
        <bf:identifiedBy>
          <bf:Identifier>
            <rdf:value>http://viaf.org/viaf/9847198</rdf:value>
          </bf:Identifier>
       </bf:identifiedBy>
        <bf:identifiedBy>
          <bf:Identifier>
            <rdf:value>http://isni.org/isni/0000000121200931</rdf:value>
          </bf:Identifier>
        </bf:identifiedBy>
      </bf:Work>
    </bf:hasPart>
@jgreben jgreben changed the title Do not add an authority URI to subfield 0 if there is a string in the subfield t of a 700 datafield Do not add an authority URI to subfield 0 if there is a string in the subfield t of a 700, 710 datafield Mar 21, 2017
@jgreben jgreben changed the title Do not add an authority URI to subfield 0 if there is a string in the subfield t of a 700, 710 datafield Do we stop adding an authority URI to subfield 0 if there is a string in the subfield t of a 700, 710 datafield? Mar 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants