match
0
when
$b & i1=2 & $t
1
when
$b & i1=1 & $t
2
when
$b & i1=0 & $t
3
when
i1=2 & $t
4
when
i1=1 & $t
5
when
i1=0 & $t
6
when
$b & $t
7
when
$b & i1=2
8
when
$b & i1=1
9
when
i1=1
10
when
$t
11
when
$b
12
when
i1=2
13
addLink
resourceType
$6
about
_:agent
property
$n
about
_:agent
addProperty
punctuationChars
,
Exempel: -
MARC
{
  "610": {
    "ind1": "2",
    "ind2": "7",
    "subfields": [
      {
        "a": "Kungl. biblioteket"
      },
      {
        "x": "samlingar"
      },
      {
        "n": "14"
      },
      {
        "2": "sao"
      }
    ]
  }
}
Normalized MARC:
{
  "610": {
    "ind1": "2",
    "ind2": "7",
    "subfields": [
      {
        "a": "Kungl. biblioteket"
      },
      {
        "n": "14"
      },
      {
        "x": "samlingar"
      },
      {
        "2": "sao"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "ComplexSubject",
          "termComponentList": [
            {
              "@type": "Organization",
              "name": "Kungl. biblioteket",
              "marc:numeration": [
                "14"
              ]
            },
            {
              "@type": "TopicSubdivision",
              "prefLabel": "samlingar"
            }
          ],
          "inScheme": {
            "@id": "https://id.kb.se/term/sao",
            "@type": "ConceptScheme",
            "code": "sao"
          }
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "610": {
    "subfields": [
      {
        "a": "United States."
      },
      {
        "t": "Constitution."
      },
      {
        "n": "1st Amendment."
      }
    ],
    "ind1": "1",
    "ind2": "0"
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "Work",
          "contribution": [
            {
              "@type": "Contribution",
              "agent": {
                "@type": "Jurisdiction",
                "name": "United States."
              }
            }
          ],
          "hasTitle": [
            {
              "@type": "Title",
              "mainTitle": "Constitution.",
              "partNumber": [
                "1st Amendment."
              ]
            }
          ],
          "inScheme": {
            "@id": "https://id.kb.se/term/lcsh",
            "@type": "ConceptScheme",
            "code": "lcsh"
          }
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "610": {
    "ind1": "1",
    "ind2": "7",
    "subfields": [
      {
        "a": "Sverige"
      },
      {
        "b": "Riksdagen"
      },
      {
        "d": "(1792 :"
      },
      {
        "c": "Gävle)"
      },
      {
        "n": "15"
      },
      {
        "2": "sao"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "Jurisdiction",
          "date": [
            "(1792 :"
          ],
          "isPartOf": {
            "@type": "Jurisdiction",
            "name": "Sverige"
          },
          "marc:numeration": [
            "15"
          ],
          "marc:subordinateUnit": [
            "Riksdagen"
          ],
          "place": [
            {
              "@type": "Place",
              "label": "Gävle)"
            }
          ],
          "inScheme": {
            "@id": "https://id.kb.se/term/sao",
            "@type": "ConceptScheme",
            "code": "sao"
          }
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "610": {
    "ind1": "1",
    "ind2": "4",
    "subfields": [
      {
        "a": "United States"
      },
      {
        "t": "Act to Extend the Expiration Date of Section 252 of the Energy Policy and Conservation Act (1982 July 19),"
      },
      {
        "n": "4"
      },
      {
        "v": "catalogs"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "ComplexSubject",
          "termComponentList": [
            {
              "@type": "Work",
              "contribution": [
                {
                  "@type": "Contribution",
                  "agent": {
                    "@type": "Jurisdiction",
                    "name": "United States"
                  }
                }
              ],
              "hasTitle": [
                {
                  "@type": "Title",
                  "mainTitle": "Act to Extend the Expiration Date of Section 252 of the Energy Policy and Conservation Act (1982 July 19)",
                  "partNumber": [
                    "4"
                  ]
                }
              ]
            },
            {
              "@type": "GenreSubdivision",
              "prefLabel": "catalogs"
            }
          ]
        }
      ]
    }
  }
}
Exempel: ComplexSubject Jurisdiction with subordinateUnit
MARC
{
  "610": {
    "ind1": "1",
    "ind2": "0",
    "subfields": [
      {
        "a": "Canada"
      },
      {
        "b": "Agriculture Canada"
      },
      {
        "x": "Officials and employees"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "ComplexSubject",
          "inScheme": {
            "@id": "https://id.kb.se/term/lcsh",
            "@type": "ConceptScheme",
            "code": "lcsh"
          },
          "termComponentList": [
            {
              "@type": "Jurisdiction",
              "isPartOf": {
                "@type": "Jurisdiction",
                "name": "Canada"
              },
              "marc:subordinateUnit": [
                "Agriculture Canada"
              ]
            },
            {
              "@type": "TopicSubdivision",
              "prefLabel": "Officials and employees"
            }
          ]
        }
      ]
    }
  }
}
Exempel: ComplexSubject Organization with subordinateUnit
MARC
{
  "610": {
    "ind1": "2",
    "ind2": "7",
    "subfields": [
      {
        "a": "a"
      },
      {
        "b": "b"
      },
      {
        "x": "x"
      },
      {
        "2": "sao"
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "ComplexSubject",
          "inScheme": {
            "@id": "https://id.kb.se/term/sao",
            "@type": "ConceptScheme",
            "code": "sao"
          },
          "termComponentList": [
            {
              "@type": "Organization",
              "isPartOf": {
                "@type": "Organization",
                "name": "a"
              },
              "marc:subordinateUnit": [
                "b"
              ]
            },
            {
              "@type": "TopicSubdivision",
              "prefLabel": "x"
            }
          ]
        }
      ]
    }
  }
}
Exempel: -
MARC
{
  "610": {
    "ind1": "2",
    "ind2": "0",
    "subfields": [
      {
        "a": "Rossiĭskiĭ gosudarstvennyĭ arkhiv drevnikh aktov."
      },
      {
        "k": " Manuscript."
      },
      {
        "t": "Egentitel"
      },
      {
        "n": "Fond 1209"
      },
      {
        "p": "Pomestnyĭ prikaz"
      }
    ]
  }
}
Normalized MARC:
{
  "610": {
    "ind1": "2",
    "ind2": "0",
    "subfields": [
      {
        "a": "Rossiĭskiĭ gosudarstvennyĭ arkhiv drevnikh aktov."
      },
      {
        "t": "Egentitel,"
      },
      {
        "n": "Fond 1209"
      },
      {
        "p": "Pomestnyĭ prikaz"
      },
      {
        "k": "Manuscript."
      }
    ]
  }
}
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "Work",
          "contribution": [
            {
              "@type": "Contribution",
              "agent": {
                "@type": "Organization",
                "name": "Rossiĭskiĭ gosudarstvennyĭ arkhiv drevnikh aktov."
              }
            }
          ],
          "hasTitle": [
            {
              "@type": "Title",
              "mainTitle": "Egentitel",
              "marc:formSubheading": [
                "Manuscript."
              ],
              "partName": [
                "Pomestnyĭ prikaz"
              ],
              "partNumber": [
                "Fond 1209"
              ]
            }
          ],
          "inScheme": {
            "@id": "https://id.kb.se/term/lcsh",
            "@type": "ConceptScheme",
            "code": "lcsh"
          }
        }
      ]
    }
  }
}
Exempel: -
MARC
[
  {
    "610": {
      "ind1": "2",
      "ind2": "4",
      "subfields": [
        {
          "a": "Lunds tekniska högskola."
        },
        {
          "b": "Avdelningen för rehabiliteringsteknik"
        }
      ]
    }
  }
]
JSON-LD
{
  "mainEntity": {
    "instanceOf": {
      "@type": "Text",
      "subject": [
        {
          "@type": "Organization",
          "marc:subordinateUnit": [
            "Avdelningen för rehabiliteringsteknik"
          ],
          "isPartOf": {
            "@type": "Organization",
            "name": "Lunds tekniska högskola."
          }
        }
      ]
    }
  }
}