Portal talk:National Union Catalog

From Wikisource
Jump to navigation Jump to search
Portal review
Portal National Union Catalog
Classification ZF
Class Z: Bibliography and Library Science
Subclass F: Libraries
Classifier
Reviewer
Notes


SPARQL queries[edit]

Abbreviations used by the National Union Catalog[edit]

# Abbreviations used by the National Union Catalog
SELECT ?item ?itemLabel ?abbreviation WHERE {
  VALUES ?NUC { wd:Q3336951 } # National Union Catalog
  # abbreviation qualified by used by: NUC
  ?item p:P8703 [ pq:P1535 ?NUC ];
    # and get the abbreviation itself
    wdt:P8703 ?abbreviation.

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Go to query page