@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/11749912/> a ns1:Feature ;
    ns2:lat 32.06469 ;
    ns2:long 34.83714 ;
    ns1:alternateName "Bar Ilan Interchange",
        "Mehlaf Bar Ilan",
        "Meẖlaf Bar Ilan",
        "Zomet Bar Ilan",
        "מחלף בר אולן",
        "צמת בר אולן",
        "Ẕomet Bar Ilan" ;
    ns1:countryCode "IL" ;
    ns1:featureClass ns1:S ;
    ns1:featureCode ns1:S.RDIN ;
    ns1:name "Meẖlaf Bar Ilan" ;
    ns1:parentADM1 <https://sws.geonames.org/293396/> .

