reality 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.dokaz +1 -0
- data/LICENSE.txt +22 -0
- data/README.md +538 -66
- data/bin/reality +9 -0
- data/config/demo.yml +3 -0
- data/data/wikidata-predicates.json +1 -0
- data/data/wikidata-predicates.yaml +2089 -0
- data/lib/reality.rb +26 -7
- data/lib/reality/config.rb +46 -0
- data/lib/reality/definitions/dictionaries.rb +67 -0
- data/lib/reality/definitions/helpers.rb +34 -0
- data/lib/reality/definitions/wikidata.rb +105 -0
- data/lib/reality/definitions/wikipedia_character.rb +17 -0
- data/lib/reality/definitions/wikipedia_city.rb +19 -0
- data/lib/reality/definitions/wikipedia_continent.rb +21 -0
- data/lib/reality/definitions/wikipedia_country.rb +23 -0
- data/lib/reality/definitions/wikipedia_musical_artist.rb +15 -0
- data/lib/reality/definitions/wikipedia_person.rb +17 -0
- data/lib/reality/entity.rb +152 -0
- data/lib/reality/entity/coercion.rb +76 -0
- data/lib/reality/entity/wikidata_predicates.rb +31 -0
- data/lib/reality/entity/wikipedia_type.rb +73 -0
- data/lib/reality/extras/geonames.rb +29 -0
- data/lib/reality/extras/open_weather_map.rb +63 -0
- data/lib/reality/geo.rb +122 -0
- data/lib/reality/infoboxer_templates.rb +8 -0
- data/lib/reality/list.rb +95 -0
- data/lib/reality/measure.rb +18 -12
- data/lib/reality/measure/unit.rb +5 -1
- data/lib/reality/methods.rb +16 -0
- data/lib/reality/pretty_inspect.rb +11 -0
- data/lib/reality/refinements.rb +26 -0
- data/lib/reality/shortcuts.rb +11 -0
- data/lib/reality/tz_offset.rb +64 -0
- data/lib/reality/util/formatters.rb +35 -0
- data/lib/reality/util/parsers.rb +53 -0
- data/lib/reality/version.rb +6 -0
- data/lib/reality/wikidata.rb +310 -0
- data/reality.gemspec +12 -3
- data/script/extract_wikidata_properties.rb +23 -0
- data/script/lib/nokogiri_more.rb +175 -0
- metadata +137 -7
- data/examples/all_countries.rb +0 -16
- data/lib/reality/country.rb +0 -283
data/bin/reality
CHANGED
@@ -1,6 +1,15 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
require 'rubygems'
|
3
3
|
require 'reality'
|
4
|
+
require 'reality/pretty_inspect'
|
5
|
+
require 'reality/shortcuts'
|
6
|
+
|
7
|
+
Reality.configure :demo
|
8
|
+
|
9
|
+
class << self
|
10
|
+
# including it ONLY into the main object, not Kernel
|
11
|
+
include Reality::Methods
|
12
|
+
end
|
4
13
|
|
5
14
|
require 'irb'
|
6
15
|
ARGV.shift until ARGV.empty?
|
data/config/demo.yml
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"P6":"head of government","P7":"brother","P9":"sister","P10":"video","P14":"highway marker","P15":"road 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","P43":"stepfather","P44":"stepmother","P47":"shares border with","P50":"author","P51":"audio","P53":"noble 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 domain","P81":"connecting line","P84":"architect","P85":"anthem","P86":"composer","P87":"librettist","P88":"commissioned by","P91":"sexual orientation","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":"founder","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","P135":"movement","P136":"genre","P137":"operator","P138":"named after","P140":"religion","P141":"IUCN conservation status","P143":"imported from","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":"sister city","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 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 identifier","P215":"spectral class","P217":"inventory number","P218":"ISO 639-1 code","P219":"ISO 639-2 code","P220":"ISO 639-3 code","P223":"galaxy morphological type","P225":"taxon name","P227":"GND identifier","P229":"IATA airline designator","P230":"ICAO airline designator","P231":"CAS registry number","P232":"EINECS number","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":"LCAuth identifier","P245":"ULAN identifier","P246":"element symbol","P247":"COSPAR ID","P248":"stated in","P249":"ticker symbol","P263":"official residence","P264":"record label","P267":"ATC code","P268":"BnF identifier","P269":"SUDOC authorities","P270":"CALIS","P271":"CiNii author identifier","P272":"production company","P274":"chemical formula","P275":"license","P276":"location","P277":"programming language","P278":"GOST 7.75-97 code","P279":"subclass of","P281":"postal code","P282":"writing system","P286":"head coach","P287":"designer","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","P305":"IETF language tag","P306":"operating system","P344":"director of photography","P345":"IMDb identifier","P347":"Joconde ID","P348":"software version","P349":"NDL identifier","P350":"RKDimages","P351":"Entrez Gene ID","P352":"UniProt ID","P353":"gene symbol","P354":"HGNC ID","P355":"subsidiary","P356":"DOI","P357":"(OBSOLETE) title (use P1476, \"title\")","P358":"discography","P359":"Rijksmonument identifier","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érimée identifier","P381":"PCP reference number","P382":"CBS municipality code","P393":"edition number","P395":"licence plate code","P396":"SBN identifier","P397":"astronomical body","P398":"child astronomical body","P399":"companion of","P400":"platform","P402":"OpenStreetMap Relation identifier","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) identifier","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 profession","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":"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 identifier","P478":"volume","P479":"input device","P480":"FilmAffinity identifier","P481":"Palissy identifier","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","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 or numeric code","P507":"Swedish county code","P508":"BNCF Thesaurus","P509":"cause of death","P511":"honorific prefix","P512":"academic degree","P513":"(OBSOLETE) birth name (use P1477)","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 grave ID","P536":"ATP ID","P537":"twinning","P538":"fracturing","P539":"Museofile","P541":"office contested","P542":"officially opened by","P543":"oath made by","P545":"torch lit by","P547":"commemorates","P549":"Mathematics Genealogy Project identifier","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","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","P576":"dissolved or abolished","P577":"publication date","P578":"Sandbox-TimeValue","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 number","P592":"ChEMBL ID","P593":"HomoloGene ID","P594":"Ensembl Gene ID","P595":"IUPHAR ID","P597":"WTA ID","P598":"commander of","P599":"ITF 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-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":"Québec cultural heritage directory identifier","P634":"captain","P635":"ISTAT ID","P636":"route of administration","P637":"RefSeq Protein ID","P638":"PDB ID","P639":"RefSeq RNA ID","P640":"Léonore ID","P641":"sport","P642":"within the scope of","P644":"genomic start","P645":"genomic end","P646":"Freebase identifier","P647":"drafted by","P648":"Open Library identifier","P649":"NRHP reference number","P650":"RKDartists","P651":"Biografisch Portaal number","P652":"UNII","P653":"PubMed Health","P654":"direction relative to location","P655":"translator","P656":"RefSeq","P657":"RTECS number","P658":"tracklist","P659":"GenLoc assembly","P660":"EC classification","P661":"ChemSpider ID","P662":"PubChem ID (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 identifier","P676":"lyrics by","P677":"ÚSOP 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":"NKC identifier","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 ID","P701":"Dodis","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)","P712":"Nickel-Strunz 9th edition (updated 2009)","P713":"Nickel-Strunz 10th (pending) edition","P714":"Dana 8th edition","P715":"Drugbank ID","P716":"JPL Small-Body Database identifier","P717":"Minor Planet Center observatory code","P718":"Canmore ID","P720":"asteroid spectral type","P721":"OKATO identifier","P722":"UIC station code","P723":"DBNL ID","P724":"Internet Archive identifier","P725":"voice actor","P726":"candidate","P727":"Europeana ID","P728":"GHS hazard statement","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","P738":"(OBSOLETE) influence of","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":"edition(s)","P748":"appointed by","P749":"parent company","P750":"distributor","P751":"introduced feature","P756":"removed feature","P757":"World Heritage Site id","P758":"Kulturminne identifier","P759":"Alberta Register of Historic Places identifier","P760":"DPLA ID","P761":"WISS_ID","P762":"Czech cultural heritage ID","P763":"PEI Register of Historic Places identifier","P764":"OKTMO identifier","P765":"surface played on","P767":"contributor","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","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":"ISIL ID","P792":"chapter","P793":"significant event","P794":"as","P795":"distance along","P796":"geo datum","P797":"executive authority","P798":"military designation","P799":"Air Ministry specification ID","P800":"notable work","P802":"student","P803":"professorship","P804":"GNIS Antarctica ID","P805":"subject of","P806":"Italian cadastre code","P807":"separated from","P808":"code Bien de Interés Cultural","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 Identifier","P822":"mascot","P823":"speaker","P824":"Meteoritical Bulletin Database ID","P825":"dedicated to","P826":"tonality","P827":"BBC program identifier","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 identifier","P846":"Global Biodiversity Information Facility ID","P847":"United States Navy aircraft designation","P849":"Japanese military aircraft designation","P850":"World Register of Marine Species identifier","P852":"ESRB rating","P853":"CERO rating","P854":"reference URL","P855":"Sandbox-URL","P856":"official website","P858":"ESPN SCRUM ID","P859":"sponsor","P860":"e-archiv.li ID","P861":"premiershiprugby.com ID","P862":"Operational Requirement of the UK Air Ministry","P863":"InPhO identifier","P864":"ACM Digital Library author identifier","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 Other","P878":"avionics","P879":"pennant number","P880":"CPU","P881":"type of variable star","P882":"FIPS 6-4 (US counties)","P883":"FIPS 5-2 (code for US states)","P884":"State Water Register Code (Russia)","P885":"origin of the watercourse","P886":"LIR","P887":"based on heuristic","P888":"JSTOR article ID","P889":"Mathematical Reviews identifier","P892":"Request for Comments identifier","P893":"Social Science Research Network ID","P894":"Zentralblatt MATH","P897":"United States Army and Air Force aircraft designation","P898":"IPA transcription","P901":"FIPS 10-4 (countries and regions)","P902":"HDS","P905":"PORT film ID","P906":"SELIBR","P907":"allgame ID","P908":"PEGI rating","P909":"Nova Scotia Register of Historic Places identifier","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 Occupation Code (2010)","P920":"Spanish subject headings for public libraries","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 airport","P932":"PMCID","P933":"heritagefoundation.ca ID","P935":"Commons gallery","P937":"work location","P938":"FishBase species identifier","P939":"KSH code","P940":"GHS precautionary statements","P941":"inspired by","P942":"theme music","P943":"programmer","P944":"Code of nomenclature","P945":"allegiance","P946":"ISIN","P947":"RSL ID (person)","P948":"Wikivoyage banner","P949":"NLI (Israel) identifier","P950":"BNE identifier","P951":"NSZL identifier","P952":"ISCO occupation code","P953":"full text available at","P954":"IBNR identifier","P957":"ISBN-10","P958":"section, verse, or paragraph","P959":"MSW ID","P960":"Tropicos taxon name identifier","P961":"IPNI plant ID","P962":"MycoBank taxon name identifier","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-code for Dutch towns","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 Reactivity","P996":"scanned file on Wikimedia Commons","P998":"dmoz ID","P999":"ARICNS","P1000":"record held","P1001":"applies to jurisdiction","P1002":"engine configuration","P1003":"NLR (Romania) identifier","P1004":"MusicBrainz place ID","P1005":"PTBNP identifier","P1006":"NTA identifier (Netherlands)","P1007":"Lattes Platform number","P1011":"excluding","P1012":"including","P1013":"criterion used","P1014":"AAT identifier","P1015":"BIBSYS identifier","P1016":"asteroid taxonomy","P1017":"BAV (Vatican Library) identifier","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 a 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":"sockets supported","P1042":"ZDB identifier","P1043":"IDEO Job ID","P1044":"SWB editions","P1045":"Sycomore ID","P1046":"discovery method","P1047":"Catholic Hierarchy person ID","P1048":"NCL identifier","P1049":"deity of","P1050":"medical condition","P1051":"PSH ID","P1052":"Portuguese Job Code CPP-2010","P1053":"ResearcherID","P1054":"NDL editions","P1055":"NLM Unique ID","P1056":"product","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":"Danemark Job Code (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 identifier","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","P1111":"votes received","P1112":"Pokédex number","P1113":"number of episodes","P1114":"quantity","P1115":"ATVK ID","P1116":"ELSTAT geographical code","P1117":"pKa","P1121":"oxidation state","P1122":"spin quantum number","P1123":"parity","P1124":"TEU","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 identifier","P1158":"location of landing","P1159":"CODEN","P1160":"ISO 4 abbreviation","P1161":"Z39.5 abbreviation","P1162":"Bluebook abbreviation","P1163":"Internet media type","P1164":"cardinality of the group","P1165":"home world","P1167":"USB ID","P1168":"municipality code (Denmark)","P1170":"transmitted signal","P1171":"approximation algorithm","P1172":"Geokod","P1174":"visitors per year","P1181":"numeric value","P1182":"LIBRIS editions","P1183":"Gewässerkennzahl","P1184":"handle","P1185":"Rodovid ID","P1186":"MEP directory identifier","P1187":"Dharma Drum Buddhist College person ID","P1188":"Dharma Drum Buddhist College place ID","P1189":"Chinese Library Classification","P1190":"Universal Decimal Classification","P1191":"first performance","P1192":"connecting service","P1193":"prevalence","P1194":"received signal","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","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","P1222":"NARA person ID","P1223":"NARA organization ID","P1224":"NARA geographic ID","P1225":"NARA topical subject ID","P1226":"NARA specific records type ID","P1227":"astronomical filter","P1229":"Openpolis ID","P1230":"JSTOR journal code","P1231":"NARA catalog record ID","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 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","P1244":"phone number (URL)","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 identifier","P1259":"coordinates of the point of view","P1260":"Cultural heritage database in Sweden","P1261":"Rundata","P1262":"RAÄ-nummer","P1263":"NNDB people ID","P1264":"valid in period","P1265":"AlloCiné movie ID","P1266":"AlloCiné person ID","P1267":"AlloCiné series ID","P1268":"represents organisation","P1269":"facet of","P1270":"Norway Database for Statistics on Higher education periodical ID","P1271":"Norway Database for Statistics on Higher education publisher ID","P1272":"Norway Import Service and Registration Authority periodical code","P1273":"CANTIC","P1274":"ISFDB title ID","P1275":"Norway Import Service and Registration Authority publisher code","P1276":"Dictionnaire du Jura ID","P1277":"Jufo ID","P1278":"Legal Entity Identifier","P1279":"inflation rate","P1280":"CONOR identifier","P1281":"WOEID","P1282":"OpenStreetMap tag or key","P1283":"filmography","P1284":"Munzinger IBA","P1285":"Munzinger Sport","P1286":"Munzinger Pop identifier","P1287":"KDG Komponisten der Gegenwart","P1288":"KLG Kritisches Lexikon der Gegenwartsliteratur","P1289":"KLfG Kritisches Lexikon der fremdsprachigen Gegenwartsliteratur","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èdia 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 identifier","P1308":"officeholder","P1309":"EGAXA identifier","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 identifier","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","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":"coordinate of northernmost point","P1333":"coordinate of southernmost point","P1334":"coordinate of easternmost point","P1335":"coordinate of westernmost point","P1336":"territory claimed by","P1338":"EPSG ID","P1339":"number of injured","P1340":"eye color","P1341":"Italian Chamber of Deputies ID","P1342":"number of seats","P1343":"described by source","P1344":"participant of","P1345":"number of victims","P1346":"winner","P1347":"military casualty classification","P1348":"AlgaeBase URL","P1349":"ploidy","P1350":"number of matches played","P1351":"number of points/goals scored","P1352":"ranking","P1353":"original spelling","P1354":"shown with features","P1355":"wins","P1356":"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 ID","P1365":"replaces","P1366":"replaced by","P1367":"BBC Your Paintings artist identifier","P1368":"LNB identifier","P1369":"Iranian National Heritage registration number","P1370":"IHSI ID","P1371":"ASI Monument ID","P1372":"binding of software library","P1373":"daily ridership","P1375":"NSK identifier","P1376":"capital of","P1377":"MTR station code","P1378":"China railway TMIS station code","P1380":"uglybridges.com ID","P1381":"bridgehunter.com ID","P1382":"coincident with","P1383":"contains settlement","P1385":"Enciclopédia Açoriana ID","P1386":"Japanese High School Code","P1387":"political alignment","P1388":"German regional key","P1389":"product certification","P1390":"match time of score (minutes)","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 identifier (Russia)","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 ID (cyclist)","P1410":"number of seats of the organization in legislature","P1411":"nominated for","P1412":"languages spoken or written","P1414":"GUI toolkit or framework","P1415":"Oxford Biography Index Number","P1416":"affiliation","P1417":"Encyclopædia 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":"journey origin","P1428":"Lost Art-ID","P1429":"pet","P1430":"OpenPlaques subject identifier","P1431":"executive producer","P1432":"b-side","P1433":"published in","P1434":"describes the fictional universe","P1435":"heritage status","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":"journey destination","P1445":"fictional universe described in","P1446":"number of missing","P1447":"Sports Reference ID","P1448":"official name","P1449":"nickname","P1450":"Sandbox Monolingual text","P1451":"motto text","P1453":"catholic.ru identifier","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 code","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":"Glad identifier","P1531":"parent(s) of this hybrid","P1532":"country for sport","P1533":"family name identical to this first 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 identifier (cyclist, man)","P1542":"cause of","P1543":"monogram","P1544":"Federal Register Document Number","P1545":"series ordinal","P1546":"motto","P1547":"depends on","P1548":"maximum Strahler number","P1549":"demonym","P1550":"Orphanet ID","P1551":"Exceptional heritage of Wallonia identifier","P1552":"has quality","P1553":"Yandex.Music ID","P1554":"UBERON ID","P1555":"Executive Order number","P1556":"Zentralblatt MATH 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éxico ID","P1566":"GeoNames ID","P1567":"NIS/INS code","P1568":"domain","P1569":"number of edges","P1570":"number of vertices","P1571":"codomain","P1573":"BBC Genome identifier","P1574":"exemplar of","P1575":"RISS catalog","P1576":"lifestyle","P1577":"Gregory-Aland-Number","P1578":"Gmelin number","P1579":"Beilstein Registry Number","P1580":"University of Barcelona authority ID","P1581":"official blog","P1582":"natural product of taxon","P1583":"MalaCards ID","P1584":"Pleiades identifier","P1585":"Brazilian municipality code","P1586":"Catalan object of cultural interest ID","P1587":"Slovene Cultural Heritage Register ID","P1588":"Desa 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":"code Inventari del Patrimoni Arquitectònic de Catalunya","P1601":"Esperantist ID","P1602":"BBC Your Paintings venue identifier","P1603":"number of cases","P1604":"biosafety level","P1605":"has natural reservoir","P1606":"natural reservoir of","P1607":"Dialnet author ID","P1608":"Dialnet book","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 identifer","P1618":"sport number","P1619":"date of official opening","P1620":"plaintiff","P1621":"detail map","P1622":"drives on the","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":"working title","P1639":"pendant of","P1640":"curator","P1641":"port","P1642":"acquisition transaction","P1643":"departure transaction","P1644":"EgliseInfo ID","P1645":"NIST/CODATA ID","P1646":"mandatory qualifier","P1647":"subproperty of","P1648":"Dictionary of Welsh Biography ID","P1649":"KMDb person ID","P1650":"BBF identifier","P1651":"YouTube video identifier","P1652":"referee","P1653":"TERYT municipality code","P1654":"wing configuration","P1656":"unveiled by","P1657":"MPAA film rating","P1658":"number of faces","P1659":"see also","P1660":"has index case","P1661":"Alexa rank","P1662":"DOI Prefix","P1663":"ProCyclingStats ID (cyclist)","P1664":"Cycling Database ID","P1665":"Chess Games ID","P1666":"Chess Club ID","P1667":"TGN identifier","P1668":"ATCvet","P1669":"CONA identifier","P1670":"LAC identifier","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":"BBC Your Paintings artwork identifier","P1680":"subtitle","P1683":"quote","P1684":"inscription","P1685":"Pokémon browser number","P1686":"for work","P1687":"Wikidata property","P1688":"AniDB identifier","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 (TE)","P1694":"Terminologia Histologica (TH)","P1695":"NLP identifier","P1696":"inverse of","P1697":"total valid votes","P1699":"SkyscraperPage building id","P1700":"SIPA identifier","P1702":"IGESPAR identifier","P1703":"is pollinated by","P1704":"is pollinator of","P1705":"native label","P1706":"together with","P1707":"DAAO identifier","P1708":"LfDS object ID","P1709":"equivalent class","P1710":"Sächsische Biografie","P1711":"British Museum person-institution","P1712":"Metacritic ID","P1713":"biography at the Bundestag of Germany","P1714":"Journalisted ID","P1715":"RKD/ESD identifier (Slovenia)","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 identifier","P1736":"Information Center for Israeli Art artist identifier","P1738":"Merck Index monograph","P1739":"CiNii book identifer","P1740":"category for films shot at this location","P1741":"GTAA id","P1743":"Bradley and Fletcher checklist number","P1744":"Agassiz et al 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":"BBC Your Paintings collection identifier","P1752":"scale","P1753":"list related to category","P1754":"category related to list","P1755":"Aviation Safety Network accident description ID","P1760":"Aviation Safety Network Wikibase Occurrence","P1761":"Watson & Dallwitz family ID","P1762":"Hornbostel-Sachs classification","P1763":"National Pipe Organ Register identifier","P1764":"Flemish organization for Immovable Heritage relict ID","P1766":"place name sign","P1769":"denkXweb identifier","P1770":"Romania LMI code","P1771":"Integrated Postsecondary Education Data System identifier","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 identifier","P1789":"chief operating officer","P1790":"BioStor author identifier","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","P1798":"ISO 639-5 code","P1800":"Wikimedia database name","P1801":"commemorative plaque image","P1802":"EMLO person identifier","P1803":"Masaryk University person ID","P1804":"Danish National Filmography 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 identifier","P1817":"addressee","P1818":"Kaiserhof identifier","P1819":"genealogics.org person ID","P1820":"Open Food Facts food additive slug","P1821":"Open Food Facts food category slug","P1822":"DSH object ID","P1823":"BAnQ ID","P1824":"road number","P1825":"Baseball-Reference.com major league player ID","P1826":"Baseball-Reference.com minor league player ID","P1827":"ISWC","P1828":"IPI number","P1829":"Roud Folk Song Index","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 identifier","P1840":"investigated by","P1841":"Swedish district code","P1842":"Global Anabaptist Mennonite Encyclopedia Online identifier","P1843":"taxon common name","P1844":"HathiTrust id","P1845":"anti-virus alias","P1846":"distribution map","P1847":"Nasjonalbiblioteket photographer ID","P1848":"INPN Code","P1849":"SSR WrittenForm ID","P1850":"SSR Name ID","P1851":"input set","P1852":"Perry Index","P1853":"blood type","P1854":"Kiev street code","P1855":"Wikidata property example","P1856":"Wikidata example media file","P1858":"Wikidata example string","P1859":"Wikidata example item","P1860":"Wikidata example URL","P1861":"Wikidata example time","P1862":"Wikidata example quantity","P1863":"Wikidata example property value","P1864":"Wikidata example monolingual text","P1865":"Wikidata example geographic coordinates","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 identifier","P1875":"represented by","P1876":"spacecraft","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 identifier","P1883":"Declarator.org ID","P1884":"hair color","P1885":"cathedral","P1886":"Smithsonian volcano identifier","P1887":"vice-county","P1888":"Dictionary of Medieval Names from European Sources entry","P1889":"different from","P1890":"BNC identifier","P1891":"signatory","P1893":"OpenPlaques plaque identifier","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","P1905":"FundRef registry name","P1906":"office held by head of state","P1907":"Australian Dictionary of Biography identifier","P1908":"Commonwealth War Graves Commission person identifier","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":"Commonwealth War Graves Commission burial ground identifier","P1921":"URI pattern for RDF resource","P1922":"first line","P1923":"participating team","P1924":"vaccine for","P1925":"VIOLIN ID","P1928":"Vaccine Ontology ID","P1929":"ClinVar accession","P1930":"DSM V","P1931":"NIOSH Pocket Guide ID","P1932":"stated as","P1933":"MobyGames ID","P1934":"Animator.ru film ID","P1935":"DBCS 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","P1947":"Mapillary ID","P1948":"BerlPap identifier","P1949":"CulturaItalia ID","P1950":"second surname 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 ID","P1961":"identifier of Comité des travaux historiques et scientifiques","P1962":"patron","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 identifier","P1977":"lesarchivesduspectacle 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":"Dizionario Biografico degli Italiani","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":"medical specialty","P1996":"parliament.uk ID","P1997":"Facebook Places ID","P1998":"UCI code","P1999":"UNESCO language status","P2000":"CPDL ID","P2001":"Revised Romanisation","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 ID","P2016":"Catalogus Professorum Academiae Groninganae id","P2017":"isomeric SMILES","P2018":"Teuchos ID","P2019":"AllMovie artist ID","P2020":"worldfootball.net ID","P2021":"Erdős 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","P2037":"GitHub username","P2038":"ResearchGate ID","P2040":"CITES Species+ ID","P2041":"National Gallery of Victoria artist identifier","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 (weight)","P2068":"thermal conductivity","P2069":"magnetic moment","P2070":"Fellow of the Royal Society","P2071":"Mémoire des hommes","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","P2081":"BLDAM object ID","P2082":"M.49 code","P2083":"Leadscope ID","P2084":"ZINC ID","P2085":"Nikkaji","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 ID","P2092":"Bildindex der Kunst und Architektur ID","P2093":"short author name","P2094":"competition class","P2095":"co-driver","P2096":"image 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ébec 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":"power output","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":"membership","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","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 (person)","P2165":"SIGIC (group)","P2166":"SIGIC (institution)","P2167":"UNSPSC Code","P2168":"SFDb person ID","P2169":"PublicWhip identifier","P2170":"Hansard (currents session) identifier","P2171":"They Work for You identifier","P2172":"Parliamentary record identifier","P2173":"BBC News Democracy Live identifier","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 identifier","P2186":"Wiki Loves Monuments ID","P2187":"BiblioNet publication identifier","P2188":"BiblioNet author identifier","P2189":"BiblioNet publisher identifier","P2190":"C-SPAN identifier of a person","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","P2219":"real gross domestic product growth rate","P2220":"household wealth","P2221":"flux","P2222":"gyromagnetic ratio","P2223":"decay width","P2224":"spectral line","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 for quantity","P2235":"external superproperty","P2236":"external subproperty","P2237":"units used for this property","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":"NGA 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 Identifier","P2268":"Musée 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 code","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–1945)","P2299":"PPP GDP per capita","P2300":"minimal lethal dose","P2302":"property constraint","P2303":"exception to constraint","P2304":"group by","P2305":"item","P2306":"property","P2307":"namespace","P2308":"class","P2309":"relation","P2310":"min date","P2311":"max date","P2312":"max quantity","P2313":"min quantity","P2315":"comment","P2316":"constraint status","P2317":"call sign","P2318":"debut participant","P2319":"elector","P2320":"aftershocks","P2321":"general classification","P2322":"article ID","P2323":"Swedish Olympic Committee athlete ID","P2324":"quantity buried","P2325":"mean anomaly","P2326":"GNS Unique Feature Identifier","P2327":"ProCyclingStats ID (race)","P2328":"ProCyclingStats ID (team)","P2329":"antagonist muscle","P2330":"Cycling Archives ID (race)","P2331":"Cycling Archives ID (team)","P2332":"Dictionary of Art Historians ID","P2333":"Norwegian organization number","P2334":"SFDb movie ID","P2335":"SFDb-identifier of company","P2336":"SFDb-identifier of soundtrack","P2337":"SFDb-identifier of group","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":"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 endangered language 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 base 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 ID","P2381":"Academic Tree ID","P2382":"Chemins de mémoire ID","P2383":"CTHS person ID","P2384":"statement describes","P2385":"French diocesan architects ID","P2386":"diameter","P2387":"Elonet actor 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":"MLSSoccer.com ID","P2399":"British Council artist ID","P2400":"JMDb film identifier","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":"NII 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","P2422":"number of awards","P2423":"FIE identifier","P2424":"Berlin cultural heritage ID","P2425":"service ribbon image","P2426":"Xeno-canto species ID","P2427":"grid global research 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","P2439":"language","P2440":"transliteration","P2441":"literal translation","P2442":"conversion to standard unit","P2443":"stage reached","P2444":"homoglyph","P2445":"metasubclass of","P2446":"transfermarkt.com footballer id","P2447":"transfermarkt manager id","P2448":"Turkish Football Federation player ID","P2449":"Turkish Football Federation manager ID","P2450":"Encyclopædia Britannica contributor identifier","P2451":"MAME ROM","P2452":"GeoNames feature code","P2453":"nominee","P2454":"KNAW past member identifier","P2455":"Species Profile and Threats Database ID","P2456":"dblp identifier","P2457":"Australian National Shipwreck Database Shipwreck ID number","P2458":"Mackolik.com footballer ID","P2459":"IBU biathlete identifier","P2460":"Persons of Ancient Athens","P2461":"ComLaw ID","P2462":"member of the deme","P2463":"elibrary.ru organisation ID","P2464":"BugGuide ID","P2465":"allcinema film identifier","P2466":"judicial sentence","P2467":"Global Geoparks Network ID","P2468":"Theatricalia theatre ID","P2469":"Theatricalia person ID","P2470":"Talouselämän vaikuttajat ID","P2471":"Models.com ID","P2472":"ACMA Register of Radiocommunications Licences Client Identifier","P2473":"Asset of Local Relevance ID","P2474":"CDLI ID","P2475":"NAVA ID","P2476":"HNI person/institution ID","P2477":"TBRC Resource ID","P2478":"Railways Archive event ID","P2479":"SPDX identifier","P2480":"IHO Hydrographic Dictionary (S-32)","P2481":"Eliteprospects.com 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 identifier","P2496":"Latvian toponymic names database identifier","P2497":"Latvian National Address Register identifier","P2498":"Catalan Biographical Dictionary of Women ID","P2499":"level above"}
|
@@ -0,0 +1,2089 @@
|
|
1
|
+
---
|
2
|
+
P6: head of government
|
3
|
+
P7: brother
|
4
|
+
P9: sister
|
5
|
+
P10: video
|
6
|
+
P14: highway marker
|
7
|
+
P15: road map
|
8
|
+
P16: highway system
|
9
|
+
P17: country
|
10
|
+
P18: image
|
11
|
+
P19: place of birth
|
12
|
+
P20: place of death
|
13
|
+
P21: sex or gender
|
14
|
+
P22: father
|
15
|
+
P25: mother
|
16
|
+
P26: spouse
|
17
|
+
P27: country of citizenship
|
18
|
+
P30: continent
|
19
|
+
P31: instance of
|
20
|
+
P35: head of state
|
21
|
+
P36: capital
|
22
|
+
P37: official language
|
23
|
+
P38: currency
|
24
|
+
P39: position held
|
25
|
+
P40: child
|
26
|
+
P41: flag image
|
27
|
+
P43: stepfather
|
28
|
+
P44: stepmother
|
29
|
+
P47: shares border with
|
30
|
+
P50: author
|
31
|
+
P51: audio
|
32
|
+
P53: noble family
|
33
|
+
P54: member of sports team
|
34
|
+
P57: director
|
35
|
+
P58: screenwriter
|
36
|
+
P59: constellation
|
37
|
+
P61: discoverer or inventor
|
38
|
+
P65: site of astronomical discovery
|
39
|
+
P66: ancestral home
|
40
|
+
P69: educated at
|
41
|
+
P78: top-level domain
|
42
|
+
P81: connecting line
|
43
|
+
P84: architect
|
44
|
+
P85: anthem
|
45
|
+
P86: composer
|
46
|
+
P87: librettist
|
47
|
+
P88: commissioned by
|
48
|
+
P91: sexual orientation
|
49
|
+
P94: coat of arms image
|
50
|
+
P97: noble title
|
51
|
+
P98: editor
|
52
|
+
P101: field of work
|
53
|
+
P102: member of political party
|
54
|
+
P103: native language
|
55
|
+
P105: taxon rank
|
56
|
+
P106: occupation
|
57
|
+
P108: employer
|
58
|
+
P109: signature
|
59
|
+
P110: illustrator
|
60
|
+
P111: measured physical quantity
|
61
|
+
P112: founder
|
62
|
+
P113: airline hub
|
63
|
+
P114: airline alliance
|
64
|
+
P115: home venue
|
65
|
+
P117: chemical structure
|
66
|
+
P118: league
|
67
|
+
P119: place of burial
|
68
|
+
P121: item operated
|
69
|
+
P122: basic form of government
|
70
|
+
P123: publisher
|
71
|
+
P126: maintained by
|
72
|
+
P127: owned by
|
73
|
+
P128: regulates (molecular biology)
|
74
|
+
P129: physically interacts with
|
75
|
+
P131: located in the administrative territorial entity
|
76
|
+
P134: has dialect
|
77
|
+
P135: movement
|
78
|
+
P136: genre
|
79
|
+
P137: operator
|
80
|
+
P138: named after
|
81
|
+
P140: religion
|
82
|
+
P141: IUCN conservation status
|
83
|
+
P143: imported from
|
84
|
+
P144: based on
|
85
|
+
P149: architectural style
|
86
|
+
P150: contains administrative territorial entity
|
87
|
+
P154: logo image
|
88
|
+
P155: follows
|
89
|
+
P156: followed by
|
90
|
+
P157: killed by
|
91
|
+
P158: seal image
|
92
|
+
P159: headquarters location
|
93
|
+
P161: cast member
|
94
|
+
P162: producer
|
95
|
+
P163: flag
|
96
|
+
P166: award received
|
97
|
+
P167: structure replaced by
|
98
|
+
P169: chief executive officer
|
99
|
+
P170: creator
|
100
|
+
P171: parent taxon
|
101
|
+
P172: ethnic group
|
102
|
+
P175: performer
|
103
|
+
P176: manufacturer
|
104
|
+
P177: crosses
|
105
|
+
P178: developer
|
106
|
+
P179: series
|
107
|
+
P180: depicts
|
108
|
+
P181: taxon range map image
|
109
|
+
P183: endemic to
|
110
|
+
P184: doctoral advisor
|
111
|
+
P185: doctoral student
|
112
|
+
P186: material used
|
113
|
+
P189: location of discovery
|
114
|
+
P190: sister city
|
115
|
+
P193: main building contractor
|
116
|
+
P194: legislative body
|
117
|
+
P195: collection
|
118
|
+
P196: minor planet group
|
119
|
+
P197: adjacent station
|
120
|
+
P199: business division
|
121
|
+
P200: lake inflows
|
122
|
+
P201: lake outflow
|
123
|
+
P205: basin country
|
124
|
+
P206: located next to body of water
|
125
|
+
P207: bathymetry image
|
126
|
+
P208: executive body
|
127
|
+
P209: highest judicial authority
|
128
|
+
P210: party chief representative
|
129
|
+
P212: ISBN-13
|
130
|
+
P213: ISNI
|
131
|
+
P214: VIAF identifier
|
132
|
+
P215: spectral class
|
133
|
+
P217: inventory number
|
134
|
+
P218: ISO 639-1 code
|
135
|
+
P219: ISO 639-2 code
|
136
|
+
P220: ISO 639-3 code
|
137
|
+
P223: galaxy morphological type
|
138
|
+
P225: taxon name
|
139
|
+
P227: GND identifier
|
140
|
+
P229: IATA airline designator
|
141
|
+
P230: ICAO airline designator
|
142
|
+
P231: CAS registry number
|
143
|
+
P232: EINECS number
|
144
|
+
P233: canonical SMILES
|
145
|
+
P234: InChI
|
146
|
+
P235: InChIKey
|
147
|
+
P236: ISSN
|
148
|
+
P237: coat of arms
|
149
|
+
P238: IATA airport code
|
150
|
+
P239: ICAO airport code
|
151
|
+
P240: FAA airport code
|
152
|
+
P241: military branch
|
153
|
+
P242: locator map image
|
154
|
+
P243: OCLC control number
|
155
|
+
P244: LCAuth identifier
|
156
|
+
P245: ULAN identifier
|
157
|
+
P246: element symbol
|
158
|
+
P247: COSPAR ID
|
159
|
+
P248: stated in
|
160
|
+
P249: ticker symbol
|
161
|
+
P263: official residence
|
162
|
+
P264: record label
|
163
|
+
P267: ATC code
|
164
|
+
P268: BnF identifier
|
165
|
+
P269: SUDOC authorities
|
166
|
+
P270: CALIS
|
167
|
+
P271: CiNii author identifier
|
168
|
+
P272: production company
|
169
|
+
P274: chemical formula
|
170
|
+
P275: license
|
171
|
+
P276: location
|
172
|
+
P277: programming language
|
173
|
+
P278: GOST 7.75-97 code
|
174
|
+
P279: subclass of
|
175
|
+
P281: postal code
|
176
|
+
P282: writing system
|
177
|
+
P286: head coach
|
178
|
+
P287: designer
|
179
|
+
P289: vessel class
|
180
|
+
P291: place of publication
|
181
|
+
P296: station code
|
182
|
+
P297: ISO 3166-1 alpha-2 code
|
183
|
+
P298: ISO 3166-1 alpha-3 code
|
184
|
+
P299: ISO 3166-1 numeric code
|
185
|
+
P300: ISO 3166-2 code
|
186
|
+
P301: category's main topic
|
187
|
+
P303: EE breed number
|
188
|
+
P304: page
|
189
|
+
P305: IETF language tag
|
190
|
+
P306: operating system
|
191
|
+
P344: director of photography
|
192
|
+
P345: IMDb identifier
|
193
|
+
P347: Joconde ID
|
194
|
+
P348: software version
|
195
|
+
P349: NDL identifier
|
196
|
+
P350: RKDimages
|
197
|
+
P351: Entrez Gene ID
|
198
|
+
P352: UniProt ID
|
199
|
+
P353: gene symbol
|
200
|
+
P354: HGNC ID
|
201
|
+
P355: subsidiary
|
202
|
+
P356: DOI
|
203
|
+
P357: (OBSOLETE) title (use P1476, "title")
|
204
|
+
P358: discography
|
205
|
+
P359: Rijksmonument identifier
|
206
|
+
P360: is a list of
|
207
|
+
P361: part of
|
208
|
+
P364: original language of work
|
209
|
+
P366: use
|
210
|
+
P367: astronomic symbol image
|
211
|
+
P368: Sandbox-CommonsMediaFile
|
212
|
+
P369: Sandbox-Item
|
213
|
+
P370: Sandbox-String
|
214
|
+
P371: presenter
|
215
|
+
P373: Commons category
|
216
|
+
P374: INSEE municipality code
|
217
|
+
P375: space launch vehicle
|
218
|
+
P376: located on astronomical body
|
219
|
+
P377: SCN
|
220
|
+
P380: Mérimée identifier
|
221
|
+
P381: PCP reference number
|
222
|
+
P382: CBS municipality code
|
223
|
+
P393: edition number
|
224
|
+
P395: licence plate code
|
225
|
+
P396: SBN identifier
|
226
|
+
P397: astronomical body
|
227
|
+
P398: child astronomical body
|
228
|
+
P399: companion of
|
229
|
+
P400: platform
|
230
|
+
P402: OpenStreetMap Relation identifier
|
231
|
+
P403: mouth of the watercourse
|
232
|
+
P404: game mode
|
233
|
+
P405: taxon author
|
234
|
+
P406: soundtrack album
|
235
|
+
P407: language of work or name
|
236
|
+
P408: software engine
|
237
|
+
P409: NLA (Australia) identifier
|
238
|
+
P410: military rank
|
239
|
+
P411: canonization status
|
240
|
+
P412: voice type
|
241
|
+
P413: position played on team / speciality
|
242
|
+
P414: stock exchange
|
243
|
+
P415: radio format
|
244
|
+
P416: quantity symbol
|
245
|
+
P417: patron saint
|
246
|
+
P418: seal description
|
247
|
+
P421: located in time zone
|
248
|
+
P423: shooting handedness
|
249
|
+
P424: Wikimedia language code
|
250
|
+
P425: field of this profession
|
251
|
+
P426: aircraft registration
|
252
|
+
P427: taxonomic type
|
253
|
+
P428: botanist author abbreviation
|
254
|
+
P429: dantai code
|
255
|
+
P432: callsign of airline
|
256
|
+
P433: issue
|
257
|
+
P434: MusicBrainz artist ID
|
258
|
+
P435: MusicBrainz work ID
|
259
|
+
P436: MusicBrainz release group ID
|
260
|
+
P437: distribution
|
261
|
+
P439: German municipality key
|
262
|
+
P440: German district key
|
263
|
+
P442: China administrative division code
|
264
|
+
P443: pronunciation audio
|
265
|
+
P444: review score
|
266
|
+
P447: score by
|
267
|
+
P449: original network
|
268
|
+
P450: astronaut mission
|
269
|
+
P451: partner
|
270
|
+
P452: industry
|
271
|
+
P453: character role
|
272
|
+
P454: Structurae ID (structure)
|
273
|
+
P455: Emporis building ID
|
274
|
+
P457: foundational text
|
275
|
+
P458: IMO ship number
|
276
|
+
P459: determination method
|
277
|
+
P460: said to be the same as
|
278
|
+
P461: opposite of
|
279
|
+
P462: color
|
280
|
+
P463: member of
|
281
|
+
P464: NOR
|
282
|
+
P465: sRGB color hex triplet
|
283
|
+
P466: occupant
|
284
|
+
P467: legislated by
|
285
|
+
P468: dan/kyu rank
|
286
|
+
P469: lakes on river
|
287
|
+
P470: Eight Banner register
|
288
|
+
P473: local dialing code
|
289
|
+
P474: country calling code
|
290
|
+
P476: CELEX number
|
291
|
+
P477: Canadian Register of Historic Places identifier
|
292
|
+
P478: volume
|
293
|
+
P479: input device
|
294
|
+
P480: FilmAffinity identifier
|
295
|
+
P481: Palissy identifier
|
296
|
+
P483: recorded at
|
297
|
+
P484: IMA Number, broad sense
|
298
|
+
P485: archives at
|
299
|
+
P486: MeSH ID
|
300
|
+
P487: Unicode character
|
301
|
+
P488: chairperson
|
302
|
+
P489: currency symbol description
|
303
|
+
P490: provisional designation
|
304
|
+
P491: orbit diagram
|
305
|
+
P492: OMIM ID
|
306
|
+
P493: ICD-9
|
307
|
+
P494: ICD-10
|
308
|
+
P495: country of origin
|
309
|
+
P496: ORCID
|
310
|
+
P497: CBDB ID
|
311
|
+
P498: ISO 4217 code
|
312
|
+
P500: exclave of
|
313
|
+
P501: enclave within
|
314
|
+
P502: HURDAT identifier
|
315
|
+
P503: ISO standard
|
316
|
+
P504: home port
|
317
|
+
P505: general manager
|
318
|
+
P506: ISO 15924 alpha-4 or numeric code
|
319
|
+
P507: Swedish county code
|
320
|
+
P508: BNCF Thesaurus
|
321
|
+
P509: cause of death
|
322
|
+
P511: honorific prefix
|
323
|
+
P512: academic degree
|
324
|
+
P513: "(OBSOLETE) birth name (use P1477)"
|
325
|
+
P514: interleaves with
|
326
|
+
P515: phase of matter
|
327
|
+
P516: powerplant
|
328
|
+
P517: interaction
|
329
|
+
P518: applies to part
|
330
|
+
P520: armament
|
331
|
+
P521: scheduled service destination
|
332
|
+
P522: type of orbit
|
333
|
+
P523: temporal range start
|
334
|
+
P524: temporal range end
|
335
|
+
P525: Swedish municipality code
|
336
|
+
P527: has part
|
337
|
+
P528: catalog code
|
338
|
+
P529: runway
|
339
|
+
P530: diplomatic relation
|
340
|
+
P531: diplomatic mission sent
|
341
|
+
P532: port of registry
|
342
|
+
P533: target
|
343
|
+
P534: streak color
|
344
|
+
P535: Find a Grave grave ID
|
345
|
+
P536: ATP ID
|
346
|
+
P537: twinning
|
347
|
+
P538: fracturing
|
348
|
+
P539: Museofile
|
349
|
+
P541: office contested
|
350
|
+
P542: officially opened by
|
351
|
+
P543: oath made by
|
352
|
+
P545: torch lit by
|
353
|
+
P547: commemorates
|
354
|
+
P549: Mathematics Genealogy Project identifier
|
355
|
+
P550: chivalric order
|
356
|
+
P551: residence
|
357
|
+
P552: handedness
|
358
|
+
P553: website account on
|
359
|
+
P554: website username
|
360
|
+
P555: doubles record
|
361
|
+
P556: crystal system
|
362
|
+
P557: DiseasesDB
|
363
|
+
P558: unit symbol
|
364
|
+
P559: terminus
|
365
|
+
P560: direction
|
366
|
+
P561: NATO reporting name
|
367
|
+
P562: central bank/issuer
|
368
|
+
P563: ICD-O
|
369
|
+
P564: singles record
|
370
|
+
P565: crystal habit
|
371
|
+
P566: basionym
|
372
|
+
P567: underlies
|
373
|
+
P568: overlies
|
374
|
+
P569: date of birth
|
375
|
+
P570: date of death
|
376
|
+
P571: inception
|
377
|
+
P574: date of taxon name publication
|
378
|
+
P575: time of discovery
|
379
|
+
P576: dissolved or abolished
|
380
|
+
P577: publication date
|
381
|
+
P578: Sandbox-TimeValue
|
382
|
+
P580: start time
|
383
|
+
P582: end time
|
384
|
+
P585: point in time
|
385
|
+
P586: IPNI author ID
|
386
|
+
P587: MMSI
|
387
|
+
P588: coolant
|
388
|
+
P589: point group
|
389
|
+
P590: GNIS ID
|
390
|
+
P591: EC number
|
391
|
+
P592: ChEMBL ID
|
392
|
+
P593: HomoloGene ID
|
393
|
+
P594: Ensembl Gene ID
|
394
|
+
P595: IUPHAR ID
|
395
|
+
P597: WTA ID
|
396
|
+
P598: commander of
|
397
|
+
P599: ITF ID
|
398
|
+
P600: Wine AppDB-ID
|
399
|
+
P604: MedlinePlus ID
|
400
|
+
P605: NUTS code
|
401
|
+
P606: first flight
|
402
|
+
P607: conflict
|
403
|
+
P608: exhibition history
|
404
|
+
P609: terminus location
|
405
|
+
P610: highest point
|
406
|
+
P611: religious order
|
407
|
+
P612: mother house
|
408
|
+
P613: OS grid reference
|
409
|
+
P617: yard number
|
410
|
+
P618: source of energy
|
411
|
+
P619: time of spacecraft launch
|
412
|
+
P620: time of spacecraft landing
|
413
|
+
P621: time of spacecraft orbit decay
|
414
|
+
P622: spacecraft docking/undocking date
|
415
|
+
P624: guidance system
|
416
|
+
P625: coordinate location
|
417
|
+
P626: Sandbox-GeoCoordinateValue
|
418
|
+
P627: IUCN-ID
|
419
|
+
P628: E number
|
420
|
+
P629: edition or translation of
|
421
|
+
P630: Paris city digital code
|
422
|
+
P631: structural engineer
|
423
|
+
P632: cultural properties of Belarus reference number
|
424
|
+
P633: Québec cultural heritage directory identifier
|
425
|
+
P634: captain
|
426
|
+
P635: ISTAT ID
|
427
|
+
P636: route of administration
|
428
|
+
P637: RefSeq Protein ID
|
429
|
+
P638: PDB ID
|
430
|
+
P639: RefSeq RNA ID
|
431
|
+
P640: Léonore ID
|
432
|
+
P641: sport
|
433
|
+
P642: within the scope of
|
434
|
+
P644: genomic start
|
435
|
+
P645: genomic end
|
436
|
+
P646: Freebase identifier
|
437
|
+
P647: drafted by
|
438
|
+
P648: Open Library identifier
|
439
|
+
P649: NRHP reference number
|
440
|
+
P650: RKDartists
|
441
|
+
P651: Biografisch Portaal number
|
442
|
+
P652: UNII
|
443
|
+
P653: PubMed Health
|
444
|
+
P654: direction relative to location
|
445
|
+
P655: translator
|
446
|
+
P656: RefSeq
|
447
|
+
P657: RTECS number
|
448
|
+
P658: tracklist
|
449
|
+
P659: GenLoc assembly
|
450
|
+
P660: EC classification
|
451
|
+
P661: ChemSpider ID
|
452
|
+
P662: PubChem ID (CID)
|
453
|
+
P663: DSM IV
|
454
|
+
P664: organizer
|
455
|
+
P665: KEGG ID
|
456
|
+
P667: ICPC 2 ID
|
457
|
+
P668: GeneReviews ID
|
458
|
+
P669: located on street
|
459
|
+
P670: street number
|
460
|
+
P671: Mouse Genome Informatics ID
|
461
|
+
P672: MeSH Code
|
462
|
+
P673: eMedicine
|
463
|
+
P674: characters
|
464
|
+
P675: Google Books identifier
|
465
|
+
P676: lyrics by
|
466
|
+
P677: "ÚSOP code"
|
467
|
+
P678: incertae sedis
|
468
|
+
P679: ZVG number
|
469
|
+
P680: molecular function
|
470
|
+
P681: cell component
|
471
|
+
P682: biological process
|
472
|
+
P683: ChEBI ID
|
473
|
+
P684: ortholog
|
474
|
+
P685: NCBI Taxonomy ID
|
475
|
+
P686: Gene Ontology ID
|
476
|
+
P687: BHL Page ID
|
477
|
+
P688: encodes
|
478
|
+
P689: afflicts
|
479
|
+
P690: space group
|
480
|
+
P691: NKC identifier
|
481
|
+
P692: Gene Atlas Image
|
482
|
+
P693: cleavage
|
483
|
+
P694: replaced synonym (for nom. nov.)
|
484
|
+
P695: UN number
|
485
|
+
P696: Neurolex ID
|
486
|
+
P697: ex taxon author
|
487
|
+
P698: PubMed ID
|
488
|
+
P699: Disease Ontology ID
|
489
|
+
P700: Kemler ID
|
490
|
+
P701: Dodis
|
491
|
+
P702: encoded by
|
492
|
+
P703: found in taxon
|
493
|
+
P704: Ensembl Transcript ID
|
494
|
+
P705: Ensembl Protein ID
|
495
|
+
P706: located on terrain feature
|
496
|
+
P707: satellite bus
|
497
|
+
P708: diocese
|
498
|
+
P709: Historic Scotland ID
|
499
|
+
P710: participant
|
500
|
+
P711: Strunz 8th edition (series ID)
|
501
|
+
P712: Nickel-Strunz 9th edition (updated 2009)
|
502
|
+
P713: Nickel-Strunz 10th (pending) edition
|
503
|
+
P714: Dana 8th edition
|
504
|
+
P715: Drugbank ID
|
505
|
+
P716: JPL Small-Body Database identifier
|
506
|
+
P717: Minor Planet Center observatory code
|
507
|
+
P718: Canmore ID
|
508
|
+
P720: asteroid spectral type
|
509
|
+
P721: OKATO identifier
|
510
|
+
P722: UIC station code
|
511
|
+
P723: DBNL ID
|
512
|
+
P724: Internet Archive identifier
|
513
|
+
P725: voice actor
|
514
|
+
P726: candidate
|
515
|
+
P727: Europeana ID
|
516
|
+
P728: GHS hazard statement
|
517
|
+
P729: service entry
|
518
|
+
P730: service retirement
|
519
|
+
P731: Litholex ID
|
520
|
+
P732: BGS Lexicon ID
|
521
|
+
P733: DINOloket
|
522
|
+
P734: family name
|
523
|
+
P735: given name
|
524
|
+
P736: cover artist
|
525
|
+
P737: influenced by
|
526
|
+
P738: "(OBSOLETE) influence of"
|
527
|
+
P739: ammunition
|
528
|
+
P740: location of formation
|
529
|
+
P741: playing hand
|
530
|
+
P742: pseudonym
|
531
|
+
P744: asteroid family
|
532
|
+
P745: Low German Bibliography and Biography ID
|
533
|
+
P746: date of disappearance
|
534
|
+
P747: edition(s)
|
535
|
+
P748: appointed by
|
536
|
+
P749: parent company
|
537
|
+
P750: distributor
|
538
|
+
P751: introduced feature
|
539
|
+
P756: removed feature
|
540
|
+
P757: World Heritage Site id
|
541
|
+
P758: Kulturminne identifier
|
542
|
+
P759: Alberta Register of Historic Places identifier
|
543
|
+
P760: DPLA ID
|
544
|
+
P761: WISS_ID
|
545
|
+
P762: Czech cultural heritage ID
|
546
|
+
P763: PEI Register of Historic Places identifier
|
547
|
+
P764: OKTMO identifier
|
548
|
+
P765: surface played on
|
549
|
+
P767: contributor
|
550
|
+
P768: electoral district
|
551
|
+
P769: significant drug interaction
|
552
|
+
P770: cause of destruction
|
553
|
+
P771: Swiss municipality code
|
554
|
+
P772: INE municipality code
|
555
|
+
P773: ISO 3166-3
|
556
|
+
P774: FIPS 55-3 (locations in the US)
|
557
|
+
P775: Swedish urban area code
|
558
|
+
P776: Swedish minor urban area code
|
559
|
+
P777: Swedish civil parish code/ATA code
|
560
|
+
P778: Church of Sweden parish code
|
561
|
+
P779: Church of Sweden Pastoratskod
|
562
|
+
P780: symptoms
|
563
|
+
P781: Sikart
|
564
|
+
P782: LAU
|
565
|
+
P783: hymenium type
|
566
|
+
P784: mushroom cap shape
|
567
|
+
P785: hymenium attachment
|
568
|
+
P786: stipe character
|
569
|
+
P787: spore print color
|
570
|
+
P788: mushroom ecological type
|
571
|
+
P789: edibility
|
572
|
+
P790: approved by
|
573
|
+
P791: ISIL ID
|
574
|
+
P792: chapter
|
575
|
+
P793: significant event
|
576
|
+
P794: as
|
577
|
+
P795: distance along
|
578
|
+
P796: geo datum
|
579
|
+
P797: executive authority
|
580
|
+
P798: military designation
|
581
|
+
P799: Air Ministry specification ID
|
582
|
+
P800: notable work
|
583
|
+
P802: student
|
584
|
+
P803: professorship
|
585
|
+
P804: GNIS Antarctica ID
|
586
|
+
P805: subject of
|
587
|
+
P806: Italian cadastre code
|
588
|
+
P807: separated from
|
589
|
+
P808: code Bien de Interés Cultural
|
590
|
+
P809: WDPA id
|
591
|
+
P811: academic minor
|
592
|
+
P812: academic major
|
593
|
+
P813: retrieved
|
594
|
+
P814: IUCN protected areas category
|
595
|
+
P815: ITIS TSN
|
596
|
+
P816: decays to
|
597
|
+
P817: decay mode
|
598
|
+
P818: arXiv ID
|
599
|
+
P819: ADS bibcode
|
600
|
+
P820: arXiv classification
|
601
|
+
P821: CGNDB Unique Identifier
|
602
|
+
P822: mascot
|
603
|
+
P823: speaker
|
604
|
+
P824: Meteoritical Bulletin Database ID
|
605
|
+
P825: dedicated to
|
606
|
+
P826: tonality
|
607
|
+
P827: BBC program identifier
|
608
|
+
P828: has cause
|
609
|
+
P829: OEIS ID
|
610
|
+
P830: Encyclopedia of Life ID
|
611
|
+
P831: parent club
|
612
|
+
P832: public holiday
|
613
|
+
P833: interchange station
|
614
|
+
P834: train depot
|
615
|
+
P835: author citation (zoology)
|
616
|
+
P836: GSS code (2011)
|
617
|
+
P837: day in year for periodic occurrence
|
618
|
+
P838: BioLib ID
|
619
|
+
P839: IMSLP ID
|
620
|
+
P840: narrative location
|
621
|
+
P841: feast day
|
622
|
+
P842: Fossilworks ID
|
623
|
+
P843: SIRUTA code
|
624
|
+
P844: UBIGEO code
|
625
|
+
P845: Saskatchewan Register of Heritage Property identifier
|
626
|
+
P846: Global Biodiversity Information Facility ID
|
627
|
+
P847: United States Navy aircraft designation
|
628
|
+
P849: Japanese military aircraft designation
|
629
|
+
P850: World Register of Marine Species identifier
|
630
|
+
P852: ESRB rating
|
631
|
+
P853: CERO rating
|
632
|
+
P854: reference URL
|
633
|
+
P855: Sandbox-URL
|
634
|
+
P856: official website
|
635
|
+
P858: ESPN SCRUM ID
|
636
|
+
P859: sponsor
|
637
|
+
P860: e-archiv.li ID
|
638
|
+
P861: premiershiprugby.com ID
|
639
|
+
P862: Operational Requirement of the UK Air Ministry
|
640
|
+
P863: InPhO identifier
|
641
|
+
P864: ACM Digital Library author identifier
|
642
|
+
P865: BMLO
|
643
|
+
P866: Perlentaucher ID
|
644
|
+
P867: ROME Occupation Code (v3)
|
645
|
+
P868: foods traditionally associated
|
646
|
+
P870: instrumentation
|
647
|
+
P872: printed by
|
648
|
+
P873: phase point
|
649
|
+
P874: UN class
|
650
|
+
P875: UN code classification
|
651
|
+
P876: UN packaging group
|
652
|
+
P877: NFPA Other
|
653
|
+
P878: avionics
|
654
|
+
P879: pennant number
|
655
|
+
P880: CPU
|
656
|
+
P881: type of variable star
|
657
|
+
P882: FIPS 6-4 (US counties)
|
658
|
+
P883: FIPS 5-2 (code for US states)
|
659
|
+
P884: State Water Register Code (Russia)
|
660
|
+
P885: origin of the watercourse
|
661
|
+
P886: LIR
|
662
|
+
P887: based on heuristic
|
663
|
+
P888: JSTOR article ID
|
664
|
+
P889: Mathematical Reviews identifier
|
665
|
+
P892: Request for Comments identifier
|
666
|
+
P893: Social Science Research Network ID
|
667
|
+
P894: Zentralblatt MATH
|
668
|
+
P897: United States Army and Air Force aircraft designation
|
669
|
+
P898: IPA transcription
|
670
|
+
P901: FIPS 10-4 (countries and regions)
|
671
|
+
P902: HDS
|
672
|
+
P905: PORT film ID
|
673
|
+
P906: SELIBR
|
674
|
+
P907: allgame ID
|
675
|
+
P908: PEGI rating
|
676
|
+
P909: Nova Scotia Register of Historic Places identifier
|
677
|
+
P910: topic's main category
|
678
|
+
P911: South African municipality code
|
679
|
+
P912: has facility
|
680
|
+
P913: notation
|
681
|
+
P914: USK rating
|
682
|
+
P915: filming location
|
683
|
+
P916: GSRR rating
|
684
|
+
P917: GRAU index
|
685
|
+
P918: NOC Occupation Code
|
686
|
+
P919: SOC Occupation Code (2010)
|
687
|
+
P920: Spanish subject headings for public libraries
|
688
|
+
P921: main subject
|
689
|
+
P922: magnetic ordering
|
690
|
+
P923: medical examinations
|
691
|
+
P924: medical treatment
|
692
|
+
P925: presynaptic connection
|
693
|
+
P926: postsynaptic connection
|
694
|
+
P927: anatomical location
|
695
|
+
P928: activating neurotransmitter
|
696
|
+
P929: color space
|
697
|
+
P930: type of electrification
|
698
|
+
P931: place served by airport
|
699
|
+
P932: PMCID
|
700
|
+
P933: heritagefoundation.ca ID
|
701
|
+
P935: Commons gallery
|
702
|
+
P937: work location
|
703
|
+
P938: FishBase species identifier
|
704
|
+
P939: KSH code
|
705
|
+
P940: GHS precautionary statements
|
706
|
+
P941: inspired by
|
707
|
+
P942: theme music
|
708
|
+
P943: programmer
|
709
|
+
P944: Code of nomenclature
|
710
|
+
P945: allegiance
|
711
|
+
P946: ISIN
|
712
|
+
P947: RSL ID (person)
|
713
|
+
P948: Wikivoyage banner
|
714
|
+
P949: NLI (Israel) identifier
|
715
|
+
P950: BNE identifier
|
716
|
+
P951: NSZL identifier
|
717
|
+
P952: ISCO occupation code
|
718
|
+
P953: full text available at
|
719
|
+
P954: IBNR identifier
|
720
|
+
P957: ISBN-10
|
721
|
+
P958: section, verse, or paragraph
|
722
|
+
P959: MSW ID
|
723
|
+
P960: Tropicos taxon name identifier
|
724
|
+
P961: IPNI plant ID
|
725
|
+
P962: MycoBank taxon name identifier
|
726
|
+
P963: streaming media URL
|
727
|
+
P964: Austrian municipality key
|
728
|
+
P965: burial plot reference
|
729
|
+
P966: MusicBrainz label ID
|
730
|
+
P967: guest of honor
|
731
|
+
P968: e-mail
|
732
|
+
P969: located at street address
|
733
|
+
P970: neurological function
|
734
|
+
P971: category combines topics
|
735
|
+
P972: catalog
|
736
|
+
P973: described at URL
|
737
|
+
P974: tributary
|
738
|
+
P980: code for weekend and holiday homes (Sweden)
|
739
|
+
P981: BAG-code for Dutch towns
|
740
|
+
P982: MusicBrainz area ID
|
741
|
+
P984: IOC country code
|
742
|
+
P988: Philippine Standard Geographic Code
|
743
|
+
P989: spoken text audio
|
744
|
+
P990: audio recording of the subject's spoken voice
|
745
|
+
P991: successful candidate
|
746
|
+
P993: NFPA Health
|
747
|
+
P994: NFPA Fire
|
748
|
+
P995: NFPA Reactivity
|
749
|
+
P996: scanned file on Wikimedia Commons
|
750
|
+
P998: dmoz ID
|
751
|
+
P999: ARICNS
|
752
|
+
P1000: record held
|
753
|
+
P1001: applies to jurisdiction
|
754
|
+
P1002: engine configuration
|
755
|
+
P1003: NLR (Romania) identifier
|
756
|
+
P1004: MusicBrainz place ID
|
757
|
+
P1005: PTBNP identifier
|
758
|
+
P1006: NTA identifier (Netherlands)
|
759
|
+
P1007: Lattes Platform number
|
760
|
+
P1011: excluding
|
761
|
+
P1012: including
|
762
|
+
P1013: criterion used
|
763
|
+
P1014: AAT identifier
|
764
|
+
P1015: BIBSYS identifier
|
765
|
+
P1016: asteroid taxonomy
|
766
|
+
P1017: BAV (Vatican Library) identifier
|
767
|
+
P1018: language regulatory body
|
768
|
+
P1019: feed URL
|
769
|
+
P1021: KldB-2010 occupation code
|
770
|
+
P1022: CNO-11 occupation code
|
771
|
+
P1023: SBC-2010 occupation code
|
772
|
+
P1024: SBFI occupation code
|
773
|
+
P1025: SUDOC editions
|
774
|
+
P1026: doctoral thesis
|
775
|
+
P1027: conferred by
|
776
|
+
P1028: donated by
|
777
|
+
P1029: crew member
|
778
|
+
P1030: light characteristic of a lighthouse
|
779
|
+
P1031: legal citation of this text
|
780
|
+
P1032: Digital Rights Management system
|
781
|
+
P1033: GHS signal word
|
782
|
+
P1034: main food source
|
783
|
+
P1035: honorific suffix
|
784
|
+
P1036: Dewey Decimal Classification
|
785
|
+
P1037: manager/director
|
786
|
+
P1038: relative
|
787
|
+
P1039: type of kinship
|
788
|
+
P1040: film editor
|
789
|
+
P1041: sockets supported
|
790
|
+
P1042: ZDB identifier
|
791
|
+
P1043: IDEO Job ID
|
792
|
+
P1044: SWB editions
|
793
|
+
P1045: Sycomore ID
|
794
|
+
P1046: discovery method
|
795
|
+
P1047: Catholic Hierarchy person ID
|
796
|
+
P1048: NCL identifier
|
797
|
+
P1049: deity of
|
798
|
+
P1050: medical condition
|
799
|
+
P1051: PSH ID
|
800
|
+
P1052: Portuguese Job Code CPP-2010
|
801
|
+
P1053: ResearcherID
|
802
|
+
P1054: NDL editions
|
803
|
+
P1055: NLM Unique ID
|
804
|
+
P1056: product
|
805
|
+
P1057: chromosome
|
806
|
+
P1058: ERA Journal ID
|
807
|
+
P1059: CVR number
|
808
|
+
P1060: pathogen transmission process
|
809
|
+
P1064: track gauge
|
810
|
+
P1065: archive URL
|
811
|
+
P1066: student of
|
812
|
+
P1067: Thailand central administrative unit code
|
813
|
+
P1068: instruction set
|
814
|
+
P1069: Danemark Job Code (DISCO-08)
|
815
|
+
P1070: PlantList-ID
|
816
|
+
P1071: location of final assembly
|
817
|
+
P1072: readable file format
|
818
|
+
P1073: writable file format
|
819
|
+
P1074: fictional analog of
|
820
|
+
P1075: rector
|
821
|
+
P1076: ICTV virus ID
|
822
|
+
P1077: KOATUU identifier
|
823
|
+
P1078: valvetrain configuration
|
824
|
+
P1079: launch contractor
|
825
|
+
P1080: from fictional universe
|
826
|
+
P1081: Human Development Index
|
827
|
+
P1082: population
|
828
|
+
P1083: maximum capacity
|
829
|
+
P1084: EUL editions
|
830
|
+
P1085: LibraryThing work identifier
|
831
|
+
P1086: atomic number
|
832
|
+
P1087: Elo rating
|
833
|
+
P1088: Mohs' hardness
|
834
|
+
P1090: redshift
|
835
|
+
P1092: total produced
|
836
|
+
P1093: gross tonnage
|
837
|
+
P1096: orbital eccentricity
|
838
|
+
P1097: g-factor
|
839
|
+
P1098: number of speakers
|
840
|
+
P1099: number of masts
|
841
|
+
P1100: number of cylinders
|
842
|
+
P1101: floors above ground
|
843
|
+
P1102: flattening
|
844
|
+
P1103: number of platform tracks
|
845
|
+
P1104: number of pages
|
846
|
+
P1106: sandbox-quantity
|
847
|
+
P1107: proportion
|
848
|
+
P1111: votes received
|
849
|
+
P1112: Pokédex number
|
850
|
+
P1113: number of episodes
|
851
|
+
P1114: quantity
|
852
|
+
P1115: ATVK ID
|
853
|
+
P1116: ELSTAT geographical code
|
854
|
+
P1117: pKa
|
855
|
+
P1121: oxidation state
|
856
|
+
P1122: spin quantum number
|
857
|
+
P1123: parity
|
858
|
+
P1124: TEU
|
859
|
+
P1125: gini coefficient
|
860
|
+
P1126: isospin quantum number
|
861
|
+
P1127: isospin z-component
|
862
|
+
P1128: employees
|
863
|
+
P1129: national team caps
|
864
|
+
P1132: number of participants
|
865
|
+
P1133: DGO4 identifier
|
866
|
+
P1135: nomenclatural status
|
867
|
+
P1136: solved by
|
868
|
+
P1137: fossil found in this unit
|
869
|
+
P1138: Kunstindeks Danmark Artist ID
|
870
|
+
P1139: floors below ground
|
871
|
+
P1140: EHAK id
|
872
|
+
P1141: number of processor cores
|
873
|
+
P1142: political ideology
|
874
|
+
P1143: BN (Argentine) editions
|
875
|
+
P1144: LCOC LCCN (bibliographic)
|
876
|
+
P1145: Lagrangian point
|
877
|
+
P1146: IAAF ID
|
878
|
+
P1148: neutron number
|
879
|
+
P1149: Library of Congress Classification
|
880
|
+
P1150: Regensburg Classification
|
881
|
+
P1151: topic's main Wikimedia portal
|
882
|
+
P1153: Scopus Author ID
|
883
|
+
P1154: Scopus EID
|
884
|
+
P1155: Scopus Affiliation ID
|
885
|
+
P1156: Scopus Source ID
|
886
|
+
P1157: US Congress Bio identifier
|
887
|
+
P1158: location of landing
|
888
|
+
P1159: CODEN
|
889
|
+
P1160: ISO 4 abbreviation
|
890
|
+
P1161: Z39.5 abbreviation
|
891
|
+
P1162: Bluebook abbreviation
|
892
|
+
P1163: Internet media type
|
893
|
+
P1164: cardinality of the group
|
894
|
+
P1165: home world
|
895
|
+
P1167: USB ID
|
896
|
+
P1168: municipality code (Denmark)
|
897
|
+
P1170: transmitted signal
|
898
|
+
P1171: approximation algorithm
|
899
|
+
P1172: Geokod
|
900
|
+
P1174: visitors per year
|
901
|
+
P1181: numeric value
|
902
|
+
P1182: LIBRIS editions
|
903
|
+
P1183: Gewässerkennzahl
|
904
|
+
P1184: handle
|
905
|
+
P1185: Rodovid ID
|
906
|
+
P1186: MEP directory identifier
|
907
|
+
P1187: Dharma Drum Buddhist College person ID
|
908
|
+
P1188: Dharma Drum Buddhist College place ID
|
909
|
+
P1189: Chinese Library Classification
|
910
|
+
P1190: Universal Decimal Classification
|
911
|
+
P1191: first performance
|
912
|
+
P1192: connecting service
|
913
|
+
P1193: prevalence
|
914
|
+
P1194: received signal
|
915
|
+
P1195: file extension
|
916
|
+
P1196: manner of death
|
917
|
+
P1198: unemployment rate
|
918
|
+
P1199: mode of inheritance
|
919
|
+
P1200: bodies of water basin category
|
920
|
+
P1201: space tug
|
921
|
+
P1202: carries scientific instrument
|
922
|
+
P1203: Finnish municipality number
|
923
|
+
P1204: Wikimedia portal's main topic
|
924
|
+
P1207: NUKAT (WarsawU) authorities
|
925
|
+
P1208: ISMN
|
926
|
+
P1209: CN
|
927
|
+
P1210: supercharger
|
928
|
+
P1211: fuel system
|
929
|
+
P1212: Atlas ID
|
930
|
+
P1213: NLC authorities
|
931
|
+
P1214: Riksdagen person-id
|
932
|
+
P1215: apparent magnitude
|
933
|
+
P1216: National Heritage List for England number
|
934
|
+
P1217: Internet Broadway Database venue ID
|
935
|
+
P1218: Internet Broadway Database production ID
|
936
|
+
P1219: Internet Broadway Database show ID
|
937
|
+
P1220: Internet Broadway Database person ID
|
938
|
+
P1221: compressor type
|
939
|
+
P1222: NARA person ID
|
940
|
+
P1223: NARA organization ID
|
941
|
+
P1224: NARA geographic ID
|
942
|
+
P1225: NARA topical subject ID
|
943
|
+
P1226: NARA specific records type ID
|
944
|
+
P1227: astronomical filter
|
945
|
+
P1229: Openpolis ID
|
946
|
+
P1230: JSTOR journal code
|
947
|
+
P1231: NARA catalog record ID
|
948
|
+
P1232: Linguist list code
|
949
|
+
P1233: ISFDB author ID
|
950
|
+
P1234: ISFDB publication ID
|
951
|
+
P1235: ISFDB series ID
|
952
|
+
P1236: Parsons code
|
953
|
+
P1237: Box Office Mojo film ID
|
954
|
+
P1238: Swedish Football Association ID
|
955
|
+
P1239: ISFDB publisher ID
|
956
|
+
P1240: Danish Bibliometric Research Indicator level
|
957
|
+
P1241: Swiss Football Association Club Number
|
958
|
+
P1242: Theatricalia play ID
|
959
|
+
P1243: International Standard Recording Code
|
960
|
+
P1244: phone number (URL)
|
961
|
+
P1245: OmegaWiki Defined Meaning
|
962
|
+
P1246: patent number
|
963
|
+
P1247: compression ratio
|
964
|
+
P1248: KulturNav-id
|
965
|
+
P1249: time of earliest written record
|
966
|
+
P1250: Danish Bibliometric Research Indicator (BFI) SNO/CNO
|
967
|
+
P1251: ABS ASCL code
|
968
|
+
P1252: AUSTLANG code
|
969
|
+
P1253: BCU Ecrivainsvd
|
970
|
+
P1254: Slovenska biografija ID
|
971
|
+
P1255: Helveticarchives ID
|
972
|
+
P1256: Iconclass notation
|
973
|
+
P1257: depicts Iconclass notation
|
974
|
+
P1258: Rotten Tomatoes identifier
|
975
|
+
P1259: coordinates of the point of view
|
976
|
+
P1260: Cultural heritage database in Sweden
|
977
|
+
P1261: Rundata
|
978
|
+
P1262: RAÄ-nummer
|
979
|
+
P1263: NNDB people ID
|
980
|
+
P1264: valid in period
|
981
|
+
P1265: AlloCiné movie ID
|
982
|
+
P1266: AlloCiné person ID
|
983
|
+
P1267: AlloCiné series ID
|
984
|
+
P1268: represents organisation
|
985
|
+
P1269: facet of
|
986
|
+
P1270: Norway Database for Statistics on Higher education periodical ID
|
987
|
+
P1271: Norway Database for Statistics on Higher education publisher ID
|
988
|
+
P1272: Norway Import Service and Registration Authority periodical code
|
989
|
+
P1273: CANTIC
|
990
|
+
P1274: ISFDB title ID
|
991
|
+
P1275: Norway Import Service and Registration Authority publisher code
|
992
|
+
P1276: Dictionnaire du Jura ID
|
993
|
+
P1277: Jufo ID
|
994
|
+
P1278: Legal Entity Identifier
|
995
|
+
P1279: inflation rate
|
996
|
+
P1280: CONOR identifier
|
997
|
+
P1281: WOEID
|
998
|
+
P1282: OpenStreetMap tag or key
|
999
|
+
P1283: filmography
|
1000
|
+
P1284: Munzinger IBA
|
1001
|
+
P1285: Munzinger Sport
|
1002
|
+
P1286: Munzinger Pop identifier
|
1003
|
+
P1287: KDG Komponisten der Gegenwart
|
1004
|
+
P1288: KLG Kritisches Lexikon der Gegenwartsliteratur
|
1005
|
+
P1289: KLfG Kritisches Lexikon der fremdsprachigen Gegenwartsliteratur
|
1006
|
+
P1290: godparent
|
1007
|
+
P1291: Association Authors of Switzerland ID
|
1008
|
+
P1292: DNB editions
|
1009
|
+
P1293: Royal Aero Club Aviator's Certificate ID
|
1010
|
+
P1294: WWF ecoregion code
|
1011
|
+
P1295: emissivity
|
1012
|
+
P1296: Gran Enciclopèdia Catalana ID
|
1013
|
+
P1297: IRS Employer Identification Number
|
1014
|
+
P1299: depicted by
|
1015
|
+
P1300: bibcode
|
1016
|
+
P1301: number of elevators
|
1017
|
+
P1302: primary destinations
|
1018
|
+
P1303: instrument
|
1019
|
+
P1304: central bank
|
1020
|
+
P1305: Skyscraper Center ID
|
1021
|
+
P1307: Swiss parliament identifier
|
1022
|
+
P1308: officeholder
|
1023
|
+
P1309: EGAXA identifier
|
1024
|
+
P1310: statement disputed by
|
1025
|
+
P1311: lostbridges.org ID
|
1026
|
+
P1312: has facet polytope
|
1027
|
+
P1313: office held by head of government
|
1028
|
+
P1314: number of spans
|
1029
|
+
P1315: People Australia identifier
|
1030
|
+
P1316: SMDB ID
|
1031
|
+
P1317: floruit
|
1032
|
+
P1318: proved by
|
1033
|
+
P1319: earliest date
|
1034
|
+
P1320: OpenCorporates ID
|
1035
|
+
P1321: place of origin (Switzerland)
|
1036
|
+
P1322: dual to
|
1037
|
+
P1323: Terminologia Anatomica 98
|
1038
|
+
P1324: source code repository
|
1039
|
+
P1325: external data available at
|
1040
|
+
P1326: latest date
|
1041
|
+
P1327: professional or sports partner
|
1042
|
+
P1329: phone number
|
1043
|
+
P1330: MusicBrainz instrument ID
|
1044
|
+
P1331: PACE member ID
|
1045
|
+
P1332: coordinate of northernmost point
|
1046
|
+
P1333: coordinate of southernmost point
|
1047
|
+
P1334: coordinate of easternmost point
|
1048
|
+
P1335: coordinate of westernmost point
|
1049
|
+
P1336: territory claimed by
|
1050
|
+
P1338: EPSG ID
|
1051
|
+
P1339: number of injured
|
1052
|
+
P1340: eye color
|
1053
|
+
P1341: Italian Chamber of Deputies ID
|
1054
|
+
P1342: number of seats
|
1055
|
+
P1343: described by source
|
1056
|
+
P1344: participant of
|
1057
|
+
P1345: number of victims
|
1058
|
+
P1346: winner
|
1059
|
+
P1347: military casualty classification
|
1060
|
+
P1348: AlgaeBase URL
|
1061
|
+
P1349: ploidy
|
1062
|
+
P1350: number of matches played
|
1063
|
+
P1351: number of points/goals scored
|
1064
|
+
P1352: ranking
|
1065
|
+
P1353: original spelling
|
1066
|
+
P1354: shown with features
|
1067
|
+
P1355: wins
|
1068
|
+
P1356: losses
|
1069
|
+
P1357: matches/games drawn/tied
|
1070
|
+
P1358: points for
|
1071
|
+
P1359: number of points/goals conceded
|
1072
|
+
P1360: Monte Carlo Particle Number
|
1073
|
+
P1362: Theaterlexikon der Schweiz online ID
|
1074
|
+
P1363: points/goal scored by
|
1075
|
+
P1364: ITTF ID
|
1076
|
+
P1365: replaces
|
1077
|
+
P1366: replaced by
|
1078
|
+
P1367: BBC Your Paintings artist identifier
|
1079
|
+
P1368: LNB identifier
|
1080
|
+
P1369: Iranian National Heritage registration number
|
1081
|
+
P1370: IHSI ID
|
1082
|
+
P1371: ASI Monument ID
|
1083
|
+
P1372: binding of software library
|
1084
|
+
P1373: daily ridership
|
1085
|
+
P1375: NSK identifier
|
1086
|
+
P1376: capital of
|
1087
|
+
P1377: MTR station code
|
1088
|
+
P1378: China railway TMIS station code
|
1089
|
+
P1380: uglybridges.com ID
|
1090
|
+
P1381: bridgehunter.com ID
|
1091
|
+
P1382: coincident with
|
1092
|
+
P1383: contains settlement
|
1093
|
+
P1385: Enciclopédia Açoriana ID
|
1094
|
+
P1386: Japanese High School Code
|
1095
|
+
P1387: political alignment
|
1096
|
+
P1388: German regional key
|
1097
|
+
P1389: product certification
|
1098
|
+
P1390: match time of score (minutes)
|
1099
|
+
P1391: Index Fungorum ID
|
1100
|
+
P1392: ComicBookDB ID
|
1101
|
+
P1393: proxy
|
1102
|
+
P1394: Glottolog code
|
1103
|
+
P1395: National Cancer Institute ID
|
1104
|
+
P1396: Linguasphere code
|
1105
|
+
P1397: State Catalogue of Geographical Names identifier (Russia)
|
1106
|
+
P1398: structure replaces
|
1107
|
+
P1399: convicted of
|
1108
|
+
P1400: FCC Facility ID
|
1109
|
+
P1401: bug tracking system
|
1110
|
+
P1402: Foundational Model of Anatomy ID
|
1111
|
+
P1403: original combination
|
1112
|
+
P1404: World Glacier Inventory ID
|
1113
|
+
P1406: script directionality
|
1114
|
+
P1407: MusicBrainz series ID
|
1115
|
+
P1408: licensed to broadcast to
|
1116
|
+
P1409: Cycling Archives ID (cyclist)
|
1117
|
+
P1410: number of seats of the organization in legislature
|
1118
|
+
P1411: nominated for
|
1119
|
+
P1412: languages spoken or written
|
1120
|
+
P1414: GUI toolkit or framework
|
1121
|
+
P1415: Oxford Biography Index Number
|
1122
|
+
P1416: affiliation
|
1123
|
+
P1417: Encyclopædia Britannica Online ID
|
1124
|
+
P1418: orbits completed
|
1125
|
+
P1419: shape
|
1126
|
+
P1420: taxon synonym
|
1127
|
+
P1421: GRIN URL
|
1128
|
+
P1422: Sandrart.net person ID
|
1129
|
+
P1423: template's main topic
|
1130
|
+
P1424: topic's main template
|
1131
|
+
P1425: ecoregion (WWF)
|
1132
|
+
P1427: journey origin
|
1133
|
+
P1428: Lost Art-ID
|
1134
|
+
P1429: pet
|
1135
|
+
P1430: OpenPlaques subject identifier
|
1136
|
+
P1431: executive producer
|
1137
|
+
P1432: b-side
|
1138
|
+
P1433: published in
|
1139
|
+
P1434: describes the fictional universe
|
1140
|
+
P1435: heritage status
|
1141
|
+
P1436: collection or exhibition size
|
1142
|
+
P1437: plea
|
1143
|
+
P1438: Jewish Encyclopedia ID (Russian)
|
1144
|
+
P1439: Norsk filmografi ID
|
1145
|
+
P1440: Fide ID
|
1146
|
+
P1441: present in work
|
1147
|
+
P1442: image of grave
|
1148
|
+
P1443: score method
|
1149
|
+
P1444: journey destination
|
1150
|
+
P1445: fictional universe described in
|
1151
|
+
P1446: number of missing
|
1152
|
+
P1447: Sports Reference ID
|
1153
|
+
P1448: official name
|
1154
|
+
P1449: nickname
|
1155
|
+
P1450: Sandbox Monolingual text
|
1156
|
+
P1451: motto text
|
1157
|
+
P1453: catholic.ru identifier
|
1158
|
+
P1454: legal form
|
1159
|
+
P1455: list of works
|
1160
|
+
P1456: list of monuments
|
1161
|
+
P1457: absolute magnitude
|
1162
|
+
P1458: color index
|
1163
|
+
P1459: Cadw Building ID
|
1164
|
+
P1460: NIEA building ID
|
1165
|
+
P1461: Patientplus ID
|
1166
|
+
P1462: standards body
|
1167
|
+
P1463: PRDL Author ID
|
1168
|
+
P1464: category for people born here
|
1169
|
+
P1465: category for people who died here
|
1170
|
+
P1466: WALS lect code
|
1171
|
+
P1467: WALS genus code
|
1172
|
+
P1468: WALS family code
|
1173
|
+
P1469: FIFA player code
|
1174
|
+
P1470: maximum glide ratio
|
1175
|
+
P1471: reporting mark
|
1176
|
+
P1472: Commons Creator page
|
1177
|
+
P1473: Nupill Literatura Digital - Author
|
1178
|
+
P1474: Nupill Literatura Digital - Document
|
1179
|
+
P1476: title
|
1180
|
+
P1477: birth name
|
1181
|
+
P1478: has immediate cause
|
1182
|
+
P1479: has contributing factor
|
1183
|
+
P1480: sourcing circumstances
|
1184
|
+
P1481: vici.org ID
|
1185
|
+
P1482: Stack Exchange tag
|
1186
|
+
P1483: kulturnoe-nasledie.ru ID
|
1187
|
+
P1529: Glad identifier
|
1188
|
+
P1531: parent(s) of this hybrid
|
1189
|
+
P1532: country for sport
|
1190
|
+
P1533: family name identical to this first name
|
1191
|
+
P1534: end cause
|
1192
|
+
P1535: used by
|
1193
|
+
P1536: immediate cause of
|
1194
|
+
P1537: contributing factor of
|
1195
|
+
P1538: number of households
|
1196
|
+
P1539: female population
|
1197
|
+
P1540: male population
|
1198
|
+
P1541: Cycling Quotient identifier (cyclist, man)
|
1199
|
+
P1542: cause of
|
1200
|
+
P1543: monogram
|
1201
|
+
P1544: Federal Register Document Number
|
1202
|
+
P1545: series ordinal
|
1203
|
+
P1546: motto
|
1204
|
+
P1547: depends on
|
1205
|
+
P1548: maximum Strahler number
|
1206
|
+
P1549: demonym
|
1207
|
+
P1550: Orphanet ID
|
1208
|
+
P1551: Exceptional heritage of Wallonia identifier
|
1209
|
+
P1552: has quality
|
1210
|
+
P1553: Yandex.Music ID
|
1211
|
+
P1554: UBERON ID
|
1212
|
+
P1555: Executive Order number
|
1213
|
+
P1556: Zentralblatt MATH author ID
|
1214
|
+
P1557: manifestation of
|
1215
|
+
P1558: tempo marking
|
1216
|
+
P1559: name in native language
|
1217
|
+
P1560: given name version for other gender
|
1218
|
+
P1561: number of survivors
|
1219
|
+
P1562: AllMovie movie ID
|
1220
|
+
P1563: MacTutor id (biographies)
|
1221
|
+
P1564: At the Circulating Library ID
|
1222
|
+
P1565: Enciclopedia de la Literatura en México ID
|
1223
|
+
P1566: GeoNames ID
|
1224
|
+
P1567: NIS/INS code
|
1225
|
+
P1568: domain
|
1226
|
+
P1569: number of edges
|
1227
|
+
P1570: number of vertices
|
1228
|
+
P1571: codomain
|
1229
|
+
P1573: BBC Genome identifier
|
1230
|
+
P1574: exemplar of
|
1231
|
+
P1575: RISS catalog
|
1232
|
+
P1576: lifestyle
|
1233
|
+
P1577: Gregory-Aland-Number
|
1234
|
+
P1578: Gmelin number
|
1235
|
+
P1579: Beilstein Registry Number
|
1236
|
+
P1580: University of Barcelona authority ID
|
1237
|
+
P1581: official blog
|
1238
|
+
P1582: natural product of taxon
|
1239
|
+
P1583: MalaCards ID
|
1240
|
+
P1584: Pleiades identifier
|
1241
|
+
P1585: Brazilian municipality code
|
1242
|
+
P1586: Catalan object of cultural interest ID
|
1243
|
+
P1587: Slovene Cultural Heritage Register ID
|
1244
|
+
P1588: Desa code of Indonesia
|
1245
|
+
P1589: deepest point
|
1246
|
+
P1590: number of casualties
|
1247
|
+
P1591: defendant
|
1248
|
+
P1592: prosecutor
|
1249
|
+
P1593: defender
|
1250
|
+
P1594: judge
|
1251
|
+
P1595: charge
|
1252
|
+
P1596: penalty
|
1253
|
+
P1598: consecrator
|
1254
|
+
P1599: Cambridge Alumni Database ID
|
1255
|
+
P1600: code Inventari del Patrimoni Arquitectònic de Catalunya
|
1256
|
+
P1601: Esperantist ID
|
1257
|
+
P1602: BBC Your Paintings venue identifier
|
1258
|
+
P1603: number of cases
|
1259
|
+
P1604: biosafety level
|
1260
|
+
P1605: has natural reservoir
|
1261
|
+
P1606: natural reservoir of
|
1262
|
+
P1607: Dialnet author ID
|
1263
|
+
P1608: Dialnet book
|
1264
|
+
P1609: Dialnet journal
|
1265
|
+
P1610: Dialnet article
|
1266
|
+
P1611: NATO code for grade
|
1267
|
+
P1612: Commons Institution page
|
1268
|
+
P1613: IRC channel
|
1269
|
+
P1614: History of Parliament ID
|
1270
|
+
P1615: CLARA-ID
|
1271
|
+
P1616: SIREN number
|
1272
|
+
P1617: BBC Things identifer
|
1273
|
+
P1618: sport number
|
1274
|
+
P1619: date of official opening
|
1275
|
+
P1620: plaintiff
|
1276
|
+
P1621: detail map
|
1277
|
+
P1622: drives on the
|
1278
|
+
P1624: MarineTraffic Port ID
|
1279
|
+
P1625: has melody
|
1280
|
+
P1626: Thai cultural heritage ID
|
1281
|
+
P1627: Ethnologue.com code
|
1282
|
+
P1628: equivalent property
|
1283
|
+
P1629: subject item of this property
|
1284
|
+
P1630: formatter URL
|
1285
|
+
P1631: China Vitae ID
|
1286
|
+
P1632: Hermann-Mauguin notation
|
1287
|
+
P1635: religious name
|
1288
|
+
P1636: date of baptism in early childhood
|
1289
|
+
P1637: undercarriage
|
1290
|
+
P1638: working title
|
1291
|
+
P1639: pendant of
|
1292
|
+
P1640: curator
|
1293
|
+
P1641: port
|
1294
|
+
P1642: acquisition transaction
|
1295
|
+
P1643: departure transaction
|
1296
|
+
P1644: EgliseInfo ID
|
1297
|
+
P1645: NIST/CODATA ID
|
1298
|
+
P1646: mandatory qualifier
|
1299
|
+
P1647: subproperty of
|
1300
|
+
P1648: Dictionary of Welsh Biography ID
|
1301
|
+
P1649: KMDb person ID
|
1302
|
+
P1650: BBF identifier
|
1303
|
+
P1651: YouTube video identifier
|
1304
|
+
P1652: referee
|
1305
|
+
P1653: TERYT municipality code
|
1306
|
+
P1654: wing configuration
|
1307
|
+
P1656: unveiled by
|
1308
|
+
P1657: MPAA film rating
|
1309
|
+
P1658: number of faces
|
1310
|
+
P1659: see also
|
1311
|
+
P1660: has index case
|
1312
|
+
P1661: Alexa rank
|
1313
|
+
P1662: DOI Prefix
|
1314
|
+
P1663: ProCyclingStats ID (cyclist)
|
1315
|
+
P1664: Cycling Database ID
|
1316
|
+
P1665: Chess Games ID
|
1317
|
+
P1666: Chess Club ID
|
1318
|
+
P1667: TGN identifier
|
1319
|
+
P1668: ATCvet
|
1320
|
+
P1669: CONA identifier
|
1321
|
+
P1670: LAC identifier
|
1322
|
+
P1671: route number
|
1323
|
+
P1672: this taxon is source of
|
1324
|
+
P1673: general formula
|
1325
|
+
P1674: number confirmed
|
1326
|
+
P1675: number probable
|
1327
|
+
P1676: number suspected
|
1328
|
+
P1677: index case of
|
1329
|
+
P1678: has vertex figure
|
1330
|
+
P1679: BBC Your Paintings artwork identifier
|
1331
|
+
P1680: subtitle
|
1332
|
+
P1683: quote
|
1333
|
+
P1684: inscription
|
1334
|
+
P1685: Pokémon browser number
|
1335
|
+
P1686: for work
|
1336
|
+
P1687: Wikidata property
|
1337
|
+
P1688: AniDB identifier
|
1338
|
+
P1689: central government debt as a percent of GDP
|
1339
|
+
P1690: ICD-10-PCS
|
1340
|
+
P1691: operations and procedures key (OPS)
|
1341
|
+
P1692: ICD-9-CM
|
1342
|
+
P1693: Terminologia Embryologica (TE)
|
1343
|
+
P1694: Terminologia Histologica (TH)
|
1344
|
+
P1695: NLP identifier
|
1345
|
+
P1696: inverse of
|
1346
|
+
P1697: total valid votes
|
1347
|
+
P1699: SkyscraperPage building id
|
1348
|
+
P1700: SIPA identifier
|
1349
|
+
P1702: IGESPAR identifier
|
1350
|
+
P1703: is pollinated by
|
1351
|
+
P1704: is pollinator of
|
1352
|
+
P1705: native label
|
1353
|
+
P1706: together with
|
1354
|
+
P1707: DAAO identifier
|
1355
|
+
P1708: LfDS object ID
|
1356
|
+
P1709: equivalent class
|
1357
|
+
P1710: Sächsische Biografie
|
1358
|
+
P1711: British Museum person-institution
|
1359
|
+
P1712: Metacritic ID
|
1360
|
+
P1713: biography at the Bundestag of Germany
|
1361
|
+
P1714: Journalisted ID
|
1362
|
+
P1715: RKD/ESD identifier (Slovenia)
|
1363
|
+
P1716: brand
|
1364
|
+
P1717: SANDRE ID
|
1365
|
+
P1721: pinyin transliteration
|
1366
|
+
P1725: beats per minute
|
1367
|
+
P1726: Florentine musea Inventario 1890 ID
|
1368
|
+
P1727: Flora of North America taxon ID
|
1369
|
+
P1728: AllMusic artist ID
|
1370
|
+
P1729: AllMusic album ID
|
1371
|
+
P1730: AllMusic song ID
|
1372
|
+
P1731: Fach
|
1373
|
+
P1732: Naturbase ID
|
1374
|
+
P1733: Steam Application ID
|
1375
|
+
P1734: oath of office date
|
1376
|
+
P1735: Comedien.ch identifier
|
1377
|
+
P1736: Information Center for Israeli Art artist identifier
|
1378
|
+
P1738: Merck Index monograph
|
1379
|
+
P1739: CiNii book identifer
|
1380
|
+
P1740: category for films shot at this location
|
1381
|
+
P1741: GTAA id
|
1382
|
+
P1743: Bradley and Fletcher checklist number
|
1383
|
+
P1744: Agassiz et al checklist number
|
1384
|
+
P1745: VASCAN ID
|
1385
|
+
P1746: ZooBank nomenclatural act
|
1386
|
+
P1747: Flora of China ID
|
1387
|
+
P1748: NCI Thesaurus ID
|
1388
|
+
P1749: Parlement & Politiek ID
|
1389
|
+
P1750: name day
|
1390
|
+
P1751: BBC Your Paintings collection identifier
|
1391
|
+
P1752: scale
|
1392
|
+
P1753: list related to category
|
1393
|
+
P1754: category related to list
|
1394
|
+
P1755: Aviation Safety Network accident description ID
|
1395
|
+
P1760: Aviation Safety Network Wikibase Occurrence
|
1396
|
+
P1761: Watson & Dallwitz family ID
|
1397
|
+
P1762: Hornbostel-Sachs classification
|
1398
|
+
P1763: National Pipe Organ Register identifier
|
1399
|
+
P1764: Flemish organization for Immovable Heritage relict ID
|
1400
|
+
P1766: place name sign
|
1401
|
+
P1769: denkXweb identifier
|
1402
|
+
P1770: Romania LMI code
|
1403
|
+
P1771: Integrated Postsecondary Education Data System identifier
|
1404
|
+
P1772: USDA PLANTS ID
|
1405
|
+
P1773: attributed to
|
1406
|
+
P1774: workshop of
|
1407
|
+
P1775: follower of
|
1408
|
+
P1776: circle of
|
1409
|
+
P1777: manner of
|
1410
|
+
P1778: forgery after
|
1411
|
+
P1779: possible creator
|
1412
|
+
P1780: school of
|
1413
|
+
P1782: courtesy name
|
1414
|
+
P1785: temple name
|
1415
|
+
P1786: posthumous name
|
1416
|
+
P1787: art-name
|
1417
|
+
P1788: DVN identifier
|
1418
|
+
P1789: chief operating officer
|
1419
|
+
P1790: BioStor author identifier
|
1420
|
+
P1791: category of people buried here
|
1421
|
+
P1792: category of associated people
|
1422
|
+
P1793: format as a regular expression
|
1423
|
+
P1794: bureau du patrimoine de Seine-Saint-Denis ID
|
1424
|
+
P1795: 'Smithsonian American Art Museum: person/institution thesaurus id'
|
1425
|
+
P1796: International Standard Industrial Classification code
|
1426
|
+
P1798: ISO 639-5 code
|
1427
|
+
P1800: Wikimedia database name
|
1428
|
+
P1801: commemorative plaque image
|
1429
|
+
P1802: EMLO person identifier
|
1430
|
+
P1803: Masaryk University person ID
|
1431
|
+
P1804: Danish National Filmography ID
|
1432
|
+
P1806: ABoK number
|
1433
|
+
P1807: Great Aragonese Encyclopedia ID
|
1434
|
+
P1808: senat.fr ID
|
1435
|
+
P1809: choreographer
|
1436
|
+
P1810: named as
|
1437
|
+
P1811: list of episodes
|
1438
|
+
P1813: short name
|
1439
|
+
P1814: name in kana
|
1440
|
+
P1815: RSL scanned book's identifier
|
1441
|
+
P1816: National Portrait Gallery (London) person identifier
|
1442
|
+
P1817: addressee
|
1443
|
+
P1818: Kaiserhof identifier
|
1444
|
+
P1819: genealogics.org person ID
|
1445
|
+
P1820: Open Food Facts food additive slug
|
1446
|
+
P1821: Open Food Facts food category slug
|
1447
|
+
P1822: DSH object ID
|
1448
|
+
P1823: BAnQ ID
|
1449
|
+
P1824: road number
|
1450
|
+
P1825: Baseball-Reference.com major league player ID
|
1451
|
+
P1826: Baseball-Reference.com minor league player ID
|
1452
|
+
P1827: ISWC
|
1453
|
+
P1828: IPI number
|
1454
|
+
P1829: Roud Folk Song Index
|
1455
|
+
P1830: owner of
|
1456
|
+
P1831: electorate
|
1457
|
+
P1832: GrassBase ID
|
1458
|
+
P1833: number of registered users/contributors
|
1459
|
+
P1836: draft pick number
|
1460
|
+
P1837: Gaoloumi ID
|
1461
|
+
P1838: PSS-archi ID
|
1462
|
+
P1839: US Federal Election Commission identifier
|
1463
|
+
P1840: investigated by
|
1464
|
+
P1841: Swedish district code
|
1465
|
+
P1842: Global Anabaptist Mennonite Encyclopedia Online identifier
|
1466
|
+
P1843: taxon common name
|
1467
|
+
P1844: HathiTrust id
|
1468
|
+
P1845: anti-virus alias
|
1469
|
+
P1846: distribution map
|
1470
|
+
P1847: Nasjonalbiblioteket photographer ID
|
1471
|
+
P1848: INPN Code
|
1472
|
+
P1849: SSR WrittenForm ID
|
1473
|
+
P1850: SSR Name ID
|
1474
|
+
P1851: input set
|
1475
|
+
P1852: Perry Index
|
1476
|
+
P1853: blood type
|
1477
|
+
P1854: Kiev street code
|
1478
|
+
P1855: Wikidata property example
|
1479
|
+
P1856: Wikidata example media file
|
1480
|
+
P1858: Wikidata example string
|
1481
|
+
P1859: Wikidata example item
|
1482
|
+
P1860: Wikidata example URL
|
1483
|
+
P1861: Wikidata example time
|
1484
|
+
P1862: Wikidata example quantity
|
1485
|
+
P1863: Wikidata example property value
|
1486
|
+
P1864: Wikidata example monolingual text
|
1487
|
+
P1865: Wikidata example geographic coordinates
|
1488
|
+
P1866: Catholic Hierarchy diocese ID
|
1489
|
+
P1867: eligible voters
|
1490
|
+
P1868: ballots cast
|
1491
|
+
P1869: Hall of Valor ID
|
1492
|
+
P1870: Name Assigning Authority Number
|
1493
|
+
P1871: CERL ID
|
1494
|
+
P1872: minimum number of players
|
1495
|
+
P1873: maximum number of players
|
1496
|
+
P1874: Netflix identifier
|
1497
|
+
P1875: represented by
|
1498
|
+
P1876: spacecraft
|
1499
|
+
P1877: after a work by
|
1500
|
+
P1878: Vox-ATypI classification
|
1501
|
+
P1879: income classification (Philippines)
|
1502
|
+
P1880: measured by
|
1503
|
+
P1881: list of characters
|
1504
|
+
P1882: Web Gallery of Art identifier
|
1505
|
+
P1883: Declarator.org ID
|
1506
|
+
P1884: hair color
|
1507
|
+
P1885: cathedral
|
1508
|
+
P1886: Smithsonian volcano identifier
|
1509
|
+
P1887: vice-county
|
1510
|
+
P1888: Dictionary of Medieval Names from European Sources entry
|
1511
|
+
P1889: different from
|
1512
|
+
P1890: BNC identifier
|
1513
|
+
P1891: signatory
|
1514
|
+
P1893: OpenPlaques plaque identifier
|
1515
|
+
P1894: Danish urban area code
|
1516
|
+
P1895: Fauna Europaea ID
|
1517
|
+
P1896: source website for the property
|
1518
|
+
P1897: highest note
|
1519
|
+
P1898: lowest note
|
1520
|
+
P1899: Librivox author ID
|
1521
|
+
P1900: EAGLE id
|
1522
|
+
P1901: BALaT person/organisation id
|
1523
|
+
P1902: Spotify artist ID
|
1524
|
+
P1903: volcanic explosivity index
|
1525
|
+
P1905: FundRef registry name
|
1526
|
+
P1906: office held by head of state
|
1527
|
+
P1907: Australian Dictionary of Biography identifier
|
1528
|
+
P1908: Commonwealth War Graves Commission person identifier
|
1529
|
+
P1909: side effect
|
1530
|
+
P1910: decreased expression in
|
1531
|
+
P1911: increased expression in
|
1532
|
+
P1912: deletion association with
|
1533
|
+
P1913: gene duplication association with
|
1534
|
+
P1914: gene insertion association with
|
1535
|
+
P1915: gene inversion association with
|
1536
|
+
P1916: gene substitution association with
|
1537
|
+
P1917: posttranslational modification association with
|
1538
|
+
P1918: altered regulation leads to
|
1539
|
+
P1919: Ministry of Education of Chile school ID
|
1540
|
+
P1920: Commonwealth War Graves Commission burial ground identifier
|
1541
|
+
P1921: URI pattern for RDF resource
|
1542
|
+
P1922: first line
|
1543
|
+
P1923: participating team
|
1544
|
+
P1924: vaccine for
|
1545
|
+
P1925: VIOLIN ID
|
1546
|
+
P1928: Vaccine Ontology ID
|
1547
|
+
P1929: ClinVar accession
|
1548
|
+
P1930: DSM V
|
1549
|
+
P1931: NIOSH Pocket Guide ID
|
1550
|
+
P1932: stated as
|
1551
|
+
P1933: MobyGames ID
|
1552
|
+
P1934: Animator.ru film ID
|
1553
|
+
P1935: DBCS ID
|
1554
|
+
P1936: Digital Atlas of the Roman Empire ID
|
1555
|
+
P1937: UN/LOCODE
|
1556
|
+
P1938: Project Gutenberg author ID
|
1557
|
+
P1939: Dyntaxa ID
|
1558
|
+
P1940: conifers.org ID
|
1559
|
+
P1942: McCune-Reischauer romanization
|
1560
|
+
P1943: location map
|
1561
|
+
P1944: relief location map
|
1562
|
+
P1945: street key
|
1563
|
+
P1946: National Library of Ireland authority
|
1564
|
+
P1947: Mapillary ID
|
1565
|
+
P1948: BerlPap identifier
|
1566
|
+
P1949: CulturaItalia ID
|
1567
|
+
P1950: second surname in Spanish name
|
1568
|
+
P1951: investor
|
1569
|
+
P1952: Encyclopaedia Metallum band ID
|
1570
|
+
P1953: Discogs artist ID
|
1571
|
+
P1954: Discogs master ID
|
1572
|
+
P1955: Discogs label ID
|
1573
|
+
P1956: takeoff and landing capability
|
1574
|
+
P1957: Wikisource index page
|
1575
|
+
P1958: Trismegistos Geo ID
|
1576
|
+
P1959: Dutch Senate person ID
|
1577
|
+
P1960: Google Scholar ID
|
1578
|
+
P1961: identifier of Comité des travaux historiques et scientifiques
|
1579
|
+
P1962: patron
|
1580
|
+
P1963: properties for this type
|
1581
|
+
P1966: Biblioteca Nacional de Chile catalogue number
|
1582
|
+
P1967: BoxRec ID
|
1583
|
+
P1968: Foursquare venue ID
|
1584
|
+
P1969: MovieMeter director ID
|
1585
|
+
P1970: MovieMeter movie ID
|
1586
|
+
P1971: number of children
|
1587
|
+
P1972: Open Hub ID
|
1588
|
+
P1973: RSL editions
|
1589
|
+
P1976: INEGI locality identifier
|
1590
|
+
P1977: lesarchivesduspectacle ID
|
1591
|
+
P1978: USDA NDB number
|
1592
|
+
P1979: Righteous Among The Nations ID
|
1593
|
+
P1980: PolSys ID
|
1594
|
+
P1981: FSK film rating
|
1595
|
+
P1982: Anime News Network person ID
|
1596
|
+
P1983: Anime News Network company ID
|
1597
|
+
P1984: Anime News Network manga ID
|
1598
|
+
P1985: Anime News Network anime ID
|
1599
|
+
P1986: Dizionario Biografico degli Italiani
|
1600
|
+
P1987: MCN code
|
1601
|
+
P1988: Delarge ID
|
1602
|
+
P1989: Encyclopaedia Metallum artist ID
|
1603
|
+
P1990: species kept
|
1604
|
+
P1991: LPSN URL
|
1605
|
+
P1992: Plazi ID
|
1606
|
+
P1993: TeX string
|
1607
|
+
P1994: AllMusic composition ID
|
1608
|
+
P1995: medical specialty
|
1609
|
+
P1996: parliament.uk ID
|
1610
|
+
P1997: Facebook Places ID
|
1611
|
+
P1998: UCI code
|
1612
|
+
P1999: UNESCO language status
|
1613
|
+
P2000: CPDL ID
|
1614
|
+
P2001: Revised Romanisation
|
1615
|
+
P2002: Twitter username
|
1616
|
+
P2003: Instagram username
|
1617
|
+
P2004: NALT id
|
1618
|
+
P2005: Catalogus Professorum Halensis
|
1619
|
+
P2006: ZooBank author ID
|
1620
|
+
P2007: ZooBank publication ID
|
1621
|
+
P2008: IPNI publication ID
|
1622
|
+
P2009: Exif model
|
1623
|
+
P2010: Exif make
|
1624
|
+
P2011: Cooper-Hewitt Person ID
|
1625
|
+
P2012: cuisine
|
1626
|
+
P2013: Facebook ID
|
1627
|
+
P2014: MoMA artwork id
|
1628
|
+
P2015: Hansard ID
|
1629
|
+
P2016: Catalogus Professorum Academiae Groninganae id
|
1630
|
+
P2017: isomeric SMILES
|
1631
|
+
P2018: Teuchos ID
|
1632
|
+
P2019: AllMovie artist ID
|
1633
|
+
P2020: worldfootball.net ID
|
1634
|
+
P2021: Erdős number
|
1635
|
+
P2024: German cattle breed ID
|
1636
|
+
P2025: Find A Grave cemetery ID
|
1637
|
+
P2026: Avibase ID
|
1638
|
+
P2027: Colour Index International constitution ID
|
1639
|
+
P2028: United States Armed Forces service number
|
1640
|
+
P2029: Dictionary of Ulster Biography ID
|
1641
|
+
P2030: NASA biographical ID
|
1642
|
+
P2031: work period (start)
|
1643
|
+
P2032: work period (end)
|
1644
|
+
P2033: Category for pictures taken with camera
|
1645
|
+
P2034: Project Gutenberg ebook ID
|
1646
|
+
P2035: LinkedIn personal profile URL
|
1647
|
+
P2036: African Plant Database
|
1648
|
+
P2037: GitHub username
|
1649
|
+
P2038: ResearchGate ID
|
1650
|
+
P2040: CITES Species+ ID
|
1651
|
+
P2041: National Gallery of Victoria artist identifier
|
1652
|
+
P2042: Artsy artist ID
|
1653
|
+
P2043: length
|
1654
|
+
P2044: elevation above sea level
|
1655
|
+
P2045: orbital inclination
|
1656
|
+
P2046: area
|
1657
|
+
P2047: duration
|
1658
|
+
P2048: height
|
1659
|
+
P2049: width
|
1660
|
+
P2050: wingspan
|
1661
|
+
P2051: M sin i
|
1662
|
+
P2052: speed
|
1663
|
+
P2053: watershed area
|
1664
|
+
P2054: density
|
1665
|
+
P2055: electrical conductivity
|
1666
|
+
P2056: heat capacity
|
1667
|
+
P2057: HMDB ID
|
1668
|
+
P2058: depositor
|
1669
|
+
P2060: luminosity
|
1670
|
+
P2061: aspect ratio
|
1671
|
+
P2062: HSDB ID
|
1672
|
+
P2063: LIPID MAPS ID
|
1673
|
+
P2064: KNApSAcK ID
|
1674
|
+
P2065: NIAID ChemDB ID
|
1675
|
+
P2066: fusion enthalpy
|
1676
|
+
P2067: mass (weight)
|
1677
|
+
P2068: thermal conductivity
|
1678
|
+
P2069: magnetic moment
|
1679
|
+
P2070: Fellow of the Royal Society
|
1680
|
+
P2071: Mémoire des hommes
|
1681
|
+
P2072: CDB Chemical ID
|
1682
|
+
P2073: vehicle range
|
1683
|
+
P2074: internetmedicin.se ID
|
1684
|
+
P2075: speed of sound
|
1685
|
+
P2076: temperature
|
1686
|
+
P2077: pressure
|
1687
|
+
P2078: user manual link
|
1688
|
+
P2079: fabrication method
|
1689
|
+
P2080: AcademiaNet
|
1690
|
+
P2081: BLDAM object ID
|
1691
|
+
P2082: M.49 code
|
1692
|
+
P2083: Leadscope ID
|
1693
|
+
P2084: ZINC ID
|
1694
|
+
P2085: Nikkaji
|
1695
|
+
P2086: CDD Public ID
|
1696
|
+
P2087: CrunchBase person ID
|
1697
|
+
P2088: CrunchBase organisation ID
|
1698
|
+
P2089: Library of Congress JukeBox ID
|
1699
|
+
P2090: Power of 10 athlete ID
|
1700
|
+
P2091: FISA ID
|
1701
|
+
P2092: Bildindex der Kunst und Architektur ID
|
1702
|
+
P2093: short author name
|
1703
|
+
P2094: competition class
|
1704
|
+
P2095: co-driver
|
1705
|
+
P2096: image legend
|
1706
|
+
P2097: term length of office
|
1707
|
+
P2098: substitute/deputy/replacement of office/officeholder
|
1708
|
+
P2099: BC Geographical Names ID
|
1709
|
+
P2100: Banque de noms de lieux du Québec id
|
1710
|
+
P2101: melting point
|
1711
|
+
P2102: boiling point
|
1712
|
+
P2103: size of team at start
|
1713
|
+
P2105: size of team at finish
|
1714
|
+
P2106: RXNO Ontology
|
1715
|
+
P2107: decomposition point
|
1716
|
+
P2108: Kunstindeks Danmark artwork ID
|
1717
|
+
P2109: power output
|
1718
|
+
P2112: wing area
|
1719
|
+
P2113: sublimation temperature
|
1720
|
+
P2114: half-life
|
1721
|
+
P2115: NDF-RT ID
|
1722
|
+
P2116: enthalpy of vaporization
|
1723
|
+
P2117: combustion enthalpy
|
1724
|
+
P2118: kinematic viscosity
|
1725
|
+
P2119: vapor pressure
|
1726
|
+
P2120: radius
|
1727
|
+
P2121: prize money
|
1728
|
+
P2123: YerelNet village ID
|
1729
|
+
P2124: membership
|
1730
|
+
P2125: Revised Hepburn romanization
|
1731
|
+
P2126: Georgian national system of romanization
|
1732
|
+
P2127: International Nuclear Event Scale
|
1733
|
+
P2128: flash point
|
1734
|
+
P2129: IDLH
|
1735
|
+
P2130: cost
|
1736
|
+
P2131: nominal GDP
|
1737
|
+
P2132: nominal GDP per capita
|
1738
|
+
P2133: total debt
|
1739
|
+
P2134: total reserves
|
1740
|
+
P2135: total exports
|
1741
|
+
P2136: total imports
|
1742
|
+
P2137: total equity
|
1743
|
+
P2138: total liabilities
|
1744
|
+
P2139: total revenue
|
1745
|
+
P2140: foreign direct investment net outflow
|
1746
|
+
P2141: foreign direct investment net inflow
|
1747
|
+
P2142: box office
|
1748
|
+
P2143: genome size
|
1749
|
+
P2144: frequency
|
1750
|
+
P2145: explosive energy equivalent
|
1751
|
+
P2146: orbital period
|
1752
|
+
P2147: rotation period
|
1753
|
+
P2148: distance from river mouth
|
1754
|
+
P2149: clock speed
|
1755
|
+
P2150: FSB speed
|
1756
|
+
P2151: focal length
|
1757
|
+
P2152: antiparticle
|
1758
|
+
P2153: PubChem Substance ID
|
1759
|
+
P2154: binding energy
|
1760
|
+
P2155: Solid solution series with
|
1761
|
+
P2156: Pseudo crystal habit
|
1762
|
+
P2157: lithography
|
1763
|
+
P2158: Cell line ontology ID
|
1764
|
+
P2159: solves
|
1765
|
+
P2160: mass excess
|
1766
|
+
P2161: Guthrie code
|
1767
|
+
P2162: Deutsche Ultramarathon-Vereinigung ID
|
1768
|
+
P2163: FAST-ID
|
1769
|
+
P2164: SIGIC (person)
|
1770
|
+
P2165: SIGIC (group)
|
1771
|
+
P2166: SIGIC (institution)
|
1772
|
+
P2167: UNSPSC Code
|
1773
|
+
P2168: SFDb person ID
|
1774
|
+
P2169: PublicWhip identifier
|
1775
|
+
P2170: Hansard (currents session) identifier
|
1776
|
+
P2171: They Work for You identifier
|
1777
|
+
P2172: Parliamentary record identifier
|
1778
|
+
P2173: BBC News Democracy Live identifier
|
1779
|
+
P2174: MoMA artist id
|
1780
|
+
P2175: medical condition treated
|
1781
|
+
P2176: drug used for treatment
|
1782
|
+
P2177: solubility
|
1783
|
+
P2178: solvent
|
1784
|
+
P2179: ACM Classification Code (2012)
|
1785
|
+
P2180: Kansallisbiografia ID
|
1786
|
+
P2181: Finnish MP ID
|
1787
|
+
P2182: Finnish Ministers database ID
|
1788
|
+
P2183: ISO 9:1995
|
1789
|
+
P2184: history of topic
|
1790
|
+
P2185: DLI identifier
|
1791
|
+
P2186: Wiki Loves Monuments ID
|
1792
|
+
P2187: BiblioNet publication identifier
|
1793
|
+
P2188: BiblioNet author identifier
|
1794
|
+
P2189: BiblioNet publisher identifier
|
1795
|
+
P2190: C-SPAN identifier of a person
|
1796
|
+
P2191: NILF author id
|
1797
|
+
P2192: endangeredlanguages.com ID
|
1798
|
+
P2193: Soccerbase player id
|
1799
|
+
P2194: PSS-Archi architect id
|
1800
|
+
P2195: Soccerbase manager id
|
1801
|
+
P2196: students count
|
1802
|
+
P2197: production rate
|
1803
|
+
P2198: average gradient
|
1804
|
+
P2199: autoignition temperature
|
1805
|
+
P2200: electric charge
|
1806
|
+
P2201: electric dipole moment
|
1807
|
+
P2202: lower flammable limit
|
1808
|
+
P2203: upper flammable limit
|
1809
|
+
P2204: minimum explosive concentration
|
1810
|
+
P2205: Spotify album ID
|
1811
|
+
P2206: Discogs release ID
|
1812
|
+
P2207: Spotify track ID
|
1813
|
+
P2208: average shot length
|
1814
|
+
P2209: SourceForge project
|
1815
|
+
P2210: relative to
|
1816
|
+
P2211: position angle
|
1817
|
+
P2212: angular distance
|
1818
|
+
P2213: longitude of ascending node
|
1819
|
+
P2214: parallax
|
1820
|
+
P2215: proper motion
|
1821
|
+
P2216: radial velocity
|
1822
|
+
P2217: cruise speed
|
1823
|
+
P2218: net worth
|
1824
|
+
P2219: real gross domestic product growth rate
|
1825
|
+
P2220: household wealth
|
1826
|
+
P2221: flux
|
1827
|
+
P2222: gyromagnetic ratio
|
1828
|
+
P2223: decay width
|
1829
|
+
P2224: spectral line
|
1830
|
+
P2225: discharge
|
1831
|
+
P2226: market capitalization
|
1832
|
+
P2227: metallicity
|
1833
|
+
P2228: maximum thrust
|
1834
|
+
P2229: thermal design power
|
1835
|
+
P2230: torque
|
1836
|
+
P2231: explosive velocity
|
1837
|
+
P2232: cash
|
1838
|
+
P2233: semi-major axis
|
1839
|
+
P2234: volume for quantity
|
1840
|
+
P2235: external superproperty
|
1841
|
+
P2236: external subproperty
|
1842
|
+
P2237: units used for this property
|
1843
|
+
P2238: official symbol
|
1844
|
+
P2239: first aid measures
|
1845
|
+
P2240: median lethal dose
|
1846
|
+
P2241: reason for deprecation
|
1847
|
+
P2242: Florentine musea catalogue ID
|
1848
|
+
P2243: apoapsis
|
1849
|
+
P2244: periapsis
|
1850
|
+
P2248: argument of periapsis
|
1851
|
+
P2249: Refseq Genome ID
|
1852
|
+
P2250: life expectancy
|
1853
|
+
P2252: NGA artist id
|
1854
|
+
P2253: DfE URN
|
1855
|
+
P2254: maximum operating altitude
|
1856
|
+
P2255: Debrett's People of Today ID
|
1857
|
+
P2257: frequency of event
|
1858
|
+
P2258: mobile country code
|
1859
|
+
P2259: mobile network code
|
1860
|
+
P2260: ionization energy
|
1861
|
+
P2261: beam
|
1862
|
+
P2262: draft
|
1863
|
+
P2263: ISOCAT id
|
1864
|
+
P2264: mix'n'match catalogue ID
|
1865
|
+
P2266: Fashion Model Directory model ID
|
1866
|
+
P2267: Politifact Personality Identifier
|
1867
|
+
P2268: Musée d'Orsay artist ID
|
1868
|
+
P2270: Emporis building complex ID
|
1869
|
+
P2271: Wikidata property example for properties
|
1870
|
+
P2272: Hederich encyclopedia article ID
|
1871
|
+
P2273: Heidelberg Academy for Sciences and Humanities member ID
|
1872
|
+
P2275: World Health Organisation International Nonproprietary Name
|
1873
|
+
P2276: UEFA player code
|
1874
|
+
P2277: Magdeburger Biographisches Lexikon
|
1875
|
+
P2278: Member of the Hellenic Parliament ID
|
1876
|
+
P2279: ambitus
|
1877
|
+
P2280: Austrian Parliament ID
|
1878
|
+
P2281: iTunes album ID
|
1879
|
+
P2282: Groeningemuseum work PID
|
1880
|
+
P2283: uses
|
1881
|
+
P2284: price
|
1882
|
+
P2285: periapsis date
|
1883
|
+
P2286: arterial supply
|
1884
|
+
P2287: CRIStin ID
|
1885
|
+
P2288: lymphatic drainage
|
1886
|
+
P2289: venous drainage
|
1887
|
+
P2290: Danish parish code
|
1888
|
+
P2291: charted in
|
1889
|
+
P2292: consumption rate
|
1890
|
+
P2293: genetic association
|
1891
|
+
P2294: balance of trade
|
1892
|
+
P2295: net profit
|
1893
|
+
P2296: money supply
|
1894
|
+
P2297: employment by economic sector
|
1895
|
+
P2298: NSDAP membership number (1925–1945)
|
1896
|
+
P2299: PPP GDP per capita
|
1897
|
+
P2300: minimal lethal dose
|
1898
|
+
P2302: property constraint
|
1899
|
+
P2303: exception to constraint
|
1900
|
+
P2304: group by
|
1901
|
+
P2305: item
|
1902
|
+
P2306: property
|
1903
|
+
P2307: namespace
|
1904
|
+
P2308: class
|
1905
|
+
P2309: relation
|
1906
|
+
P2310: min date
|
1907
|
+
P2311: max date
|
1908
|
+
P2312: max quantity
|
1909
|
+
P2313: min quantity
|
1910
|
+
P2315: comment
|
1911
|
+
P2316: constraint status
|
1912
|
+
P2317: call sign
|
1913
|
+
P2318: debut participant
|
1914
|
+
P2319: elector
|
1915
|
+
P2320: aftershocks
|
1916
|
+
P2321: general classification
|
1917
|
+
P2322: article ID
|
1918
|
+
P2323: Swedish Olympic Committee athlete ID
|
1919
|
+
P2324: quantity buried
|
1920
|
+
P2325: mean anomaly
|
1921
|
+
P2326: GNS Unique Feature Identifier
|
1922
|
+
P2327: ProCyclingStats ID (race)
|
1923
|
+
P2328: ProCyclingStats ID (team)
|
1924
|
+
P2329: antagonist muscle
|
1925
|
+
P2330: Cycling Archives ID (race)
|
1926
|
+
P2331: Cycling Archives ID (team)
|
1927
|
+
P2332: Dictionary of Art Historians ID
|
1928
|
+
P2333: Norwegian organization number
|
1929
|
+
P2334: SFDb movie ID
|
1930
|
+
P2335: SFDb-identifier of company
|
1931
|
+
P2336: SFDb-identifier of soundtrack
|
1932
|
+
P2337: SFDb-identifier of group
|
1933
|
+
P2338: Musopen composer ID
|
1934
|
+
P2339: BoardGameGeek ID
|
1935
|
+
P2340: CESAR person ID
|
1936
|
+
P2341: indigenous to
|
1937
|
+
P2342: AGORHA person/institution ID
|
1938
|
+
P2343: playing range image
|
1939
|
+
P2344: AGORHA work ID
|
1940
|
+
P2345: AGORHA event identifier
|
1941
|
+
P2346: Elonet movie ID
|
1942
|
+
P2347: YSO ID
|
1943
|
+
P2348: period
|
1944
|
+
P2349: Stuttgart Database of Scientific Illustrators ID
|
1945
|
+
P2350: Speedskatingbase.eu ID
|
1946
|
+
P2351: number of graves
|
1947
|
+
P2352: applies to taxon
|
1948
|
+
P2353: statistical unit
|
1949
|
+
P2354: has list
|
1950
|
+
P2355: UNESCO endangered language ID
|
1951
|
+
P2357: Classification of Instructional Programs code
|
1952
|
+
P2358: Roman praenomen
|
1953
|
+
P2359: Roman nomen gentilicium
|
1954
|
+
P2360: intended public
|
1955
|
+
P2361: online service
|
1956
|
+
P2362: time to altitude
|
1957
|
+
P2363: NMHH film rating
|
1958
|
+
P2364: production code
|
1959
|
+
P2365: Roman cognomen
|
1960
|
+
P2366: Roman agnomen
|
1961
|
+
P2367: Australian Stratigraphic Units Database ID
|
1962
|
+
P2368: Sandbox-Property
|
1963
|
+
P2369: Soccerway player ID
|
1964
|
+
P2370: conversion to SI base unit
|
1965
|
+
P2371: FAO risk status
|
1966
|
+
P2372: ODIS ID
|
1967
|
+
P2373: Genius artist ID
|
1968
|
+
P2374: natural abundance
|
1969
|
+
P2375: has superpartner
|
1970
|
+
P2376: superpartner of
|
1971
|
+
P2377: MediaWiki hooks used
|
1972
|
+
P2378: issued by
|
1973
|
+
P2379: deprecated in version
|
1974
|
+
P2380: French Sculpture Census ID
|
1975
|
+
P2381: Academic Tree ID
|
1976
|
+
P2382: Chemins de mémoire ID
|
1977
|
+
P2383: CTHS person ID
|
1978
|
+
P2384: statement describes
|
1979
|
+
P2385: French diocesan architects ID
|
1980
|
+
P2386: diameter
|
1981
|
+
P2387: Elonet actor ID
|
1982
|
+
P2388: office held by head of the organisation
|
1983
|
+
P2389: organisation directed from the office
|
1984
|
+
P2390: Ballotpedia ID
|
1985
|
+
P2391: OKPO ID
|
1986
|
+
P2392: teaching method
|
1987
|
+
P2393: NCBI Locus tag
|
1988
|
+
P2394: MGI gene symbol
|
1989
|
+
P2396: image of function
|
1990
|
+
P2397: YouTube channel ID
|
1991
|
+
P2398: MLSSoccer.com ID
|
1992
|
+
P2399: British Council artist ID
|
1993
|
+
P2400: JMDb film identifier
|
1994
|
+
P2401: Six Degrees of Francis Bacon ID
|
1995
|
+
P2402: total expenditure
|
1996
|
+
P2403: total assets
|
1997
|
+
P2404: time-weighted average exposure limit
|
1998
|
+
P2405: ceiling exposure limit
|
1999
|
+
P2406: maximum peak exposure limit
|
2000
|
+
P2407: short-term exposure limit
|
2001
|
+
P2408: set in period
|
2002
|
+
P2409: NII Article ID
|
2003
|
+
P2410: WikiPathways ID
|
2004
|
+
P2411: Artsy gene
|
2005
|
+
P2412: Fashion Model Directory designer ID
|
2006
|
+
P2413: Fashion Model Directory magazine ID
|
2007
|
+
P2414: substrate of
|
2008
|
+
P2415: personal best
|
2009
|
+
P2416: sports discipline competed in
|
2010
|
+
P2417: stage classification
|
2011
|
+
P2418: Structurae person ID
|
2012
|
+
P2421: Prosopographia Attica
|
2013
|
+
P2422: number of awards
|
2014
|
+
P2423: FIE identifier
|
2015
|
+
P2424: Berlin cultural heritage ID
|
2016
|
+
P2425: service ribbon image
|
2017
|
+
P2426: Xeno-canto species ID
|
2018
|
+
P2427: grid global research id
|
2019
|
+
P2428: RePEc Short-ID
|
2020
|
+
P2429: expected completeness
|
2021
|
+
P2430: takeoff roll
|
2022
|
+
P2431: Thyssen-Bornemisza artist id
|
2023
|
+
P2432: J. Paul Getty Museum artist id
|
2024
|
+
P2433: gender of a scientific name of a genus
|
2025
|
+
P2434: Panarctic Flora ID
|
2026
|
+
P2435: PORT person ID
|
2027
|
+
P2436: voltage
|
2028
|
+
P2437: number of seasons
|
2029
|
+
P2438: narrator
|
2030
|
+
P2439: language
|
2031
|
+
P2440: transliteration
|
2032
|
+
P2441: literal translation
|
2033
|
+
P2442: conversion to standard unit
|
2034
|
+
P2443: stage reached
|
2035
|
+
P2444: homoglyph
|
2036
|
+
P2445: metasubclass of
|
2037
|
+
P2446: transfermarkt.com footballer id
|
2038
|
+
P2447: transfermarkt manager id
|
2039
|
+
P2448: Turkish Football Federation player ID
|
2040
|
+
P2449: Turkish Football Federation manager ID
|
2041
|
+
P2450: Encyclopædia Britannica contributor identifier
|
2042
|
+
P2451: MAME ROM
|
2043
|
+
P2452: GeoNames feature code
|
2044
|
+
P2453: nominee
|
2045
|
+
P2454: KNAW past member identifier
|
2046
|
+
P2455: Species Profile and Threats Database ID
|
2047
|
+
P2456: dblp identifier
|
2048
|
+
P2457: Australian National Shipwreck Database Shipwreck ID number
|
2049
|
+
P2458: Mackolik.com footballer ID
|
2050
|
+
P2459: IBU biathlete identifier
|
2051
|
+
P2460: Persons of Ancient Athens
|
2052
|
+
P2461: ComLaw ID
|
2053
|
+
P2462: member of the deme
|
2054
|
+
P2463: elibrary.ru organisation ID
|
2055
|
+
P2464: BugGuide ID
|
2056
|
+
P2465: allcinema film identifier
|
2057
|
+
P2466: judicial sentence
|
2058
|
+
P2467: Global Geoparks Network ID
|
2059
|
+
P2468: Theatricalia theatre ID
|
2060
|
+
P2469: Theatricalia person ID
|
2061
|
+
P2470: Talouselämän vaikuttajat ID
|
2062
|
+
P2471: Models.com ID
|
2063
|
+
P2472: ACMA Register of Radiocommunications Licences Client Identifier
|
2064
|
+
P2473: Asset of Local Relevance ID
|
2065
|
+
P2474: CDLI ID
|
2066
|
+
P2475: NAVA ID
|
2067
|
+
P2476: HNI person/institution ID
|
2068
|
+
P2477: TBRC Resource ID
|
2069
|
+
P2478: Railways Archive event ID
|
2070
|
+
P2479: SPDX identifier
|
2071
|
+
P2480: IHO Hydrographic Dictionary (S-32)
|
2072
|
+
P2481: Eliteprospects.com player ID
|
2073
|
+
P2482: SABR ID
|
2074
|
+
P2483: NCES District ID
|
2075
|
+
P2484: NCES School ID
|
2076
|
+
P2485: Fashion Model Directory photographer ID
|
2077
|
+
P2486: Fashion Model Directory brand ID
|
2078
|
+
P2487: page at website of Belarus Geocenter
|
2079
|
+
P2488: page at Belarus Globe website
|
2080
|
+
P2489: page at hram.by
|
2081
|
+
P2490: page at OSTIS Belarus Wiki
|
2082
|
+
P2491: Radzima.org ID
|
2083
|
+
P2492: MTMT author ID
|
2084
|
+
P2493: OM institution ID
|
2085
|
+
P2494: Latvian cultural heritage register identifier
|
2086
|
+
P2496: Latvian toponymic names database identifier
|
2087
|
+
P2497: Latvian National Address Register identifier
|
2088
|
+
P2498: Catalan Biographical Dictionary of Women ID
|
2089
|
+
P2499: level above
|