Created
May 15, 2011 02:57
-
-
Save andrewxhill/972852 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MetaDataProfile( #key=xab | |
basic = {name = 'MOL Range Maps', | |
references = 'Ole Bess', | |
spatial = 'spatial stuff' | |
}, | |
detailed = 'lots more info' | |
profile = 'a real EML profile' | |
} | |
MetaDataProfile( #key=r34 | |
basic = {name = 'Puma concolor', | |
bbox = 'some bbox', | |
}, | |
detailed = 'lots more info' | |
profile = 'a real EML profile' | |
} | |
MetaDataProfile( #key=r22 | |
basic = {name = 'Ursus americanus', | |
bbox = 'some bbox', | |
}, | |
detailed = 'lots more info' | |
profile = 'a real EML profile' | |
} | |
MultiPolygon( | |
name = 'Puma concolor', | |
category = 'range', | |
source = 'mol', | |
info = {collection: xab, | |
info: [r34]} | |
) | |
MultiPolygon( | |
name = 'Ursus americanus', | |
category = 'range', | |
source = 'mol', | |
info = {collection: xab, | |
info: [r22]} | |
) | |
OccurrenceSet( | |
name = 'Puma concolor', | |
category = 'ecoregion', | |
source = 'wwf', | |
info = {collection: x22, | |
info: [4ps,pb2,xhr]} | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment