@prefix ns1: <https://www.geonames.org/ontology#> .
@prefix ns2: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://sws.geonames.org/9079855/> a ns1:Feature ;
    ns2:lat 32.08944 ;
    ns2:long 34.771 ;
    ns1:alternateName "Hilton Tel Aviv",
        "Hotel Hilton Tel Awiw",
        "hyltwn tl abyb",
        "xi er dun te la wei fu",
        "מלון הילטון תל אביב",
        "هتل هیلتون تل‌آویو",
        "هيلتون تل ابيب",
        "希爾頓特拉維夫" ;
    ns1:countryCode "IL" ;
    ns1:featureClass ns1:S ;
    ns1:featureCode ns1:S.HTL ;
    ns1:name "Hilton Tel Aviv" ;
    ns1:parentADM1 <https://sws.geonames.org/293396/> .

