User:Realworldobject

From Wikidata
Jump to navigation Jump to search
  • int:lang = en
Babel user information
en-N This user has a native understanding of English.
es-0 Esta persona no tiene ningún conocimiento del español (o lo entiende con mucha dificultad).
fr-0 Cet utilisateur n’a aucune connaissance en français (ou le comprend avec de grandes difficultés).
de-0 Dieser Benutzer beherrscht Deutsch nicht (oder versteht es nur mit beträchtlichen Schwierigkeiten).
zh-0 这位用户不懂或很难理解中文
ja-0 この利用者は日本語分かりません (または理解するのがかなり困難です)。
Users by language

Links[edit]

"info" URI mappings[edit]

The following query uses these:

  • Properties: formatter URI for RDF resource (P1921)  View with Reasonator View with SQID, formatter URL (P1630)  View with Reasonator View with SQID
    SELECT ?info_ns ?info_label (URI(REPLACE("https://oclc-research.github.io/infoURI-Frozen/info-uri.info/$1reg.html", "\\$1", ?info_ns)) AS ?info_spec) ("" AS ?x) ?type ("" AS ?y) ?wd ?wdLabel ?wdDescription (GROUP_CONCAT(DISTINCT ?rdfFormatter;SEPARATOR=" | ") AS ?rdfFormatters) (GROUP_CONCAT(DISTINCT ?pageFormatter;SEPARATOR=" | ") AS ?pageFormatters)
    WHERE {
      VALUES (?info_ns ?info_label ?wd) {
        ("info:ark/" "Archival Resource Keys" wd:P8091)
        ("info:arxiv/" "arXiv.org identifiers" wd:P818)
        ("info:bibcode/" "Astrophysics Data System bibcodes" wd:P819)
        ("info:bnf/" "identifiers used by the Bibliothèque nationale de France" wd:P268)
        ("info:ddbj-embl-genbank/" "identifiers for sequence records in DDBJ/EMBL/GenBank" wd:P4333)
        ("info:dlf/" "Digital Library Federation Identifiers" wd:Q5275906)
        ("info:doi/" "Digital Object Identifiers" wd:P356)
        ("info:eu-repo/" "identifiers used by the European Repository Systems for describing semantic relationships in Compound and Complex documents." "")
        ("info:fedora/" "Fedora Digital Objects and Disseminations" wd:P3463)
        ("info:hdl/" "Handles" wd:P1184)
        ("info:inchi/" "IUPAC International Chemical Identifiers (InChI)" wd:P234)
        ("info:lanl-repo/" "identifiers used in the Repository of the LANL Research Library" wd:Q6457034)
        ("info:lc/" "Library of Congress Identifiers" "")
        ("info:lccn/" "Library of Congress Control Numbers" wd:P244)
        ("info:ncid/" "NACSIS-CAT Identification Numbers" wd:Q11234325)
        ("info:netref/" "NISO Standard for Network Reference Services" "")
        ("info:nla/" "identifiers for the National Library of Australia's digital & digitised collections" wd:P5603)
        ("info:nyu/" "Identifiers for New York University Digital Objects" "")
        ("info:oclcnum/" "OCLC Worldcat Control Numbers" wd:P243)
        ("info:ofi/" "Registry Identifiers used by the NISO OpenURL Framework Registry" "")
        ("info:pmid/" "identifiers of PubMed records" wd:P698)
        ("info:pronom/" "PRONOM Unique Identifiers" wd:P2748)
        ("info:pronom/" "PRONOM Unique Identifiers" wd:P2749)
        ("info:pronom/" "PRONOM Unique Identifiers" wd:Q7120402)
        ("info:refseq/" "identifiers for RefSeq reference sequence record" wd:Q7307074)
        ("info:rfa/" "Registry Framework Architecture Identifiers (RFA)" "")
        ("info:rlgid/" "RLG Database Record identifiers" "")
        ("info:sici/" "Serial Item and Contribution Identifiers" wd:Q3479782)
        ("info:sid/" "Source Identifiers used in the NISO OpenURL Framework" "")
        ("info:srw/" "Search/Retrieve Web Services" "")
        ("info:ugent-repo/" "identifiers for the University Library Ghent information assets" wd:Q611001)
      }
      OPTIONAL {?wd wdt:P1921 ?rdfFormatter}
      OPTIONAL {?wd wdt:P1630 ?pageFormatter}
      OPTIONAL {
        ?wd a wikibase:Property .
        BIND("=" AS ?type)
      }
      OPTIONAL {
        ?wd wikibase:sitelinks [].
        BIND("in collection" AS ?type)
      }
      OPTIONAL {
        BIND("unreconciled" AS ?type)
      }
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    GROUP BY ?type ?info_ns ?info_label ?link ?wd ?wdLabel ?wdDescription
    ORDER BY DESC(?type) ?info_ns
    

Wikidata to MARC Bibliographic Format Template[edit]

I removed this example to focus on MARC Authority Format instead. The same templating principles would apply, but the logic will need to be different.

Wikidata to MARC Authority Format Template[edit]

<record xmlns="http://www.loc.gov/MARC21/slim">
<leader>99999cz a2200505n 4500</leader>
<controlfield tag="001">Q7245</controlfield>
<datafield tag="010" ind1=" " ind2=" ">
<subfield code="a">n79021164 </subfield> 
</datafield>
<datafield tag="024" ind1="7" ind2=" ">
<subfield code="a">50566653</subfield> 
<subfield code="2">viaf</subfield> 
<subfield code="1">http://viaf.org/viaf/50566653</subfield> 
</datafield>
<datafield tag="100" ind1="0" ind2=" ">
<subfield code="a">Mark Twain</subfield>
<subfield code="1">http://www.wikidata.org/entity/Q7245</subfield>
</datafield>
<datafield tag="672" ind1=" " ind2="0">
<subfield code="a">Adventures of Huckleberry Finn</subfield>
<subfield code="1">http://www.wikidata.org/entity/Q215410</subfield>
</datafield>
</record>
<record xmlns="http://www.loc.gov/MARC21/slim">
<leader>99999cz a2200505n 4500</leader>
<controlfield tag="001">Q215410</controlfield>
<datafield tag="010" ind1=" " ind2=" ">
<subfield code="a">n79132705 </subfield> 
</datafield>
<datafield tag="024" ind1="7" ind2=" ">
<subfield code="a">178806136</subfield> 
<subfield code="2">viaf</subfield> 
<subfield code="1">http://viaf.org/viaf/178806136</subfield> 
</datafield>
<datafield tag="100" ind1="0" ind2=" ">
<subfield code="a">Mark Twain</subfield>
<subfield code="t">Adventures of Huckleberry Finn</subfield>
<subfield code="1">http://www.wikidata.org/entity/Q215410</subfield>
</datafield>

</record>
<record xmlns="http://www.loc.gov/MARC21/slim">
<leader>99999cz a2200505n 4500</leader>
<controlfield tag="001">Q16567</controlfield>
<datafield tag="010" ind1=" " ind2=" ">
<subfield code="a">n79049218 </subfield> 
</datafield>
<datafield tag="024" ind1="7" ind2=" ">
<subfield code="a">151458957</subfield> 
<subfield code="2">viaf</subfield> 
<subfield code="1">http://viaf.org/viaf/151458957</subfield> 
</datafield>
<datafield tag="1XX" ind1="0" ind2=" ">
<subfield code="a">Columbus</subfield>
<subfield code="1">http://www.wikidata.org/entity/Q16567</subfield>
</datafield>

</record>

Constraint topics[edit]

Test[edit]

  • Q42
  • Jane Austen (28 January 1813), Pride and Prejudice (in English and English), OL 66554W, Wikidata Q170583View profile on Scholia

Property variants[edit]

The following query uses these:

SELECT ?p (URI(REPLACE(STR(?variant), 'P214', '')) AS ?ns)
WHERE {
  wd:P214 ?p ?variant . 
  FILTER(CONTAINS(STR(?variant), '/P214'))
  FILTER(STRSTARTS(STR(?p), STR(wikibase:)))
}
ORDER BY ?ns

Project Interests[edit]

This user is a member of the WikiProject Books.