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

    [totalResultsCount] => 5059
    [geoname] => Array
        (
            [0] => SimpleXMLElement Object
                (
                    [toponymName] => London
                    [name] => London
                    [lat] => 51.50853
                    [lng] => -0.12574
                    [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] => London Borough of Harrow
                    [name] => London Borough of Harrow
                    [lat] => 51.56667
                    [lng] => -0.33333
                    [geonameId] => 7535661
                    [countryCode] => GB
                    [countryName] => United Kingdom
                    [fcl] => P
                    [fcode] => PPL
                )

            [5] => SimpleXMLElement Object
                (
                    [toponymName] => London Heathrow Airport
                    [name] => Heathrow
                    [lat] => 51.47115
                    [lng] => -0.45649
                    [geonameId] => 2647216
                    [countryCode] => GB
                    [countryName] => United Kingdom
                    [fcl] => S
                    [fcode] => AIRP
                )

            [6] => SimpleXMLElement Object
                (
                    [toponymName] => London City Airport
                    [name] => London City Airport
                    [lat] => 51.50528
                    [lng] => 0.05528
                    [geonameId] => 6296599
                    [countryCode] => GB
                    [countryName] => United Kingdom
                    [fcl] => S
                    [fcode] => AIRP
                )

            [7] => SimpleXMLElement Object
                (
                    [toponymName] => Sutton
                    [name] => London Borough of Sutton
                    [lat] => 51.35
                    [lng] => -0.2
                    [geonameId] => 2636503
                    [countryCode] => GB
                    [countryName] => United Kingdom
                    [fcl] => P
                    [fcode] => PPLA3
                )

            [8] => SimpleXMLElement Object
                (
                    [toponymName] => London Lake
                    [name] => London Lake
                    [lat] => 50.06679
                    [lng] => -91.0002
                    [geonameId] => 6058570
                    [countryCode] => CA
                    [countryName] => Canada
                    [fcl] => H
                    [fcode] => LK
                )

            [9] => SimpleXMLElement Object
                (
                    [toponymName] => London Slough
                    [name] => London Slough
                    [lat] => 49.09966
                    [lng] => -123.16934
                    [geonameId] => 6058577
                    [countryCode] => CA
                    [countryName] => Canada
                    [fcl] => H
                    [fcode] => LK
                )

        )

)
Ausgabe der JSON-Daten als Array:
stdClass Object
(
    [totalResultsCount] => 5059
    [geonames] => Array
        (
            [0] => stdClass Object
                (
                    [countryName] => United Kingdom
                    [adminCode1] => ENG
                    [fclName] => city, village,...
                    [countryCode] => GB
                    [lng] => -0.125741958618
                    [fcodeName] => capital of a political entity
                    [toponymName] => London
                    [fcl] => P
                    [name] => London
                    [fcode] => PPLC
                    [geonameId] => 2643743
                    [lat] => 51.5085287759
                    [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.9116249084
                    [fcodeName] => populated place
                    [toponymName] => East London
                    [fcl] => P
                    [name] => East London
                    [fcode] => PPL
                    [geonameId] => 1006984
                    [lat] => -33.0152850935
                    [adminName1] => Eastern Cape
                    [population] => 478676
                )

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

            [4] => stdClass Object
                (
                    [countryName] => United Kingdom
                    [adminCode1] => ENG
                    [fclName] => city, village,...
                    [countryCode] => GB
                    [lng] => -0.333333
                    [fcodeName] => populated place
                    [toponymName] => London Borough of Harrow
                    [fcl] => P
                    [name] => London Borough of Harrow
                    [fcode] => PPL
                    [geonameId] => 7535661
                    [lat] => 51.566667
                    [adminName1] => England
                    [population] => 216200
                )

            [5] => stdClass Object
                (
                    [countryName] => United Kingdom
                    [adminCode1] => ENG
                    [fclName] => spot, building, farm
                    [countryCode] => GB
                    [lng] => -0.456490516663
                    [fcodeName] => airport
                    [toponymName] => London Heathrow Airport
                    [fcl] => S
                    [name] => Heathrow
                    [fcode] => AIRP
                    [geonameId] => 2647216
                    [lat] => 51.4711455585
                    [adminName1] => England
                    [population] => 0
                )

            [6] => stdClass Object
                (
                    [countryName] => United Kingdom
                    [adminCode1] => ENG
                    [fclName] => spot, building, farm
                    [countryCode] => GB
                    [lng] => 0.055278
                    [fcodeName] => airport
                    [toponymName] => London City Airport
                    [fcl] => S
                    [name] => London City Airport
                    [fcode] => AIRP
                    [geonameId] => 6296599
                    [lat] => 51.505278
                    [adminName1] => England
                    [population] => 0
                )

            [7] => stdClass Object
                (
                    [countryName] => United Kingdom
                    [adminCode1] => ENG
                    [fclName] => city, village,...
                    [countryCode] => GB
                    [lng] => -0.2
                    [fcodeName] => seat of a third-order administrative division
                    [toponymName] => Sutton
                    [fcl] => P
                    [name] => London Borough of Sutton
                    [fcode] => PPLA3
                    [geonameId] => 2636503
                    [lat] => 51.35
                    [adminName1] => England
                    [population] => 187600
                )

            [8] => stdClass Object
                (
                    [countryName] => Canada
                    [adminCode1] => 08
                    [fclName] => stream, lake, ...
                    [countryCode] => CA
                    [lng] => -91.000204252
                    [fcodeName] => lake
                    [toponymName] => London Lake
                    [fcl] => H
                    [name] => London Lake
                    [fcode] => LK
                    [geonameId] => 6058570
                    [lat] => 50.066788279
                    [adminName1] => Ontario
                    [population] => 0
                )

            [9] => stdClass Object
                (
                    [countryName] => Canada
                    [adminCode1] => 02
                    [fclName] => stream, lake, ...
                    [countryCode] => CA
                    [lng] => -123.169339683
                    [fcodeName] => lake
                    [toponymName] => London Slough
                    [fcl] => H
                    [name] => London Slough
                    [fcode] => LK
                    [geonameId] => 6058577
                    [lat] => 49.099659794
                    [adminName1] => British Columbia
                    [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.w3.org/2000/01/rdf-schema#isDefinedBy
            [o] => http://sws.geonames.org/2643743/about.rdf
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [2] => 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] => 
        )

    [3] => 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
        )

    [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] => als
        )

    [5] => 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
        )

    [6] => 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
        )

    [7] => 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
        )

    [8] => 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
        )

    [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] => arc
        )

    [10] => 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
        )

    [11] => 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
        )

    [12] => 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
        )

    [13] => 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
        )

    [14] => 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
        )

    [15] => 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
        )

    [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] => bs
        )

    [17] => 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
        )

    [18] => 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
        )

    [19] => 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
        )

    [20] => 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
        )

    [21] => 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
        )

    [22] => 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
        )

    [23] => 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
        )

    [24] => 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
        )

    [25] => 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
        )

    [26] => 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
        )

    [27] => 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
        )

    [28] => 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] => eu
        )

    [29] => 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
        )

    [30] => 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
        )

    [31] => 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
        )

    [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] => frp
        )

    [33] => 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
        )

    [34] => 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
        )

    [35] => 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
        )

    [36] => 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
        )

    [37] => 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
        )

    [38] => 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
        )

    [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] => hi
        )

    [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] => London
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => hu
        )

    [42] => 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
        )

    [43] => 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
        )

    [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] => id
        )

    [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] => io
        )

    [46] => 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
        )

    [47] => 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
        )

    [48] => 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
        )

    [49] => 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
        )

    [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] => ko
        )

    [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] => ku
        )

    [52] => 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
        )

    [53] => 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
        )

    [54] => 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
        )

    [55] => 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
        )

    [56] => 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
        )

    [57] => 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
        )

    [58] => 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
        )

    [59] => 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
        )

    [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] => mr
        )

    [61] => 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
        )

    [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] => nds
        )

    [63] => 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
        )

    [64] => 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
        )

    [65] => 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
        )

    [66] => 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
        )

    [67] => 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
        )

    [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] => os
        )

    [69] => 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
        )

    [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] => pms
        )

    [71] => 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
        )

    [72] => 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
        )

    [73] => 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
        )

    [74] => 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
        )

    [75] => 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
        )

    [76] => 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
        )

    [77] => 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
        )

    [78] => 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
        )

    [79] => 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
        )

    [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] => sl
        )

    [81] => 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
        )

    [82] => 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
        )

    [83] => 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
        )

    [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] => ta
        )

    [85] => 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
        )

    [86] => 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
        )

    [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] => tr
        )

    [88] => 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
        )

    [89] => 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
        )

    [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] => uk
        )

    [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] => ur
        )

    [92] => 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
        )

    [93] => 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
        )

    [94] => 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
        )

    [95] => 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
        )

    [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#countryCode
            [o] => GB
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [99] => 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] => 
        )

    [100] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.w3.org/2003/01/geo/wgs84_pos#lat
            [o] => 51.50853
            [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#long
            [o] => -0.12574
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [102] => Array
        (
            [s] => http://sws.geonames.org/2643743/
            [p] => http://www.geonames.org/ontology#parentCountry
            [o] => http://sws.geonames.org/2635167/
            [s_type] => uri
            [o_type] => uri
            [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.w3.org/2000/01/rdf-schema#isDefinedBy
            [o] => http://sws.geonames.org/6058560/about.rdf
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [107] => 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] => 
        )

    [108] => 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
        )

    [109] => 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
        )

    [110] => 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
        )

    [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] => es
        )

    [112] => 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
        )

    [113] => 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
        )

    [114] => 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
        )

    [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] => לונדון
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => he
        )

    [117] => 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
        )

    [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] => nl
        )

    [119] => 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
        )

    [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] => pt
        )

    [121] => 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
        )

    [122] => 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
        )

    [123] => 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] => 
        )

    [124] => 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] => 
        )

    [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.98339
            [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.23304
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

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

    [130] => 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] => 
        )

    [131] => 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] => 
        )

    [132] => 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] => 
        )

    [133] => Array
        (
            [s] => http://sws.geonames.org/1006984/
            [p] => http://www.w3.org/2000/01/rdf-schema#isDefinedBy
            [o] => http://sws.geonames.org/1006984/about.rdf
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [134] => 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] => 
        )

    [135] => 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
        )

    [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] => da
        )

    [137] => 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
        )

    [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] => fi
        )

    [139] => 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
        )

    [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] => id
        )

    [141] => 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
        )

    [142] => 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
        )

    [143] => 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
        )

    [144] => 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] => 
        )

    [145] => 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] => 
        )

    [146] => 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] => 
        )

    [147] => 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] => 
        )

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

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

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

    [151] => 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] => 
        )

    [152] => 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] => 
        )

    [153] => 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] => 
        )

    [154] => Array
        (
            [s] => http://sws.geonames.org/2643741/
            [p] => http://www.w3.org/2000/01/rdf-schema#isDefinedBy
            [o] => http://sws.geonames.org/2643741/about.rdf
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [155] => 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] => 
        )

    [156] => 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] => 
        )

    [157] => 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] => 
        )

    [158] => 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] => 
        )

    [159] => 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] => 
        )

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

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

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

    [163] => 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] => 
        )

    [164] => 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] => 
        )

    [165] => Array
        (
            [s] => http://sws.geonames.org/7535661/
            [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] => 
        )

    [166] => Array
        (
            [s] => http://sws.geonames.org/7535661/
            [p] => http://www.w3.org/2000/01/rdf-schema#isDefinedBy
            [o] => http://sws.geonames.org/7535661/about.rdf
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

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

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

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

    [170] => Array
        (
            [s] => http://sws.geonames.org/7535661/
            [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] => 
        )

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

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

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

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

    [175] => Array
        (
            [s] => http://sws.geonames.org/7535661/
            [p] => http://www.geonames.org/ontology#parentCountry
            [o] => http://sws.geonames.org/2635167/
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

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

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

    [178] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [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] => 
        )

    [179] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.w3.org/2000/01/rdf-schema#isDefinedBy
            [o] => http://sws.geonames.org/2647216/about.rdf
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

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

    [181] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => مطار لندن هيثرو
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ar
        )

    [182] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Hitrou hava limanı
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => az
        )

    [183] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Летище Хийтроу
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => bg
        )

    [184] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => লন্ডন হিথ্রো বিমানবন্দর
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => bn
        )

    [185] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Aeroport de Londres-Heathrow
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ca
        )

    [186] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Letiště London Heathrow
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => cs
        )

    [187] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Maes Awyr Heathrow
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => cy
        )

    [188] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Διεθνές Αεροδρόμιο Χίθροου
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => el
        )

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

    [190] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Flughaveno London Heathrow
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => eo
        )

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

    [192] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londoni Heathrow' lennujaam
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => et
        )

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

    [194] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => فرودگاه هیترو لندن
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => fa
        )

    [195] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Heathrow'n lentoasema
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => fi
        )

    [196] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Aéroport de Londres Heathrow
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => fr
        )

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

    [198] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Aeroporto de Heathrow
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => gl
        )

    [199] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => נמל התעופה לונדון הית'רו
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => he
        )

    [200] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => हीथ्रो हवाई अड्डा
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => hi
        )

    [201] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Zračna luka London Heathrow
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => hr
        )

    [202] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London-Heathrow-i repülőtér
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => hu
        )

    [203] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Bandar Udara Internasional London Heathrow
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => id
        )

    [204] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London Heathrow-flugvöllur
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => is
        )

    [205] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Aeroporto di Londra-Heathrow
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => it
        )

    [206] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => ロンドン・ヒースロー空港
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ja
        )

    [207] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => ლონდონის ჰითროუს აეროპორტი
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ka
        )

    [208] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => 런던 히드로 공항
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ko
        )

    [209] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Хитроу
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => kv
        )

    [210] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Londono Hitrou oro uostas
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => lt
        )

    [211] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Hītrovas lidosta
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => lv
        )

    [212] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Seranam-piaramanidin'i London Heathrow
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => mg
        )

    [213] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => लंडन हीथ्रो विमानतळ
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => mr
        )

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

    [215] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => လန်ဒန် ဟိသ်ရိုး လေဆိပ်
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => my
        )

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

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

    [218] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Aeropuerto London Heathrow
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => pap
        )

    [219] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Port lotniczy Londyn-Heathrow
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => pl
        )

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

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

    [222] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Хитроу
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ru
        )

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

    [224] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Аеродром Хитроу
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => sr
        )

    [225] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Lotńiczo hawyna Lůndůn-Heathrow
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => szl
        )

    [226] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => ท่าอากาศยานลอนดอนฮีทโธรว์
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => th
        )

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

    [228] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Хітроу
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => uk
        )

    [229] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Sân bay London Heathrow
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => vi
        )

    [230] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => 伦敦 海斯楼 飞机场
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => wuu
        )

    [231] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => לאנדאן היטרוי ערפארט
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => yi
        )

    [232] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => 倫敦希斯路機場
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => zh
        )

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

    [234] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#featureCode
            [o] => http://www.geonames.org/ontology#S.AIRP
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

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

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

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

    [238] => Array
        (
            [s] => http://sws.geonames.org/2647216/
            [p] => http://www.geonames.org/ontology#parentCountry
            [o] => http://sws.geonames.org/2635167/
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

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

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

    [241] => Array
        (
            [s] => http://sws.geonames.org/6296599/
            [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] => 
        )

    [242] => Array
        (
            [s] => http://sws.geonames.org/6296599/
            [p] => http://www.w3.org/2000/01/rdf-schema#isDefinedBy
            [o] => http://sws.geonames.org/6296599/about.rdf
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

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

    [244] => Array
        (
            [s] => http://sws.geonames.org/6296599/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Letiště London City
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => cs
        )

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

    [246] => Array
        (
            [s] => http://sws.geonames.org/6296599/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Aeropuerto de la Ciudad de Londres
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => es
        )

    [247] => Array
        (
            [s] => http://sws.geonames.org/6296599/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Aéroport de Londres City
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => fr
        )

    [248] => Array
        (
            [s] => http://sws.geonames.org/6296599/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => London-City repülőtér
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => hu
        )

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

    [250] => Array
        (
            [s] => http://sws.geonames.org/6296599/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Aeroporto di Londra-City
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => it
        )

    [251] => Array
        (
            [s] => http://sws.geonames.org/6296599/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => ロンドン・シティ空港
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => ja
        )

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

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

    [254] => Array
        (
            [s] => http://sws.geonames.org/6296599/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Port lotniczy Londyn-City
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => pl
        )

    [255] => Array
        (
            [s] => http://sws.geonames.org/6296599/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Aeroporto da Cidade de Londres
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => pt
        )

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

    [257] => Array
        (
            [s] => http://sws.geonames.org/6296599/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => ท่าอากาศยานลอนดอนซิตี
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => th
        )

    [258] => Array
        (
            [s] => http://sws.geonames.org/6296599/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => 倫敦城市機場
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => zh
        )

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

    [260] => Array
        (
            [s] => http://sws.geonames.org/6296599/
            [p] => http://www.geonames.org/ontology#featureCode
            [o] => http://www.geonames.org/ontology#S.AIRP
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

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

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

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

    [264] => Array
        (
            [s] => http://sws.geonames.org/6296599/
            [p] => http://www.w3.org/2003/01/geo/wgs84_pos#alt
            [o] => 5
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

    [265] => Array
        (
            [s] => http://sws.geonames.org/6296599/
            [p] => http://www.geonames.org/ontology#parentCountry
            [o] => http://sws.geonames.org/2635167/
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

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

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

    [268] => Array
        (
            [s] => http://sws.geonames.org/2636503/
            [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] => 
        )

    [269] => Array
        (
            [s] => http://sws.geonames.org/2636503/
            [p] => http://www.w3.org/2000/01/rdf-schema#isDefinedBy
            [o] => http://sws.geonames.org/2636503/about.rdf
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

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

    [271] => Array
        (
            [s] => http://sws.geonames.org/2636503/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Sutton
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => cs
        )

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

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

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

    [275] => Array
        (
            [s] => http://sws.geonames.org/2636503/
            [p] => http://www.geonames.org/ontology#alternateName
            [o] => Sutton kerület
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => hu
        )

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

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

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

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

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

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

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

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

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

    [285] => Array
        (
            [s] => http://sws.geonames.org/2636503/
            [p] => http://www.geonames.org/ontology#parentCountry
            [o] => http://sws.geonames.org/2635167/
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

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

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

    [288] => Array
        (
            [s] => http://sws.geonames.org/6058570/
            [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] => 
        )

    [289] => Array
        (
            [s] => http://sws.geonames.org/6058570/
            [p] => http://www.w3.org/2000/01/rdf-schema#isDefinedBy
            [o] => http://sws.geonames.org/6058570/about.rdf
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

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

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

    [292] => Array
        (
            [s] => http://sws.geonames.org/6058570/
            [p] => http://www.geonames.org/ontology#featureCode
            [o] => http://www.geonames.org/ontology#H.LK
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

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

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

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

    [296] => Array
        (
            [s] => http://sws.geonames.org/6058570/
            [p] => http://www.geonames.org/ontology#parentCountry
            [o] => http://sws.geonames.org/6251999/
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

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

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

    [299] => Array
        (
            [s] => http://sws.geonames.org/6058577/
            [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] => 
        )

    [300] => Array
        (
            [s] => http://sws.geonames.org/6058577/
            [p] => http://www.w3.org/2000/01/rdf-schema#isDefinedBy
            [o] => http://sws.geonames.org/6058577/about.rdf
            [s_type] => uri
            [o_type] => literal
            [o_datatype] => 
            [o_lang] => 
        )

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

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

    [303] => Array
        (
            [s] => http://sws.geonames.org/6058577/
            [p] => http://www.geonames.org/ontology#featureCode
            [o] => http://www.geonames.org/ontology#H.LK
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

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

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

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

    [307] => Array
        (
            [s] => http://sws.geonames.org/6058577/
            [p] => http://www.geonames.org/ontology#parentCountry
            [o] => http://sws.geonames.org/6251999/
            [s_type] => uri
            [o_type] => uri
            [o_datatype] => 
            [o_lang] => 
        )

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

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

)