diff --git a/cache/README.md b/cache/README.md new file mode 100644 index 0000000..c629734 --- /dev/null +++ b/cache/README.md @@ -0,0 +1,5 @@ +# Cache + +This directory it's a stupid cache. Despite of its name, it's under source version control because it contains data that is rarely updated and that TBH it's interesting to version. + +For now it only contains all the Wikidata properties, useful to give automatic edit summaries. diff --git a/cache/Wikidata/generate.php b/cache/Wikidata/generate.php new file mode 100755 index 0000000..c497dc9 --- /dev/null +++ b/cache/Wikidata/generate.php @@ -0,0 +1,47 @@ +#!/usr/bin/php +. + +// force CLI +$argv or exit( 1 ); + +// load boz-mw +require __DIR__ . '/../../autoload.php'; + +// associative property => label +$properties = []; + +// query all the Wikidata properties +$rows = \wm\Wikidata::querySPARQL( + 'SELECT DISTINCT ?item ?itemLabel WHERE {'. + '?item wdt:P31/wdt:P279* wd:Q18616576. '. + 'FILTER( SUBSTR( STR( ?item ), 32, 1 ) = "P" ). '. // the 'P' is the 32nd character in 'http://www.wikidata.org/entity/P123' (and sometime it's Q...) + 'SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } '. + '} ORDER BY xsd:integer( REPLACE( STR( ?item ), "http://www.wikidata.org/entity/P", "" ) )' // order by the number after the 'P' +); + +// populate the array +foreach( $rows as $row ) { + $label = $row->itemLabel->value; + $property = $row->item->value; + $property = str_replace( 'http://www.wikidata.org/entity/', '', $property ); + $properties[ $property ] = $label; +} + +// save properties as a clean JSON +$properties_json = json_encode( $properties, JSON_PRETTY_PRINT ); +$properties_json = str_replace( ' ', "\t", $properties_json ); +file_put_contents( 'properties.json', $properties_json ); diff --git a/cache/Wikidata/properties.json b/cache/Wikidata/properties.json new file mode 100644 index 0000000..2b01fa3 --- /dev/null +++ b/cache/Wikidata/properties.json @@ -0,0 +1,5231 @@ +{ + "P6": "head of government", + "P10": "video", + "P14": "graphic symbol of thoroughfare", + "P15": "route map", + "P16": "highway system", + "P17": "country", + "P18": "image", + "P19": "place of birth", + "P20": "place of death", + "P21": "sex or gender", + "P22": "father", + "P25": "mother", + "P26": "spouse", + "P27": "country of citizenship", + "P30": "continent", + "P31": "instance of", + "P35": "head of state", + "P36": "capital", + "P37": "official language", + "P38": "currency", + "P39": "position held", + "P40": "child", + "P41": "flag image", + "P47": "shares border with", + "P50": "author", + "P51": "audio", + "P53": "family", + "P54": "member of sports team", + "P57": "director", + "P58": "screenwriter", + "P59": "constellation", + "P61": "discoverer or inventor", + "P65": "site of astronomical discovery", + "P66": "ancestral home", + "P69": "educated at", + "P78": "top-level Internet domain", + "P81": "connecting line", + "P84": "architect", + "P85": "anthem", + "P86": "composer", + "P87": "librettist", + "P88": "commissioned by", + "P91": "sexual orientation", + "P92": "main regulatory text", + "P94": "coat of arms image", + "P97": "noble title", + "P98": "editor", + "P101": "field of work", + "P102": "member of political party", + "P103": "native language", + "P105": "taxon rank", + "P106": "occupation", + "P108": "employer", + "P109": "signature", + "P110": "illustrator", + "P111": "measured physical quantity", + "P112": "founded by", + "P113": "airline hub", + "P114": "airline alliance", + "P115": "home venue", + "P117": "chemical structure", + "P118": "league", + "P119": "place of burial", + "P121": "item operated", + "P122": "basic form of government", + "P123": "publisher", + "P126": "maintained by", + "P127": "owned by", + "P128": "regulates (molecular biology)", + "P129": "physically interacts with", + "P131": "located in the administrative territorial entity", + "P134": "has dialect (DEPRECATED)", + "P135": "movement", + "P136": "genre", + "P137": "operator", + "P138": "named after", + "P140": "religion", + "P141": "IUCN conservation status", + "P143": "imported from Wikimedia project", + "P144": "based on", + "P149": "architectural style", + "P150": "contains administrative territorial entity", + "P154": "logo image", + "P155": "follows", + "P156": "followed by", + "P157": "killed by", + "P158": "seal image", + "P159": "headquarters location", + "P161": "cast member", + "P162": "producer", + "P163": "flag", + "P166": "award received", + "P167": "structure replaced by", + "P169": "chief executive officer", + "P170": "creator", + "P171": "parent taxon", + "P172": "ethnic group", + "P175": "performer", + "P176": "manufacturer", + "P177": "crosses", + "P178": "developer", + "P179": "series", + "P180": "depicts", + "P181": "taxon range map image", + "P183": "endemic to", + "P184": "doctoral advisor", + "P185": "doctoral student", + "P186": "material used", + "P189": "location of discovery", + "P190": "twinned administrative body", + "P193": "main building contractor", + "P194": "legislative body", + "P195": "collection", + "P196": "minor planet group", + "P197": "adjacent station", + "P199": "business division", + "P200": "lake inflows", + "P201": "lake outflow", + "P205": "basin country", + "P206": "located in or next to body of water", + "P207": "bathymetry image", + "P208": "executive body", + "P209": "highest judicial authority", + "P210": "party chief representative", + "P212": "ISBN-13", + "P213": "ISNI", + "P214": "VIAF ID", + "P215": "spectral class", + "P217": "inventory number", + "P218": "ISO 639-1 code", + "P219": "ISO 639-2 code", + "P220": "ISO 639-3 code", + "P221": "ISO 639-6 code", + "P223": "galaxy morphological type", + "P225": "taxon name", + "P227": "GND ID", + "P229": "IATA airline designator", + "P230": "ICAO airline designator", + "P231": "CAS Registry Number", + "P232": "EC chemical compound ID", + "P233": "canonical SMILES", + "P234": "InChI", + "P235": "InChIKey", + "P236": "ISSN", + "P237": "coat of arms", + "P238": "IATA airport code", + "P239": "ICAO airport code", + "P240": "FAA airport code", + "P241": "military branch", + "P242": "locator map image", + "P243": "OCLC control number", + "P244": "Library of Congress authority ID", + "P245": "ULAN ID", + "P246": "element symbol", + "P247": "COSPAR ID", + "P248": "stated in", + "P249": "ticker symbol", + "P263": "official residence", + "P264": "record label", + "P267": "ATC code", + "P268": "BnF ID", + "P269": "SUDOC authorities ID", + "P270": "CALIS ID", + "P271": "CiNii author ID (books)", + "P272": "production company", + "P274": "chemical formula", + "P275": "license", + "P276": "location", + "P277": "programming language", + "P278": "GOST 7.75\u201397 code", + "P279": "subclass of", + "P281": "postal code", + "P282": "writing system", + "P286": "head coach", + "P287": "designed by", + "P289": "vessel class", + "P291": "place of publication", + "P296": "station code", + "P297": "ISO 3166-1 alpha-2 code", + "P298": "ISO 3166-1 alpha-3 code", + "P299": "ISO 3166-1 numeric code", + "P300": "ISO 3166-2 code", + "P301": "category's main topic", + "P303": "EE breed number", + "P304": "page(s)", + "P305": "IETF language tag", + "P306": "operating system", + "P344": "director of photography", + "P345": "IMDb ID", + "P347": "Joconde ID", + "P348": "software version", + "P349": "NDL Auth ID", + "P350": "RKDimages ID", + "P351": "Entrez Gene ID", + "P352": "UniProt protein ID", + "P353": "HGNC gene symbol", + "P354": "HGNC ID", + "P355": "subsidiary", + "P356": "DOI", + "P358": "discography", + "P359": "Rijksmonument ID", + "P360": "is a list of", + "P361": "part of", + "P364": "original language of work", + "P366": "use", + "P367": "astronomic symbol image", + "P368": "Sandbox-CommonsMediaFile", + "P369": "Sandbox-Item", + "P370": "Sandbox-String", + "P371": "presenter", + "P373": "Commons category", + "P374": "INSEE municipality code", + "P375": "space launch vehicle", + "P376": "located on astronomical body", + "P377": "SCN", + "P380": "M\u00e9rim\u00e9e ID", + "P381": "PCP reference number", + "P382": "CBS municipality code", + "P393": "edition number", + "P395": "licence plate code", + "P396": "SBN author ID", + "P397": "parent astronomical body", + "P398": "child astronomical body", + "P399": "companion of", + "P400": "platform", + "P402": "OSM relation ID", + "P403": "mouth of the watercourse", + "P404": "game mode", + "P405": "taxon author", + "P406": "soundtrack album", + "P407": "language of work or name", + "P408": "software engine", + "P409": "NLA (Australia) ID", + "P410": "military rank", + "P411": "canonization status", + "P412": "voice type", + "P413": "position played on team \/ speciality", + "P414": "stock exchange", + "P415": "radio format", + "P416": "quantity symbol", + "P417": "patron saint", + "P418": "seal description", + "P421": "located in time zone", + "P423": "shooting handedness", + "P424": "Wikimedia language code", + "P425": "field of this occupation", + "P426": "aircraft registration", + "P427": "taxonomic type", + "P428": "botanist author abbreviation", + "P429": "dantai code", + "P432": "callsign of airline", + "P433": "issue", + "P434": "MusicBrainz artist ID", + "P435": "MusicBrainz work ID", + "P436": "MusicBrainz release group ID", + "P437": "distribution", + "P439": "German municipality key", + "P440": "German district key", + "P442": "China administrative division code", + "P443": "pronunciation audio", + "P444": "review score", + "P447": "review score by", + "P449": "original network", + "P450": "astronaut mission", + "P451": "partner", + "P452": "industry", + "P453": "character role", + "P454": "Structurae ID (structure)", + "P455": "Emporis building ID", + "P457": "foundational text", + "P458": "IMO ship number", + "P459": "determination method", + "P460": "said to be the same as", + "P461": "opposite of", + "P462": "color", + "P463": "member of", + "P464": "NOR", + "P465": "sRGB color hex triplet", + "P466": "occupant", + "P467": "legislated by", + "P468": "dan\/kyu rank", + "P469": "lakes on river", + "P470": "Eight Banner register", + "P473": "local dialing code", + "P474": "country calling code", + "P476": "CELEX number", + "P477": "Canadian Register of Historic Places ID", + "P478": "volume", + "P479": "input method", + "P480": "FilmAffinity ID", + "P481": "Palissy ID", + "P483": "recorded at", + "P484": "IMA Number, broad sense", + "P485": "archives at", + "P486": "MeSH ID", + "P487": "Unicode character", + "P488": "chairperson", + "P489": "currency symbol description", + "P490": "provisional designation", + "P491": "orbit diagram", + "P492": "OMIM ID", + "P493": "ICD-9", + "P494": "ICD-10", + "P495": "country of origin", + "P496": "ORCID iD", + "P497": "CBDB ID", + "P498": "ISO 4217 code", + "P500": "exclave of", + "P501": "enclave within", + "P502": "HURDAT identifier", + "P503": "ISO standard", + "P504": "home port", + "P505": "general manager", + "P506": "ISO 15924 alpha-4 code", + "P507": "Swedish county code", + "P508": "BNCF Thesaurus ID", + "P509": "cause of death", + "P511": "honorific prefix", + "P512": "academic degree", + "P514": "interleaves with", + "P515": "phase of matter", + "P516": "powerplant", + "P517": "interaction", + "P518": "applies to part", + "P520": "armament", + "P521": "scheduled service destination", + "P522": "type of orbit", + "P523": "temporal range start", + "P524": "temporal range end", + "P525": "Swedish municipality code", + "P527": "has part", + "P528": "catalog code", + "P529": "runway", + "P530": "diplomatic relation", + "P531": "diplomatic mission sent", + "P532": "port of registry", + "P533": "target", + "P534": "streak color", + "P535": "Find a Grave memorial ID", + "P536": "ATP player ID", + "P537": "twinning", + "P538": "fracturing", + "P539": "Museofile", + "P541": "office contested", + "P542": "officially opened by", + "P543": "oath made by", + "P545": "torch lit by", + "P546": "docking port", + "P547": "commemorates", + "P548": "version type", + "P549": "Mathematics Genealogy Project ID", + "P550": "chivalric order", + "P551": "residence", + "P552": "handedness", + "P553": "website account on", + "P554": "website username", + "P555": "doubles record", + "P556": "crystal system", + "P557": "DiseasesDB", + "P558": "unit symbol (DEPRECATED)", + "P559": "terminus", + "P560": "direction", + "P561": "NATO reporting name", + "P562": "central bank\/issuer", + "P563": "ICD-O", + "P564": "singles record", + "P565": "crystal habit", + "P566": "basionym", + "P567": "underlies", + "P568": "overlies", + "P569": "date of birth", + "P570": "date of death", + "P571": "inception", + "P574": "date of taxon name publication", + "P575": "time of discovery or invention", + "P576": "dissolved, abolished or demolished", + "P577": "publication date", + "P578": "Sandbox-TimeValue", + "P579": "IMA status and\/or rank", + "P580": "start time", + "P582": "end time", + "P585": "point in time", + "P586": "IPNI author ID", + "P587": "MMSI", + "P588": "coolant", + "P589": "point group", + "P590": "GNIS ID", + "P591": "EC enzyme number", + "P592": "ChEMBL ID", + "P593": "HomoloGene ID", + "P594": "Ensembl Gene ID", + "P595": "Guide to Pharmacology Ligand ID", + "P597": "WTA player ID", + "P598": "commander of", + "P599": "ITF player ID", + "P600": "Wine AppDB-ID", + "P604": "MedlinePlus ID", + "P605": "NUTS code", + "P606": "first flight", + "P607": "conflict", + "P608": "exhibition history", + "P609": "terminus location", + "P610": "highest point", + "P611": "religious order", + "P612": "mother house", + "P613": "OS grid reference", + "P617": "yard number", + "P618": "source of energy", + "P619": "time of spacecraft launch", + "P620": "time of spacecraft landing", + "P621": "time of spacecraft orbit decay", + "P622": "spacecraft docking\/undocking date", + "P624": "guidance system", + "P625": "coordinate location", + "P626": "Sandbox-GeoCoordinateValue", + "P627": "IUCN taxon ID", + "P628": "E number", + "P629": "edition or translation of", + "P630": "Paris city digital code", + "P631": "structural engineer", + "P632": "cultural properties of Belarus reference number", + "P633": "Quebec cultural heritage directory ID", + "P634": "captain", + "P635": "ISTAT ID", + "P636": "route of administration", + "P637": "RefSeq Protein ID", + "P638": "PDB structure ID", + "P639": "RefSeq RNA ID", + "P640": "L\u00e9onore ID", + "P641": "sport", + "P642": "of", + "P644": "genomic start", + "P645": "genomic end", + "P646": "Freebase ID", + "P647": "drafted by", + "P648": "Open Library ID", + "P649": "NRHP reference number", + "P650": "RKDartists ID", + "P651": "Biografisch Portaal number", + "P652": "UNII", + "P653": "PubMed Health", + "P654": "direction relative to location", + "P655": "translator", + "P656": "RefSeq", + "P657": "RTECS number", + "P658": "tracklist", + "P659": "genomic assembly", + "P660": "EC enzyme classification", + "P661": "ChemSpider ID", + "P662": "PubChem CID", + "P663": "DSM-IV", + "P664": "organizer", + "P665": "KEGG ID", + "P667": "ICPC 2 ID", + "P668": "GeneReviews ID", + "P669": "located on street", + "P670": "street number", + "P671": "Mouse Genome Informatics ID", + "P672": "MeSH Code", + "P673": "eMedicine", + "P674": "characters", + "P675": "Google Books ID", + "P676": "lyrics by", + "P677": "\u00daSOP code", + "P678": "incertae sedis", + "P679": "ZVG number", + "P680": "molecular function", + "P681": "cell component", + "P682": "biological process", + "P683": "ChEBI ID", + "P684": "ortholog", + "P685": "NCBI Taxonomy ID", + "P686": "Gene Ontology ID", + "P687": "BHL Page ID", + "P688": "encodes", + "P689": "afflicts", + "P690": "space group", + "P691": "NKCR AUT ID", + "P692": "Gene Atlas Image", + "P693": "cleavage", + "P694": "replaced synonym (for nom. nov.)", + "P695": "UN number", + "P696": "Neurolex ID", + "P697": "ex taxon author", + "P698": "PubMed ID", + "P699": "Disease Ontology ID", + "P700": "Kemler code", + "P701": "Dodis ID", + "P702": "encoded by", + "P703": "found in taxon", + "P704": "Ensembl Transcript ID", + "P705": "Ensembl Protein ID", + "P706": "located on terrain feature", + "P707": "satellite bus", + "P708": "diocese", + "P709": "Historic Scotland ID", + "P710": "participant", + "P711": "Strunz 8th edition (series ID, updated)", + "P712": "Nickel-Strunz 9th edition (updated 2009)", + "P713": "Nickel-Strunz '10th ed', review of (9th ed\/ 2009 update)", + "P714": "Dana 8th edition", + "P715": "Drugbank ID", + "P716": "JPL Small-Body Database ID", + "P717": "Minor Planet Center observatory code", + "P718": "Canmore ID", + "P720": "asteroid spectral type", + "P721": "OKATO ID", + "P722": "UIC station code", + "P723": "DBNL author ID", + "P724": "Internet Archive ID", + "P725": "voice actor", + "P726": "candidate", + "P727": "Europeana ID", + "P729": "service entry", + "P730": "service retirement", + "P731": "Litholex ID", + "P732": "BGS Lexicon ID", + "P733": "DINOloket", + "P734": "family name", + "P735": "given name", + "P736": "cover artist", + "P737": "influenced by", + "P739": "ammunition", + "P740": "location of formation", + "P741": "playing hand", + "P742": "pseudonym", + "P744": "asteroid family", + "P745": "Low German Bibliography and Biography ID", + "P746": "date of disappearance", + "P747": "has edition", + "P748": "appointed by", + "P749": "parent organization", + "P750": "distributor", + "P751": "introduced feature", + "P756": "removed feature", + "P757": "World Heritage Site ID", + "P758": "Kulturminne ID", + "P759": "Alberta Register of Historic Places ID", + "P760": "DPLA ID", + "P761": "Lake ID (Sweden)", + "P762": "Czech cultural heritage ID", + "P763": "PEI Register of Historic Places ID", + "P764": "OKTMO ID", + "P765": "surface played on", + "P767": "contributor(s) to the creative work", + "P768": "electoral district", + "P769": "significant drug interaction", + "P770": "cause of destruction", + "P771": "Swiss municipality code", + "P772": "INE municipality code", + "P773": "ISO 3166-3", + "P774": "FIPS 55-3 (locations in the US)", + "P775": "Swedish urban area code", + "P776": "Swedish minor urban area code", + "P777": "Swedish civil parish code\/ATA code", + "P778": "Church of Sweden parish code", + "P779": "Church of Sweden Pastoratskod", + "P780": "symptoms", + "P781": "SIKART ID", + "P782": "LAU", + "P783": "hymenium type", + "P784": "mushroom cap shape", + "P785": "hymenium attachment", + "P786": "stipe character", + "P787": "spore print color", + "P788": "mushroom ecological type", + "P789": "edibility", + "P790": "approved by", + "P791": "International Standard Identifier for Libraries", + "P792": "chapter", + "P793": "significant event", + "P795": "located on linear feature", + "P797": "authority", + "P798": "military designation", + "P799": "Air Ministry specification ID", + "P800": "notable work", + "P802": "student", + "P803": "professorship", + "P804": "GNIS Antarctica ID", + "P805": "statement is subject of", + "P806": "Italian cadastre code", + "P807": "separated from", + "P808": "Bien de Inter\u00e9s Cultural (BIC) code", + "P809": "WDPA ID", + "P811": "academic minor", + "P812": "academic major", + "P813": "retrieved", + "P814": "IUCN protected areas category", + "P815": "ITIS TSN", + "P816": "decays to", + "P817": "decay mode", + "P818": "arXiv ID", + "P819": "ADS bibcode", + "P820": "arXiv classification", + "P821": "CGNDB Unique ID", + "P822": "mascot", + "P823": "speaker", + "P824": "Meteoritical Bulletin Database ID", + "P825": "dedicated to", + "P826": "tonality", + "P827": "BBC programme ID", + "P828": "has cause", + "P829": "OEIS ID", + "P830": "Encyclopedia of Life ID", + "P831": "parent club", + "P832": "public holiday", + "P833": "interchange station", + "P834": "train depot", + "P835": "author citation (zoology)", + "P836": "GSS code (2011)", + "P837": "day in year for periodic occurrence", + "P838": "BioLib ID", + "P839": "IMSLP ID", + "P840": "narrative location", + "P841": "feast day", + "P842": "Fossilworks ID", + "P843": "SIRUTA code", + "P844": "UBIGEO code", + "P845": "Saskatchewan Register of Heritage Property ID", + "P846": "Global Biodiversity Information Facility ID", + "P847": "United States Navy aircraft designation", + "P849": "Japanese military aircraft designation", + "P850": "WoRMS-ID", + "P852": "ESRB rating", + "P853": "CERO rating", + "P854": "reference URL", + "P855": "Sandbox-URL", + "P856": "official website", + "P858": "ESPNscrum player ID", + "P859": "sponsor", + "P860": "e-archiv.li ID", + "P861": "PremiershipRugby.com ID", + "P862": "Operational Requirement of the UK Air Ministry", + "P863": "InPhO ID", + "P864": "ACM Digital Library author ID", + "P865": "BMLO", + "P866": "Perlentaucher ID", + "P867": "ROME Occupation Code (v3)", + "P868": "foods traditionally associated", + "P870": "instrumentation", + "P872": "printed by", + "P873": "phase point", + "P874": "UN class", + "P875": "UN code classification", + "P876": "UN packaging group", + "P877": "NFPA Special", + "P878": "avionics", + "P879": "pennant number", + "P880": "CPU", + "P881": "type of variable star", + "P882": "FIPS 6-4 (US counties)", + "P884": "State Water Register Code (Russia)", + "P885": "origin of the watercourse", + "P886": "LIR", + "P887": "based on heuristic", + "P888": "JSTOR article ID", + "P889": "Mathematical Reviews ID", + "P892": "RfC ID", + "P893": "Social Science Research Network ID", + "P894": "zbMATH work ID", + "P897": "United States Army and Air Force aircraft designation", + "P898": "IPA transcription", + "P901": "FIPS 10-4 (countries and regions)", + "P902": "HDS ID", + "P905": "PORT film ID", + "P906": "SELIBR Id", + "P908": "PEGI rating", + "P909": "Nova Scotia Register of Historic Places ID", + "P910": "topic's main category", + "P911": "South African municipality code", + "P912": "has facility", + "P913": "notation", + "P914": "USK rating", + "P915": "filming location", + "P916": "GSRR rating", + "P917": "GRAU index", + "P918": "NOC Occupation Code", + "P919": "SOC Code (2010)", + "P920": "LEM ID", + "P921": "main subject", + "P922": "magnetic ordering", + "P923": "medical examinations", + "P924": "medical treatment", + "P925": "presynaptic connection", + "P926": "postsynaptic connection", + "P927": "anatomical location", + "P928": "activating neurotransmitter", + "P929": "color space", + "P930": "type of electrification", + "P931": "place served by transport hub", + "P932": "PMCID", + "P933": "heritagefoundation.ca ID", + "P935": "Commons gallery", + "P937": "work location", + "P938": "FishBase species ID", + "P939": "KSH code", + "P941": "inspired by", + "P942": "theme music", + "P943": "programmer", + "P944": "Code of nomenclature", + "P945": "allegiance", + "P946": "ISIN", + "P947": "RSL ID (person)", + "P948": "page banner", + "P949": "National Library of Israel ID", + "P950": "BNE ID", + "P951": "NSZL ID", + "P952": "ISCO occupation code", + "P953": "full work available at", + "P954": "IBNR ID", + "P957": "ISBN-10", + "P958": "section, verse, or paragraph", + "P959": "MSW ID", + "P960": "Tropicos taxon ID", + "P961": "IPNI plant ID", + "P962": "MycoBank taxon name ID", + "P963": "streaming media URL", + "P964": "Austrian municipality key", + "P965": "burial plot reference", + "P966": "MusicBrainz label ID", + "P967": "guest of honor", + "P968": "e-mail", + "P969": "located at street address", + "P970": "neurological function", + "P971": "category combines topics", + "P972": "catalog", + "P973": "described at URL", + "P974": "tributary", + "P980": "code for weekend and holiday homes (Sweden)", + "P981": "BAG residence ID", + "P982": "MusicBrainz area ID", + "P984": "IOC country code", + "P988": "Philippine Standard Geographic Code", + "P989": "spoken text audio", + "P990": "audio recording of the subject's spoken voice", + "P991": "successful candidate", + "P993": "NFPA Health", + "P994": "NFPA Fire", + "P995": "NFPA Instability", + "P996": "scanned file on Wikimedia Commons", + "P998": "DMOZ ID", + "P999": "ARICNS", + "P1000": "record held", + "P1001": "applies to jurisdiction", + "P1002": "engine configuration", + "P1003": "NLR (Romania) ID", + "P1004": "MusicBrainz place ID", + "P1005": "PTBNP ID", + "P1006": "National Thesaurus for Author Names ID", + "P1007": "Lattes Platform number", + "P1010": "Iran statistics ID", + "P1011": "excluding", + "P1012": "including", + "P1013": "criterion used", + "P1014": "AAT ID", + "P1015": "BIBSYS ID", + "P1016": "asteroid taxonomy", + "P1017": "BAV ID", + "P1018": "language regulatory body", + "P1019": "feed URL", + "P1021": "KldB-2010 occupation code", + "P1022": "CNO-11 occupation code", + "P1023": "SBC-2010 occupation code", + "P1024": "SBFI occupation code", + "P1025": "SUDOC editions", + "P1026": "doctoral thesis", + "P1027": "conferred by", + "P1028": "donated by", + "P1029": "crew member", + "P1030": "light characteristic of lighthouse", + "P1031": "legal citation of this text", + "P1032": "Digital Rights Management system", + "P1033": "GHS signal word", + "P1034": "main food source", + "P1035": "honorific suffix", + "P1036": "Dewey Decimal Classification", + "P1037": "manager\/director", + "P1038": "relative", + "P1039": "type of kinship", + "P1040": "film editor", + "P1041": "socket supported", + "P1042": "ZDB ID", + "P1043": "IDEO Job ID", + "P1044": "SWB editions", + "P1045": "Sycomore ID", + "P1046": "discovery method", + "P1047": "Catholic Hierarchy person ID", + "P1048": "NCL ID", + "P1049": "worshipped by", + "P1050": "medical condition", + "P1051": "PSH ID", + "P1052": "Portuguese Job Code CPP-2010", + "P1053": "ResearcherID", + "P1054": "NDL bib ID", + "P1055": "NLM Unique ID", + "P1056": "product or material produced", + "P1057": "chromosome", + "P1058": "ERA Journal ID", + "P1059": "CVR number", + "P1060": "pathogen transmission process", + "P1064": "track gauge", + "P1065": "archive URL", + "P1066": "student of", + "P1067": "Thailand central administrative unit code", + "P1068": "instruction set", + "P1069": "Statistics Denmarks classification of occupation (DISCO-08)", + "P1070": "PlantList-ID", + "P1071": "location of final assembly", + "P1072": "readable file format", + "P1073": "writable file format", + "P1074": "fictional analog of", + "P1075": "rector", + "P1076": "ICTV virus ID", + "P1077": "KOATUU identifier", + "P1078": "valvetrain configuration", + "P1079": "launch contractor", + "P1080": "from fictional universe", + "P1081": "Human Development Index", + "P1082": "population", + "P1083": "maximum capacity", + "P1084": "EUL editions", + "P1085": "LibraryThing work ID", + "P1086": "atomic number", + "P1087": "Elo rating", + "P1088": "Mohs' hardness", + "P1090": "redshift", + "P1092": "total produced", + "P1093": "gross tonnage", + "P1096": "orbital eccentricity", + "P1097": "g-factor", + "P1098": "number of speakers", + "P1099": "number of masts", + "P1100": "number of cylinders", + "P1101": "floors above ground", + "P1102": "flattening", + "P1103": "number of platform tracks", + "P1104": "number of pages", + "P1106": "Sandbox-Quantity", + "P1107": "proportion", + "P1108": "electronegativity", + "P1109": "refractive index", + "P1110": "attendance", + "P1111": "votes received", + "P1112": "Pok\u00e9dex number", + "P1113": "number of episodes", + "P1114": "quantity", + "P1115": "ATVK ID", + "P1116": "ELSTAT geographical code", + "P1117": "pKa", + "P1120": "number of deaths", + "P1121": "oxidation state", + "P1122": "spin quantum number", + "P1123": "parity", + "P1125": "Gini coefficient", + "P1126": "isospin quantum number", + "P1127": "isospin z-component", + "P1128": "employees", + "P1129": "national team caps", + "P1132": "number of participants", + "P1133": "DGO4 identifier", + "P1135": "nomenclatural status", + "P1136": "solved by", + "P1137": "fossil found in this unit", + "P1138": "Kunstindeks Danmark Artist ID", + "P1139": "floors below ground", + "P1140": "EHAK id", + "P1141": "number of processor cores", + "P1142": "political ideology", + "P1143": "BN (Argentine) editions", + "P1144": "LCOC LCCN (bibliographic)", + "P1145": "Lagrangian point", + "P1146": "IAAF ID", + "P1148": "neutron number", + "P1149": "Library of Congress Classification", + "P1150": "Regensburg Classification", + "P1151": "topic's main Wikimedia portal", + "P1153": "Scopus Author ID", + "P1154": "Scopus EID", + "P1155": "Scopus Affiliation ID", + "P1156": "Scopus Source ID", + "P1157": "US Congress Bio ID", + "P1158": "location of landing", + "P1159": "CODEN", + "P1160": "ISO 4 abbreviation", + "P1161": "Z39.5 abbreviation", + "P1162": "Bluebook abbreviation", + "P1163": "media type", + "P1164": "cardinality of the group", + "P1165": "home world", + "P1167": "USB vendor ID", + "P1168": "municipality code (Denmark)", + "P1170": "transmitted signal type", + "P1171": "approximation algorithm", + "P1172": "Geokod", + "P1174": "visitors per year", + "P1181": "numeric value", + "P1182": "LIBRIS editions", + "P1183": "Gew\u00e4sserkennzahl", + "P1184": "handle", + "P1185": "Rodovid ID", + "P1186": "MEP directory ID", + "P1187": "Dharma Drum Buddhist College person ID", + "P1188": "Dharma Drum Buddhist College place ID", + "P1189": "Chinese Library Classification", + "P1190": "Universal Decimal Classification", + "P1191": "date of first performance", + "P1192": "connecting service", + "P1193": "prevalence", + "P1194": "received signal type", + "P1195": "file extension", + "P1196": "manner of death", + "P1198": "unemployment rate", + "P1199": "mode of inheritance", + "P1200": "bodies of water basin category", + "P1201": "space tug", + "P1202": "carries scientific instrument", + "P1203": "Finnish municipality number", + "P1204": "Wikimedia portal's main topic", + "P1207": "NUKAT (WarsawU) authorities ID", + "P1208": "ISMN", + "P1209": "CN", + "P1210": "supercharger", + "P1211": "fuel system", + "P1212": "Atlas ID", + "P1213": "NLC authorities", + "P1214": "Riksdagen person-id", + "P1215": "apparent magnitude", + "P1216": "National Heritage List for England number", + "P1217": "Internet Broadway Database venue ID", + "P1218": "Internet Broadway Database production ID", + "P1219": "Internet Broadway Database show ID", + "P1220": "Internet Broadway Database person ID", + "P1221": "compressor type", + "P1225": "US National Archives Identifier", + "P1227": "astronomical filter", + "P1229": "Openpolis ID", + "P1230": "JSTOR journal code", + "P1232": "Linguist list code", + "P1233": "ISFDB author ID", + "P1234": "ISFDB publication ID", + "P1235": "ISFDB series ID", + "P1236": "Parsons code", + "P1237": "Box Office Mojo film ID", + "P1238": "Swedish Football Association player ID", + "P1239": "ISFDB publisher ID", + "P1240": "Danish Bibliometric Research Indicator level", + "P1241": "Swiss Football Association Club Number", + "P1242": "Theatricalia play ID", + "P1243": "International Standard Recording Code", + "P1245": "OmegaWiki Defined Meaning", + "P1246": "patent number", + "P1247": "compression ratio", + "P1248": "KulturNav-id", + "P1249": "time of earliest written record", + "P1250": "Danish Bibliometric Research Indicator (BFI) SNO\/CNO", + "P1251": "ABS ASCL code", + "P1252": "AUSTLANG code", + "P1253": "BCU Ecrivainsvd", + "P1254": "Slovenska biografija ID", + "P1255": "HelveticArchives ID", + "P1256": "Iconclass notation", + "P1257": "depicts Iconclass notation", + "P1258": "Rotten Tomatoes ID", + "P1259": "coordinates of the point of view", + "P1260": "Cultural heritage database in Sweden ID", + "P1261": "Rundata", + "P1262": "RA\u00c4 number", + "P1263": "NNDB people ID", + "P1264": "valid in period", + "P1265": "AlloCin\u00e9 film ID", + "P1266": "AlloCin\u00e9 person ID", + "P1267": "AlloCin\u00e9 series ID", + "P1268": "represents", + "P1269": "facet of", + "P1270": "Norwegian Register journal ID", + "P1271": "Norway Database for Statistics on Higher education publisher ID", + "P1272": "Norway Import Service and Registration Authority periodical code", + "P1273": "CANTIC-ID", + "P1274": "ISFDB title ID", + "P1275": "Norway Import Service and Registration Authority publisher code", + "P1276": "Dictionnaire du Jura ID", + "P1277": "JUFO ID", + "P1278": "Legal Entity ID", + "P1279": "inflation rate", + "P1280": "CONOR ID", + "P1281": "WOEID", + "P1282": "OSM tag or key", + "P1283": "filmography", + "P1284": "Munzinger IBA", + "P1285": "Munzinger Sport number", + "P1286": "Munzinger Pop ID", + "P1287": "KDG Komponisten der Gegenwart", + "P1288": "KLG Kritisches Lexikon der Gegenwartsliteratur", + "P1289": "KLfG Critical Dictionary of foreign contemporary literature", + "P1290": "godparent", + "P1291": "Association Authors of Switzerland ID", + "P1292": "DNB editions", + "P1293": "Royal Aero Club Aviator's Certificate ID", + "P1294": "WWF ecoregion code", + "P1295": "emissivity", + "P1296": "Gran Enciclop\u00e8dia Catalana ID", + "P1297": "IRS Employer Identification Number", + "P1299": "depicted by", + "P1300": "bibcode", + "P1301": "number of elevators", + "P1302": "primary destinations", + "P1303": "instrument", + "P1304": "central bank", + "P1305": "Skyscraper Center ID", + "P1307": "Swiss parliament ID", + "P1308": "officeholder", + "P1309": "EGAXA ID", + "P1310": "statement disputed by", + "P1311": "lostbridges.org ID", + "P1312": "has facet polytope", + "P1313": "office held by head of government", + "P1314": "number of spans", + "P1315": "People Australia ID", + "P1316": "SMDB ID", + "P1317": "floruit", + "P1318": "proved by", + "P1319": "earliest date", + "P1320": "OpenCorporates ID", + "P1321": "place of origin (Switzerland)", + "P1322": "dual to", + "P1323": "Terminologia Anatomica 98 ID", + "P1324": "source code repository", + "P1325": "external data available at", + "P1326": "latest date", + "P1327": "professional or sports partner", + "P1329": "phone number", + "P1330": "MusicBrainz instrument ID", + "P1331": "PACE member ID", + "P1332": "coordinates of northernmost point", + "P1333": "coordinates of southernmost point", + "P1334": "coordinates of easternmost point", + "P1335": "coordinates of westernmost point", + "P1336": "territory claimed by", + "P1338": "EPSG ID", + "P1339": "number of injured", + "P1340": "eye color", + "P1341": "Italian Chamber of Deputies dati ID", + "P1342": "number of seats", + "P1343": "described by source", + "P1344": "participant of", + "P1345": "number of victims of killer", + "P1346": "winner", + "P1347": "military casualty classification", + "P1348": "AlgaeBase URL", + "P1349": "ploidy", + "P1350": "number of matches played", + "P1351": "number of points\/goals\/set scored", + "P1352": "ranking", + "P1353": "original spelling", + "P1354": "shown with features", + "P1355": "number of wins", + "P1356": "number of losses", + "P1357": "matches\/games drawn\/tied", + "P1358": "points for", + "P1359": "number of points\/goals conceded", + "P1360": "Monte Carlo Particle Number", + "P1362": "Theaterlexikon der Schweiz online ID", + "P1363": "points\/goal scored by", + "P1364": "ITTF table tennis player ID", + "P1365": "replaces", + "P1366": "replaced by", + "P1367": "Art UK artist ID", + "P1368": "LNB ID", + "P1369": "Iranian National Heritage registration number", + "P1370": "IHSI ID", + "P1371": "ASI Monument ID", + "P1372": "binding of software library", + "P1373": "daily patronage", + "P1375": "NSK ID", + "P1376": "capital of", + "P1377": "MTR station code", + "P1378": "China railway TMIS station code", + "P1380": "UglyBridges.com ID", + "P1381": "bridgehunter.com ID", + "P1382": "partially coincident with", + "P1383": "contains settlement", + "P1385": "Enciclop\u00e9dia A\u00e7oriana ID", + "P1386": "Japanese High School Code", + "P1387": "political alignment", + "P1388": "German regional key", + "P1389": "product certification", + "P1390": "match time of event", + "P1391": "Index Fungorum ID", + "P1392": "ComicBookDB ID", + "P1393": "proxy", + "P1394": "Glottolog code", + "P1395": "National Cancer Institute ID", + "P1396": "Linguasphere code", + "P1397": "State Catalogue of Geographical Names (Russia) ID", + "P1398": "structure replaces", + "P1399": "convicted of", + "P1400": "FCC Facility ID", + "P1401": "bug tracking system", + "P1402": "Foundational Model of Anatomy ID", + "P1403": "original combination", + "P1404": "World Glacier Inventory ID", + "P1406": "script directionality", + "P1407": "MusicBrainz series ID", + "P1408": "licensed to broadcast to", + "P1409": "Cycling Archives cyclist ID", + "P1410": "number of representatives in an organization\/legislature", + "P1411": "nominated for", + "P1412": "languages spoken, written or signed", + "P1414": "GUI toolkit or framework", + "P1415": "Oxford Dictionary of National Biography ID", + "P1416": "affiliation", + "P1417": "Encyclop\u00e6dia Britannica Online ID", + "P1418": "orbits completed", + "P1419": "shape", + "P1420": "taxon synonym", + "P1421": "GRIN URL", + "P1422": "Sandrart.net person ID", + "P1423": "template's main topic", + "P1424": "topic's main template", + "P1425": "ecoregion (WWF)", + "P1427": "start point", + "P1428": "Lost Art-ID", + "P1429": "has pet", + "P1430": "OpenPlaques subject ID", + "P1431": "executive producer", + "P1432": "B-side", + "P1433": "published in", + "P1434": "takes place in fictional universe", + "P1435": "heritage designation", + "P1436": "collection or exhibition size", + "P1437": "plea", + "P1438": "Jewish Encyclopedia ID (Russian)", + "P1439": "Norsk filmografi ID", + "P1440": "FIDE ID", + "P1441": "present in work", + "P1442": "image of grave", + "P1443": "score method", + "P1444": "destination point", + "P1445": "fictional universe described in", + "P1446": "number of missing", + "P1447": "Sports-Reference.com Olympic athlete ID", + "P1448": "official name", + "P1449": "nickname", + "P1450": "Sandbox Monolingual text", + "P1451": "motto text", + "P1453": "catholic.ru ID", + "P1454": "legal form", + "P1455": "list of works", + "P1456": "list of monuments", + "P1457": "absolute magnitude", + "P1458": "color index", + "P1459": "Cadw Building ID", + "P1460": "NIEA building ID", + "P1461": "Patientplus ID", + "P1462": "standards body", + "P1463": "PRDL Author ID", + "P1464": "category for people born here", + "P1465": "category for people who died here", + "P1466": "WALS lect code", + "P1467": "WALS genus code", + "P1468": "WALS family code", + "P1469": "FIFA player ID", + "P1470": "maximum glide ratio", + "P1471": "reporting mark", + "P1472": "Commons Creator page", + "P1473": "Nupill Literatura Digital - Author", + "P1474": "Nupill Literatura Digital - Document", + "P1476": "title", + "P1477": "birth name", + "P1478": "has immediate cause", + "P1479": "has contributing factor", + "P1480": "sourcing circumstances", + "P1481": "vici.org ID", + "P1482": "Stack Exchange tag", + "P1483": "kulturnoe-nasledie.ru ID", + "P1529": "Gertrude identifier", + "P1531": "parent of this hybrid, breed, or cultivar", + "P1532": "country for sport", + "P1533": "family name identical to this given name", + "P1534": "end cause", + "P1535": "used by", + "P1536": "immediate cause of", + "P1537": "contributing factor of", + "P1538": "number of households", + "P1539": "female population", + "P1540": "male population", + "P1541": "Cycling Quotient male cyclist ID", + "P1542": "has effect", + "P1543": "monogram", + "P1544": "Federal Register Document Number", + "P1545": "series ordinal", + "P1546": "motto", + "P1547": "depends on software", + "P1548": "maximum Strahler number", + "P1549": "demonym", + "P1550": "Orphanet ID", + "P1551": "Exceptional heritage of Wallonia ID", + "P1552": "has quality", + "P1553": "Yandex.Music artist ID", + "P1554": "UBERON ID", + "P1555": "Executive Order number", + "P1556": "zbMATH author ID", + "P1557": "manifestation of", + "P1558": "tempo marking", + "P1559": "name in native language", + "P1560": "given name version for other gender", + "P1561": "number of survivors", + "P1562": "AllMovie movie ID", + "P1563": "MacTutor id (biographies)", + "P1564": "At the Circulating Library ID", + "P1565": "Enciclopedia de la Literatura en M\u00e9xico ID", + "P1566": "GeoNames ID", + "P1567": "NIS\/INS code", + "P1568": "domain", + "P1571": "codomain", + "P1573": "BBC Genome ID", + "P1574": "exemplar of", + "P1575": "RISS catalog", + "P1576": "lifestyle", + "P1577": "Gregory-Aland-Number", + "P1578": "Gmelin number", + "P1579": "Reaxys registry number", + "P1580": "University of Barcelona authority ID", + "P1581": "official blog", + "P1582": "natural product of taxon", + "P1583": "MalaCards ID", + "P1584": "Pleiades ID", + "P1585": "Brazilian municipality code", + "P1586": "Catalan object of cultural interest ID", + "P1587": "Slovene Cultural Heritage Register ID", + "P1588": "village code of Indonesia", + "P1589": "deepest point", + "P1590": "number of casualties", + "P1591": "defendant", + "P1592": "prosecutor", + "P1593": "defender", + "P1594": "judge", + "P1595": "charge", + "P1596": "penalty", + "P1598": "consecrator", + "P1599": "Cambridge Alumni Database ID", + "P1600": "Inventari del Patrimoni Arquitect\u00f2nic de Catalunya code", + "P1601": "Esperantist ID", + "P1602": "Art UK venue ID", + "P1603": "number of cases", + "P1604": "biosafety level", + "P1605": "has natural reservoir", + "P1606": "natural reservoir of", + "P1607": "Dialnet author ID", + "P1608": "Dialnet book ID", + "P1609": "Dialnet journal", + "P1610": "Dialnet article", + "P1611": "NATO code for grade", + "P1612": "Commons Institution page", + "P1613": "IRC channel", + "P1614": "History of Parliament ID", + "P1615": "CLARA-ID", + "P1616": "SIREN number", + "P1617": "BBC Things ID", + "P1618": "sport number", + "P1619": "date of official opening", + "P1620": "plaintiff", + "P1621": "detail map", + "P1622": "driving side", + "P1624": "MarineTraffic Port ID", + "P1625": "has melody", + "P1626": "Thai cultural heritage ID", + "P1627": "Ethnologue.com code", + "P1628": "equivalent property", + "P1629": "subject item of this property", + "P1630": "formatter URL", + "P1631": "China Vitae ID", + "P1632": "Hermann-Mauguin notation", + "P1635": "religious name", + "P1636": "date of baptism in early childhood", + "P1637": "undercarriage", + "P1638": "codename", + "P1639": "pendant of", + "P1640": "curator", + "P1641": "port", + "P1642": "acquisition transaction", + "P1643": "departure transaction", + "P1644": "MessesInfo ID", + "P1645": "NIST\/CODATA ID", + "P1647": "subproperty of", + "P1648": "Dictionary of Welsh Biography ID", + "P1649": "KMDb person ID", + "P1650": "BBF ID", + "P1651": "YouTube video ID", + "P1652": "referee", + "P1653": "TERYT municipality code", + "P1654": "wing configuration", + "P1656": "unveiled by", + "P1657": "MPAA film rating", + "P1659": "see also", + "P1660": "has index case", + "P1661": "Alexa rank", + "P1662": "DOI prefix", + "P1663": "ProCyclingStats cyclist ID", + "P1664": "Cycling Database ID", + "P1665": "Chess Games ID", + "P1666": "Chess Club ID", + "P1667": "TGN ID", + "P1668": "ATCvet", + "P1669": "CONA ID", + "P1670": "LAC ID", + "P1671": "route number", + "P1672": "this taxon is source of", + "P1673": "general formula", + "P1674": "number confirmed", + "P1675": "number probable", + "P1676": "number suspected", + "P1677": "index case of", + "P1678": "has vertex figure", + "P1679": "Art UK artwork ID", + "P1680": "subtitle", + "P1683": "quote", + "P1684": "inscription", + "P1685": "Pok\u00e9mon browser number", + "P1686": "for work", + "P1687": "Wikidata property", + "P1688": "AniDB ID", + "P1689": "central government debt as a percent of GDP", + "P1690": "ICD-10-PCS", + "P1691": "operations and procedures key (OPS)", + "P1692": "ICD-9-CM", + "P1693": "Terminologia Embryologica", + "P1694": "Terminologia Histologica", + "P1695": "NLP ID", + "P1696": "inverse of", + "P1697": "total valid votes", + "P1699": "SkyscraperPage building id", + "P1700": "SIPA ID", + "P1702": "IGESPAR ID", + "P1703": "is pollinated by", + "P1704": "is pollinator of", + "P1705": "native label", + "P1706": "together with", + "P1707": "DAAO ID", + "P1708": "LfDS object ID", + "P1709": "equivalent class", + "P1710": "S\u00e4chsische Biografie", + "P1711": "British Museum person-institution", + "P1712": "Metacritic ID", + "P1713": "biography at the Bundestag of Germany", + "P1714": "Journalisted ID", + "P1715": "RKD\/ESD (Slovenia) ID", + "P1716": "brand", + "P1717": "SANDRE ID", + "P1721": "pinyin transliteration", + "P1725": "beats per minute", + "P1726": "Florentine musea Inventario 1890 ID", + "P1727": "Flora of North America taxon ID", + "P1728": "AllMusic artist ID", + "P1729": "AllMusic album ID", + "P1730": "AllMusic song ID", + "P1731": "Fach", + "P1732": "Naturbase ID", + "P1733": "Steam Application ID", + "P1734": "oath of office date", + "P1735": "Comedien.ch ID", + "P1736": "Information Center for Israeli Art artist ID", + "P1738": "Merck Index monograph", + "P1739": "CiNii book ID", + "P1740": "category for films shot at this location", + "P1741": "GTAA ID", + "P1743": "Bradley and Fletcher checklist number", + "P1744": "Agassiz checklist number", + "P1745": "VASCAN ID", + "P1746": "ZooBank nomenclatural act", + "P1747": "Flora of China ID", + "P1748": "NCI Thesaurus ID", + "P1749": "Parlement & Politiek ID", + "P1750": "name day", + "P1751": "Art UK collection ID", + "P1752": "scale", + "P1753": "list related to category", + "P1754": "category related to list", + "P1755": "Aviation Safety Network accident ID", + "P1760": "Aviation Safety Network Wikibase Occurrence", + "P1761": "Watson & Dallwitz family ID", + "P1762": "Hornbostel-Sachs classification", + "P1763": "National Pipe Organ Register ID", + "P1764": "FOIH relict ID", + "P1766": "place name sign", + "P1769": "denkXweb identifier", + "P1770": "Romania LMI code", + "P1771": "Integrated Postsecondary Education Data System ID", + "P1772": "USDA PLANTS ID", + "P1773": "attributed to", + "P1774": "workshop of", + "P1775": "follower of", + "P1776": "circle of", + "P1777": "manner of", + "P1778": "forgery after", + "P1779": "possible creator", + "P1780": "school of", + "P1782": "courtesy name", + "P1785": "temple name", + "P1786": "posthumous name", + "P1787": "art-name", + "P1788": "DVN ID", + "P1789": "chief operating officer", + "P1791": "category of people buried here", + "P1792": "category of associated people", + "P1793": "format as a regular expression", + "P1794": "bureau du patrimoine de Seine-Saint-Denis ID", + "P1795": "Smithsonian American Art Museum: person\/institution thesaurus ID", + "P1796": "International Standard Industrial Classification code Rev.4", + "P1798": "ISO 639-5 code", + "P1799": "Maltese Islands National Inventory of Cultural Property ID", + "P1800": "Wikimedia database name", + "P1801": "commemorative plaque image", + "P1802": "EMLO person ID", + "P1803": "Masaryk University person ID", + "P1804": "DNF film ID", + "P1806": "ABoK number", + "P1807": "Great Aragonese Encyclopedia ID", + "P1808": "senat.fr ID", + "P1809": "choreographer", + "P1810": "named as", + "P1811": "list of episodes", + "P1813": "short name", + "P1814": "name in kana", + "P1815": "RSL scanned book's identifier", + "P1816": "National Portrait Gallery (London) person ID", + "P1817": "addressee", + "P1818": "Kaiserhof ID", + "P1819": "genealogics.org person ID", + "P1820": "Open Food Facts food additive id", + "P1821": "Open Food Facts food category ID", + "P1822": "DSH object ID", + "P1823": "BAnQ work ID", + "P1824": "road number", + "P1825": "Baseball-Reference.com major league player ID", + "P1826": "Baseball-Reference.com Japanese, Minor & Korean league player ID", + "P1827": "ISWC", + "P1828": "IPI name number", + "P1829": "Roud Folk Song Index number", + "P1830": "owner of", + "P1831": "electorate", + "P1832": "GrassBase ID", + "P1833": "number of registered users\/contributors", + "P1836": "draft pick number", + "P1837": "Gaoloumi ID", + "P1838": "PSS-archi ID", + "P1839": "US Federal Election Commission ID", + "P1840": "investigated by", + "P1841": "Swedish district code", + "P1842": "Global Anabaptist Mennonite Encyclopedia Online ID", + "P1843": "taxon common name", + "P1844": "HathiTrust ID", + "P1845": "anti-virus alias", + "P1846": "distribution map", + "P1847": "Nasjonalbiblioteket photographer ID", + "P1848": "protected areas INPN Code", + "P1849": "SSR WrittenForm ID", + "P1850": "SSR place name number", + "P1851": "input set", + "P1852": "Perry Index", + "P1853": "blood type", + "P1854": "Kiev street code", + "P1855": "Wikidata property example", + "P1866": "Catholic Hierarchy diocese ID", + "P1867": "eligible voters", + "P1868": "ballots cast", + "P1869": "Hall of Valor ID", + "P1870": "Name Assigning Authority Number", + "P1871": "CERL ID", + "P1872": "minimum number of players", + "P1873": "maximum number of players", + "P1874": "Netflix ID", + "P1875": "represented by", + "P1876": "vessel", + "P1877": "after a work by", + "P1878": "Vox-ATypI classification", + "P1879": "income classification (Philippines)", + "P1880": "measured by", + "P1881": "list of characters", + "P1882": "Web Gallery of Art ID", + "P1883": "Declarator.org ID", + "P1884": "hair color", + "P1885": "cathedral", + "P1886": "Smithsonian volcano ID", + "P1887": "vice-county", + "P1888": "Dictionary of Medieval Names from European Sources entry", + "P1889": "different from", + "P1890": "BNC ID", + "P1891": "signatory", + "P1893": "OpenPlaques plaque ID", + "P1894": "Danish urban area code", + "P1895": "Fauna Europaea ID", + "P1896": "source website for the property", + "P1897": "highest note", + "P1898": "lowest note", + "P1899": "LibriVox author ID", + "P1900": "EAGLE id", + "P1901": "BALaT person\/organisation id", + "P1902": "Spotify artist ID", + "P1903": "volcanic explosivity index", + "P1906": "office held by head of state", + "P1907": "Australian Dictionary of Biography ID", + "P1908": "CWGC person ID", + "P1909": "side effect", + "P1910": "decreased expression in", + "P1911": "increased expression in", + "P1912": "deletion association with", + "P1913": "gene duplication association with", + "P1914": "gene insertion association with", + "P1915": "gene inversion association with", + "P1916": "gene substitution association with", + "P1917": "posttranslational modification association with", + "P1918": "altered regulation leads to", + "P1919": "Ministry of Education of Chile school ID", + "P1920": "CWGC burial ground ID", + "P1921": "formatter URI for RDF resource", + "P1922": "first line", + "P1923": "participating teams", + "P1924": "vaccine for", + "P1925": "VIOLIN ID", + "P1928": "Vaccine Ontology ID", + "P1929": "ClinVar Variation ID", + "P1930": "DSM-5", + "P1931": "NIOSH Pocket Guide ID", + "P1932": "stated as", + "P1933": "MobyGames ID", + "P1934": "Animator.ru film ID", + "P1935": "Database of Classical Scholars ID", + "P1936": "Digital Atlas of the Roman Empire ID", + "P1937": "UN\/LOCODE", + "P1938": "Project Gutenberg author ID", + "P1939": "Dyntaxa ID", + "P1940": "conifers.org ID", + "P1942": "McCune-Reischauer romanization", + "P1943": "location map", + "P1944": "relief location map", + "P1945": "street key", + "P1946": "National Library of Ireland authority ID", + "P1947": "Mapillary ID", + "P1948": "BerlPap identifier", + "P1949": "CulturaItalia ID", + "P1950": "second family name in Spanish name", + "P1951": "investor", + "P1952": "Encyclopaedia Metallum band ID", + "P1953": "Discogs artist ID", + "P1954": "Discogs master ID", + "P1955": "Discogs label ID", + "P1956": "takeoff and landing capability", + "P1957": "Wikisource index page", + "P1958": "Trismegistos Geo ID", + "P1959": "Dutch Senate person ID", + "P1960": "Google Scholar author ID", + "P1961": "CTHS society ID", + "P1963": "properties for this type", + "P1966": "Biblioteca Nacional de Chile catalogue number", + "P1967": "BoxRec ID", + "P1968": "Foursquare venue ID", + "P1969": "MovieMeter director ID", + "P1970": "MovieMeter Movie ID", + "P1971": "number of children", + "P1972": "Open Hub ID", + "P1973": "RSL editions", + "P1976": "INEGI locality ID", + "P1977": "Les Archives du Spectacle Person ID", + "P1978": "USDA NDB number", + "P1979": "Righteous Among The Nations ID", + "P1980": "PolSys ID", + "P1981": "FSK film rating", + "P1982": "Anime News Network person ID", + "P1983": "Anime News Network company ID", + "P1984": "Anime News Network manga ID", + "P1985": "Anime News Network anime ID", + "P1986": "Biographical Dictionary of Italian People Identifier", + "P1987": "MCN code", + "P1988": "Delarge ID", + "P1989": "Encyclopaedia Metallum artist ID", + "P1990": "species kept", + "P1991": "LPSN URL", + "P1992": "Plazi ID", + "P1993": "TeX string", + "P1994": "AllMusic composition ID", + "P1995": "health specialty", + "P1996": "parliament.uk ID", + "P1997": "Facebook Places ID", + "P1998": "UCI code", + "P1999": "UNESCO language status", + "P2000": "CPDL ID", + "P2001": "Revised Romanization", + "P2002": "Twitter username", + "P2003": "Instagram username", + "P2004": "NALT ID", + "P2005": "Catalogus Professorum Halensis", + "P2006": "ZooBank author ID", + "P2007": "ZooBank publication ID", + "P2008": "IPNI publication ID", + "P2009": "EXIF model", + "P2010": "EXIF make", + "P2011": "Cooper-Hewitt Person ID", + "P2012": "cuisine", + "P2013": "Facebook ID", + "P2014": "MoMA artwork id", + "P2015": "Hansard (1803\u20132005) ID", + "P2016": "Catalogus Professorum Academiae Groninganae id", + "P2017": "isomeric SMILES", + "P2018": "Teuchos ID", + "P2019": "AllMovie artist ID", + "P2020": "WorldFootball.net ID", + "P2021": "Erd\u0151s number", + "P2024": "German cattle breed ID", + "P2025": "Find A Grave cemetery ID", + "P2026": "Avibase ID", + "P2027": "Colour Index International constitution ID", + "P2028": "United States Armed Forces service number", + "P2029": "Dictionary of Ulster Biography ID", + "P2030": "NASA biographical ID", + "P2031": "work period (start)", + "P2032": "work period (end)", + "P2033": "category for pictures taken with camera", + "P2034": "Project Gutenberg ebook ID", + "P2035": "LinkedIn personal profile URL", + "P2036": "African Plant Database ID", + "P2037": "GitHub username", + "P2038": "ResearchGate person ID", + "P2040": "CITES Species+ ID", + "P2041": "National Gallery of Victoria artist ID", + "P2042": "Artsy artist ID", + "P2043": "length", + "P2044": "elevation above sea level", + "P2045": "orbital inclination", + "P2046": "area", + "P2047": "duration", + "P2048": "height", + "P2049": "width", + "P2050": "wingspan", + "P2051": "M sin i", + "P2052": "speed", + "P2053": "watershed area", + "P2054": "density", + "P2055": "electrical conductivity", + "P2056": "heat capacity", + "P2057": "HMDB ID", + "P2058": "depositor", + "P2060": "luminosity", + "P2061": "aspect ratio", + "P2062": "HSDB ID", + "P2063": "LIPID MAPS ID", + "P2064": "KNApSAcK ID", + "P2065": "NIAID ChemDB ID", + "P2066": "fusion enthalpy", + "P2067": "mass", + "P2068": "thermal conductivity", + "P2069": "magnetic moment", + "P2070": "Fellow of the Royal Society ID", + "P2071": "M\u00e9moire des hommes ID", + "P2072": "CDB Chemical ID", + "P2073": "vehicle range", + "P2074": "internetmedicin.se ID", + "P2075": "speed of sound", + "P2076": "temperature", + "P2077": "pressure", + "P2078": "user manual link", + "P2079": "fabrication method", + "P2080": "AcademiaNet ID", + "P2081": "BLDAM object ID", + "P2082": "M.49 code", + "P2083": "Leadscope ID", + "P2084": "ZINC ID", + "P2085": "Nikkaji ID", + "P2086": "CDD Public ID", + "P2087": "Crunchbase person ID", + "P2088": "Crunchbase organisation ID", + "P2089": "Library of Congress JukeBox ID", + "P2090": "Power of 10 athlete ID", + "P2091": "FISA rower ID", + "P2092": "Bildindex der Kunst und Architektur ID", + "P2093": "author name string", + "P2094": "competition class", + "P2095": "co-driver", + "P2096": "media legend", + "P2097": "term length of office", + "P2098": "substitute\/deputy\/replacement of office\/officeholder", + "P2099": "BC Geographical Names ID", + "P2100": "Banque de noms de lieux du Qu\u00e9bec ID", + "P2101": "melting point", + "P2102": "boiling point", + "P2103": "size of team at start", + "P2105": "size of team at finish", + "P2106": "RXNO Ontology", + "P2107": "decomposition point", + "P2108": "Kunstindeks Danmark artwork ID", + "P2109": "installed capacity", + "P2112": "wing area", + "P2113": "sublimation temperature", + "P2114": "half-life", + "P2115": "NDF-RT ID", + "P2116": "enthalpy of vaporization", + "P2117": "combustion enthalpy", + "P2118": "kinematic viscosity", + "P2119": "vapor pressure", + "P2120": "radius", + "P2121": "prize money", + "P2123": "YerelNet village ID", + "P2124": "member count", + "P2125": "Revised Hepburn romanization", + "P2126": "Georgian national system of romanization", + "P2127": "International Nuclear Event Scale", + "P2128": "flash point", + "P2129": "IDLH", + "P2130": "cost", + "P2131": "nominal GDP", + "P2132": "nominal GDP per capita", + "P2133": "total debt", + "P2134": "total reserves", + "P2135": "total exports", + "P2136": "total imports", + "P2137": "total equity", + "P2138": "total liabilities", + "P2139": "total revenue", + "P2140": "foreign direct investment net outflow", + "P2141": "foreign direct investment net inflow", + "P2142": "box office", + "P2143": "genome size", + "P2144": "frequency", + "P2145": "explosive energy equivalent", + "P2146": "orbital period", + "P2147": "rotation period", + "P2148": "distance from river mouth", + "P2149": "clock speed", + "P2150": "FSB speed", + "P2151": "focal length", + "P2152": "antiparticle", + "P2153": "PubChem Substance ID (SID)", + "P2154": "binding energy", + "P2155": "solid solution series with", + "P2156": "pseudo crystal habit", + "P2157": "lithography", + "P2158": "Cell Line Ontology ID", + "P2159": "solves", + "P2160": "mass excess", + "P2161": "Guthrie code", + "P2162": "Deutsche Ultramarathon-Vereinigung ID", + "P2163": "FAST ID", + "P2164": "SIGIC author ID", + "P2165": "SIGIC group ID", + "P2166": "SIGIC institution ID", + "P2167": "UNSPSC Code", + "P2168": "SFDb person ID", + "P2169": "PublicWhip ID", + "P2170": "Hansard (2006\u2013March 2016) ID", + "P2171": "They Work for You ID", + "P2172": "Parliamentary record identifier", + "P2173": "BBC News Democracy Live ID", + "P2174": "MoMA artist id", + "P2175": "medical condition treated", + "P2176": "drug used for treatment", + "P2177": "solubility", + "P2178": "solvent", + "P2179": "ACM Classification Code (2012)", + "P2180": "Kansallisbiografia ID", + "P2181": "Finnish MP ID", + "P2182": "Finnish Ministers database ID", + "P2183": "ISO 9:1995", + "P2184": "history of topic", + "P2185": "DLI ID", + "P2186": "Wiki Loves Monuments ID", + "P2187": "BiblioNet publication ID", + "P2188": "BiblioNet author ID", + "P2189": "BiblioNet publisher ID", + "P2190": "C-SPAN person ID", + "P2191": "NILF author id", + "P2192": "endangeredlanguages.com ID", + "P2193": "Soccerbase player ID", + "P2194": "PSS-Archi architect id", + "P2195": "Soccerbase manager ID", + "P2196": "students count", + "P2197": "production rate", + "P2198": "average gradient", + "P2199": "autoignition temperature", + "P2200": "electric charge", + "P2201": "electric dipole moment", + "P2202": "lower flammable limit", + "P2203": "upper flammable limit", + "P2204": "minimum explosive concentration", + "P2205": "Spotify album ID", + "P2206": "Discogs release ID", + "P2207": "Spotify track ID", + "P2208": "average shot length", + "P2209": "SourceForge project", + "P2210": "relative to", + "P2211": "position angle", + "P2212": "angular distance", + "P2213": "longitude of ascending node", + "P2214": "parallax", + "P2215": "proper motion", + "P2216": "radial velocity", + "P2217": "cruise speed", + "P2218": "net worth estimate", + "P2219": "real gross domestic product growth rate", + "P2220": "household wealth", + "P2221": "flux", + "P2222": "gyromagnetic ratio", + "P2223": "decay width", + "P2225": "discharge", + "P2226": "market capitalization", + "P2227": "metallicity", + "P2228": "maximum thrust", + "P2229": "thermal design power", + "P2230": "torque", + "P2231": "explosive velocity", + "P2232": "cash", + "P2233": "semi-major axis", + "P2234": "volume as quantity", + "P2235": "external superproperty", + "P2236": "external subproperty", + "P2238": "official symbol", + "P2239": "first aid measures", + "P2240": "median lethal dose", + "P2241": "reason for deprecation", + "P2242": "Florentine musea catalogue ID", + "P2243": "apoapsis", + "P2244": "periapsis", + "P2248": "argument of periapsis", + "P2249": "Refseq Genome ID", + "P2250": "life expectancy", + "P2252": "National Gallery of Art artist ID", + "P2253": "DfE URN", + "P2254": "maximum operating altitude", + "P2255": "Debrett's People of Today ID", + "P2257": "frequency of event", + "P2258": "mobile country code", + "P2259": "mobile network code", + "P2260": "ionization energy", + "P2261": "beam", + "P2262": "draft", + "P2263": "ISOCAT id", + "P2264": "mix'n'match catalogue ID", + "P2266": "Fashion Model Directory model ID", + "P2267": "PolitiFact Personality ID", + "P2268": "Mus\u00e9e d'Orsay artist ID", + "P2270": "Emporis building complex ID", + "P2271": "Wikidata property example for properties", + "P2272": "Hederich encyclopedia article ID", + "P2273": "Heidelberg Academy for Sciences and Humanities member ID", + "P2275": "World Health Organisation International Nonproprietary Name", + "P2276": "UEFA player ID", + "P2277": "Magdeburger Biographisches Lexikon", + "P2278": "Member of the Hellenic Parliament ID", + "P2279": "ambitus", + "P2280": "Austrian Parliament ID", + "P2281": "iTunes album ID", + "P2282": "Groeningemuseum work PID", + "P2283": "uses", + "P2284": "price", + "P2285": "periapsis date", + "P2286": "arterial supply", + "P2287": "CRIStin ID", + "P2288": "lymphatic drainage", + "P2289": "venous drainage", + "P2290": "Danish parish code", + "P2291": "charted in", + "P2292": "consumption rate", + "P2293": "genetic association", + "P2294": "balance of trade", + "P2295": "net profit", + "P2296": "money supply", + "P2297": "employment by economic sector", + "P2298": "NSDAP membership number (1925\u20131945)", + "P2299": "PPP GDP per capita", + "P2300": "minimal lethal dose", + "P2302": "property constraint", + "P2303": "exception to constraint", + "P2304": "group by", + "P2305": "item of property constraint", + "P2306": "property", + "P2307": "namespace", + "P2308": "class", + "P2309": "relation", + "P2310": "minimum date (property constraint)", + "P2311": "maximum date (property constraint)", + "P2312": "maximum quantity (property constraint)", + "P2313": "minimum quantity (property constraint)", + "P2315": "comment (DEPRECATED)", + "P2316": "constraint status", + "P2317": "call sign", + "P2318": "debut participant", + "P2319": "elector", + "P2320": "aftershocks", + "P2321": "general classification of race participants", + "P2322": "article ID", + "P2323": "Swedish Olympic Committee athlete ID", + "P2324": "quantity buried", + "P2325": "mean anomaly", + "P2326": "GNS Unique Feature ID", + "P2327": "ProCyclingStats race ID", + "P2328": "ProCyclingStats team ID", + "P2329": "antagonist muscle", + "P2330": "Cycling Archives race ID", + "P2331": "Cycling Archives team ID", + "P2332": "Dictionary of Art Historians ID", + "P2333": "Norwegian organisation number", + "P2334": "Swedish Film Database film ID", + "P2335": "SFDb company ID", + "P2336": "SFDb soundtrack ID", + "P2337": "SFDb group ID", + "P2338": "Musopen composer ID", + "P2339": "BoardGameGeek ID", + "P2340": "CESAR person ID", + "P2341": "indigenous to", + "P2342": "AGORHA person\/institution ID", + "P2343": "playing range image", + "P2344": "AGORHA work ID", + "P2345": "AGORHA event identifier", + "P2346": "Elonet movie ID", + "P2347": "YSO ID", + "P2348": "time period", + "P2349": "Stuttgart Database of Scientific Illustrators ID", + "P2350": "SpeedSkatingBase.eu ID", + "P2351": "number of graves", + "P2352": "applies to taxon", + "P2353": "statistical unit", + "P2354": "has list", + "P2355": "UNESCO Atlas of the World's Languages in Danger ID", + "P2357": "Classification of Instructional Programs code", + "P2358": "Roman praenomen", + "P2359": "Roman nomen gentilicium", + "P2360": "intended public", + "P2361": "online service", + "P2362": "time to altitude", + "P2363": "NMHH film rating", + "P2364": "production code", + "P2365": "Roman cognomen", + "P2366": "Roman agnomen", + "P2367": "Australian Stratigraphic Units Database ID", + "P2368": "Sandbox-Property", + "P2369": "Soccerway player ID", + "P2370": "conversion to SI unit", + "P2371": "FAO risk status", + "P2372": "ODIS ID", + "P2373": "Genius artist ID", + "P2374": "natural abundance", + "P2375": "has superpartner", + "P2376": "superpartner of", + "P2377": "MediaWiki hooks used", + "P2378": "issued by", + "P2379": "deprecated in version", + "P2380": "French Sculpture Census artist ID", + "P2381": "Academic Tree ID", + "P2382": "Chemins de m\u00e9moire ID", + "P2383": "CTHS person ID", + "P2384": "statement describes", + "P2385": "French diocesan architects ID", + "P2386": "diameter", + "P2387": "Elonet person ID", + "P2388": "office held by head of the organisation", + "P2389": "organisation directed from the office", + "P2390": "Ballotpedia ID", + "P2391": "OKPO ID", + "P2392": "teaching method", + "P2393": "NCBI Locus tag", + "P2394": "MGI Gene Symbol", + "P2396": "image of function", + "P2397": "YouTube channel ID", + "P2398": "MLS player ID", + "P2399": "British Council artist ID", + "P2400": "JMDb film ID", + "P2401": "Six Degrees of Francis Bacon ID", + "P2402": "total expenditure", + "P2403": "total assets", + "P2404": "time-weighted average exposure limit", + "P2405": "ceiling exposure limit", + "P2406": "maximum peak exposure limit", + "P2407": "short-term exposure limit", + "P2408": "set in period", + "P2409": "CiNii article ID", + "P2410": "WikiPathways ID", + "P2411": "Artsy gene", + "P2412": "Fashion Model Directory designer ID", + "P2413": "Fashion Model Directory magazine ID", + "P2414": "substrate of", + "P2415": "personal best", + "P2416": "sports discipline competed in", + "P2417": "stage classification", + "P2418": "Structurae person ID", + "P2421": "Prosopographia Attica", + "P2423": "FIE fencer ID", + "P2424": "Berlin cultural heritage ID", + "P2425": "service ribbon image", + "P2426": "Xeno-canto species ID", + "P2427": "GRID ID", + "P2428": "RePEc Short-ID", + "P2429": "expected completeness", + "P2430": "takeoff roll", + "P2431": "Thyssen-Bornemisza artist ID", + "P2432": "J. Paul Getty Museum artist id", + "P2433": "gender of a scientific name of a genus", + "P2434": "Panarctic Flora ID", + "P2435": "PORT person ID", + "P2436": "voltage", + "P2437": "number of seasons", + "P2438": "narrator", + "P2440": "transliteration", + "P2441": "literal translation", + "P2442": "conversion to standard unit", + "P2443": "stage reached", + "P2444": "homoglyph", + "P2445": "metasubclass of", + "P2446": "Transfermarkt player ID", + "P2447": "Transfermarkt manager ID", + "P2448": "Turkish Football Federation player ID", + "P2449": "Turkish Football Federation coach ID", + "P2450": "Encyclop\u00e6dia Britannica contributor ID", + "P2451": "MAME ROM", + "P2452": "GeoNames feature code", + "P2453": "nominee", + "P2454": "KNAW past member ID", + "P2455": "Species Profile and Threats Database ID", + "P2456": "DBLP ID", + "P2457": "Australian National Shipwreck ID", + "P2458": "Mackolik.com player ID", + "P2459": "IBU biathlete ID", + "P2460": "Persons of Ancient Athens", + "P2461": "ComLaw ID", + "P2462": "member of the deme", + "P2463": "elibrary.ru organisation ID", + "P2464": "BugGuide ID", + "P2465": "Allcinema film ID", + "P2467": "Global Geoparks Network ID", + "P2468": "Theatricalia theatre ID", + "P2469": "Theatricalia person ID", + "P2470": "Talousel\u00e4m\u00e4n vaikuttajat ID", + "P2471": "Models.com person ID", + "P2472": "ACMA Radiocommunications Licence ID", + "P2473": "IGCPV ID", + "P2474": "CDLI ID", + "P2475": "NAVA ID", + "P2476": "HNI person\/institution ID", + "P2477": "BDRC ID", + "P2478": "Railways Archive event ID", + "P2479": "SPDX ID", + "P2480": "IHO Hydrographic Dictionary (S-32) Number", + "P2481": "Elite Prospects player ID", + "P2482": "SABR ID", + "P2483": "NCES District ID", + "P2484": "NCES School ID", + "P2485": "Fashion Model Directory photographer ID", + "P2486": "Fashion Model Directory brand ID", + "P2487": "page at website of Belarus Geocenter", + "P2488": "page at Belarus Globe website", + "P2489": "page at hram.by", + "P2490": "page at OSTIS Belarus Wiki", + "P2491": "Radzima.org ID", + "P2492": "MTMT author ID", + "P2493": "OM institution ID", + "P2494": "Latvian cultural heritage register ID", + "P2496": "Latvian toponymic names database ID", + "P2497": "Latvian National Address Register ID", + "P2498": "Catalan Biographical Dictionary of Women ID", + "P2499": "league level above", + "P2500": "league level below", + "P2501": "results", + "P2502": "classification of race", + "P2503": "Historical Gazetteer (GOV) ID", + "P2504": "Norwegian municipality number", + "P2505": "carries", + "P2506": "INSEE canton code", + "P2507": "corrigendum \/ erratum", + "P2508": "KINENOTE film ID", + "P2509": "Movie Walker ID", + "P2510": "National Discography of Italian Song artist\/group ID", + "P2511": "MSK Gent work PID", + "P2512": "spin-off", + "P2513": "Jamendo album ID", + "P2514": "Jamendo artist ID", + "P2515": "costume designer", + "P2516": "Australian Ramsar site ID", + "P2517": "category for recipients of this award", + "P2518": "Scope.dk film ID", + "P2519": "Scope.dk person ID", + "P2520": "UNESCO Biosphere Reserve url", + "P2521": "female form of label", + "P2522": "victory", + "P2524": "SEED number", + "P2525": "Ramsar Sites Information Service ID", + "P2526": "National Historic Sites of Canada ID", + "P2527": "earthquake magnitude on the moment magnitude scale", + "P2528": "earthquake magnitude on the Richter magnitude scale", + "P2529": "\u010cSFD film ID", + "P2530": "Box Office Mojo franchise ID", + "P2531": "Box Office Mojo studio ID", + "P2532": "lowest atmospheric pressure", + "P2533": "WomenWriters ID", + "P2534": "defining formula", + "P2535": "Sandbox-Mathematical expression", + "P2536": "Sandbox-External identifier", + "P2537": "Free Software Directory entry", + "P2538": "Nationalmuseum Sweden artist ID", + "P2539": "Nationalmuseum Sweden artwork ID", + "P2540": "Aarne\u2013Thompson\u2013Uther Tale Type Index", + "P2541": "operating area", + "P2542": "acceptable daily intake", + "P2545": "bowling style", + "P2546": "sidekick of", + "P2547": "perimeter", + "P2548": "strand orientation", + "P2549": "Italian Senate of the Republic ID", + "P2550": "recording or performance of", + "P2551": "used metre", + "P2552": "quantitative metrical pattern", + "P2553": "in work", + "P2554": "production designer", + "P2555": "fee", + "P2556": "bore", + "P2557": "stroke", + "P2558": "autores.uy ID", + "P2559": "Wikidata usage instructions", + "P2560": "GPU", + "P2561": "name", + "P2562": "married name", + "P2563": "superhuman feature or ability", + "P2564": "K\u00f6ppen climate classification", + "P2565": "global-warming potential", + "P2566": "ECHA InfoCard ID", + "P2567": "amended by", + "P2568": "repealed by", + "P2571": "uncertainty corresponds to", + "P2572": "Twitter hashtag", + "P2573": "number of out of school children", + "P2574": "National-Football-Teams.com player ID", + "P2575": "measures", + "P2576": "UCSC Genome Browser assembly ID", + "P2577": "admissible rule in", + "P2578": "studies", + "P2579": "studied by", + "P2580": "Baltisches Biographisches Lexikon digital ID", + "P2581": "BabelNet ID", + "P2582": "J. Paul Getty Museum object ID", + "P2583": "distance from Earth", + "P2584": "Australian Wetlands Code", + "P2585": "INSEE region code", + "P2586": "INSEE department code", + "P2587": "has phoneme", + "P2588": "administrative code of Indonesia", + "P2589": "Statistics Indonesia ethnicity code", + "P2590": "BPS language code", + "P2591": "grammatical option indicates", + "P2592": "Qu\u00e9bec cultural heritage directory people identifier", + "P2593": "Latvian Olympic Committee athlete ID", + "P2595": "maximum gradient", + "P2596": "culture", + "P2597": "Gram staining", + "P2598": "serial number", + "P2599": "block size", + "P2600": "Geni.com profile ID", + "P2601": "Eurohockey.com player ID", + "P2602": "HockeyDB.com player ID", + "P2603": "Kinopoisk film ID", + "P2604": "Kinopoisk person ID", + "P2605": "\u010cSFD person ID", + "P2606": "PlayStation ID", + "P2607": "BookBrainz creator ID", + "P2610": "thickness", + "P2611": "TED speaker ID", + "P2612": "TED topic ID", + "P2613": "TED talk ID", + "P2614": "World Heritage criteria", + "P2618": "inHerit Place Number", + "P2619": "Hungarian company ID", + "P2620": "ISO 15924 numeric code", + "P2621": "Site of Special Scientific Interest (England) ID", + "P2622": "Companies House ID", + "P2623": "MEK ID", + "P2624": "MetroLyrics ID", + "P2625": "PASE ID", + "P2626": "DNF person ID", + "P2627": "ISO 9362 SWIFT\/BIC code", + "P2628": "German tax authority ID", + "P2629": "BBFC rating", + "P2630": "cost of damage", + "P2631": "Turner Classic Movies film ID", + "P2632": "place of detention", + "P2633": "geography of topic", + "P2634": "model", + "P2635": "number of parts of a work of art", + "P2636": "Minkultury film ID", + "P2637": "RARS rating", + "P2638": "TV.com ID", + "P2639": "Filmportal ID", + "P2640": "Swimrankings.net swimmer ID", + "P2641": "Davis Cup player ID", + "P2642": "Fed Cup player ID", + "P2643": "Carnegie Classification of Institutions of Higher Education", + "P2645": "mean lifetime", + "P2646": "mirTarBase ID", + "P2647": "source of material", + "P2648": "Cycling Quotient ID men's race ID", + "P2649": "Cycling Quotient men's team URL", + "P2650": "interested in", + "P2651": "CRICOS Provider Code", + "P2652": "partnership with", + "P2655": "Estyn ID", + "P2657": "EU transparency register ID", + "P2658": "Scoville grade", + "P2659": "topographic isolation", + "P2660": "topographic prominence", + "P2661": "target interest rate", + "P2662": "consumption rate per capita", + "P2663": "common equity tier 1 capital ratio (CETI)", + "P2664": "units sold", + "P2665": "alcohol by volume", + "P2666": "Datahub page", + "P2667": "corresponding template", + "P2668": "stability of property value", + "P2669": "discontinued date", + "P2670": "has parts of the class", + "P2671": "Google Knowledge Graph ID", + "P2672": "SOATO ID", + "P2673": "next crossing upstream", + "P2674": "next crossing downstream", + "P2675": "reply to", + "P2676": "rating certificate ID", + "P2677": "relative position within image", + "P2678": "Russiancinema.ru film ID", + "P2679": "author of foreword", + "P2680": "author of afterword", + "P2681": "is recto of", + "P2682": "is verso of", + "P2683": "Bekker Number", + "P2684": "Kijkwijzer rating", + "P2685": "Basketball-Reference.com NBA player ID", + "P2686": "OpenSecrets people ID", + "P2687": "NDL JPNO", + "P2688": "Box Office Mojo person ID", + "P2689": "BARTOC ID", + "P2694": "ISU figure skater ID", + "P2695": "type locality (geology)", + "P2696": "FIG gymnast licence number", + "P2697": "ESPNcricinfo.com player ID", + "P2698": "CricketArchive player ID", + "P2699": "URL", + "P2700": "protocol", + "P2701": "file format", + "P2702": "dataset distribution", + "P2703": "BFI work ID", + "P2704": "EIDR identifier", + "P2705": "Karate Records ID", + "P2708": "Cycling Quotient women's race ID", + "P2709": "Cycling Quotient female cyclist ID", + "P2710": "minimal lethal concentration", + "P2712": "median lethal concentration", + "P2713": "sectional view", + "P2715": "elected in", + "P2716": "collage image", + "P2717": "no-observed-adverse-effect level", + "P2718": "lowest-observed-adverse-effect level", + "P2719": "Hungarian-style transcription", + "P2720": "embed URL template", + "P2721": "Encyclopaedia Metallum release ID", + "P2722": "Deezer artist ID", + "P2723": "Deezer album ID", + "P2724": "Deezer track ID", + "P2725": "GOG application ID", + "P2726": "UIPM ID", + "P2727": "United World Wrestling ID", + "P2728": "CageMatch worker ID", + "P2729": "Badminton World Federation ID", + "P2730": "ISSF ID", + "P2732": "Pers\u00e9e author ID", + "P2733": "Pers\u00e9e journal ID", + "P2734": "Unz Review author identifier", + "P2735": "Unz Review journal identifier", + "P2736": "Biographical Directory of Federal Judges ID", + "P2737": "union of", + "P2738": "disjoint union of", + "P2739": "typeface\/font", + "P2740": "ResearchGate institute ID", + "P2741": "Tate artist identifier", + "P2742": "Australian Geological Provinces ID", + "P2743": "this zoological name is coordinate with", + "P2744": "PASE name", + "P2745": "Dictionary of New Zealand Biography", + "P2746": "production statistics", + "P2747": "Filmiroda rating", + "P2748": "PRONOM file format identifier", + "P2749": "PRONOM software identifier", + "P2750": "Photographers' Identities Catalog ID", + "P2751": "Roller Coaster Database ID", + "P2752": "New Zealand Organisms Register ID", + "P2753": "Dictionary of Canadian Biography ID", + "P2754": "production date", + "P2755": "exploitation visa number", + "P2756": "EIRIN film rating", + "P2758": "CNC film rating (France)", + "P2759": "AUSNUT food ID", + "P2760": "NUTTAB food ID", + "P2761": "Research Papers in Economics Series handle", + "P2762": "Skyscraper Center building complex ID", + "P2763": "Danish protected area ID", + "P2764": "Wrestlingdata person ID", + "P2765": "blue-style.com ID", + "P2766": "ISO 4063 process number", + "P2767": "JudoInside.com ID", + "P2768": "BNE journal ID", + "P2769": "budget", + "P2770": "source of income", + "P2771": "D-U-N-S", + "P2772": "FIS alpine skier ID", + "P2773": "FIS cross-country skier ID", + "P2774": "FIS freestyle skier ID", + "P2775": "FIS ski jumper ID", + "P2776": "FIS Nordic combined skier ID", + "P2777": "FIS snowboarder ID", + "P2778": "IAT triathlete ID", + "P2779": "IAT weightlifter ID", + "P2780": "IAT diver ID", + "P2781": "race time", + "P2782": "Models.com client ID", + "P2783": "Danish listed buildings case ID", + "P2784": "Mercalli intensity scale", + "P2786": "aerodrome reference point", + "P2787": "longest span", + "P2788": "Czech neighbourhood ID code", + "P2789": "connects with", + "P2790": "net tonnage", + "P2791": "power consumed", + "P2792": "ASF KID Cave Tag Number", + "P2793": "clearance", + "P2794": "Index Hepaticarum ID", + "P2795": "directions", + "P2796": "3DMet ID", + "P2797": "sound power level", + "P2798": "Loop ID", + "P2799": "BVMC person ID", + "P2800": "Beach Volleyball Database ID", + "P2801": "FIVB beach volleyball player ID", + "P2802": "fleet or registration number", + "P2803": "Wikidata time precision", + "P2804": "World Sailing member ID", + "P2805": "Goratings ID", + "P2806": "vibration", + "P2807": "molar volume", + "P2808": "wavelength", + "P2809": "Australasian Pollen and Spore Atlas Code", + "P2810": "LPGA Tour ID", + "P2811": "PGA Tour ID", + "P2812": "MathWorld identifier", + "P2813": "mouthpiece", + "P2814": "P-number", + "P2815": "ESR station code", + "P2816": "HowLongToBeat ID", + "P2817": "appears in the heritage monument list", + "P2818": "Sherdog ID", + "P2819": "Yandex.Music album ID", + "P2820": "cardinality of this set", + "P2821": "by-product", + "P2822": "by-product of", + "P2823": "Royal Belgian Football Association player ID", + "P2824": "Gazetteer of Planetary Nomenclature ID", + "P2825": "via", + "P2826": "Megogo ID", + "P2827": "flower color", + "P2828": "corporate officer", + "P2829": "Internet Wrestling Database ID", + "P2830": "Online World of Wrestling ID", + "P2831": "totem", + "P2832": "Joint Electronics Type Designation Automated System designation", + "P2833": "ARKive ID", + "P2834": "individual tax rate", + "P2835": "lowest income threshold", + "P2836": "highest income threshold", + "P2838": "professional name (Japan)", + "P2839": "gait", + "P2840": "NSC number", + "P2841": "age of onset", + "P2842": "place of marriage", + "P2843": "Benezit ID", + "P2844": "incidence", + "P2845": "RAN ID", + "P2846": "wheelchair accessibility", + "P2847": "Google+ ID", + "P2848": "Wi-Fi", + "P2849": "produced by", + "P2850": "iTunes artist ID", + "P2851": "payment types accepted", + "P2852": "emergency phone number", + "P2853": "electrical plug type", + "P2854": "disease burden", + "P2855": "VAT-rate", + "P2856": "EU Surface Water Body Code", + "P2857": "WWE.com superstar ID", + "P2858": "KLOV ID", + "P2859": "X-SAMPA Code", + "P2860": "cites", + "P2861": "Leidse Hoogleraren ID", + "P2862": "Catalogus Professorum Academiae Rheno-Traiectinae ID", + "P2863": "Nederlandse Molendatabase ID", + "P2864": "OpenCritic ID", + "P2865": "band number", + "P2866": "Hollandsche Molen ID", + "P2867": "Molenecho's ID", + "P2868": "subject has role", + "P2869": "record or record progression", + "P2870": "miRBase pre-miRNA ID", + "P2871": "miRBase mature miRNA ID", + "P2872": "tourist office", + "P2873": "time in space", + "P2874": "PubChem BioAssay ID (AID)", + "P2875": "property usage tracking category", + "P2876": "type of unit for this property", + "P2877": "SureChEMBL ID", + "P2878": "Minitel code", + "P2879": "Library of the National Congress of Argentina ID", + "P2880": "NIOSHTIC-2 ID", + "P2881": "promoted", + "P2882": "relegated", + "P2883": "HKMDb film ID", + "P2884": "mains voltage", + "P2886": "Shakeosphere person ID", + "P2887": "reserve number (Canada)", + "P2888": "exact match", + "P2889": "FamilySearch person ID", + "P2892": "UMLS CUI", + "P2893": "Skype username", + "P2894": "day of week", + "P2895": "maximum sustained winds", + "P2896": "publication interval", + "P2897": "Eldoblaje Movie ID", + "P2898": "Swedish county letter", + "P2899": "minimum age", + "P2900": "fax number", + "P2903": "Molendatabase verdwenen molens ID", + "P2904": "Beer Advocate brewery ID", + "P2905": "RateBeer brewery ID", + "P2907": "timezone offset", + "P2908": "SecondHandSongs song ID", + "P2909": "SecondHandSongs artist ID", + "P2910": "icon", + "P2911": "time gap", + "P2912": "distinctive jersey", + "P2913": "date depicted", + "P2914": "MSBI person ID", + "P2915": "ECARTICO person ID", + "P2916": "syntax clarification", + "P2917": "COAM structure ID", + "P2918": "PO Box", + "P2919": "label in sign language", + "P2922": "month of the year", + "P2923": "focal height", + "P2924": "Great Russian Encyclopedia Online ID", + "P2925": "domain of saint or deity", + "P2926": "InterPro ID", + "P2927": "water as percent of area", + "P2928": "memory capacity", + "P2929": "lighthouse range", + "P2930": "INSPIRE-HEP author ID", + "P2931": "Encyclopedia of Triangle Centers identifier", + "P2935": "connector", + "P2936": "language used", + "P2937": "parliamentary term", + "P2938": "Pleiades place type identifier", + "P2939": "CageMatch tag team ID", + "P2940": "Catalogus Professorum Rostochiensium ID", + "P2941": "Munk's Roll ID", + "P2942": "Dailymotion channel ID", + "P2943": "warheroes.ru ID", + "P2944": "Plarr ID", + "P2945": "British Book Trade Index ID", + "P2946": "BacDive ID", + "P2948": "Estonian cultural monument ID", + "P2949": "WikiTree person ID", + "P2950": "Nomisma ID", + "P2951": "Cultural heritage database in Austria ObjektID", + "P2952": "boat of heritage interest ID", + "P2953": "Estonian Research Portal person ID", + "P2954": "Transferred Account Data Interchange Group Code", + "P2955": "point of penalty", + "P2956": "NAIF ID", + "P2957": "throughput", + "P2959": "permanent duplicated item", + "P2960": "archive date", + "P2961": "BVPH ID", + "P2962": "title of chess player", + "P2963": "Goodreads author ID", + "P2964": "right to vote", + "P2965": "EU River Basin District code", + "P2966": "National Library of Wales ID", + "P2967": "Queensland Heritage Register ID", + "P2968": "QUDT unit ID", + "P2969": "Goodreads book ID", + "P2970": "Kinopolis film ID", + "P2971": "GCatholic church ID", + "P2972": "SNAP ID", + "P2973": "Spenserians person ID", + "P2974": "habitat", + "P2975": "host", + "P2976": "patronym or matronym for this name", + "P2977": "LBT person ID", + "P2978": "wheel arrangement", + "P2979": "maritime identification digits", + "P2980": "ARLHS Lighthouse ID", + "P2981": "UIC alphabetical country code", + "P2982": "UIC numerical country code", + "P2983": "UNDP country code", + "P2984": "Snapchat username", + "P2985": "DSBE ID", + "P2986": "aircraft registration prefix", + "P2987": "Taekwondo Data ID", + "P2988": "GOST 7.67 cyrillic", + "P2989": "has grammatical case", + "P2990": "FIL ID", + "P2991": "IBSF ID", + "P2992": "software quality assurance", + "P2993": "partition coefficient water\/octanol", + "P2997": "age of majority", + "P2998": "age of candidacy", + "P2999": "age of consent", + "P3000": "marriageable age", + "P3001": "retirement age", + "P3002": "Untappd brewery ID", + "P3003": "zanikleobce.cz abandoned objects ID", + "P3004": "Galiciana work ID", + "P3005": "valid in place", + "P3006": "Marine Regions Geographic ID", + "P3007": "Cadw Monument ID", + "P3008": "Australian Heritage Database Place ID", + "P3009": "Conservatoire du littoral ID", + "P3010": "World Archery athlete ID", + "P3012": "Statistics Canada Geographic code", + "P3013": "surface tension", + "P3014": "laws applied", + "P3015": "backup or reserve team or crew", + "P3016": "French national research structure identifier", + "P3017": "Rolling Stone artist ID", + "P3018": "located in protected area", + "P3019": "railway signalling system", + "P3020": "residence time of water", + "P3021": "Iranica ID", + "P3022": "flag bearer", + "P3023": "Legacies of British Slave-ownership person ID", + "P3024": "ITU letter code", + "P3025": "open days", + "P3026": "closed on", + "P3027": "open period from", + "P3028": "open period to", + "P3029": "UK National Archives ID", + "P3030": "sheet music", + "P3031": "EPPO Code", + "P3032": "adjacent building", + "P3033": "package management system", + "P3034": "Indonesian ethnicity code", + "P3035": "ISBN publisher prefix", + "P3036": "precipitation height", + "P3037": "spatial reference system", + "P3038": "IWM memorial ID", + "P3039": "wheelbase", + "P3040": "SoundCloud ID", + "P3041": "luminous intensity", + "P3042": "CageMatch wrestling stable id", + "P3043": "Scoresway soccer person ID", + "P3044": "College Football HoF ID", + "P3045": "HanCinema person ID", + "P3046": "ForaDeJogo player ID", + "P3047": "TheFinalBall player ID", + "P3048": "racing-reference driver ID", + "P3049": "Scottish Football Association player ID", + "P3050": "FACR player ID", + "P3051": "Kindred Britain ID", + "P3052": "Bloomberg person ID", + "P3053": "K League player ID", + "P3054": "Ontario MPP ID", + "P3055": "NAQ elected person ID", + "P3056": "Turner Classic Movies person ID", + "P3057": "Charity Commission no.", + "P3058": "Architectuurgids architect ID", + "P3059": "Architectuurgids building ID", + "P3060": "ButMoth ID", + "P3061": "Basisregistratie Instellingen number", + "P3063": "gestation period", + "P3064": "LepIndex ID", + "P3065": "RERO ID", + "P3066": "GLAM Identifier", + "P3067": "GS1 country code", + "P3068": "WIPO ST.3", + "P3069": "UN document symbol", + "P3070": "dynamic viscosity", + "P3071": "standard molar entropy", + "P3072": "Storting person ID", + "P3073": "CosIng number", + "P3074": "Grace's Guide ID", + "P3075": "official religion", + "P3076": "Open Beauty Facts category ID", + "P3077": "Cineplex film ID", + "P3078": "standard enthalpy of formation", + "P3080": "game artist", + "P3081": "damaged", + "P3082": "destroyed", + "P3083": "SIMBAD ID", + "P3085": "qualifies for event", + "P3086": "speed limit", + "P3087": "fiscal\/tax revenue", + "P3088": "Catalogue of Life in Taiwan ID", + "P3089": "Flags of the World ID", + "P3090": "flight number", + "P3091": "mount", + "P3092": "film crew member", + "P3093": "recovered by", + "P3094": "develops from", + "P3095": "practiced by", + "P3096": "KML file", + "P3097": "ISBN identifier group", + "P3098": "ClinicalTrials.gov Identifier", + "P3099": "Internet Bird Collection species ID", + "P3100": "Flora of Australia ID", + "P3101": "FloraBase ID", + "P3102": "Plantarium ID", + "P3103": "has tense", + "P3104": "Gares & Connexions ID", + "P3105": "Tela Botanica ID", + "P3106": "Guardian topic ID", + "P3107": "LdiF ID", + "P3108": "Yelp ID", + "P3109": "Peakbagger mountain ID", + "P3110": "ISzDb film ID", + "P3111": "FEI ID", + "P3112": "DistroWatch ID", + "P3113": "does not have part", + "P3114": "ISzDb person ID", + "P3115": "ISzDb company ID", + "P3116": "ISzDb dub ID", + "P3117": "DSSTOX substance identifier", + "P3118": "OpenDomesday settlement ID", + "P3119": "Code for China Reservoir Name", + "P3120": "TOID", + "P3121": "Epguides ID", + "P3122": "OpenDomesday person ID", + "P3123": "Stanford Encyclopedia of Philosophy ID", + "P3124": "Polish scientist ID", + "P3125": "EDRPOU code", + "P3126": "ALCUIN ID", + "P3127": "Latindex ID", + "P3128": "CiNetMag film ID", + "P3129": "cine.gr film ID", + "P3130": "NSW Flora ID", + "P3131": "Redalyc journal ID", + "P3132": "last line", + "P3133": "NSZL name authority ID", + "P3134": "TripAdvisor ID", + "P3135": "elCinema film ID", + "P3136": "elCinema person ID", + "P3137": "parent peak", + "P3138": "OFDb ID", + "P3139": "SourehCinema film ID", + "P3140": "SourehCinema person ID", + "P3141": "EDb film ID", + "P3142": "EDb person ID", + "P3143": "elFilm film ID", + "P3144": "elFilm person ID", + "P3145": "Sratim ID", + "P3146": "CiNetMag person ID", + "P3147": "United States Reports ID", + "P3148": "repeals", + "P3149": "molecule conformation", + "P3150": "birthday", + "P3151": "iNaturalist taxon ID", + "P3152": "Findsmiley ID", + "P3153": "Crossref funder ID", + "P3154": "Runeberg author ID", + "P3155": "Runeberg book ID", + "P3156": "Australian Classification", + "P3157": "event distance", + "P3158": "enclosure", + "P3159": "UGentMemorialis ID", + "P3160": "Minnesota legislator ID", + "P3161": "has grammatical mood", + "P3162": "Rock and Roll Hall of Fame ID", + "P3163": "Scottish Charity number", + "P3165": "Horsetelex ID", + "P3166": "Webpedigrees ID", + "P3167": "Allbreedpedigree ID", + "P3168": "Sporthorse data ID", + "P3169": "Harasire ID", + "P3170": "Cultural Heritage Armenia ID", + "P3171": "International Olympic Committee athlete ID", + "P3172": "World Bridge Federation ID", + "P3173": "offers view on", + "P3174": "art director", + "P3175": "Statoids ID", + "P3176": "uses property", + "P3177": "Patrimonio Web JCyL ID", + "P3178": "Zaragoza monument ID", + "P3179": "territory overlaps", + "P3180": "Visual Novel Database ID", + "P3181": "OpenCitations bibliographic resource ID", + "P3182": "FANTOIR code", + "P3183": "WSJ topic ID", + "P3184": "Czech National Bibliography book ID", + "P3185": "VKontakte ID", + "P3186": "TAXREF ID", + "P3187": "Marburger Professorenkatalog ID", + "P3188": "Nobel prize ID", + "P3189": "innervated by", + "P3190": "innervates", + "P3191": "IMIS person ID", + "P3192": "Last.fm music ID", + "P3193": "GS1 Manufacturer code", + "P3194": "INA video ID", + "P3195": "league points system", + "P3196": "USGS earthquake ID", + "P3197": "Federal Heritage Buildings ID (Canada)", + "P3198": "JewishGen Locality ID", + "P3199": "charity number (Isle of Man)", + "P3200": "Northern Ireland charity number", + "P3201": "Medical Dictionary for Regulatory Activities ID", + "P3202": "UAI code", + "P3203": "Cin\u00e9-Ressources film ID", + "P3204": "Cin\u00e9-Ressources person ID", + "P3205": "patient of", + "P3206": "data.gouv.fr org ID", + "P3207": "Vine user ID", + "P3208": "New General Catalogue ID", + "P3209": "Heritage Railway Station of Canada ID", + "P3211": "Heritage Lighthouse of Canada ID", + "P3212": "International Standard Audiovisual Number", + "P3213": "Indian census area code (2001)", + "P3215": "FR SIRET number", + "P3216": "ClassInd rating", + "P3217": "Dictionary of Swedish National Biography", + "P3218": "Au\u00f1amendi ID", + "P3219": "Encyclop\u00e6dia Universalis ID", + "P3220": "KvK company ID", + "P3221": "NYT topic ID", + "P3222": "NE.se ID", + "P3223": "Online List of Lights id", + "P3224": "NAICS code", + "P3225": "Corporate Number (Japan)", + "P3226": "HAS member ID", + "P3227": "Cultural Heritage Kosovo ID", + "P3228": "Schl\u00e4fli symbol", + "P3229": "South Dakota legislator ID", + "P3230": "SCAR Composite Gazetteer place ID", + "P3231": "Mediaarts-DB ID", + "P3232": "PhilPapers author ID", + "P3233": "PhilPeople profile", + "P3234": "Library of Congress Cultural Heritage Organizations", + "P3235": "PhilPapers topic", + "P3236": "PhilPapers publication ID", + "P3237": "KU Leuven person ID", + "P3238": "trunk prefix", + "P3240": "NBN System Key", + "P3241": "Catholic Encyclopedia ID", + "P3242": "SIC code", + "P3243": "OKVED 1.1 code of the economic activity", + "P3245": "OKPD code of the good or service", + "P3246": "OKVED 2 code of the economic activity", + "P3248": "OKP ID of the good or service", + "P3250": "OKPD2 code of the good or service", + "P3251": "minimum viable temperature", + "P3252": "maximum viable temperature", + "P3253": "optimum viable temperature", + "P3254": "property proposal discussion", + "P3256": "Cave E-Cadastre ID", + "P3257": "Queensland place ID", + "P3258": "LiveJournal ID", + "P3259": "intangible cultural heritage status", + "P3260": "points awarded", + "P3261": "anatomical branch of", + "P3262": "has anatomical branch", + "P3263": "base", + "P3264": "radix", + "P3265": "Myspace ID", + "P3266": "LocFDD ID", + "P3267": "Flickr user ID", + "P3268": "PORT organization URL", + "P3269": "Fotografen.nl ID", + "P3270": "compulsory education (minimum age)", + "P3271": "compulsory education (maximum age)", + "P3272": "Zeri image ID", + "P3273": "Actorenregister ID", + "P3274": "content deliverer", + "P3275": "storyboard artist", + "P3276": "Angel List ID", + "P3277": "KANTL member ID", + "P3279": "statistical leader", + "P3280": "BanQ author ID", + "P3281": "French National Assembly Lobbyist ID", + "P3283": "Bandcamp ID", + "P3284": "Yahoo! Japan Talent Database ID", + "P3285": "Mathematics Subject Classification ID", + "P3286": "Squash Info ID", + "P3288": "World Spider Catalog ID", + "P3289": "Cellosaurus ID", + "P3290": "biography at the Landtag of Mecklenburg-Vorpommern", + "P3291": "DocCheck Flexikon En ID", + "P3292": "DocCheck Flexikon De ID", + "P3293": "BALaT image ID", + "P3294": "encoding", + "P3295": "code", + "P3296": "DR\u00daSOP ID", + "P3297": "Flemish Parliament person ID", + "P3298": "Belgian Senate person ID", + "P3299": "student register of the University of Helsinki ID (1640\u20131852)", + "P3300": "musical conductor", + "P3301": "broadcast by", + "P3302": "Open Media Database film ID", + "P3303": "third-party formatter URL", + "P3304": "NGS pumping station ID", + "P3305": "KINENOTE person ID", + "P3306": "ICAA rating", + "P3307": "Galiciana Author ID", + "P3308": "lib.reviews ID", + "P3309": "SummitPost mountain ID", + "P3310": "muscle action", + "P3311": "plan view image", + "P3314": "365chess player ID", + "P3315": "chesstempo ID", + "P3316": "ICCF player ID", + "P3318": "Patrimonio Inmueble de Andaluc\u00eda ID", + "P3320": "board member", + "P3321": "male form of label", + "P3322": "Vlinderstichting-ID", + "P3323": "opponent during disputation", + "P3324": "petit-patrimoine.com ID", + "P3325": "student register of the University of Helsinki ID (1853\u20131899)", + "P3326": "World Waterfall Database ID", + "P3327": "R\u00e9serves naturelles de France ID", + "P3328": "wurvoc.org measure ID", + "P3329": "CIViC variant ID", + "P3330": "Supermodels.nl ID", + "P3331": "HGVS nomenclature", + "P3332": "ACM Digital Library citation ID", + "P3333": "ACM Digital Library event ID", + "P3335": "hazard on site", + "P3337": "generation time", + "P3338": "Encyclopedia of Surfing ID", + "P3339": "World Surf League ID", + "P3340": "Kvikmyndir film ID", + "P3341": "Kvikmyndir person ID", + "P3342": "significant person", + "P3343": "legislation.gov.uk ID", + "P3344": "Vote Smart ID", + "P3345": "RxNorm CUI", + "P3346": "HKMDb person ID", + "P3347": "PermID", + "P3348": "National Library of Greece ID", + "P3349": "designed to carry", + "P3350": "WHO international non-proprietary names ID", + "P3351": "Adult Film Database person ID", + "P3352": "musipedia tune ID", + "P3353": "National Recreation Trails Database ID", + "P3354": "positive therapeutic predictor", + "P3355": "negative therapeutic predictor", + "P3356": "positive diagnostic predictor", + "P3357": "negative diagnostic predictor", + "P3358": "positive prognostic predictor", + "P3359": "negative prognostic predictor", + "P3360": "Nobel Prize People Nomination ID", + "P3361": "PictoRight ID code", + "P3362": "operating income", + "P3363": "Tennis Hall of Fame player ID", + "P3364": "stereoisomer of", + "P3365": "Treccani ID", + "P3366": "GECD person ID", + "P3367": "GECD film ID", + "P3368": "Prabook ID", + "P3370": "G\u00e9opatronyme ID", + "P3371": "Observatoire du Patrimoine Religieux ID", + "P3372": "Auckland Art Gallery artist ID", + "P3373": "sibling", + "P3374": "endianness", + "P3375": "GECD Firmen-ID", + "P3376": "Enterprise number (Belgium)", + "P3377": "Bloomberg company ID", + "P3378": "Merck Index reaction ID", + "P3379": "Model Manual ID", + "P3380": "FAO 2007 genetic resource ID", + "P3381": "File Format Wiki page ID", + "P3382": "GeneDB ID", + "P3383": "film poster", + "P3385": "Japan Sumo Association ID", + "P3386": "French Sculpture Census work ID", + "P3387": "minimum frequency of audible sound", + "P3388": "LittleSis people ID", + "P3389": "Royal Swedish Academy of Letters member ID", + "P3390": "Consolidated code of the electronic catalog of libraries of Belarus", + "P3391": "Verkhovna Rada MP ID", + "P3392": "Surman ID", + "P3393": "LittleSis organisation ID", + "P3394": "Finnish Lake ID", + "P3395": "heart rate", + "P3396": "French Catholic Church structure ID", + "P3397": "Guide of the French Church person ID", + "P3398": "Butterflies and Moths of North America ID", + "P3399": "JTWC tropical cyclone ID", + "P3400": "CORDIS Project ID", + "P3401": "Wilderness.net ID", + "P3402": "CNC film rating (Romania)", + "P3403": "coextensive with", + "P3404": "The Vogue List ID", + "P3405": "Nederlands Soortenregister ID", + "P3406": "Saccharomyces Genome Database ID", + "P3407": "Klosterdatenbank ID", + "P3408": "FINA athlete ID", + "P3409": "Catalogus Professorum Lipsiensis ID", + "P3410": "Clergy of the Church of England database ID", + "P3411": "Saxon Academy of Sciences member ID", + "P3412": "Canadian Environmental Sustainability Indicators ID (Protected areas)", + "P3413": "Leopoldina member ID", + "P3414": "Yle Areena ID", + "P3415": "start period", + "P3416": "end period", + "P3417": "Quora topic ID", + "P3418": "Google Play Store App ID", + "P3419": "Basic Unit of Settlement code (Czech\/Slovak)", + "P3420": "Calflora ID", + "P3421": "Belvedere artist ID", + "P3422": "INSEE countries and foreign territories code", + "P3423": "INSEE arrondissement code", + "P3424": "Polish cultural heritage register number", + "P3425": "Natura 2000 site ID", + "P3426": "ArbetSam ID", + "P3427": "AS.com athlete ID", + "P3428": "INCAA film rating", + "P3429": "Electronic Enlightenment ID", + "P3430": "SNAC Ark ID", + "P3431": "Publons Publication ID", + "P3432": "parent cell line", + "P3433": "biological variant of", + "P3434": "ERIH PLUS ID", + "P3435": "VGMdb artist ID", + "P3436": "AELG ID", + "P3437": "people or cargo transported", + "P3438": "vehicle normally used", + "P3439": "angular resolution", + "P3440": "time signature", + "P3441": "FIFA country code", + "P3442": "Debian stable package", + "P3443": "Victorian Heritage Database ID", + "P3444": "eBird taxon ID", + "P3445": "Cinema of Israel ID", + "P3446": "FIDAL ID", + "P3447": "mirrors data from", + "P3448": "stepparent", + "P3449": "NSW Heritage database ID", + "P3450": "sports season of league or competition", + "P3451": "nighttime view", + "P3452": "inferred from", + "P3453": "IPI base code", + "P3454": "Arch\u00a0Linux package", + "P3455": "CircleID", + "P3456": "ATP tennis tournament ID", + "P3457": "case fatality rate", + "P3458": "CNC authorization number", + "P3459": "Euring number", + "P3460": "colonel-in-chief", + "P3461": "designated as terrorist by", + "P3462": "FAMA work ID", + "P3463": "Fedora package", + "P3464": "medicine marketing authorization", + "P3465": "maximum frequency of audible sound", + "P3466": "Israeli CBS municipal ID", + "P3467": "Inventario Sculture - Polo Museale Fiorentino", + "P3468": "National Inventors Hall of Fame ID", + "P3469": "WTA tennis tournament ID", + "P3470": "Woodland Trust wood ID", + "P3471": "WikiSkripta ID", + "P3472": "VICNAMES Place ID", + "P3473": "Ubuntu package", + "P3475": "SANU member ID", + "P3476": "PSA World Tour ID", + "P3477": "Nihon Tarento Meikan ID", + "P3478": "Songkick artist ID", + "P3479": "Omni topic ID", + "P3480": "base M\u00e9moire reference", + "P3481": "Parks & Gardens UK Record ID", + "P3482": "Europeana Fashion creator ID", + "P3483": "VGMdb album ID", + "P3485": "bite force quotient", + "P3486": "normal respiratory rate", + "P3487": "maximal incubation period in humans", + "P3488": "minimal incubation period in humans", + "P3489": "pregnancy category", + "P3490": "muscle origin", + "P3491": "muscle insertion", + "P3492": "basic reproduction number", + "P3493": "legal status (medicine)", + "P3494": "points classification", + "P3495": "FilmPolski.pl ID", + "P3496": "teams classification by points", + "P3497": "teams classification by time", + "P3498": "ZNIEFF ID", + "P3499": "Gentoo package", + "P3500": "Ringgold ID", + "P3501": "Catholic rite", + "P3502": "Ameblo username", + "P3503": "LombardiaBeniCulturali building ID", + "P3504": "Florentine Inventario Palatina art ID", + "P3505": "BoardGameGeek designer ID", + "P3506": "Luding designer ID", + "P3507": "Bivouac.com mountain ID", + "P3509": "Dagens Nyheter topic ID", + "P3511": "VGMDb organization ID", + "P3512": "means of locomotion", + "P3513": "peakware mountain ID", + "P3514": "U.S. National Geodetic Survey ID", + "P3515": "NPCA ID", + "P3516": "National Park Foundation ID", + "P3517": "Geographical Names Board of New South Wales ID", + "P3518": "Smithsonian trinomial", + "P3519": "Pfam ID", + "P3520": "databaseOlympics.com athlete ID", + "P3521": "EuroTour golf player ID", + "P3522": "NHL.com player ID", + "P3523": "Rfam ID", + "P3524": "Simple Modular Architecture Research Tool ID", + "P3525": "acb.com ID", + "P3526": "wisdenindia.com ID", + "P3527": "eurobasket.com ID", + "P3528": "Luding game ID", + "P3529": "median income", + "P3530": "par", + "P3531": "AZBilliards ID", + "P3532": "databaseFootball.com ID", + "P3533": "draftexpress.com ID", + "P3534": "Australian Government Organisations Register ID", + "P3535": "JapanTour golf player ID", + "P3536": "euroleague.net ID", + "P3537": "FootballDatabase.eu ID", + "P3538": "Fussballdaten.de ID", + "P3539": "NFL.com ID", + "P3541": "MLB ID", + "P3542": "FIBA player ID", + "P3544": "Te Papa person ID", + "P3545": "Theoi Project ID", + "P3546": "AustralianFootball.com ID", + "P3547": "AFL Tables player ID", + "P3548": "Australian Business Number", + "P3549": "Australian Company Number", + "P3550": "Australian Register of Therapeutic Goods ID", + "P3551": "Australian Registered Body Number", + "P3552": "Australian Registered Scheme Number", + "P3553": "Zhihu topic ID", + "P3554": "World Series of Poker ID", + "P3555": "World Guide to Covered Bridges ID", + "P3556": "World Curling Tour ID", + "P3557": "World Curling Federation ID", + "P3558": "USCF ID", + "P3559": "maximum size or capacity", + "P3560": "College Football Data Warehouse ID", + "P3561": "pro-football-reference ID", + "P3562": "Admiralty number", + "P3563": "NGA Lighthouse ID", + "P3564": "Global Poker Index ID", + "P3565": "J.League player ID", + "P3566": "Just Sports Stats ID", + "P3567": "HHOF.com NHL player ID", + "P3568": "OWGR ID", + "P3569": "Cultureel Woordenboek identifier", + "P3570": "European Case Law id", + "P3571": "ESPN.com MLB player ID", + "P3572": "ESPNcricinfo playing ground ID", + "P3573": "European Handball Federation player ID", + "P3574": "Fangraphs ID", + "P3575": "data size", + "P3576": "TLG author ID", + "P3577": "Croatian Football Federation player ID", + "P3578": "autologous cell line", + "P3579": "Sina Weibo ID", + "P3580": "SIPCA code", + "P3581": "Pro Football Hall of Fame ID", + "P3582": "SunshineTour ID", + "P3583": "Surfline ID", + "P3584": "ITRA runner ID", + "P3585": "UltraSignup runner ID", + "P3586": "CricketArchive playing ground ID", + "P3587": "Common Vulnerabilities and Exposures ID", + "P3588": "WNBA player ID", + "P3589": "GCD series ID", + "P3590": "Relations Ontology ID", + "P3591": "WCSPF ID", + "P3592": "Saros cycle of eclipse", + "P3593": "AFI Catalog of Feature Films ID", + "P3594": "Araneae Spider ID", + "P3595": "BLF article ID", + "P3596": "Danish ancient monument ID", + "P3597": "F-Droid package", + "P3598": "Hockey-reference player ID", + "P3599": "archival creator authority record at the Archives nationales", + "P3600": "protected heritage site in Brussels ID", + "P3601": "MarineTraffic Lighthouse ID", + "P3602": "candidacy in election", + "P3603": "Minneapolis Institute of Art constituent ID", + "P3604": "ITU triathlete ID", + "P3605": "90minut player ID", + "P3606": "BOLD Systems taxon ID", + "P3607": "Booking.com hotel ID", + "P3608": "EU VAT number", + "P3609": "Recreation.gov area ID", + "P3610": "fare zone", + "P3611": "Borden Code", + "P3612": "Le Monde diplomatique subject ID", + "P3613": "Naturv\u00e5rdsregistret ID", + "P3614": "DigDag ID", + "P3615": "Vision of Britain unit ID", + "P3616": "Vision of Britain place ID", + "P3618": "base salary", + "P3619": "ski-db.com skier ID", + "P3620": "BWFbadminton.com player ID", + "P3621": "Darts Database player ID", + "P3622": "rusbandy player ID", + "P3623": "BadmintonLink player ID", + "P3624": "CWE ID", + "P3625": "Kirshenbaum code", + "P3626": "Australian Antarctic Gazetteer ID", + "P3627": "Historical Gazetteer of England's Place Names ID", + "P3628": "British History Online VCH ID", + "P3629": "stated age at event", + "P3630": "Babelio author ID", + "P3631": "Babelio work ID", + "P3632": "British Museum thesaurus ID", + "P3633": "British Museum place ID", + "P3634": "The Met object ID", + "P3635": "Peakbagger area ID", + "P3636": "PDB ligand ID", + "P3637": "European Medicines Agency product number", + "P3638": "Oorlogsmonument ID", + "P3639": "KEPN ID", + "P3640": "National Drug Code", + "P3641": "Uniform Type Identifier", + "P3642": "ARCHON code", + "P3643": "significant environmental impact", + "P3644": "FFR player ID", + "P3645": "All Blacks player ID", + "P3646": "Basketball Hall of Fame ID", + "P3647": "NBA player ID", + "P3648": "NatureServe conservation status", + "P3650": "JMK film rating", + "P3651": "American Hockey League player ID", + "P3652": "Kontinental Hockey League player ID", + "P3653": "ARRS runner ID", + "P3654": "Chess.com player ID", + "P3655": "BDFutbol player ID", + "P3656": "Cross-tables.com Scrabble player ID", + "P3657": "Croatian Football Statistics ID", + "P3658": "DZFoot.com player ID", + "P3659": "Estonian Football Association player ID", + "P3660": "FootballFacts.ru player ID", + "P3661": "ForaDeJogo manager ID", + "P3662": "Football Federation of Ukraine player ID", + "P3663": "Fotbal DNES player ID", + "P3664": "Futsal Planet player ID", + "P3665": "L'\u00c9quipe football player ID", + "P3666": "EPCR player ID", + "P3667": "International Weightlifting Federation ID", + "P3668": "Sambafoot player ID", + "P3669": "Swimming Australia swimmer ID", + "P3670": "Tennis Archives player ID", + "P3671": "USA Gymnastics athlete ID", + "P3672": "International Orienteering Federation athlete ID", + "P3673": "film-documentaire.fr film ID", + "P3674": "Mutopia composer ID", + "P3675": "Hans Christian Andersen Centre work ID", + "P3676": "National Bridge Inventory Number", + "P3677": "Wereld van Oranje player ID", + "P3678": "SA Rugby player ID", + "P3679": "stock market index", + "P3680": "statement supported by", + "P3681": "ESPNFC.com player ID", + "P3682": "Australian Olympic Committee athlete ID", + "P3683": "LFP player ID", + "P3684": "DriverDB driver ID", + "P3685": "ESPN.com NBA player ID", + "P3686": "ESPN.com NFL player ID", + "P3687": "ESPN.com NHL player ID", + "P3689": "ICF canoer ID", + "P3690": "IFSC climber ID", + "P3691": "ISHOF swimmer ID", + "P3692": "NCAA sports team ID", + "P3693": "short-track speed skater ISU ID", + "P3694": "SpeedSkatingNews.info speed skater ID", + "P3695": "SpeedSkatingStats speed skater ID", + "P3696": "SRCBB player ID", + "P3697": "SRCFB player ID", + "P3698": "Tennis Australia player ID", + "P3699": "Transfermarkt referee ID", + "P3700": "NHF player ID", + "P3701": "incarnation of", + "P3702": "Catalogue of Illuminated Manuscripts ID", + "P3703": "JMDb person or company ID", + "P3704": "KMDb film ID", + "P3705": "RITVA Program ID", + "P3706": "RITVA Person ID", + "P3707": "Gridabase glacier ID", + "P3708": "PhDTree person ID", + "P3709": "category for value different from Wikidata", + "P3710": "Jewish Encyclopedia Daat ID", + "P3711": "Vanderkrogt.net Statues ID", + "P3712": "objective of project or action", + "P3713": "category for value not in Wikidata", + "P3714": "Recreation.gov facility ID", + "P3715": "NISH Hall of Fame ID", + "P3716": "social classification", + "P3717": "MEROPS enzyme ID", + "P3718": "NCMEC person ID", + "P3719": "regulated by", + "P3720": "GPnotebook ID", + "P3721": "public key fingerprint", + "P3722": "Commons maps category", + "P3723": "USCG Lighthouse ID", + "P3724": "USHMM Holocaust Encyclopedia ID", + "P3725": "CEV player ID", + "P3726": "Eu-football.info player ID", + "P3727": "Serbia municipality ID", + "P3728": "New Zealand Heritage List number", + "P3729": "next lower rank", + "P3730": "next higher rank", + "P3731": "Serbia cadastral municipality ID", + "P3732": "PhilPapers record", + "P3733": "MOOMA artist ID", + "P3734": "category for value same as Wikidata", + "P3735": "Yad Vashem Encyclopedia of the Ghettos ID", + "P3736": "Eurovision Song Contest song ID", + "P3737": "maximum wavelength of sensitivity", + "P3738": "minimum wavelength of sensitivity", + "P3739": "inflorescence", + "P3740": "number of works", + "P3741": "seed dispersal", + "P3742": "FIH player ID", + "P3743": "ITU\/ISO\/IEC object identifier", + "P3744": "number of subscribers", + "P3745": "World Rugby Sevens Series ID", + "P3746": "Wildflowers of Israel ID", + "P3747": "SSRN author ID", + "P3748": "Israel Football Association national team player ID", + "P3749": "Google Maps CID", + "P3750": "KMDb documentary ID", + "P3751": "Shoftim BeIsrael judge ID", + "P3752": "worst-case performance", + "P3753": "best-case performance", + "P3754": "average performance", + "P3755": "worst-case space complexity", + "P3756": "best-case space complexity", + "P3757": "average space complexity", + "P3758": "DOCOMOMO Ib\u00e9rico ID", + "P3759": "SAHRA heritage site ID", + "P3760": "Iditarod musher ID", + "P3761": "IPv4 routing prefix", + "P3762": "openMLOL author ID", + "P3763": "MIMO instrument ID", + "P3764": "pole position", + "P3765": "All-Athletics.com ID", + "P3766": "European Athletics ID", + "P3767": "FFA ID", + "P3768": "Medieval Libraries of Great Britain ID", + "P3769": "It's Rugby ID", + "P3770": "PeakFinder ID", + "P3771": "activator of", + "P3772": "agonist of", + "P3773": "antagonist of", + "P3774": "blocker of", + "P3775": "disrupting agent for", + "P3776": "inhibitor of", + "P3777": "antisense inhibitor of", + "P3778": "positive allosteric modulator of", + "P3779": "negative allosteric modulator of", + "P3780": "active ingredient in", + "P3781": "has active ingredient", + "P3782": "Artnet artist ID", + "P3783": "Christie's work ID", + "P3784": "CiteSeerX article ID", + "P3785": "danskefilm film ID", + "P3786": "danskefilm person ID", + "P3787": "danskefilm silent film ID", + "P3788": "BNA authority ID", + "P3789": "Telegram username", + "P3790": "AnimeCons.com ID", + "P3791": "Art Renewal Center ID", + "P3792": "rate of fire", + "P3793": "IPv6 routing prefix", + "P3794": "Dictionary of Sydney ID", + "P3795": "Flora of Israel plant ID", + "P3796": "Bureau of Meteorology station ID", + "P3797": "autonomous system number", + "P3798": "Star Wars Databank ID", + "P3799": "Safsal player ID", + "P3800": "Safsal coach ID", + "P3801": "INEGI municipality ID", + "P3802": "Launchpad.net project ID", + "P3803": "original film format", + "P3804": "TV Guide show ID", + "P3805": "Tax-exempt heritage asset ID", + "P3806": "Mapa place ID", + "P3807": "S2A3 Biographical Database ID", + "P3808": "The Numbers movie ID", + "P3809": "YerelNET district ID", + "P3810": "Parks.it ID", + "P3811": "Evidence & Conclusion Ontology ID", + "P3812": "Elle.fr person ID", + "P3813": "Bivouac.com pass ID", + "P3814": "BoF person ID", + "P3815": "volcano observatory", + "P3816": "film script", + "P3817": "FI WarSampo person ID", + "P3818": "KMRB film rating", + "P3819": "FI WarSampo army unit ID", + "P3820": "Flanders Arts Institute venue ID", + "P3821": "Bangla Movie Database ID", + "P3822": "rules for classification", + "P3823": "Ethnologue language status", + "P3824": "VTJ-PRT building ID", + "P3825": "United States Statutes at Large citation", + "P3826": "Welsh Rugby Union men's player ID", + "P3827": "JSTOR topic ID", + "P3828": "wears", + "P3829": "Publons author ID", + "P3830": "CueTracker player ID", + "P3831": "object has role", + "P3832": "Europeana Fashion Vocabulary ID", + "P3833": "diaspora", + "P3834": "RTC film rating", + "P3835": "Mendeley person ID", + "P3836": "Pinterest username", + "P3837": "United States Public Law", + "P3838": "Tab4u song ID", + "P3839": "Tab4u artist ID", + "P3840": "slope rating", + "P3841": "Human Phenotype Ontology ID", + "P3842": "located in present-day administrative territorial entity", + "P3843": "DLV athlete ID", + "P3844": "Deutsche Synchronkartei film ID", + "P3845": "TV Guide person ID", + "P3846": "DBC author ID", + "P3847": "Open Library subject ID", + "P3848": "Irish Rugby Football Union men's player ID", + "P3849": "LombardiaBeniCulturali institution ID", + "P3850": "LombardiaBeniCulturali toponym ID", + "P3851": "cinenacional.com movie ID", + "P3852": "FlyBase Gene ID", + "P3853": "Rat Genome Database ID", + "P3854": "Soundtrack Collector ID", + "P3855": "LombardiaBeniCulturali artwork ID", + "P3856": "Quebec municipalities geographical code", + "P3857": "cinenacional.com person ID", + "P3858": "route diagram", + "P3859": "Environment Ontology ID", + "P3860": "Wormbase Gene ID", + "P3861": "iTunes app ID", + "P3862": "MyDramaList name ID", + "P3863": "Italian Navy Lighthouses and Beacons ID", + "P3864": "suicide rate", + "P3865": "type of reference", + "P3866": "LAWA waterbody ID", + "P3867": "Israel Chess Federation player ID", + "P3868": "MyDramaList title ID", + "P3869": "IAFD female performer ID", + "P3870": "ZFIN Gene ID", + "P3871": "tributary orientation", + "P3872": "patronage", + "P3874": "Justia Patents inventor ID", + "P3875": "Justia Patents company ID", + "P3876": "category for alumni of educational institution", + "P3877": "HappyCow restaurant ID", + "P3878": "Soundex", + "P3879": "Cologne phonetics", + "P3880": "Caverphone", + "P3881": "National Track & Field Hall of Fame athlete ID", + "P3882": "Tilastopaja female athlete ID", + "P3883": "Red Bull athlete ID", + "P3884": "Tilastopaja male athlete ID", + "P3885": "History of Modern Biomedicine ID", + "P3886": "number of perpetrators", + "P3887": "KVAB member ID", + "P3888": "Boijmans artist ID", + "P3889": "Swiss Federal Archives ID", + "P3890": "MetaboLights Compound ID", + "P3891": "observing time available", + "P3892": "PictoRight ID-Droit de suite", + "P3893": "public domain date", + "P3894": "OSTI article ID", + "P3895": "INAO product ID", + "P3896": "geoshape", + "P3897": "Ladies European Tour ID", + "P3898": "Hotels.com hotel ID", + "P3899": "Medium username", + "P3900": "CONICET person ID", + "P3901": "ADAGP artist ID", + "P3902": "had as last meal", + "P3903": "column", + "P3904": "VIVC grape variety ID", + "P3905": "GINCO ID", + "P3906": "Ishim ID", + "P3907": "LoJ peak ID", + "P3908": "Reprezentacija ID", + "P3909": "last words", + "P3910": "Bollywood Hungama person ID", + "P3911": "STW Thesaurus for Economics ID", + "P3912": "newspaper format", + "P3913": "MobyGames developer ID", + "P3914": "GuideStar Israel organization ID", + "P3915": "Athletics Australia athlete ID", + "P3916": "UNESCO Thesaurus ID", + "P3917": "IPA number order", + "P3918": "R\u00e9pertoire national des associations identifier", + "P3919": "contributed to creative work", + "P3920": "Canadian Coastguard Lighthouse ID", + "P3921": "Wikidata SPARQL query equivalent", + "P3922": "light sector", + "P3923": "Diamond League athlete ID", + "P3924": "Track and Field Statistics female athlete ID", + "P3925": "Track and Field Statistics male athlete ID", + "P3926": "USATF athlete ID", + "P3927": "eWRC-results.com racer ID", + "P3928": "MotoGP racer ID", + "P3929": "V&A art work ID", + "P3930": "Rallye-info.com driver or co-driver ID", + "P3931": "copyright owner", + "P3932": "Digital Valencian Library author ID", + "P3933": "Cinema ID", + "P3934": "face value", + "P3935": "Chamber of Deputies of Italy storia ID", + "P3936": "NFF person profile ID", + "P3937": "Reactome ID", + "P3938": "named by", + "P3939": "ESTC citation number", + "P3940": "OlimpBase Chess Olympiad player ID", + "P3941": "Israel Antiquities Authority ID", + "P3942": "Bmx-results.com rider ID", + "P3943": "Tumblr ID", + "P3944": "Old Bailey Proceedings ID", + "P3945": "RANM member ID", + "P3946": "Dictionary Grierson ID", + "P3948": "MLL player ID", + "P3949": "Juwra.com ID", + "P3950": "narrower external class", + "P3951": "BioRxiv ID", + "P3952": "Stereo Ve Mono artist ID", + "P3953": "ALPG golfer ID", + "P3954": "Italian Senate ID", + "P3955": "NLL player ID", + "P3956": "National Academy of Medicine (France) Member ID", + "P3957": "RealGM basketball player ID", + "P3958": "ENARD athlete ID", + "P3959": "NNL work ID", + "P3960": "Base biographique AUTOR ID", + "P3961": "Unifrance film ID", + "P3962": "Global Trade Item Number", + "P3963": "Clochers de France ID", + "P3964": "BDCYL authority ID", + "P3965": "Bridgeman artist ID", + "P3966": "programming paradigm", + "P3967": "final event", + "P3968": "CETS number", + "P3969": "signed form", + "P3970": "channel number", + "P3971": "PASE Domesday person ID", + "P3972": "PASE Domesday place", + "P3973": "PIM authority ID", + "P3974": "nature preserve in North Rhine-Westphalia ID", + "P3975": "secretary general", + "P3976": "BVMC work ID", + "P3977": "Songkick venue ID", + "P3978": "IECIC 2015 ID", + "P3979": "Unifrance company ID", + "P3980": "Unifrance person ID", + "P3981": "Misjonsarkiv person ID", + "P3982": "TA98 Latin term", + "P3983": "sports league level", + "P3984": "subreddit", + "P3985": "supports programming language", + "P3986": "Sequence Ontology ID", + "P3987": "SHARE Catalogue author ID", + "P3988": "National Library Board Singapore ID", + "P3989": "members have occupation", + "P3990": "BG EKATTE place ID", + "P3991": "Austrian Textbook ID", + "P3992": "SSB urban settlement number", + "P3993": "Vitaskr\u00e1 ID", + "P3994": "racon signal", + "P3995": "Filmweb.pl ID", + "P3996": "Bait La Zemer Ha-Ivri song ID", + "P3997": "Bait La Zemer Ha-Ivri artist ID", + "P3998": "Censo-Gu\u00eda archive ID", + "P3999": "date of official closure", + "P4000": "has fruit type", + "P4001": "Latvian Protected Nature Territory URL", + "P4002": "WFD Ecological status", + "P4003": "Facebook page ID", + "P4004": "shield image", + "P4005": "Bavarikon ID", + "P4006": "overrules", + "P4007": "DBS ID", + "P4008": "Early Aviators people ID", + "P4009": "RKY national built heritage environment ID", + "P4010": "GDP (PPP)", + "P4011": "Semantic Scholar paper ID", + "P4012": "Semantic Scholar author ID", + "P4013": "Giphy username", + "P4014": "Australian Statistical Geography 2011 ID", + "P4015": "Vimeo username", + "P4016": "SlideShare username", + "P4017": "Ustream username", + "P4018": "The Arabidopsis Information Resource Accession", + "P4019": "USL player ID", + "P4020": "ISQ dimension", + "P4021": "danskefilm animated film ID", + "P4022": "danskefilm TV series ID", + "P4023": "DFB datacenter player ID", + "P4024": "ADW taxon ID", + "P4025": "Pinakothek artist ID", + "P4026": "Cullum number", + "P4027": "National Discography of Italian Song work ID", + "P4028": "Google Scholar paper ID", + "P4029": "Latvian Protected Nature Territory ID", + "P4030": "PLU Code", + "P4031": "Hungarian NGO ID", + "P4032": "reviewed by", + "P4033": "Mastodon address", + "P4034": "Shironet artist ID", + "P4035": "Shironet song ID", + "P4036": "field of view", + "P4037": "South Australian Heritage Register Database ID", + "P4038": "Danish List of Lights and Fog signals ID", + "P4040": "Rock.com.ar artist ID", + "P4041": "Rock.com.ar album ID", + "P4042": "ESBL athlete ID", + "P4043": "emulates", + "P4044": "therapeutic area", + "P4045": "Sandbox-Tabular data", + "P4046": "SIMC place ID", + "P4047": "Sandbox-Geographic shape", + "P4048": "J.League manager ID", + "P4050": "French Olympic Committee athlete ID", + "P4051": "Ukrainian regulations base ID", + "P4052": "Academia.edu institutional ID", + "P4053": "Deutsche Olympiamannschaft athlete ID", + "P4054": "Canadian Olympic Committee athlete ID", + "P4055": "Norwegian List of Lights ID", + "P4056": "New Zealand Olympic Committee athlete ID", + "P4057": "Irish Sites and Monuments Record ID", + "P4058": "FINESS medical facility ID", + "P4059": "Irish National Monument ID", + "P4060": "Brazilian Olympic Committee athlete ID", + "P4061": "National Olympic Committee of Lithuania athlete ID", + "P4062": "Czech Olympic Committee athlete ID", + "P4063": "United States Olympic Committee athlete ID", + "P4065": "Argentine Olympic Committee athlete ID", + "P4066": "Hungarian Olympic Committee athlete ID", + "P4067": "Romanian Olympic and Sports Committee athlete ID", + "P4068": "Chinese Olympic Committee athlete ID", + "P4069": "Italian National Olympic Committee athlete ID", + "P4070": "identifier shared with", + "P4071": "Zemereshet artist ID", + "P4072": "Zemereshet song ID", + "P4073": "Wikia wiki ID", + "P4074": "FFN swimmer ID", + "P4075": "Czech Monument Catalogue Number", + "P4076": "WorldSBK.com racer identifier", + "P4077": "Pizmonet ID", + "P4078": "SKIP code", + "P4079": "Theatres Trust Database ID", + "P4080": "number of houses", + "P4081": "BHL creator ID", + "P4082": "image captured with", + "P4083": "NPS unit ID", + "P4084": "MyAnimeList people ID", + "P4085": "MyAnimeList character ID", + "P4086": "MyAnimeList anime ID", + "P4087": "MyAnimeList manga ID", + "P4088": "Irish National Inventory of Architectural Heritage ID", + "P4089": "Global Terrorism Database ID", + "P4090": "Biodiversity Repository ID", + "P4091": "Irish Grid Reference", + "P4092": "checksum", + "P4093": "Australian Statistical Geography 2016 ID", + "P4094": "Australian Standard Geographic Classification 2006 ID", + "P4095": "Principal Galaxies Catalogue ID", + "P4096": "RePEc institute ID", + "P4097": "MuseScore ID", + "P4098": "BVMC place id", + "P4099": "metrically compatible typeface", + "P4100": "parliamentary group", + "P4101": "dissertation submitted to", + "P4102": "Atlas of Hillforts ID", + "P4103": "assets under management", + "P4104": "Carnegie Hall agent ID", + "P4105": "EGF rating", + "P4106": "Finnish archaeological heritage ID", + "P4107": "Framalibre ID", + "P4108": "Gedbas genealogy person ID", + "P4109": "URN-NBN", + "P4110": "Crunchyroll ID", + "P4111": "danskefilm TV Christmas calendar", + "P4112": "danskfilmogtv person ID", + "P4113": "FRED time-series ID", + "P4114": "ADK member ID", + "P4115": "INSPIRE ID", + "P4116": "JewAge person ID", + "P4117": "National Record of the Historic Environment ID", + "P4118": "NLS-FI Geographic Name ID", + "P4119": "NLS Geographic Names Place ID", + "P4120": "Ontario Heritage Act Register ID", + "P4121": "openAIP ID", + "P4122": "PalDat plant ID", + "P4123": "French National Assembly ID", + "P4124": "Who's Who in France biography ID", + "P4125": "Titan ID", + "P4126": "ESEC person ID", + "P4127": "EmbassyPages.com ID", + "P4128": "NPSN Indonesian school ID", + "P4129": "Cinema Treasures ID", + "P4130": "USHMM person ID", + "P4131": "annual energy output", + "P4132": "linguistic typology", + "P4133": "Patrimonioculturale-ER ID", + "P4135": "maximum age", + "P4136": "WIGOS station ID", + "P4137": "muzzle velocity", + "P4138": "Treasury of Lives ID", + "P4139": "National Assembly of Nigeria ID", + "P4140": "energy storage capacity", + "P4141": "Gatehouse Gazetteer place ID", + "P4142": "RIWAQ Registry of Historic Buildings in Palestine ID", + "P4143": "Finnish List of Lights ID", + "P4144": "Atheneum artwork ID", + "P4145": "Atheneum person ID", + "P4146": "Atheneum museum ID", + "P4147": "conjugate acid", + "P4149": "conjugate base", + "P4150": "weather history", + "P4151": "game mechanics", + "P4152": "file format identification pattern", + "P4153": "offset", + "P4154": "National Forest Foundation ID", + "P4155": "separator", + "P4156": "Czech Registration ID", + "P4157": "MEG ID", + "P4158": "autores.ar id", + "P4159": "WeRelate person ID", + "P4160": "Michelin Restaurants ID", + "P4161": "Michelin Voyages ID", + "P4162": "AUR package", + "P4163": "magnification", + "P4164": "National Baseball Hall of Fame and Museum ID", + "P4165": "CODECS ID", + "P4166": "Georgian National Register of Monuments ID", + "P4167": "Dagens N\u00e6ringsliv topic ID", + "P4168": "IEDB Epitope ID", + "P4169": "YCBA agent ID", + "P4170": "eParks unit ID", + "P4171": "World Heritage Tentative List ID", + "P4172": "America's Byways road ID", + "P4173": "Instagram location ID", + "P4174": "Wikimedia username", + "P4175": "Patreon ID", + "P4176": "effective firing range", + "P4177": "Finnish National Gallery artist ID", + "P4178": "Beazley Archive Pottery Database ID", + "P4179": "tabular population", + "P4180": "GujLit Person ID", + "P4181": "GujLit Book ID", + "P4182": "National Natural Landmarks site ID", + "P4183": "angle from vertical", + "P4184": "slope", + "P4185": "iconographic symbol", + "P4186": "Australian Women's Register ID", + "P4187": "Wylie transliteration", + "P4188": "Tibetan pinyin", + "P4189": "THL Simplified Phonetic Transcription", + "P4190": "Rivers.gov protected area ID", + "P4191": "Alljudo athlete ID", + "P4192": "LNH player ID", + "P4193": "Familypedia person ID", + "P4194": "CNPS ID", + "P4195": "category for employees of the organization", + "P4196": "cytogenetic location", + "P4197": "IBM graphic character set global ID", + "P4198": "Google Play Music artist ID", + "P4199": "Google Play Music album ID", + "P4200": "Christie's creator ID", + "P4201": "PagesJaunes ID", + "P4202": "WFD Chemical status", + "P4203": "ROARMAP ID", + "P4204": "The Times of India topic ID", + "P4206": "FOIH person ID", + "P4207": "Italian National Earthquake Center ID", + "P4208": "Billboard artist ID", + "P4209": "danskfilmogtv title ID", + "P4210": "Bashkir encyclopedia (Bashkir version) ID", + "P4211": "Bashkir encyclopedia (Russian version) ID", + "P4212": "PACTOLS thesaurus ID", + "P4213": "Unicode hex codepoint", + "P4214": "highest observed lifespan", + "P4215": "nLab ID", + "P4216": "LNB Pro A player ID", + "P4217": "UK Electoral Commission ID", + "P4218": "shelf life", + "P4219": "Tyrolean Art Cadastre inventory ID", + "P4220": "order of battle", + "P4221": "National Criminal Justice ID", + "P4222": "United Nations Treaty Series Volume Number", + "P4223": "Enciclopedia Italiana ID", + "P4224": "category contains", + "P4225": "IPA Braille", + "P4226": "Cyworld ID", + "P4227": "Indonesian Small Islands Directory ID", + "P4228": "Encyclopedia of Australian Science ID", + "P4229": "ICD-10-CM", + "P4230": "Sefaria ID", + "P4231": "United Nations Treaty Series Registration Number", + "P4232": "Figshare author ID", + "P4233": "PatientLikeMe condition ID", + "P4235": "PatientLikeMe treatment ID", + "P4236": "PatientLikeMe symptom ID", + "P4238": "webcam page URL", + "P4239": "vocalized name", + "P4240": "regular expression syntax", + "P4241": "refine date", + "P4242": "maximal rate of climb", + "P4243": "candidate number", + "P4244": "Bavarian monument authority ID", + "P4245": "cultural heritage monument in Serbia ID", + "P4246": "LfD-HB object ID", + "P4247": "Tagesschau election ID", + "P4248": "The Black Book ID", + "P4249": "Vincoli in Rete ID", + "P4250": "defined daily dose", + "P4251": "TSE number", + "P4252": "All-Russian Mathematical Portal ID", + "P4253": "number of constituencies", + "P4254": "Banglapedia (Bengali version) ID", + "P4255": "Banglapedia (English version) ID", + "P4256": "Spanish \"Bolet\u00edn Oficial del Estado\" ID", + "P4257": "National Museums of Japan e-museum ID", + "P4258": "Gallica ID", + "P4259": "Lega Pallavolo Serie A Femminile player ID", + "P4260": "NPB player ID", + "P4261": "FFVoile sailor ID", + "P4262": "Footof\u00e9minin.fr player ID", + "P4263": "THW Kiel player ID", + "P4264": "LinkedIn company ID", + "P4265": "Reddit username", + "P4266": "Bavarian geotope ID", + "P4267": "Landtag of Liechtenstein ID", + "P4268": "half maximal inhibitory concentration (IC50)", + "P4269": "half maximal effective concentration", + "P4270": "Daum TV series ID", + "P4271": "rating", + "P4272": "DPLA subject ID", + "P4273": "New York City Landmarks Preservation Commission ID", + "P4274": "Tunisian geographic code", + "P4275": "Japanese Database of National important cultural properties", + "P4276": "Cin\u00e9math\u00e8que qu\u00e9b\u00e9coise work identifier", + "P4277": "Daum movie ID", + "P4278": "FCI rider ID", + "P4279": "hydrological order number", + "P4280": "International Standard Text Code", + "P4281": "LNV player ID", + "P4282": "LUMIERE film ID", + "P4283": "LUMIERE director ID", + "P4284": "Nominis given name ID", + "P4285": "Theses.fr person ID", + "P4286": "Nominis saint ID", + "P4287": "Riigikogu ID", + "P4288": "UK National Fruit Collection ID", + "P4289": "LFH player ID", + "P4290": "official app", + "P4291": "panorama view", + "P4292": "possessed by spirit", + "P4293": "PM20 folder ID", + "P4294": "PROSPERO ID", + "P4295": "readership", + "P4296": "stellar rotational velocity", + "P4297": "MIL-STD-2525 Symbol Identification Code", + "P4298": "VBL player ID", + "P4299": "ITF wheelchair player ID", + "P4300": "YouTube playlist ID", + "P4301": "PfaF id", + "P4302": "KNAU ID", + "P4303": "Lega Pallavolo Serie A player ID", + "P4304": "FOIH materials ID", + "P4305": "FOIH styles and cultures ID", + "P4306": "FOIH periods ID", + "P4307": "FOIH heritage types ID", + "P4308": "FOIH value types ID", + "P4309": "FOIH event types ID", + "P4310": "FOIH decree types ID", + "P4311": "FOIH taxon ID", + "P4312": "camera setup", + "P4313": "mus\u00e9e de Bretagne identifiant collections ID", + "P4314": "SpeedskatingResults.com speed skater ID", + "P4315": "SwimSwam ID", + "P4316": "kinship equivalent in SPARQL at Wikidata", + "P4317": "GARD rare disease ID", + "P4318": "Scottish Sports HoF athlete ID", + "P4319": "Elite Prospects staff ID", + "P4320": "mountains classification", + "P4321": "best combative classification", + "P4322": "best sprinter classification", + "P4323": "young rider classification", + "P4324": "combination classification", + "P4325": "APA phoneme code", + "P4326": "BFI-Filmography person ID", + "P4327": "BHL bibliography ID", + "P4328": "Brueckenweb ID", + "P4329": "Wikimedia template that populates this category", + "P4330": "contains", + "P4331": "Department of Education and Skills roll number", + "P4332": "Deutsche Synchronkartei actor-ID", + "P4333": "GenBank Assembly accession", + "P4334": "Heritage Conservation District of Ontario ID", + "P4335": "IDESCAT territorial code in Catalonia", + "P4336": "Lloyd's Register Ship ID", + "P4337": "digitised page from Lloyd's Register of Ships from 1930 to 1945", + "P4338": "LOINC ID", + "P4339": "Radio Radicale organization ID", + "P4340": "PubsHistory pub ID", + "P4341": "synodic period", + "P4342": "Store norske leksikon ID", + "P4343": "WBPLN author ID", + "P4344": "QEdu ID", + "P4345": "excavation director", + "P4346": "T4T35 megalith ID", + "P4347": "Florida Sports Hall of Fame athlete ID", + "P4348": "Lotsawa House Tibetan author ID", + "P4349": "Lotsawa House Indian author ID", + "P4350": "salinity", + "P4351": "Cravo Albin artist ID", + "P4352": "BillionGraves cemetery ID", + "P4353": "nominated by", + "P4354": "search formatter URL", + "P4355": "PROSITE documentation ID", + "P4356": "Megalithic Portal ID", + "P4357": "Musikverket person ID", + "P4358": "Dutch lost building register ID", + "P4359": "gravsted.dk ID", + "P4360": "Monumentos de S\u00e3o Paulo ID", + "P4361": "ExecutedToday ID", + "P4362": "ASHOF athlete ID", + "P4363": "DSMHOF athlete ID", + "P4364": "Georgia Sports Hall of Fame ID", + "P4365": "Hawai\u2018i Sports Hall of Fame ID", + "P4366": "Kansas Sports Hall of Fame ID", + "P4367": "Louisiana Sports Hall of Fame ID", + "P4368": "Mississippi Sports Hall of Fame ID", + "P4369": "Cairn author ID", + "P4370": "KBO hitter ID", + "P4371": "KBO pitcher ID", + "P4372": "Infopatrim\u00f4nio ID", + "P4373": "National Trust Collections ID", + "P4374": "New Mexico Sports Hall of Fame ID", + "P4375": "North Carolina Sports Hall of Fame ID", + "P4376": "Oklahoma Sports Hall of Fame ID", + "P4377": "Women's Sports Foundation ID", + "P4379": "youth wing", + "P4380": "Sandrart.net artwork ID", + "P4381": "Soccerdonna player ID", + "P4382": "LFB player ID", + "P4383": "Tennessee Sports Hall of Fame athlete ID", + "P4384": "DAMIT asteroid ID", + "P4385": "Missouri Sports Hall of Fame ID", + "P4386": "Virginia Sports Hall of Fame ID", + "P4387": "update method", + "P4388": "Mappy place ID", + "P4389": "Science Museum people ID", + "P4390": "mapping relation type", + "P4391": "TheSports.org athlete ID", + "P4392": "BC Sports Hall of Fame athlete ID", + "P4393": "Anvisa drug ID", + "P4394": "NeuroNames ID (plain mode)", + "P4395": "BrainInfo ID (hierarchical)", + "P4396": "Alberta Sports Hall of Fame and Museum athlete ID", + "P4397": "International Paralympic Committee athlete ID", + "P4398": "Canada's Sports Hall of Fame athlete ID", + "P4399": "Enciclop\u00e9dia Ita\u00fa Cultural ID", + "P4400": "Mem\u00f3ria Globo", + "P4401": "Museus.br ID", + "P4402": "Women's Collegiate Tennis Hall of Fame ID", + "P4403": "caliber", + "P4404": "MusicBrainz recording ID", + "P4405": "NLBPA ID", + "P4406": "Nova Scotia Sport Hall of Fame ID", + "P4407": "Opera Vivra singer ID", + "P4408": "sports.ru player ID", + "P4409": "Baseball Almanac ID", + "P4410": "Women's Basketball Hall of Fame ID", + "P4411": "Quora username", + "P4412": "Ontario Sports Hall of Fame athlete ID", + "P4413": "Manitoba Sports Hall of Fame athlete ID", + "P4414": "New Brunswick Sports Hall of Fame athlete ID", + "P4415": "Sport Australia Hall of Fame inductee ID", + "P4416": "Panth\u00e9on des sports du Qu\u00e9bec ID", + "P4417": "rfpl.org player ID", + "P4418": "New Zealand Sports Hall of Fame ID", + "P4419": "Videolectures ID", + "P4421": "Sportbox.ru ID", + "P4422": "U.S. Ski and Snowboard Hall of Fame athlete ID", + "P4423": "Portuguese lighthouse ID", + "P4424": "mandates", + "P4425": "mtDNA haplogroup", + "P4426": "Y-DNA Haplogroup", + "P4427": "GACS ID", + "P4428": "implementation of", + "P4429": "Pro14 player ID", + "P4430": "New York City Parks Monument ID", + "P4431": "Google Doodle", + "P4432": "AKL Online Artist ID", + "P4433": "Indian Foundation for Butterflies ID", + "P4434": "LesBiographies.com ID", + "P4435": "snap package", + "P4436": "The Coptic Library ID", + "P4437": "FPB rating", + "P4438": "BFI Films, TV and people ID", + "P4439": "MNCARS artist ID", + "P4440": "Biblioteca Nacional de M\u00e9xico ID", + "P4441": "hydraulic head", + "P4442": "mean age", + "P4443": "card network", + "P4444": "reward", + "P4445": "grace period", + "P4446": "reward program", + "P4447": "Minimum Spend Bonus", + "P4448": "cash back", + "P4449": "Shirat Nashim person ID", + "P4450": "HAL author ID", + "P4451": "Scoresway handball person ID", + "P4452": "Thibaudeau classification", + "P4453": "Argentine Senate member ID", + "P4454": "Argentine Chamber of Deputies ID", + "P4455": "Coinage of the Roman Republic Online ID", + "P4456": "Internet Off-Broadway Database ID", + "P4457": "Discography of American Historical Recordings ID", + "P4458": "Dutch Cemetery in Chinsurah person ID", + "P4459": "Dictionary of Spanish Biography ID", + "P4460": "Kaitai Struct format gallery ID", + "P4461": "World Golf Hall of Fame player ID", + "P4462": "Canadian Baseball Hall of Fame inductee ID", + "P4463": "Canadian Ski Hall of Fame inductee ID", + "P4464": "Rugby League Project player ID", + "P4465": "Ecole des chartes thesis abstract ID", + "P4466": "Unified Astronomy Thesaurus ID", + "P4467": "Twitch game ID", + "P4468": "Mountain Bike Hall of Fame inductee ID", + "P4469": "IGHOF athlete ID", + "P4470": "British Bobsleigh & Skeleton Association ID", + "P4471": "Rush Parliamentary Archive ID", + "P4472": "Czech Jockey Club horse ID", + "P4473": "Melon artist ID", + "P4474": "IBHOF boxer ID", + "P4475": "European Fencing Confederation athlete ID", + "P4476": "Australian Baseball League player ID", + "P4477": "Humble Store ID", + "P4478": "Survey of Scottish Witchcraft - Accused witch ID", + "P4479": "INDUCKS character ID", + "P4480": "INDUCKS publication ID", + "P4481": "INDUCKS creator ID", + "P4482": "INDUCKS publisher ID", + "P4483": "INDUCKS story ID", + "P4484": "INDUCKS issue ID", + "P4485": "INDUCKS miniseries ID", + "P4486": "Google Play developer ID", + "P4487": "Camera Decision ID", + "P4488": "COAM architect ID", + "P4489": "Hellenic Olympic Committee athlete ID", + "P4490": "British Olympic Association athlete ID", + "P4491": "Isidore ID", + "P4493": "Barbarian F.C. ID", + "P4494": "Barbarian R.C. ID", + "P4495": "Xenopus Anatomical Ontology ID", + "P4496": "NACE code", + "P4497": "Microsoft Store artist ID", + "P4498": "World Snooker athlete ID", + "P4500": "family relationship degree", + "P4501": "albedo", + "P4502": "Snooker.org player ID", + "P4503": "Wimbledon player ID", + "P4504": "IWRP athlete ID", + "P4505": "IAFD male performer ID", + "P4506": "Formal Public Identifier", + "P4507": "California Sports Hall of Fame athlete ID", + "P4508": "CycleBase cyclist ID", + "P4509": "National Monuments of Namibia Site Reference", + "P4510": "describes a project that uses", + "P4511": "vertical depth", + "P4512": "Scottish Cemetery Kolkata person ID", + "P4513": "Africultures movie ID", + "P4514": "Africultures person ID", + "P4515": "Prisma ID", + "P4516": "M\u00e9moire du cyclisme cyclist ID", + "P4517": "ctext work ID", + "P4518": "Melon album ID", + "P4519": "payload mass", + "P4520": "SUNCAT ID", + "P4521": "Radio Radicale person ID", + "P4522": "Alaska Sports Hall of Fame athlete ID", + "P4523": "Vermont Sports Hall of Fame athlete ID", + "P4524": "Survey of Scottish Witchcraft - Person ID", + "P4525": "MuIS object ID", + "P4526": "ABA bird ID", + "P4527": "UK Parliament thesaurus ID", + "P4528": "REGINE water system number", + "P4529": "Douban film ID", + "P4530": "Bangladesh administrative division code", + "P4531": "ChinesePosters artist ID", + "P4532": "Survey of Scottish Witchcraft - Trial ID", + "P4533": "Czech street ID", + "P4534": "EUTA person ID", + "P4535": "EUTA theatre ID", + "P4536": "EThOS thesis ID", + "P4537": "Spider Ontology ID", + "P4538": "Snooker Database player ID", + "P4539": "Collective Biographies of Women ID", + "P4540": "IBTrACS cyclone ID", + "P4541": "Croatian Olympic Committee athlete ID", + "P4542": "World of O athlete ID", + "P4543": "has listed ingredient", + "P4544": "Tennis Temple player ID", + "P4545": "sexually homologous with", + "P4546": "Gymn Forum athlete ID", + "P4547": "Olympic Committee of Serbia athlete ID", + "P4548": "Commonwealth Games Federation athlete ID", + "P4549": "ARLIMA ID", + "P4550": "CNRS research group ID", + "P4551": "Everyone Remembered ID", + "P4552": "mountain range", + "P4553": "RA Collections ID", + "P4554": "ICRC PoW ID", + "P4555": "Canada Games athlete ID", + "P4556": "FAI ID", + "P4557": "Indiana Basketball Hall of Fame ID", + "P4558": "SNCZI-IPE dam ID", + "P4559": "IJF ID", + "P4560": "National Collegiate Basketball Hall of Fame ID", + "P4561": "Basketball-Reference.com WNBA ID", + "P4562": "Japanese Baseball Hall of Fame ID", + "P4563": "Art Museum of Estonia artist ID", + "P4564": "Art Museum of Estonia artwork ID", + "P4565": "electoral district number", + "P4566": "awarded for period", + "P4567": "BTO five-letter code", + "P4568": "SNCZI-IPE reservoir ID", + "P4569": "BPH journal ID", + "P4570": "Wikidata project", + "P4571": "West Australian Football League player ID", + "P4572": "SS KL Auschwitz Garrison ID", + "P4573": "Merchant Category Code", + "P4574": "Norwegian historical register of persons ID", + "P4575": "HTML entity", + "P4576": "Tidal artist ID", + "P4577": "Tidal album ID", + "P4578": "Tidal track ID", + "P4579": "Tidal video ID", + "P4580": "Berlinische Galerie artist ID", + "P4581": "St\u00e4del Museum artist ID", + "P4582": "Kulturelles Erbe K\u00f6ln object ID", + "P4583": "U.S. Gymnastics Hall of Fame athlete ID", + "P4584": "first appearance", + "P4585": "Accademia della Crusca ID", + "P4586": "type foundry", + "P4587": "Argentinian Historic Heritage ID", + "P4588": "International World Games Association athlete ID", + "P4589": "Dreadnought Project page", + "P4590": "Atomic Heritage Foundation ID", + "P4591": "National Inventory of Canadian Military Memorials ID", + "P4592": "Mountain Project ID", + "P4593": "Spanish Paralympic Committee athlete ID", + "P4594": "arXiv author ID", + "P4595": "post town", + "P4596": "NIOSH Publication Number", + "P4597": "FAPESP institution ID", + "P4598": "FAPESP researcher ID", + "P4599": "monomer of", + "P4600": "polymer of", + "P4601": "Lives of WWI ID", + "P4602": "date of burial or cremation", + "P4603": "Microsoft Store album ID", + "P4604": "World Rugby Hall of Fame ID", + "P4605": "South Dakota Sports Hall of Fame ID", + "P4606": "National Film Board of Canada movie ID", + "P4607": "Swedish Musical Heritage composer ID", + "P4608": "scenographer", + "P4609": "Queensland Australian Football Hall of Fame inductee ID", + "P4610": "Art Institute of Chicago artwork ID", + "P4611": "LACMA ID", + "P4612": "LKL player ID", + "P4613": "Encyclopedia of Modern Ukraine ID", + "P4614": "drainage basin", + "P4615": "WAFL FootyFacts ID", + "P4616": "UniProt journal ID", + "P4617": "DVV player ID", + "P4618": "AUSNUT 2011\u201313 Food Group ID", + "P4619": "National Library of Brazil ID", + "P4620": "Merkelstiftung person ID", + "P4621": "W\u00fcrttembergische Kirchengeschichte person ID", + "P4622": "trophy awarded", + "P4623": "South Australian Football Hall of Fame inductee ID", + "P4624": "squadron embarked", + "P4625": "Museum of Fine Arts, Boston object ID", + "P4626": "identity of object in context", + "P4627": "EK number", + "P4628": "ICTV virus genome composition", + "P4629": "Online Books Page author ID", + "P4630": "DORIS ID", + "P4631": "Iowa Sports Hall of Fame ID", + "P4632": "Bechdel Test Movie List ID", + "P4633": "name of the character role", + "P4634": "premiere type", + "P4635": "Indian Financial System Code", + "P4636": "Sherpa Juliet ID", + "P4637": "FoodEx2 code", + "P4638": "The Peerage person ID", + "P4639": "Estonian Football Association team ID", + "P4640": "photosphere image", + "P4641": "Welsh Chapels ID", + "P4642": "Colorado Sports Hall of Fame ID", + "P4643": "Philadelphia Museum of Art ID", + "P4644": "ESCO skill ID", + "P4645": "RCR number", + "P4646": "representation of", + "P4647": "location of first performance", + "P4649": "identity of subject in context", + "P4650": "BSD Portal athlete ID", + "P4651": "Welsh assembly ID", + "P4652": "ESCO Occupation ID", + "P4653": "partition table type", + "P4654": "partition type identifier", + "P4655": "Flathub ID", + "P4656": "Wikimedia import URL", + "P4657": "The Numbers person ID", + "P4658": "Coflein ID", + "P4659": "Mus\u00e9e d'Orsay artwork ID", + "P4660": "CPDOC ID", + "P4661": "reservoir created", + "P4662": "SAN ID", + "P4663": "DACS ID", + "P4664": "Wiki Aves bird ID", + "P4665": "Cinemagia film ID", + "P4666": "Cinemagia actor ID", + "P4667": "Buenos Aires legislator ID", + "P4668": "USA Gymnastics Hall of Fame athlete ID", + "P4669": "tabular software version", + "P4670": "Sjukv\u00e5rdsr\u00e5dgivningen Category ID", + "P4671": "Hall of Light Amiga database ID", + "P4672": "EMLO location ID", + "P4673": "Museum of Fine Arts, Houston object ID", + "P4674": "Indianapolis Museum of Art artwork ID", + "P4675": "appears in the form of", + "P4676": "MAVISE TV channel ID", + "P4677": "MAVISE on-demand audiovisual service ID", + "P4678": "MAVISE competent authority ID", + "P4679": "MAVISE company ID", + "P4680": "constraint scope", + "P4681": "Eldoblaje dubbing actor ID", + "P4682": "Eldoblaje original actor ID", + "P4683": "National Gallery of Art artwork ID", + "P4684": "National Gallery of Victoria artwork ID", + "P4685": "Nintendo Game Store ID", + "P4686": "Carnegie Museum of Art ID", + "P4687": "Dictionnaire des peintres belges ID", + "P4688": "geomorphological unit", + "P4689": "Environmental Register code (Estonia)", + "P4690": "Oireachtas member ID", + "P4691": "OpenSecrets organization ID", + "P4692": "American Art Collaborative object ID", + "P4693": "Argentine deputy votations ID", + "P4694": "Arquivo Arq ID", + "P4695": "GEMS Code", + "P4696": "CIQUAL2017 ID", + "P4697": "Historic Place Names of Wales ID", + "P4698": "Conseil de Presse Luxembourg journalist ID", + "P4699": "Canal-U channel ID", + "P4700": "Cairn journal ID", + "P4701": "Google Arts & Culture asset ID", + "P4702": "Google Arts & Culture partner ID", + "P4703": "HATVP person ID", + "P4704": "Smithsonian American Art Museum ID", + "P4705": "World of Spectrum ID", + "P4706": "Ent'revues ID", + "P4707": "Rugby Canada ID", + "P4708": "VOGRIPA ID", + "P4709": "Barnes Foundation ID", + "P4710": "Guardiana ID", + "P4711": "CHGIS ID", + "P4712": "Minneapolis Institute of Art artwork ID", + "P4713": "Walters Art Museum ID", + "P4714": "title page number", + "P4715": "Guide to North American Birds ID", + "P4716": "Acad\u00e9mie des Inscriptions et Belles-Lettres member ID", + "P4717": "Acad\u00e9mie fran\u00e7aise member ID", + "P4718": "Basketball-Reference.com NBA coach ID", + "P4720": "Basketball-Reference.com WNBA coach ID", + "P4721": "MuBE Virtual ID", + "P4722": "\u00c9rudit journal ID", + "P4723": "GSMArena phone ID", + "P4724": "Maitron ID", + "P4725": "C-SPAN organization ID", + "P4726": "Sign@l journal ID", + "P4727": "Deutsche Synchronkartei dubbing voice actor ID", + "P4728": "uBio ID", + "P4729": "INRAN Italian Food ID", + "P4730": "Mir@bel journal ID", + "P4731": "The Baseball Cube player ID", + "P4732": "IUPAC GoldBook ID", + "P4733": "produced sound", + "P4734": "IBM code page ID", + "P4735": "IBM coded character set ID", + "P4736": "IBM graphic character global ID", + "P4737": "Solomon R. Guggenheim Museum artwork ID", + "P4738": "Yale Center for British Art artwork ID", + "P4739": "Mus\u00e9e des Augustins artwork ID", + "P4740": "Brooklyn Museum artwork ID", + "P4741": "OpenEdition journal ID", + "P4742": "Uniform Resource Identifier Scheme", + "P4743": "animal breed", + "P4744": "Basketball-Reference.com NBDL player ID", + "P4745": "is proceedings from", + "P4746": "Elhuyar ZTH ID", + "P4747": "Line Music artist ID", + "P4748": "Line Music album ID", + "P4749": "Dictionnaire des auteurs luxembourgeois ID", + "P4750": "National Historic Ships certificate no.", + "P4751": "SRCBB coach ID", + "P4752": "Manus Online ID", + "P4753": "Ecocrop ID", + "P4754": "Harvard botanical journal ID", + "P4755": "UK railway station code", + "P4756": "V Live channel ID", + "P4757": "Songwriters Hall of Fame ID", + "P4758": "MONA ID", + "P4759": "Luminous-Lint ID", + "P4760": "LTI Korea Library ID", + "P4761": "Images d'Art artwork ID", + "P4762": "Common Database on Designated Areas ID", + "P4763": "crates.io ID", + "P4764": "Arcade artwork ID", + "P4765": "Commons compatible image available at URL", + "P4766": "Australian honours ID", + "P4768": "cinematografo name or company ID", + "P4769": "GameRankings game ID", + "P4770": "is a hydrated form of", + "P4771": "compArt institution ID", + "P4772": "compArt person ID", + "P4773": "MobyGames company ID", + "P4774": "biological phase", + "P4775": "lot number", + "P4776": "MAC Address Block Large ID", + "P4777": "has boundary", + "P4778": "USA Rugby player ID", + "P4779": "MYmovies actor ID", + "P4780": "MYmovies movie ID", + "P4781": "MYmovies director ID", + "P4782": "Movieplayer character ID", + "P4783": "Movieplayer film ID", + "P4784": "Movieplayer TV-series ID", + "P4785": "MYmovies name ID", + "P4786": "cinematografo film ID", + "P4787": "CiNii author ID (articles)", + "P4788": "uses data storage type", + "P4789": "Who's Who UK ID", + "P4790": "Basketball-Reference.com euro player ID", + "P4791": "commanded by", + "P4792": "dam", + "P4793": "identifiers.org prefix", + "P4794": "season starts", + "P4795": "Basketball-Reference.com referee ID", + "P4796": "Basketball-Reference.com NBL player ID", + "P4797": "member of the Assembly of Madrid ID", + "P4798": "BTO Birds of Britain ID", + "P4799": "Rugby Australia ID", + "P4800": "EUAP ID", + "P4801": "LoC and MARC vocabularies ID", + "P4802": "BVPB authority ID", + "P4803": "Amtrak station code", + "P4804": "Compagnon de la Lib\u00e9ration ID", + "P4805": "make-up artist", + "P4806": "Gaming-History identifier", + "P4807": "Fauna Europaea New ID", + "P4808": "Royal Academy new identifier", + "P4809": "sets environment variable", + "P4810": "reads environment variable", + "P4811": "BWSA ID", + "P4812": "Statistical Service of Cyprus Geocode", + "P4813": "PARES ID", + "P4814": "Inventories of American Painting and Sculpture control number", + "P4815": "Technical Element Score", + "P4816": "Lemon 64 identifier", + "P4818": "Panoptikum identifier", + "P4819": "Swedish portrait archive", + "P4820": "TORA ID", + "P4821": "Cour des comptes magistrate ID", + "P4822": "La Poste personality ID", + "P4823": "American National Biography ID", + "P4824": "org-id.guide ID", + "P4825": "deductions (in figure skating)", + "P4826": "Program Component Score", + "P4827": "Swimrankings meet ID", + "P4828": "JORFsearch person ID", + "P4829": "Swiss Enterprise Identification Number", + "P4830": "ID Landslagsdatabasen", + "P4831": "Bandysidan player ID", + "P4832": "World Sailing regatta ID", + "P4833": "Sailboatdata ID", + "P4834": "Deutsche Synchronkartei series ID", + "P4835": "TheTVDB.com ID", + "P4836": "Irish Rugby Football Union women's player ID", + "P4837": "has command line option", + "P4838": "CATO ID", + "P4839": "Wolfram Language entity code", + "P4840": "Directory of Czech publishers ID", + "P4841": "total fertility rate", + "P4842": "ASHRAE refrigerant number", + "P4843": "development of anatomical structure", + "P4844": "research intervention", + "P4845": "Bulbapedia article", + "P4846": "Lemon Amiga identifier", + "P4847": "CPC-Power identifier", + "P4848": "Libraries.org ID", + "P4849": "International Numbering System number", + "P4850": "permitted food additive", + "P4851": "maximum food additive use level", + "P4852": "JECFA database ID", + "P4853": "JMPR database ID", + "P4854": "Uppslagsverket Finland ID", + "P4855": "Phasmida Species File ID", + "P4856": "conscription number", + "P4857": "AtariAge identifier", + "P4858": "Atari Legend identifier", + "P4859": "Atarimania identifier", + "P4860": "BMI Work ID", + "P4861": "Charity Navigator ID", + "P4862": "Amazon author page", + "P4863": "recognition sequence", + "P4864": "cutting site of restriction enzyme", + "P4866": "REBASE Enzyme Number", + "P4867": "RFE symbol", + "P4868": "Hispania Nostra Red List ID", + "P4869": "Operabase ID", + "P4870": "GEPRIS project ID", + "P4871": "GEPRIS organization ID", + "P4872": "GEPRIS person ID", + "P4873": "isoschizomer", + "P4875": "neoschizomer", + "P4876": "number of records", + "P4878": "symbolizes", + "P4879": "World Rugby Women's Sevens Series player ID", + "P4880": "FFR Sevens player ID", + "P4881": "Maison d'\u00e9crivain ID", + "P4882": "segmental innervation", + "P4883": "FFF male player ID", + "P4884": "court", + "P4885": "AFL Tables coach ID", + "P4886": "FFF female player ID", + "P4887": "Web umenia creator ID", + "P4888": "AFL Tables umpire ID", + "P4889": "MuIS person or group ID", + "P4890": "EPHE ID", + "P4891": "Patrons de France ID", + "P4892": "Siprojuris ID", + "P4893": "ESPN X Games athlete ID", + "P4894": "ACE work ID", + "P4895": "time index", + "P4896": "3D model", + "P4897": "AICTE institute ID", + "P4898": "Chronicling America newspaper ID", + "P4899": "Brooklyn Museum Exhibition ID", + "P4900": "broader concept", + "P4901": "Zenodo ID", + "P4902": "CONABIO ID", + "P4903": "New Georgia Encyclopedia ID", + "P4904": "Tropicos publication ID", + "P4905": "KMSKA work PID", + "P4906": "Bargeton ID", + "P4907": "Guide Nicaise ID", + "P4908": "season", + "P4909": "number of players in region", + "P4910": "AlloCin\u00e9 company ID", + "P4911": "Annuaire des fondations ID", + "P4912": "century breaks", + "P4913": "dialect of", + "P4914": "produces cohesive end", + "P4915": "isocaudomer", + "P4916": "Ready64 identifier", + "P4917": "Gamebase64 identifier", + "P4919": "Plus\/4 World identifier", + "P4920": "Rugby Football Union men's player ID", + "P4921": "Snooker.org tournament ID", + "P4922": "Rugby Football Union women's sevens player ID", + "P4923": "Rugby Football Union men's sevens player ID", + "P4924": "CueTracker tournament ID", + "P4925": "Rugby Football Union women's player ID", + "P4926": "PRotein Ontology ID", + "P4927": "Invaluable.com person ID", + "P4928": "Ricorso author ID", + "P4929": "AINM ID", + "P4930": "Julien ID", + "P4931": "Todotango.com person ID", + "P4932": "Todotango.com work ID", + "P4933": "The Big Cartoon DataBase ID", + "P4934": "calculated from", + "P4935": "Small Monuments of Plze\u0148 Catalogue ID", + "P4936": "SFMOMA artist ID", + "P4937": "Japan Rugby Football Union men's player ID", + "P4938": "Japan Rugby Football Union women's player ID", + "P4939": "BFMTV.com director ID", + "P4940": "Japan Rugby Football Union women's sevens player ID", + "P4941": "Japan Rugby Football Union men's sevens player ID", + "P4942": "Societe.com director ID", + "P4943": "Dominicains ID", + "P4944": "Premiers pr\u00e9fets ID", + "P4945": "download link", + "P4946": "Library of Congress Demographic Group Terms ID", + "P4947": "TMDb movie ID", + "P4948": "DDB ID", + "P4949": "Irish Rugby Football Union men's sevens player ID", + "P4950": "Irish Rugby Football Union women's sevens player ID", + "P4951": "INCI name", + "P4952": "safety classification and labelling", + "P4953": "Library of Congress Genre\/Form Terms ID", + "P4954": "may prevent", + "P4955": "MR Author ID", + "P4956": "BDH edition ID", + "P4957": "AIDA freediver ID", + "P4958": "classification of the best at metas volantes", + "P4959": "paris.fr equipment ID", + "P4960": "Generation MSX identifier", + "P4961": "Sega8bit.com identifier", + "P4962": "Abandonia identifier", + "P4963": "Biographical Dictionary of Swedish Women", + "P4964": "SPLASH", + "P4965": "Behind The Voice Actors video game ID", + "P4966": "Hungarian National Assembly identifier", + "P4967": "prerequisite", + "P4968": "relevant qualification", + "P4969": "derivative work", + "P4970": "alternate names", + "P4971": "UK Provider Reference Number", + "P4972": "Norwegian war sailor register person ID", + "P4973": "Wikitribune category", + "P4974": "Scottish Rugby Union men's player ID", + "P4975": "Scottish Rugby Union men's sevens player ID", + "P4976": "Scottish Rugby Union women's player ID", + "P4977": "IDA place ID", + "P4978": "PRS Legislative Research MP ID", + "P4979": "Th\u00e9saurus de la d\u00e9signation des objets mobiliers ID", + "P4980": "Th\u00e9saurus de la d\u00e9signation des \u0153uvres architecturales et des espaces am\u00e9nag\u00e9s ID", + "P4981": "Kinoliste ID", + "P4982": "Women\u2019s Elite Rugby ID", + "P4983": "TMDb TV series ID", + "P4985": "TMDb person ID", + "P4986": "Routard.com place ID", + "P4987": "Scottish Rugby Union women's sevens player ID", + "P4988": "test method", + "P4989": "RKDlibrary ID", + "P4991": "Biographical Dictionary of Georgia ID", + "P4992": "DBA ID", + "P4993": "Hungarian public body ID", + "P4994": "ruchess ID", + "P4996": "World Para Snowboard athlete ID", + "P4997": "National Governors Association biography URL", + "P4998": "key press", + "P4999": "number of clubs", + "P5000": "analog or derivative of", + "P5001": "METAR code", + "P5002": "Orthodox Encyclopedia ID", + "P5003": "Amphibians of India ID", + "P5004": "in opposition to", + "P5005": "National Thesis Number (France)", + "P5006": "DNV GL Vessel register ID", + "P5007": "Behind The Voice Actors person ID", + "P5008": "on focus list of Wikimedia project", + "P5009": "complies with", + "P5010": "Territographie ID", + "P5011": "Prazdne Domy building ID", + "P5012": "special rank", + "P5013": "Welsh Rugby Union women's player ID", + "P5014": "Welsh Rugby Union men's sevens player ID", + "P5015": "Digital Typhoon typhoon ID", + "P5016": "Digital Typhoon cyclone ID", + "P5017": "last update", + "P5018": "Chile Rugby player ID", + "P5019": "Brockhaus Enzyklop\u00e4die online ID", + "P5020": "Code of Household Registration and Conscription Information System (Taiwan)", + "P5021": "test taken", + "P5022": "test score", + "P5023": "activity policy in this place", + "P5024": "choral conductor", + "P5025": "gens", + "P5026": "lighting designer", + "P5027": "number of representations", + "P5028": "sound designer", + "P5029": "Researchmap ID", + "P5030": "talk show guest", + "P5031": "Animated Knots ID", + "P5032": "Filmweb.pl film ID", + "P5033": "Filmweb.pl person ID", + "P5034": "National Library of Korea Identifier", + "P5035": "Lambiek Comiclopedia artist ID", + "P5036": "AmphibiaWeb Species ID", + "P5037": "Plants of the World online ID", + "P5038": "Fogis ID", + "P5039": "Authorea author ID", + "P5040": "GHS hazard pictogram", + "P5041": "GHS hazard statement", + "P5042": "GHS precautionary statement", + "P5043": "number of abstentions", + "P5044": "number of spoilt votes", + "P5045": "number of blank votes", + "P5046": "International Classification for Standards", + "P5047": "Rosetta Code ID", + "P5048": "Church of Sweden ID", + "P5049": "Harvard designation", + "P5050": "UMAC ID", + "P5051": "towards", + "P5052": "supervisory board member", + "P5053": "fastest lap", + "P5054": "cabinet", + "P5055": "IRMNG ID", + "P5056": "patronym or matronym for this person", + "P5057": "Handball-Bundesliga player ID", + "P5058": "e-teatr.pl ID", + "P5059": "modified version of", + "P5061": "unit symbol", + "P5062": "DOAB publisher ID", + "P5063": "ILI ID", + "P5064": "World of Physics identifier", + "P5065": "wind speed", + "P5066": "operating temperature", + "P5067": "non-operating temperature", + "P5068": "Flanders Arts Institute person ID", + "P5069": "service life", + "P5070": "French standard size for oil paintings", + "P5071": "boiler pressure", + "P5072": "presented in", + "P5073": "JAAF ID", + "P5075": "Polish Athletics Federation ID", + "P5076": "R\u00f6mpp online ID", + "P5077": "Russian Athletics ID", + "P5078": "Athletics Canada ID", + "P5079": "NVE lake ID", + "P5080": "Norsk biografisk leksikon ID", + "P5081": "Norsk kunstnerleksikon ID", + "P5082": "Store medisinske leksikon ID", + "P5083": "AFD film ID", + "P5084": "Yahoo Answers category", + "P5085": "Pschyrembel Online ID", + "P5086": "FIPS 5-2 alpha code (US states)", + "P5087": "FIPS 5-2 numeric code (US states)", + "P5088": "Internet Encyclopedia of Philosophy ID", + "P5090": "ARRS race ID", + "P5091": "HanCinema drama ID", + "P5092": "ISC event ID", + "P5093": "road number (Estonia)", + "P5094": "HPIP ID", + "P5095": "fault", + "P5096": "member of the crew of", + "P5097": "Logainm ID", + "P5098": "IAFD film ID", + "P5099": "Il mondo dei doppiatori ID", + "P5101": "Swedish Literature Bank AuthorID", + "P5102": "nature of statement", + "P5103": "FIS speed skier ID", + "P5104": "New Zealand Gazetteer place ID", + "P5105": "Deutsche Bahn station category", + "P5106": "Dictionary of Algorithms and Data Structures ID", + "P5107": "Behind The Voice Actors character ID", + "P5108": "HanCinema film ID", + "P5109": "has grammatical gender", + "P5110": "has grammatical person", + "P5114": "Italian School ID", + "P5115": "Directory of Open Access Journals ID", + "P5116": "LGDB game ID", + "P5117": "LGDB emulator ID", + "P5118": "LGDB tool ID", + "P5119": "LGDB engine ID", + "P5120": "TFRRS athlete ID", + "P5121": "All About Jazz musician ID", + "P5122": "Ontario public library ID", + "P5123": "Swedish Literature Bank book ID", + "P5124": "WikiCFP event ID", + "P5125": "Wikimedia outline", + "P5126": "assistant director", + "P5127": "WikiCFP conference series ID", + "P5128": "ICAA film catalogue ID", + "P5129": "Stepwell Atlas ID", + "P5130": "island of location (DEPRECATED)", + "P5131": "possible medical findings", + "P5132": "suggests the existence of", + "P5133": "has evaluation", + "P5134": "evaluation of", + "P5135": "greater than", + "P5136": "less than", + "P5137": "item for this sense", + "P5138": "season of club or team", + "P5139": "M\u00f6llendorff transliteration", + "P5140": "coordinates of geographic center", + "P5141": "coastline", + "P5142": "Chinese Political Elites Database ID", + "P5143": "amateur radio callsign", + "P5144": "Bugs! album ID", + "P5145": "Bugs! artist ID", + "P5146": "Cinema Project (Israel) ID", + "P5147": "Dictionary of Swedish Translators ID", + "P5148": "e-MEC entry", + "P5149": "Ester ID", + "P5150": "IGAC rating", + "P5151": "Israel Film Fund ID", + "P5152": "KAVI rating", + "P5153": "KKBOX album ID", + "P5154": "KKBOX artist ID", + "P5156": "Norwegian war sailor register ship-ID", + "P5157": "OnsOranje match ID", + "P5158": "OnsOranje player ID", + "P5159": "The New Fund for Cinema and Television (Israel) ID", + "P5160": "Thesaurus For Graphic Materials ID", + "P5161": "Trustpilot company ID", + "P5162": "OnsOranje tournament ID", + "P5163": "Odnoklassniki ID", + "P5164": "Flanders Arts Institute organisation ID", + "P5165": "Norsk pop- og rockleksikon ID", + "P5166": "established from medical condition", + "P5167": "vehicles per capita (1000)", + "P5168": "applies to name", + "P5169": "Norwegian historical lexicon ID", + "P5170": "Norwegian fjord catalog ID", + "P5171": "Rockipedia album ID", + "P5172": "Rockipedia artist ID", + "P5173": "Rockipedia area ID", + "P5174": "Rockipedia label ID", + "P5175": "Univ-droit jurist ID", + "P5176": "value of positive integer", + "P5177": "Victorian Heritage Register ID", + "P5178": "glossary entry at Wikipedia", + "P5179": "FloraCatalana ID", + "P5180": "CIVICUS Monitor country entry", + "P5181": "Relationship Science organization ID", + "P5182": "JMA Seismic Intensity Database ID", + "P5183": "Eurohockey.com club ID", + "P5184": "Daum Encyclopedia ID", + "P5185": "grammatical gender", + "P5186": "conjugation class", + "P5187": "word stem", + "P5188": "Sandbox-Lexeme", + "P5189": "Sandbox-Form", + "P5191": "derived from", + "P5192": "Wikidata property example for lexemes", + "P5193": "Wikidata property example for forms", + "P5194": "officialized by", + "P5195": "Wikidata dataset import page", + "P5196": "output method", + "P5197": "Melon song ID", + "P5198": "ASC Leiden Thesaurus ID", + "P5199": "British Library system number", + "P5200": "eBird hotspot ID", + "P5201": "IMDA rating", + "P5202": "adapted by", + "P5203": "topographic map", + "P5204": "date of commercialization", + "P5205": "stroke count", + "P5206": "has conjugation class", + "P5207": "BAG public space ID", + "P5208": "BAG building ID", + "P5209": "ISO 3950 code", + "P5210": "National Gallery of Armenia work ID", + "P5211": "GONIAT author ID", + "P5212": "Armenian National Academy of Sciences ID", + "P5213": "Armenian Parliamentary ID", + "P5214": "GONIAT paper ID", + "P5215": "GONIAT place ID", + "P5216": "GONIAT taxon ID", + "P5217": "Spyur ID", + "P5218": "Armenian Cinema ID", + "P5219": "BMRB ID", + "P5220": "ICSC ID", + "P5221": "Tree of Life Web Project ID", + "P5222": "NWSL player ID", + "P5223": "Information Center for Israeli Art artwork ID", + "P5224": "OlimpBase Women's Chess Olympiad player ID", + "P5225": "Argentine biography deputy ID", + "P5226": "B.R.A.H.M.S. artist ID", + "P5227": "Carnegie Hall event ID", + "P5229": "Carnegie Hall work ID", + "P5230": "chromosome count", + "P5231": "Chromosome numbers of the Flora of Germany database ID", + "P5232": "D&B Hoovers company profile", + "P5233": "Filmow ID", + "P5234": "SpectraBase Compound ID", + "P5235": "Cit\u00e9 de la Musique-Philharmonie de Paris work ID", + "P5236": "prime factor", + "P5237": "pronunciation variety", + "P5238": "combines", + "P5239": "Artists in Canada record number", + "P5240": "RollDaBeats artist ID", + "P5241": "Songfacts song ID", + "P5242": "ARWU university ID", + "P5243": "Canal-U person ID", + "P5244": "reading pattern of Han character", + "P5245": "myschool ID", + "P5246": "Pornhub ID", + "P5247": "Giant Bomb ID", + "P5248": "medical evacuation to", + "P5249": "sports competition competed at", + "P5250": "IAB code", + "P5251": "Corago opera ID", + "P5252": "winter view", + "P5253": "FilmTv.it movie ID", + "P5254": "FilmTv.it person ID", + "P5255": "FilmTv.it TV series ID", + "P5256": "OpenCorporates corporate grouping", + "P5257": "BirdLife International ID", + "P5258": "Czech Geomorphological Unit Code", + "P5259": "Swedish Gravestone ID", + "P5260": "iTunes App Store developer ID", + "P5261": "Les Enfoir\u00e9s participant ID", + "P5262": "Les Enfoir\u00e9s song ID", + "P5263": "Czech NDOP taxon ID", + "P5264": "Relationship Science person ID", + "P5265": "Dordrechts Museum artwork ID", + "P5266": "Finnish national bibliography corporate name ID", + "P5267": "YouPorn ID", + "P5268": "MNAV work ID", + "P5269": "Web umenia work ID", + "P5270": "MonDO ID", + "P5271": "Saint Louis Art Museum person ID", + "P5272": "CDMC musician ID", + "P5273": "Nelson-Atkins Museum of Art person ID", + "P5274": "SJP Online ID", + "P5275": "OED Online ID", + "P5276": "Slavic phonetic alphabet", + "P5277": "grade of kanji", + "P5278": "gender inflection of surname", + "P5279": "hyphenation", + "P5280": "radical", + "P5281": "residual stroke count", + "P5282": "ground level 360 degree view", + "P5283": "Strava ID of a professional sport person", + "P5284": "Douban Movie Celebrity ID", + "P5285": "Firmenbuchnummer", + "P5286": "Portable Game Notation", + "P5287": "Songfacts artist ID", + "P5288": "StadiumDB identifier", + "P5289": "World Stadium Database identifier", + "P5290": "Redump.org ID", + "P5291": "Taratata artist ID", + "P5292": "NRJ artist ID", + "P5293": "Akout ID", + "P5294": "Church of Norway building ID", + "P5295": "Lafonoteca artist ID", + "P5296": "Party Number (Taiwan)", + "P5297": "Companies House officer ID", + "P5298": "Webb-site person ID", + "P5299": "AntWeb ID", + "P5300": "Webb-site organization ID", + "P5301": "France Culture person ID", + "P5302": "B.R.A.H.M.S. work ID", + "P5303": "DLCM ID", + "P5304": "type locality (biology)", + "P5305": "SPARQL endpoint", + "P5306": "LONSEA people ID", + "P5307": "display technology", + "P5308": "Dictionary of Scottish Architects ID", + "P5309": "Drouot artist ID", + "P5310": "Protected Buildings Register in Finland ID", + "P5311": "Kino-teatr.ua film ID", + "P5312": "Kino-teatr.ua person ID", + "P5313": "Protected Buildings Register in Finland Building ID", + "P5314": "property scope", + "P5315": "BioStor work ID", + "P5316": "Swedish Signaturer.se ID", + "P5317": "jockey", + "P5318": "C\u00e9sar Award film ID", + "P5319": "C\u00e9sar Award person ID", + "P5320": "IUF member ID", + "P5321": "Museo del Prado artist ID", + "P5323": "attested in", + "P5324": "Swedish National Archive ID", + "P5325": "Swedish Academy member ID", + "P5326": "publication in which this taxon name was established", + "P5327": "fernsehserien.de ID", + "P5328": "revival or touring version of", + "P5329": "ARMB member ID", + "P5330": "United Kingdom Department for Transport railway station category", + "P5331": "OCLC work ID", + "P5332": "OpenDOAR ID", + "P5333": "B\u00e9rose ID", + "P5334": "Rom Galil settlement ID", + "P5335": "Or Movement settlement ID", + "P5336": "Or Movement regional council ID", + "P5337": "Google News ID", + "P5338": "SilentEra.com film ID", + "P5339": "Lega Serie A soccer player ID", + "P5340": "AFI person ID", + "P5341": "Poetry Foundation ID", + "P5343": "Poets.org poet ID", + "P5344": "Printemps des po\u00e8tes poet ID", + "P5345": "PC Engine Software Bible ID", + "P5346": "Playmates Playmate ID", + "P5348": "angular diameter", + "P5349": "laps completed", + "P5350": "Alexander polynomial", + "P5351": "Conway polynomial", + "P5352": "Jones polynomial", + "P5353": "school district", + "P5354": "Amphibian Species of the World ID", + "P5355": "abgeordnetenwatch.de politician ID", + "P5356": "Laut.de artist ID", + "P5357": "The Encyclopedia of Science Fiction ID", + "P5358": "Operone opera ID", + "P5359": "Operone composer ID", + "P5360": "MobyGames group ID", + "P5361": "BNB person ID", + "P5362": "ASMP member ID", + "P5363": "Acad\u00e9mie des beaux-arts member ID", + "P5364": "British Council writer ID", + "P5365": "Internet Book Database of Fiction writer ID", + "P5366": "Operissimo artist ID", + "P5367": "YouTube Gaming game ID", + "P5368": "National Gallery of Canada artist ID", + "P5369": "Encyclop\u00e6dia Universalis author ID", + "P5370": "Entomologists of the World ID", + "P5371": "GAMECIP media format ID", + "P5372": "Dictionnaire critique des historiens de l'art ID", + "P5373": "\u00c9cole normale alumnus ID", + "P5374": "Acad\u00e9mie des sciences d'outre-mer member ID", + "P5375": "BIU Sant\u00e9 person ID", + "P5376": "Medicina author ID", + "P5377": "\u00c9tonnants voyageurs participant ID", + "P5378": "Akadem person ID", + "P5379": "GAMECIP platform ID", + "P5380": "National Academy of Sciences member ID", + "P5381": "EGROKN ID", + "P5382": "Behind The Voice Actors franchise ID", + "P5383": "archINFORM ID (projects)", + "P5384": "Behind The Voice Actors film ID", + "P5385": "IGN video game ID", + "P5386": "JMA Seismic Intensity Scale", + "P5387": "Behind The Voice Actors tv show ID", + "P5388": "Bulgarian Antarctic Gazetteer ID", + "P5389": "permanent resident of", + "P5390": "Classiques des sciences sociales author ID", + "P5391": "Norwegian Polar Institute place name ID", + "P5392": "Poetry Archive poet ID", + "P5393": "cipM poet ID", + "P5394": "Poets & Writers author ID", + "P5395": "Canadian Encyclopedia article ID", + "P5396": "Online Books Page publication ID", + "P5397": "Tierstimmenarchiv ID", + "P5398": "TDKIV term ID", + "P5400": "GeoNLP ID", + "P5401": "auxiliary verb", + "P5402": "homograph lexeme", + "P5403": "CNAP artist ID", + "P5404": "RYM artist ID", + "P5406": "Rendez-vous de l'histoire ID", + "P5407": "MHK object ID", + "P5408": "Fantastic Fiction author ID", + "P5409": "\u00cele en \u00eele author ID", + "P5410": "Flanders Music Centre person ID", + "P5411": "CeBeDem composer ID", + "P5412": "romanization of Belarusian (2007 system)", + "P5413": "Ricochet author ID", + "P5414": "The Paris Review interviewee ID", + "P5415": "Whonamedit? doctor ID", + "P5417": "Common procurement vocabulary", + "P5418": "Pasteur Institute person ID", + "P5419": "NYRB contributor ID", + "P5420": "GS1 Global Product Classification brick code", + "P5421": "The Trading Card Database person ID", + "P5422": "has decorative pattern", + "P5423": "floor number", + "P5424": "Lega Serie A team ID", + "P5425": "Han character in this lexeme", + "P5426": "Japanese pitch accent type", + "P5427": "position of accent nucleus", + "P5428": "position of devoiced vowel", + "P5429": "IPTC Newscode", + "P5430": "Poetry International Web poet ID", + "P5431": "Setlist FM artist ID", + "P5432": "Setlist FM venue ID", + "P5434": "Gfycat user ID", + "P5435": "pixiv user ID", + "P5436": "number of viewers\/listeners", + "P5437": "EuroVoc ID", + "P5438": "signum", + "P5439": "research measurement", + "P5440": "Elysee.fr president ID", + "P5441": "Herder Encyclopedia author ID", + "P5442": "Biographical Articles of the Library of Congress of Chile", + "P5443": "Coll\u00e8ge de France professor ID", + "P5444": "model year", + "P5445": "Language Council of Norways termwiki ID", + "P5446": "reference value", + "P5447": "lower limit", + "P5448": "upper limit", + "P5449": "Inventory of French sanctuaries ID", + "P5450": "BIA PSY person ID", + "P5451": "House of Representatives of Morocco ID", + "P5452": "MyHeritage Surname ID", + "P5453": "Logicielsmoto identifier", + "P5454": "USNPL ID", + "P5455": "SGJP Online ID", + "P5456": "TasteAtlas ID", + "P5457": "Conseil constitutionnel ID", + "P5458": "Guide to Pharmacology Target ID", + "P5459": "RHE doctor ID", + "P5460": "grants academic degree", + "P5461": "model year code", + "P5462": "RHE professor ID", + "P5463": "AE member ID", + "P5464": "A Church Near You church ID", + "P5465": "Australian Poetry Library poet ID", + "P5466": "French Academy in Rome resident ID", + "P5467": "GlyphWiki ID", + "P5468": "Historia de la Medicina person ID", + "P5469": "Mormon Literature and Creative Arts Database Artist ID", + "P5470": "Scottish Poetry Library poet ID", + "P5471": "Harmonized System Code", + "P5473": "The Reptile Database ID", + "P5474": "section number", + "P5475": "CJKV variant character", + "P5476": "Legabasket.it player ID", + "P5477": "Les Voix de la po\u00e9sie poet ID", + "P5478": "RPO poet ID", + "P5479": "ultimate tensile strength", + "P5480": "Young's modulus", + "P5481": "position of nasal sonant", + "P5482": "LilyPond notation", + "P5483": "hardness", + "P5485": "SBN books ID", + "P5488": "artist-info curator ID", + "P5489": "artist-info artist ID", + "P5490": "artist-info location ID", + "P5491": "BD Gest' author ID", + "P5492": "EDIT16 catalogue author ID", + "P5493": "EDIT16 catalogue printer ID", + "P5494": "GameSpot ID", + "P5495": "Mormon Literature and Creative Arts Database Works ID", + "P5496": "M\u00e9dicos hist\u00f3ricos doctor ID", + "P5497": "Doroszewski Online ID", + "P5498": "Base de datos de premiados person ID", + "P5499": "Boijmans work ID", + "P5500": "IPHAN ID", + "P5501": "Brenda Tissue Ontology ID", + "P5502": "LRB contributor ID", + "P5503": "Poetry Society of America poet ID", + "P5504": "RISM work ID", + "P5505": "WorldCat Registry ID", + "P5506": "Poetry In Voice poet ID", + "P5507": "artist-info exhibition ID", + "P5508": "archINFORM person or group ID", + "P5509": "MAPS poet ID", + "P5510": "DEFA film database ID", + "P5513": "identifier for an item of Enciclop\u00e8dia de l'Esport Catal\u00e0", + "P5514": "accreditation", + "P5515": "Znicenekostely ID", + "P5516": "Virtual Laboratory person ID", + "P5517": "Auvergne-Rh\u00f4ne-Alpes Regional Inventory identifier", + "P5518": "four-corner method", + "P5519": "Cangjie input", + "P5520": "toughness", + "P5522": "Unicode block", + "P5523": "fanqie", + "P5524": "horizontal depth", + "P5525": "CONDEPHAAT ID", + "P5526": "valency", + "P5527": "Academia Brasileira de Letras ID", + "P5528": "Belgian Heritage in Brazil ID", + "P5529": "yield strength", + "P5530": "Altmetric ID", + "P5531": "Central Index Key", + "P5532": "L'\u00eele author ID", + "P5533": "Kopali\u0144ski Online ID", + "P5534": "Open Media Database person ID", + "P5535": "Prison History ID", + "P5536": "Swedish place name register SOFI", + "P5537": "Hangul of a Chinese character", + "P5538": "Auteurs en Auvergne-Rh\u00f4ne-Alpes ID", + "P5539": "Eulalie ID", + "P5540": "RedTube ID", + "P5541": "Paris Faculty of Science professor ID", + "P5542": "Literature Ireland ID", + "P5543": "Livre et lecture en Bretagne ID", + "P5544": "Paris Faculty of Letters professor ID (1909-1939)", + "P5545": "Paris Faculty of Letters professor ID (1809-1908)", + "P5546": "College de France professor ID (1909-1939)", + "P5547": "CICLIC author ID", + "P5548": "derived from form", + "P5549": "INEPAC ID", + "P5550": "La Vie des id\u00e9es ID", + "P5551": "Courrier international topic ID", + "P5552": "CNRS ID", + "P5553": "IDIH ID", + "P5554": "Courrier international source ID", + "P5555": "schematic", + "P5556": "KLEKs ID", + "P5557": "Interbibly author ID", + "P5558": "Le Monde ID", + "P5559": "MUSE journal ID", + "P5560": "passive voice", + "P5561": "Institut culturel de Bretagne ID", + "P5562": "Tebeosfera ID", + "P5563": "CSDE Lynching Database ID", + "P5564": "registration district", + "P5565": "CRAN project", + "P5566": "RubyGems gem", + "P5567": "National Research Institute for Cultural Properties dead artist ID", + "P5568": "Python Package Index project", + "P5569": "Tebeosfera character ID", + "P5570": "NooSFere author ID", + "P5571": "NooSFere book ID", + "P5572": "expressed in", + "P5573": "archINFORM ID (locations)", + "P5574": "CAGE code", + "P5575": "coefficient of friction", + "P5576": "EDb company ID", + "P5578": "Indian census area code (2011)", + "P5579": "flight-report.com Airline identifier", + "P5580": "Norwegian National Road DataBase ID", + "P5581": "NATO Stock Number", + "P5582": "number of arrests", + "P5584": "QS World University ID", + "P5585": "SMS Power identifier", + "P5586": "Times Higher Education World University ID", + "P5587": "Libris-URI", + "P5588": "invasive to", + "P5589": "microstructure", + "P5590": "oric.org identifier", + "P5591": "normalized Unicode character", + "P5592": "number of works accessible online", + "P5593": "Poisson's ratio", + "P5594": "moisture absorption", + "P5595": "number of platform faces", + "P5596": "relative humidity", + "P5597": "Artcyclopedia artist ID", + "P5598": "Places of Worship Inventory ID", + "P5599": "Inventory of Quebec's Places of Worship ID", + "P5600": "U-Multirank university ID", + "P5601": "TCI destination ID", + "P5602": "Chercheurs d'Asie ID", + "P5603": "Trove newspaper ID", + "P5604": "archINFORM keyword ID", + "P5605": "DOLF ID", + "P5606": "station category", + "P5607": "located in the ecclesiastical territorial entity", + "P5608": "fatigue limit", + "P5609": "Split This Rock poet ID", + "P5610": "OpenMath ID", + "P5611": "chieseitaliane ID", + "P5612": "legabasket.it ID", + "P5613": "Biblioth\u00e8que de la Pl\u00e9iade ID", + "P5614": "Aosd\u00e1na ID", + "P5615": "CNT ID", + "P5616": "Com\u00e9die-Fran\u00e7aise ID", + "P5617": "Evene ID", + "P5618": "LOA ID", + "P5619": "FFF author ID", + "P5620": "FFF character ID", + "P5621": "Marvel character ID", + "P5622": "National Cartoonists Society author ID", + "P5623": "type of water supply", + "P5624": "pitting resistance equivalent number", + "P5625": "Vietnamese reading", + "P5626": "Global Invasive Species Database ID", + "P5627": "WSO Online ID", + "P5628": "football.it female player ID", + "P5629": "Brasseur ID", + "P5630": "prisoner count", + "P5631": "Canal Acad\u00e9mie ID", + "P5632": "Persons of Indian Studies ID", + "P5633": "Amphi-Theatrum ID", + "P5634": "Theatrum ID", + "P5635": "ANZL writer ID", + "P5636": "Black Ferns ID", + "P5637": "CNL author ID", + "P5638": "IEEE standard", + "P5639": "LARB contributor ID", + "P5640": "New Zealand Book Council writer ID", + "P5641": "PRELIB person ID", + "P5642": "risk factor", + "P5643": "RSL author ID", + "P5644": "World Rugby Women's World Cup player ID", + "P5645": "Acad\u00e9mie fran\u00e7aise prize winner ID", + "P5646": "AniDB anime ID", + "P5647": "Baidu ScholarID", + "P5648": "AniDB character ID", + "P5649": "AniDB creator ID", + "P5650": "Exoplanet Data Explorer exoplanet ID", + "P5651": "Expedia hotel ID", + "P5652": "Carthalia ID", + "P5653": "Extrasolar Planets Encyclopaedia exoplanet ID", + "P5654": "France Musique person ID", + "P5655": "iTunes music video ID", + "P5656": "MuIS collection ID", + "P5657": "National Humanities Medal winner ID", + "P5658": "railway traffic side", + "P5659": "VGMdb product ID", + "P5660": "Diffusion ENS ID", + "P5661": "Acad\u00e9mie de Montpellier member ID", + "P5662": "Acad\u00e9mie de M\u00e2con member ID", + "P5663": "Acad\u00e9mie de Versailles member ID", + "P5664": "Savoirs ENS ID", + "P5665": "Cartooning for Peace cartoonist ID", + "P5666": "Quais du polar writer ID", + "P5667": "NASA Exoplanet Archive exoplanet ID", + "P5668": "bulk modulus", + "P5669": "compressive strength", + "P5670": "glass transition temperature", + "P5672": "linear thermal expansion coefficient", + "P5673": "shear modulus", + "P5674": "thermal diffusivity", + "P5675": "relative permittivity", + "P5676": "relative permeability", + "P5677": "flexural strength", + "P5678": "dissipation factor", + "P5679": "electrical resistivity", + "P5680": "Hoopla ID", + "P5681": "flexural modulus", + "P5682": "heat deflection temperature", + "P5683": "iNaturalist observation ID", + "P5685": "tear resistance", + "P5686": "ITU-R Recommendation", + "P5687": "New Zealand Business Number", + "P5688": "ITU-T Recommendation", + "P5690": "Saskatchewan Sports Hall of Fame ID", + "P5691": "BND ID", + "P5692": "dummy value", + "P5693": "Fandango movie ID", + "P5694": "Identifier of Moroccan Cultural Patrimoine", + "P5695": "Bibliopoche author ID", + "P5696": "Indian Railways station code", + "P5698": "Invasive Species Compendium Datasheet ID", + "P5699": "Transport Canada LID", + "P5700": "La Lorraine des \u00e9crivains writer ID", + "P5703": "airline accounting code", + "P5704": "Tasmanian Heritage Register ID", + "P5705": "LARB author ID", + "P5707": "sample", + "P5710": "Recours au po\u00e8me ID", + "P5711": "Revues Litt\u00e9raires ID", + "P5712": "IMEC ID", + "P5713": "requires grammatical feature", + "P5714": "Tor.com author ID", + "P5715": "Academia.edu profile URL", + "P5716": "2006 Commonwealth Games athlete ID", + "P5717": "TPA person ID", + "P5718": "PAM ID", + "P5719": "National Medal of Arts winner ID", + "P5720": "WSJP ID", + "P5721": "Turkish Basketball Super League ID", + "P5722": "Greek Basket League ID", + "P5723": "Polish Basketball League ID", + "P5724": "Basketball Bundesliga ID", + "P5725": "Baloncesto Superior Nacional ID", + "P5726": "Pietre della Memoria ID", + "P5727": "Partis d'Arcadie ID", + "P5731": "Angelicum author ID", + "P5732": "bgm.tv subject identifier", + "P5733": "bilibili ID", + "P5734": "Historic Hotels of America ID", + "P5735": "Historic Hotels Worldwide ID", + "P5736": "Minor Planet Center body ID", + "P5737": "Moegirlpedia Chinese Article Entry", + "P5738": "Open Exoplanet Catalogue exoplanet ID", + "P5739": "PUSC author ID", + "P5740": "So Foot ID", + "P5742": "Voetbalstats player ID", + "P5743": "SR Number", + "P5744": "KERIS school ID", + "P5745": "Pacific Coast Architecture Database person ID", + "P5746": "Directorate General of Civil Aeronautics (Mexico) code", + "P5747": "CWA writer ID", + "P5748": "Basisklassifikation", + "P5749": "ASIN", + "P5750": "FBref player ID", + "P5752": "Syndikat writer ID", + "P5753": "ideographic description sequences", + "P5755": "EU RCN", + "P5756": "ABMC person ID", + "P5757": "DAV hut ID", + "P5758": "PZS hut ID", + "P5759": "\u00d6AV hut ID", + "P5760": "Petit Fut\u00e9 site ID", + "P5761": "SAC ID", + "P5762": "NDB identifier for airport beacons", + "P5763": "Directorio de Museos y Colecciones de Espa\u00f1a ID", + "P5764": "IMA museum ID", + "P5765": "The Park Database ID", + "P5768": "Osservatorio culturale del Cantone Ticino ID", + "P5769": "editor-in-chief", + "P5770": "Animator.ru person ID", + "P5771": "RBU athlete ID", + "P5772": "RBU coach ID", + "P5773": "Television Academy Foundation interviewee ID", + "P5774": "Historic Hotels of Europe ID", + "P5775": "image of interior", + "P5776": "Arnet Miner author ID", + "P5777": "CoinMarketCap cryptocurrency ID", + "P5778": "Cooperative Patent Classification code", + "P5779": "CPAN project", + "P5780": "cpcrulez ID", + "P5782": "DBUnico MIBACT ID", + "P5783": "Cranach Digital Archive artwork ID", + "P5784": "DSV person ID", + "P5785": "EU Research Participant ID", + "P5786": "Moviepilot.de film ID", + "P5787": "Ski Jumping Hill Archive ID", + "P5788": "The Gymternet gymnast ID", + "P5789": "WorldofVolley player ID", + "P5790": "Skijumping.pl jumper ID", + "P5791": "Cineuropa film ID", + "P5792": "NooSFere series ID", + "P5793": "Dobry s\u0142ownik ID", + "P5794": "IGDB game ID", + "P5795": "IGDB platform ID", + "P5796": "IGDB person ID", + "P5797": "Twitch channel ID", + "P5798": "Thomson Reuters Business Classification", + "P5799": "AustLII ID", + "P5800": "narrative role", + "P5801": "Academia.edu topic ID", + "P5802": "stage crew member", + "P5803": "VOR\/DME identifier for airport beacons", + "P5804": "has program committee member", + "P5805": "OSI Model layer location", + "P5806": "SNOMED CT identifier", + "P5807": "Alternativa Teatral person ID", + "P5808": "Alternativa Teatral work ID", + "P5809": "Alternativa Teatral place ID", + "P5810": "cryptocurrency", + "P5811": "elongation at break", + "P5813": "MusicBrainz release ID", + "P5814": "IANA service name", + "P5815": "OlympicChannel athlete ID" +} diff --git "a/include/class-wb\\Snak.php" "b/include/class-wb\\Snak.php" index d59d497..c443acb 100644 --- "a/include/class-wb\\Snak.php" +++ "b/include/class-wb\\Snak.php" @@ -1,188 +1,219 @@ . # Wikibase namespace wb; /** * A generic Snak is a combination of a property and a datatype + datavalue. * * A Snak is part of a Claim or a Reference. It's based on a DataValue. */ class Snak { //var $hash; var $snaktype; var $property; var $datatype; var $datavalue; /** * @param $snaktype string * @param $property string * @param $datatype string * @param $datavalue mixed */ public function __construct( $snaktype, $property, $datatype, $datavalue = null ) { $this->setSnakType( $snaktype ) ->setProperty( $property ) ->setDataType( $datatype ); if( null !== $datavalue ) { $this->setDataValue( $datavalue ); } } /** * Get the property * * @return string */ public function getProperty() { return $this->property; } /** * Get the snak type */ public function getSnakType() { return $this->snaktype; } /** * Get the data type */ public function getDataType() { return $this->datatype; } /** * Get the data value * * @return DataValue */ public function getDataValue() { return $this->datavalue; } /** * Set the snak type * * @param $snaktype * @param self */ public function setSnakType( $snaktype ) { $this->snaktype = $snaktype; return $this; } /** * Set the property * * @param $property string * @param self */ public function setProperty( $property ) { $this->property = $property; return $this; } + /** + * Get an human property label, if available in cache + */ + public function getPropertyLabel() { + return self::propertyLabel( $this->getProperty() ); + } + /** * Set the data type * * @param $datatype * @param self */ public function setDataType( $datatype ) { $this->datatype = $datatype; return $this; } /** * Set the data value * * @param $datavalue DataValue * @param self */ public function setDataValue( DataValue $datavalue ) { $this->datavalue = $datavalue; return $this; } /** * Check if the snak has an hash * * @return bool */ public function hasHash() { return isset( $this->hash ); } /** * Get the hash * * @return string|null */ public function getHash() { return $this->hash; } /** * Set the hash * * @param $hash string * @return self */ public function setHash( $hash ) { $this->hash = $hash; return $this; } + /** + * Get a wikilink to this property + * + * @return string + */ + protected function getPropertyWLink() { + $prop = $this->getProperty(); + $label = $this->getPropertyLabel(); + if( ! $label ) { + $label = $prop; + } + return sprintf( '[[P:%s|%s]]', $prop, $label ); + } + + /** + * Try to read the property label from the cache + * + * @TODO: ask also the site + * @return string|false + */ + public static function propertyLabel( $property ) { + return \wm\Wikidata::propertyLabel( $property ); + } + /** * Create a snak from raw data * * @param $data array * @return self */ public static function createFromData( $data ) { if( ! isset( $data['snaktype'], $data['property'], $data['datatype'] ) ) { throw new WrongDataException( __CLASS__ ); } $snak = new self( $data['snaktype'], $data['property'], $data['datatype'] ); if( isset( $data['datavalue'] ) ) { $snak->setDataValue( DataValue::createFromData( $data['datavalue'] ) ); } if( isset( $data['hash'] ) ) { $snak->setHash( $data['hash'] ); } return $snak; } /** * @return string */ public function __toString() { - return sprintf( '[[P:%s]]: %s', - $this->getProperty(), + return sprintf( '%s: %s', + $this->getPropertyWLink(), $this->getDataValue() ); } } diff --git "a/include/class-wm\\Wikidata.php" "b/include/class-wm\\Wikidata.php" index 05ce539..71800cf 100644 --- "a/include/class-wm\\Wikidata.php" +++ "b/include/class-wm\\Wikidata.php" @@ -1,54 +1,72 @@ . # Wikimedia namespace wm; /** * Wikidata singleton instance * * @see https://www.wikidata.org/ */ class Wikidata extends \mw\StaticWikibaseSite { /** * @override */ const UID = 'wikidatawiki'; /** * @override */ const API_URL = 'https://www.wikidata.org/w/api.php'; /** * Execute a SPARQL query * * @param $query string SPARQL query * @return array */ public static function querySPARQL( $query ) { $request = new \network\HTTPRequest( 'https://query.wikidata.org/sparql' ); $response = $request->fetch( [ 'format' => 'json', 'query' => $query ] ); $response_obj = json_decode( $response ); return $response_obj->results->bindings; } + /** + * Retrieve the label (in English) of a property (from the cache) + * + * @param $property string Property title e.g. P123 + * @return string|false Label in English or false + */ + public static function propertyLabel( $property ) { + static $cache; + $path = __DIR__ . '/../cache/Wikidata/properties.json'; + if( ! $cache && file_exists( $path ) ) { + $cache = json_decode( file_get_contents( $path ) ); + } + if( isset( $cache->{ $property } ) ) { + return $cache->{ $property }; + } + return false; + } + }