Hi,
    
    I made changes according to your suggestions / requests:
    
https://github.com/GeoKnow/LinkedGeoData/commit/ba60b5b180e88023f82c7bc211c787c2f83c0437
    
    I still need to deploy the changes to the database, but this will
    happen today.
    If you need additional mappings, I suggest to make a pull request
    with your mappings on github.
    
    
    a. There already is lgdo:Monastery
    In the mapping file, although there is a mapping (building,
    monastery) -> (rdf:type, lgdo:BuildingMonastery), this mapping is
    overridden, as building 
    
    (building, *) -> lgdo:Building
    (building, yes) -> lgdo:UnclassifiedBuilding  ("Use this value
    where it is not possible to determine a more specific value." ~
    
http://wiki.openstreetmap.org/wiki/Tag:building%3Dyes)
    (building, house) -> lgdo:House
    
    b. Added (amenity, planetarium) -> lgdo:Planetarium
    
    c. There already is (man_made, tower) -> lgdo:Tower
    
    d. Added (building, temple) -> lgdo:Temple
    
    e. Added (building, cathedral) -> lgdo:Cathedral
    
    f. Added property lgdo:castleType values are just strings for now
    according to 
http://wiki.openstreetmap.org/wiki/Key:castle_type
    
    
    Cheers,
    Claus