Ausgabe des SimpleXML-Objects:
SimpleXMLElement Object
(
    [@attributes] => Array
        (
            [style] => MEDIUM
        )

    [totalResultsCount] => 4994
    [geoname] => Array
        (
            [0] => SimpleXMLElement Object
                (
                    [toponymName] => London
                    [name] => London
                    [lat] => 51.50051
                    [lng] => -0.12883
                    [geonameId] => 2643743
                    [countryCode] => GB
                    [countryName] => United Kingdom
                    [fcl] => P
                    [fcode] => PPLC
                )

            [1] => SimpleXMLElement Object
                (
                    [toponymName] => London
                    [name] => London
                    [lat] => 42.98339
                    [lng] => -81.23304
                    [geonameId] => 6058560
                    [countryCode] => CA
                    [countryName] => Canada
                    [fcl] => P
                    [fcode] => PPL
                )

            [2] => SimpleXMLElement Object
                (
                    [toponymName] => East London
                    [name] => East London
                    [lat] => -33.01529
                    [lng] => 27.91162
                    [geonameId] => 1006984
                    [countryCode] => ZA
                    [countryName] => South Africa
                    [fcl] => P
                    [fcode] => PPL
                )

            [3] => SimpleXMLElement Object
                (
                    [toponymName] => City of London
                    [name] => City of London
                    [lat] => 51.51279
                    [lng] => -0.09184
                    [geonameId] => 2643741
                    [countryCode] => GB
                    [countryName] => United Kingdom
                    [fcl] => P
                    [fcode] => PPLX
                )

            [4] => SimpleXMLElement Object
                (
                    [toponymName] => Township of London
                    [name] => London Township
                    [lat] => 37.43474
                    [lng] => -97.42532
                    [geonameId] => 4048462
                    [countryCode] => US
                    [countryName] => United States
                    [fcl] => A
                    [fcode] => ADMD
                )

            [5] => SimpleXMLElement Object
                (
                    [toponymName] => Township of London
                    [name] => London Township
                    [lat] => 43.54302
                    [lng] => -93.11048
                    [geonameId] => 5035444
                    [countryCode] => US
                    [countryName] => United States
                    [fcl] => A
                    [fcode] => ADMD
                )

            [6] => SimpleXMLElement Object
                (
                    [toponymName] => Town of New London
                    [name] => Town of New London
                    [lat] => 41.32982
                    [lng] => -72.09452
                    [geonameId] => 4839433
                    [countryCode] => US
                    [countryName] => United States
                    [fcl] => A
                    [fcode] => ADMD
                )

            [7] => SimpleXMLElement Object
                (
                    [toponymName] => City of New London
                    [name] => City of New London
                    [lat] => 41.3327
                    [lng] => -72.09638
                    [geonameId] => 7316471
                    [countryCode] => US
                    [countryName] => United States
                    [fcl] => A
                    [fcode] => ADMD
                )

            [8] => SimpleXMLElement Object
                (
                    [toponymName] => City of London
                    [name] => City of London
                    [lat] => 39.887
                    [lng] => -83.44686
                    [geonameId] => 4517024
                    [countryCode] => US
                    [countryName] => United States
                    [fcl] => A
                    [fcode] => ADMD
                )

            [9] => SimpleXMLElement Object
                (
                    [toponymName] => City of London
                    [name] => City of London
                    [lat] => 35.32731
                    [lng] => -93.24074
                    [geonameId] => 7170363
                    [countryCode] => US
                    [countryName] => United States
                    [fcl] => A
                    [fcode] => ADMD
                )

        )

)
Ausgabe der JSON-Daten als Array:
stdClass Object
(
    [totalResultsCount] => 4994
    [geonames] => Array
        (
            [0] => stdClass Object
                (
                    [countryName] => United Kingdom
                    [adminCode1] => ENG
                    [fclName] => city, village,...
                    [countryCode] => GB
                    [lng] => -0.12883186340332
                    [fcodeName] => capital of a political entity
                    [toponymName] => London
                    [fcl] => P
                    [name] => London
                    [fcode] => PPLC
                    [geonameId] => 2643743
                    [lat] => 51.500514942131
                    [adminName1] => England
                    [population] => 7556900
                )

            [1] => stdClass Object
                (
                    [countryName] => Canada
                    [adminCode1] => 08
                    [fclName] => city, village,...
                    [countryCode] => CA
                    [lng] => -81.233042387
                    [fcodeName] => populated place
                    [toponymName] => London
                    [fcl] => P
                    [name] => London
                    [fcode] => PPL
                    [geonameId] => 6058560
                    [lat] => 42.983389283
                    [adminName1] => Ontario
                    [population] => 346765
                )

            [2] => stdClass Object
                (
                    [countryName] => South Africa
                    [adminCode1] => 05
                    [fclName] => city, village,...
                    [countryCode] => ZA
                    [lng] => 27.911624908447
                    [fcodeName] => populated place
                    [toponymName] => East London
                    [fcl] => P
                    [name] => East London
                    [fcode] => PPL
                    [geonameId] => 1006984
                    [lat] => -33.015285093464
                    [adminName1] => Eastern Cape
                    [population] => 478676
                )

            [3] => stdClass Object
                (
                    [countryName] => United Kingdom
                    [adminCode1] => ENG
                    [fclName] => city, village,...
                    [countryCode] => GB
                    [lng] => -0.091838836669922
                    [fcodeName] => section of populated place
                    [toponymName] => City of London
                    [fcl] => P
                    [name] => City of London
                    [fcode] => PPLX
                    [geonameId] => 2643741
                    [lat] => 51.512788890295
                    [adminName1] => England
                    [population] => 7556900
                )

            [4] => stdClass Object
                (
                    [countryName] => United States
                    [adminCode1] => KS
                    [fclName] => country, state, region,...
                    [countryCode] => US
                    [lng] => -97.4253242
                    [fcodeName] => administrative division
                    [toponymName] => Township of London
                    [fcl] => A
                    [name] => London Township
                    [fcode] => ADMD
                    [geonameId] => 4048462
                    [lat] => 37.4347417
                    [adminName1] => Kansas
                    [population] => 0
                )

            [5] => stdClass Object
                (
                    [countryName] => United States
                    [adminCode1] => MN
                    [fclName] => country, state, region,...
                    [countryCode] => US
                    [lng] => -93.1104766
                    [fcodeName] => administrative division
                    [toponymName] => Township of London
                    [fcl] => A
                    [name] => London Township
                    [fcode] => ADMD
                    [geonameId] => 5035444
                    [lat] => 43.5430163
                    [adminName1] => Minnesota
                    [population] => 0
                )

            [6] => stdClass Object
                (
                    [countryName] => United States
                    [adminCode1] => CT
                    [fclName] => country, state, region,...
                    [countryCode] => US
                    [lng] => -72.0945205
                    [fcodeName] => administrative division
                    [toponymName] => Town of New London
                    [fcl] => A
                    [name] => Town of New London
                    [fcode] => ADMD
                    [geonameId] => 4839433
                    [lat] => 41.3298205
                    [adminName1] => Connecticut
                    [population] => 0
                )

            [7] => stdClass Object
                (
                    [countryName] => United States
                    [adminCode1] => CT
                    [fclName] => country, state, region,...
                    [countryCode] => US
                    [lng] => -72.096376
                    [fcodeName] => administrative division
                    [toponymName] => City of New London
                    [fcl] => A
                    [name] => City of New London
                    [fcode] => ADMD
                    [geonameId] => 7316471
                    [lat] => 41.3327
                    [adminName1] => Connecticut
                    [population] => 0
                )

            [8] => stdClass Object
                (
                    [countryName] => United States
                    [adminCode1] => OH
                    [fclName] => country, state, region,...
                    [countryCode] => US
                    [lng] => -83.4468641
                    [fcodeName] => administrative division
                    [toponymName] => City of London
                    [fcl] => A
                    [name] => City of London
                    [fcode] => ADMD
                    [geonameId] => 4517024
                    [lat] => 39.8870048
                    [adminName1] => Ohio
                    [population] => 8771
                )

            [9] => stdClass Object
                (
                    [countryName] => United States
                    [adminCode1] => AR
                    [fclName] => country, state, region,...
                    [countryCode] => US
                    [lng] => -93.240745
                    [fcodeName] => administrative division
                    [toponymName] => City of London
                    [fcl] => A
                    [name] => City of London
                    [fcode] => ADMD
                    [geonameId] => 7170363
                    [lat] => 35.3273066
                    [adminName1] => Arkansas
                    [population] => 0
                )

        )

)
Ausgabe der RDF-Daten als Array:
Array
(
    [0] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.w3.org/1999/02/22-rdf-syntax-ns#type
            [o] => http://www.geonames.org/ontology#Feature
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [1] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#name
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [2] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londres
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => es
        )

    [3] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Loundres
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => kw
        )

    [4] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ku
        )

    [5] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londono
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => eo
        )

    [6] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => en
        )

    [7] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Λονδίνο
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => el
        )

    [8] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => qu
        )

    [9] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => 런던
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ko
        )

    [10] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => ლონდონი
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ka
        )

    [11] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londra
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => pms
        )

    [12] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londres
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => pt
        )

    [13] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => de
        )

    [14] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londyn
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => pl
        )

    [15] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => da
        )

    [16] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => vo
        )

    [17] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => ロンドン
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ja
        )

    [18] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Llundain
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => cy
        )

    [19] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Luân Đôn
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => vi
        )

    [20] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londýn
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => cs
        )

    [21] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londra
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => co
        )

    [22] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londra
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => it
        )

    [23] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Lundúnir
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => is
        )

    [24] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => LON
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => iata
        )

    [25] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => io
        )

    [26] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Лондон
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => os
        )

    [27] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => لندن
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ur
        )

    [28] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londres
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ca
        )

    [29] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => id
        )

    [30] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ia
        )

    [31] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Лондон
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => uk
        )

    [32] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londres
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => oc
        )

    [33] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londres
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => nrm
        )

    [34] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => لوندون
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ug
        )

    [35] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Լոնդոն
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => hy
        )

    [36] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => bs
        )

    [37] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londrez
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => br
        )

    [38] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => hu
        )

    [39] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => লন্ডন
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => bn
        )

    [40] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => hr
        )

    [41] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Лондон
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => bg
        )

    [42] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Lunden
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ang
        )

    [43] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Лёндан
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => be
        )

    [44] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => no
        )

    [45] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => tt
        )

    [46] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => लंदन
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => hi
        )

    [47] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => nn
        )

    [48] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londra
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => tr
        )

    [49] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londen
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => nl
        )

    [50] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => לונדון
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => he
        )

    [51] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => az
        )

    [52] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => ลอนดอน
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => th
        )

    [53] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Лондон
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => tg
        )

    [54] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => 伦敦
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => zh
        )

    [55] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => لندن
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ar
        )

    [56] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => இலண்டன்
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ta
        )

    [57] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => લંડન
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => gu
        )

    [58] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londres
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ast
        )

    [59] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londres
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => an
        )

    [60] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => ለንደን
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => am
        )

    [61] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londres
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => frp
        )

    [62] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ms
        )

    [63] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => nds
        )

    [64] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => लंडन
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => mr
        )

    [65] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londres - London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => gl
        )

    [66] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => sv
        )

    [67] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londen
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => af
        )

    [68] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Лондон
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => sr
        )

    [69] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Lunnon
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => sco
        )

    [70] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londra
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => sq
        )

    [71] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londra
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => scn
        )

    [72] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Лондон
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => mk
        )

    [73] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Lunnainn
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => gd
        )

    [74] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => sl
        )

    [75] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londýn
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => sk
        )

    [76] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londain
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ga
        )

    [77] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => sh
        )

    [78] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londen
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => fy
        )

    [79] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => לאנדאן
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => yi
        )

    [80] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => als
        )

    [81] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londres
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => fr
        )

    [82] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londona
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => lv
        )

    [83] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londonas
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => lt
        )

    [84] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Лондон
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ru
        )

    [85] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Lontoo
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => fi
        )

    [86] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londoni
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ln
        )

    [87] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londra
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ro
        )

    [88] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londe
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => li
        )

    [89] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londra
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => rm
        )

    [90] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => ܠܘܢܕܘܢ
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => arc
        )

    [91] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => لندن
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => fa
        )

    [92] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => lb
        )

    [93] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londinium
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => la
        )

    [94] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londres
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => eu
        )

    [95] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => et
        )

    [96] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#featureClass
            [o] => http://www.geonames.org/ontology#P
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [97] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#featureCode
            [o] => http://www.geonames.org/ontology#P.PPLC
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [98] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#inCountry
            [o] => http://www.geonames.org/countries/#GB
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [99] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#countryCode
            [o] => GB
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [100] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#population
            [o] => 7556900
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [101] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.w3.org/2003/01/geo/wgs84_pos#lat
            [o] => 51.5005149421307
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [102] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.w3.org/2003/01/geo/wgs84_pos#long
            [o] => -0.12883186340332
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [103] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#nearbyFeatures
            [o] => http://sws.geonames.org/2643743/nearby.rdf
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [104] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#locationMap
            [o] => http://www.geonames.org/2643743/london.html
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [105] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.w3.org/1999/02/22-rdf-syntax-ns#type
            [o] => http://www.geonames.org/ontology#Feature
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [106] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.geonames.org/ontology#name
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [107] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londono
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => eo
        )

    [108] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => 伦敦
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => zh
        )

    [109] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Лондон
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => sr
        )

    [110] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => nl
        )

    [111] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => en
        )

    [112] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => لندن
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => fa
        )

    [113] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => pl
        )

    [114] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => לונדון
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => he
        )

    [115] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => fr
        )

    [116] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => et
        )

    [117] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => de
        )

    [118] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => es
        )

    [119] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => ロンドン
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ja
        )

    [120] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => fi
        )

    [121] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => pt
        )

    [122] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.geonames.org/ontology#featureClass
            [o] => http://www.geonames.org/ontology#P
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [123] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.geonames.org/ontology#featureCode
            [o] => http://www.geonames.org/ontology#P.PPL
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [124] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.geonames.org/ontology#inCountry
            [o] => http://www.geonames.org/countries/#CA
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [125] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.geonames.org/ontology#countryCode
            [o] => CA
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [126] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.geonames.org/ontology#population
            [o] => 346765
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [127] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.w3.org/2003/01/geo/wgs84_pos#lat
            [o] => 42.983389283
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [128] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.w3.org/2003/01/geo/wgs84_pos#long
            [o] => -81.233042387
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [129] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.geonames.org/ontology#nearbyFeatures
            [o] => http://sws.geonames.org/6058560/nearby.rdf
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [130] => Array
        (
            [s] => http://sws.geonames.org/6058560/
            [p] => http://www.geonames.org/ontology#locationMap
            [o] => http://www.geonames.org/6058560/london.html
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [131] => Array
        (
            [s] => http://sws.geonames.org/1006984/
            [p] => http://www.w3.org/1999/02/22-rdf-syntax-ns#type
            [o] => http://www.geonames.org/ontology#Feature
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [132] => Array
        (
            [s] => http://sws.geonames.org/1006984/
            [p] => http://www.geonames.org/ontology#name
            [o] => East London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [133] => Array
        (
            [s] => http://sws.geonames.org/1006984/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Oost-Londen
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => nl
        )

    [134] => Array
        (
            [s] => http://sws.geonames.org/1006984/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => East London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => en
        )

    [135] => Array
        (
            [s] => http://sws.geonames.org/1006984/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => East London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => id
        )

    [136] => Array
        (
            [s] => http://sws.geonames.org/1006984/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => East London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => pl
        )

    [137] => Array
        (
            [s] => http://sws.geonames.org/1006984/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Yst Londonas
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => lt
        )

    [138] => Array
        (
            [s] => http://sws.geonames.org/1006984/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => East London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => fr
        )

    [139] => Array
        (
            [s] => http://sws.geonames.org/1006984/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Oos Londen
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => af
        )

    [140] => Array
        (
            [s] => http://sws.geonames.org/1006984/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => East London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => fi
        )

    [141] => Array
        (
            [s] => http://sws.geonames.org/1006984/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => East London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => da
        )

    [142] => Array
        (
            [s] => http://sws.geonames.org/1006984/
            [p] => http://www.geonames.org/ontology#featureClass
            [o] => http://www.geonames.org/ontology#P
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [143] => Array
        (
            [s] => http://sws.geonames.org/1006984/
            [p] => http://www.geonames.org/ontology#featureCode
            [o] => http://www.geonames.org/ontology#P.PPL
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [144] => Array
        (
            [s] => http://sws.geonames.org/1006984/
            [p] => http://www.geonames.org/ontology#inCountry
            [o] => http://www.geonames.org/countries/#ZA
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [145] => Array
        (
            [s] => http://sws.geonames.org/1006984/
            [p] => http://www.geonames.org/ontology#countryCode
            [o] => ZA
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [146] => Array
        (
            [s] => http://sws.geonames.org/1006984/
            [p] => http://www.geonames.org/ontology#population
            [o] => 478676
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [147] => Array
        (
            [s] => http://sws.geonames.org/1006984/
            [p] => http://www.w3.org/2003/01/geo/wgs84_pos#lat
            [o] => -33.0152850934643
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [148] => Array
        (
            [s] => http://sws.geonames.org/1006984/
            [p] => http://www.w3.org/2003/01/geo/wgs84_pos#long
            [o] => 27.9116249084473
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [149] => Array
        (
            [s] => http://sws.geonames.org/1006984/
            [p] => http://www.geonames.org/ontology#nearbyFeatures
            [o] => http://sws.geonames.org/1006984/nearby.rdf
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [150] => Array
        (
            [s] => http://sws.geonames.org/1006984/
            [p] => http://www.geonames.org/ontology#locationMap
            [o] => http://www.geonames.org/1006984/east-london.html
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [151] => Array
        (
            [s] => http://sws.geonames.org/2643741/
            [p] => http://www.w3.org/1999/02/22-rdf-syntax-ns#type
            [o] => http://www.geonames.org/ontology#Feature
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [152] => Array
        (
            [s] => http://sws.geonames.org/2643741/
            [p] => http://www.geonames.org/ontology#name
            [o] => City of London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [153] => Array
        (
            [s] => http://sws.geonames.org/2643741/
            [p] => http://www.geonames.org/ontology#featureClass
            [o] => http://www.geonames.org/ontology#P
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [154] => Array
        (
            [s] => http://sws.geonames.org/2643741/
            [p] => http://www.geonames.org/ontology#featureCode
            [o] => http://www.geonames.org/ontology#P.PPLX
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [155] => Array
        (
            [s] => http://sws.geonames.org/2643741/
            [p] => http://www.geonames.org/ontology#inCountry
            [o] => http://www.geonames.org/countries/#GB
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [156] => Array
        (
            [s] => http://sws.geonames.org/2643741/
            [p] => http://www.geonames.org/ontology#countryCode
            [o] => GB
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [157] => Array
        (
            [s] => http://sws.geonames.org/2643741/
            [p] => http://www.geonames.org/ontology#population
            [o] => 7556900
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [158] => Array
        (
            [s] => http://sws.geonames.org/2643741/
            [p] => http://www.w3.org/2003/01/geo/wgs84_pos#lat
            [o] => 51.5127888902952
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [159] => Array
        (
            [s] => http://sws.geonames.org/2643741/
            [p] => http://www.w3.org/2003/01/geo/wgs84_pos#long
            [o] => -0.0918388366699219
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [160] => Array
        (
            [s] => http://sws.geonames.org/2643741/
            [p] => http://www.geonames.org/ontology#nearbyFeatures
            [o] => http://sws.geonames.org/2643741/nearby.rdf
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [161] => Array
        (
            [s] => http://sws.geonames.org/2643741/
            [p] => http://www.geonames.org/ontology#locationMap
            [o] => http://www.geonames.org/2643741/city-of-london.html
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [162] => Array
        (
            [s] => http://sws.geonames.org/4048462/
            [p] => http://www.w3.org/1999/02/22-rdf-syntax-ns#type
            [o] => http://www.geonames.org/ontology#Feature
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [163] => Array
        (
            [s] => http://sws.geonames.org/4048462/
            [p] => http://www.geonames.org/ontology#name
            [o] => London Township
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [164] => Array
        (
            [s] => http://sws.geonames.org/4048462/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London Township
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => en
        )

    [165] => Array
        (
            [s] => http://sws.geonames.org/4048462/
            [p] => http://www.geonames.org/ontology#featureClass
            [o] => http://www.geonames.org/ontology#A
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [166] => Array
        (
            [s] => http://sws.geonames.org/4048462/
            [p] => http://www.geonames.org/ontology#featureCode
            [o] => http://www.geonames.org/ontology#A.ADMD
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [167] => Array
        (
            [s] => http://sws.geonames.org/4048462/
            [p] => http://www.geonames.org/ontology#inCountry
            [o] => http://www.geonames.org/countries/#US
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [168] => Array
        (
            [s] => http://sws.geonames.org/4048462/
            [p] => http://www.geonames.org/ontology#countryCode
            [o] => US
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [169] => Array
        (
            [s] => http://sws.geonames.org/4048462/
            [p] => http://www.w3.org/2003/01/geo/wgs84_pos#lat
            [o] => 37.4347417
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [170] => Array
        (
            [s] => http://sws.geonames.org/4048462/
            [p] => http://www.w3.org/2003/01/geo/wgs84_pos#long
            [o] => -97.4253242
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [171] => Array
        (
            [s] => http://sws.geonames.org/4048462/
            [p] => http://www.geonames.org/ontology#childrenFeatures
            [o] => http://sws.geonames.org/4048462/contains.rdf
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [172] => Array
        (
            [s] => http://sws.geonames.org/4048462/
            [p] => http://www.geonames.org/ontology#locationMap
            [o] => http://www.geonames.org/4048462/township-of-london.html
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [173] => Array
        (
            [s] => http://sws.geonames.org/5035444/
            [p] => http://www.w3.org/1999/02/22-rdf-syntax-ns#type
            [o] => http://www.geonames.org/ontology#Feature
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [174] => Array
        (
            [s] => http://sws.geonames.org/5035444/
            [p] => http://www.geonames.org/ontology#name
            [o] => London Township
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [175] => Array
        (
            [s] => http://sws.geonames.org/5035444/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London Township
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => en
        )

    [176] => Array
        (
            [s] => http://sws.geonames.org/5035444/
            [p] => http://www.geonames.org/ontology#featureClass
            [o] => http://www.geonames.org/ontology#A
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [177] => Array
        (
            [s] => http://sws.geonames.org/5035444/
            [p] => http://www.geonames.org/ontology#featureCode
            [o] => http://www.geonames.org/ontology#A.ADMD
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [178] => Array
        (
            [s] => http://sws.geonames.org/5035444/
            [p] => http://www.geonames.org/ontology#inCountry
            [o] => http://www.geonames.org/countries/#US
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [179] => Array
        (
            [s] => http://sws.geonames.org/5035444/
            [p] => http://www.geonames.org/ontology#countryCode
            [o] => US
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [180] => Array
        (
            [s] => http://sws.geonames.org/5035444/
            [p] => http://www.w3.org/2003/01/geo/wgs84_pos#lat
            [o] => 43.5430163
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [181] => Array
        (
            [s] => http://sws.geonames.org/5035444/
            [p] => http://www.w3.org/2003/01/geo/wgs84_pos#long
            [o] => -93.1104766
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [182] => Array
        (
            [s] => http://sws.geonames.org/5035444/
            [p] => http://www.geonames.org/ontology#childrenFeatures
            [o] => http://sws.geonames.org/5035444/contains.rdf
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [183] => Array
        (
            [s] => http://sws.geonames.org/5035444/
            [p] => http://www.geonames.org/ontology#locationMap
            [o] => http://www.geonames.org/5035444/township-of-london.html
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [184] => Array
        (
            [s] => http://sws.geonames.org/4839433/
            [p] => http://www.w3.org/1999/02/22-rdf-syntax-ns#type
            [o] => http://www.geonames.org/ontology#Feature
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [185] => Array
        (
            [s] => http://sws.geonames.org/4839433/
            [p] => http://www.geonames.org/ontology#name
            [o] => Town of New London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [186] => Array
        (
            [s] => http://sws.geonames.org/4839433/
            [p] => http://www.geonames.org/ontology#featureClass
            [o] => http://www.geonames.org/ontology#A
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [187] => Array
        (
            [s] => http://sws.geonames.org/4839433/
            [p] => http://www.geonames.org/ontology#featureCode
            [o] => http://www.geonames.org/ontology#A.ADMD
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [188] => Array
        (
            [s] => http://sws.geonames.org/4839433/
            [p] => http://www.geonames.org/ontology#inCountry
            [o] => http://www.geonames.org/countries/#US
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [189] => Array
        (
            [s] => http://sws.geonames.org/4839433/
            [p] => http://www.geonames.org/ontology#countryCode
            [o] => US
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [190] => Array
        (
            [s] => http://sws.geonames.org/4839433/
            [p] => http://www.w3.org/2003/01/geo/wgs84_pos#lat
            [o] => 41.3298205
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [191] => Array
        (
            [s] => http://sws.geonames.org/4839433/
            [p] => http://www.w3.org/2003/01/geo/wgs84_pos#long
            [o] => -72.0945205
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [192] => Array
        (
            [s] => http://sws.geonames.org/4839433/
            [p] => http://www.geonames.org/ontology#childrenFeatures
            [o] => http://sws.geonames.org/4839433/contains.rdf
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [193] => Array
        (
            [s] => http://sws.geonames.org/4839433/
            [p] => http://www.geonames.org/ontology#locationMap
            [o] => http://www.geonames.org/4839433/town-of-new-london.html
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [194] => Array
        (
            [s] => http://sws.geonames.org/7316471/
            [p] => http://www.w3.org/1999/02/22-rdf-syntax-ns#type
            [o] => http://www.geonames.org/ontology#Feature
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [195] => Array
        (
            [s] => http://sws.geonames.org/7316471/
            [p] => http://www.geonames.org/ontology#name
            [o] => City of New London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [196] => Array
        (
            [s] => http://sws.geonames.org/7316471/
            [p] => http://www.geonames.org/ontology#featureClass
            [o] => http://www.geonames.org/ontology#A
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [197] => Array
        (
            [s] => http://sws.geonames.org/7316471/
            [p] => http://www.geonames.org/ontology#featureCode
            [o] => http://www.geonames.org/ontology#A.ADMD
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [198] => Array
        (
            [s] => http://sws.geonames.org/7316471/
            [p] => http://www.geonames.org/ontology#inCountry
            [o] => http://www.geonames.org/countries/#US
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [199] => Array
        (
            [s] => http://sws.geonames.org/7316471/
            [p] => http://www.geonames.org/ontology#countryCode
            [o] => US
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [200] => Array
        (
            [s] => http://sws.geonames.org/7316471/
            [p] => http://www.w3.org/2003/01/geo/wgs84_pos#lat
            [o] => 41.3327
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [201] => Array
        (
            [s] => http://sws.geonames.org/7316471/
            [p] => http://www.w3.org/2003/01/geo/wgs84_pos#long
            [o] => -72.096376
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [202] => Array
        (
            [s] => http://sws.geonames.org/7316471/
            [p] => http://www.geonames.org/ontology#childrenFeatures
            [o] => http://sws.geonames.org/7316471/contains.rdf
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [203] => Array
        (
            [s] => http://sws.geonames.org/7316471/
            [p] => http://www.geonames.org/ontology#locationMap
            [o] => http://www.geonames.org/7316471/city-of-new-london.html
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [204] => Array
        (
            [s] => http://sws.geonames.org/4517024/
            [p] => http://www.w3.org/1999/02/22-rdf-syntax-ns#type
            [o] => http://www.geonames.org/ontology#Feature
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [205] => Array
        (
            [s] => http://sws.geonames.org/4517024/
            [p] => http://www.geonames.org/ontology#name
            [o] => City of London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [206] => Array
        (
            [s] => http://sws.geonames.org/4517024/
            [p] => http://www.geonames.org/ontology#featureClass
            [o] => http://www.geonames.org/ontology#A
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [207] => Array
        (
            [s] => http://sws.geonames.org/4517024/
            [p] => http://www.geonames.org/ontology#featureCode
            [o] => http://www.geonames.org/ontology#A.ADMD
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [208] => Array
        (
            [s] => http://sws.geonames.org/4517024/
            [p] => http://www.geonames.org/ontology#inCountry
            [o] => http://www.geonames.org/countries/#US
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [209] => Array
        (
            [s] => http://sws.geonames.org/4517024/
            [p] => http://www.geonames.org/ontology#countryCode
            [o] => US
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [210] => Array
        (
            [s] => http://sws.geonames.org/4517024/
            [p] => http://www.geonames.org/ontology#population
            [o] => 8771
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [211] => Array
        (
            [s] => http://sws.geonames.org/4517024/
            [p] => http://www.w3.org/2003/01/geo/wgs84_pos#lat
            [o] => 39.8870048
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [212] => Array
        (
            [s] => http://sws.geonames.org/4517024/
            [p] => http://www.w3.org/2003/01/geo/wgs84_pos#long
            [o] => -83.4468641
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [213] => Array
        (
            [s] => http://sws.geonames.org/4517024/
            [p] => http://www.geonames.org/ontology#childrenFeatures
            [o] => http://sws.geonames.org/4517024/contains.rdf
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [214] => Array
        (
            [s] => http://sws.geonames.org/4517024/
            [p] => http://www.geonames.org/ontology#locationMap
            [o] => http://www.geonames.org/4517024/city-of-london.html
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [215] => Array
        (
            [s] => http://sws.geonames.org/7170363/
            [p] => http://www.w3.org/1999/02/22-rdf-syntax-ns#type
            [o] => http://www.geonames.org/ontology#Feature
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [216] => Array
        (
            [s] => http://sws.geonames.org/7170363/
            [p] => http://www.geonames.org/ontology#name
            [o] => City of London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [217] => Array
        (
            [s] => http://sws.geonames.org/7170363/
            [p] => http://www.geonames.org/ontology#featureClass
            [o] => http://www.geonames.org/ontology#A
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [218] => Array
        (
            [s] => http://sws.geonames.org/7170363/
            [p] => http://www.geonames.org/ontology#featureCode
            [o] => http://www.geonames.org/ontology#A.ADMD
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [219] => Array
        (
            [s] => http://sws.geonames.org/7170363/
            [p] => http://www.geonames.org/ontology#inCountry
            [o] => http://www.geonames.org/countries/#US
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [220] => Array
        (
            [s] => http://sws.geonames.org/7170363/
            [p] => http://www.geonames.org/ontology#countryCode
            [o] => US
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [221] => Array
        (
            [s] => http://sws.geonames.org/7170363/
            [p] => http://www.w3.org/2003/01/geo/wgs84_pos#lat
            [o] => 35.3273066
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [222] => Array
        (
            [s] => http://sws.geonames.org/7170363/
            [p] => http://www.w3.org/2003/01/geo/wgs84_pos#long
            [o] => -93.240745
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [223] => Array
        (
            [s] => http://sws.geonames.org/7170363/
            [p] => http://www.geonames.org/ontology#childrenFeatures
            [o] => http://sws.geonames.org/7170363/contains.rdf
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

    [224] => Array
        (
            [s] => http://sws.geonames.org/7170363/
            [p] => http://www.geonames.org/ontology#locationMap
            [o] => http://www.geonames.org/7170363/city-of-london.html
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

)