Ticket #66: patch

File patch, 362 bytes (added by ChristopherSchmidt, 3 years ago)

fix

  • RDF.pm

     
    158163      $rdf .= qq{ 
    159164    <foaf:based_near> 
    160165      <wn:Neighborhood> 
    161         <foaf:name>$_</foaf:name> 
     166        <dc:title>$_</dc:title> 
    162167      </wn:Neighborhood> 
    163168    </foaf:based_near>\n} foreach @locales; 
    164169