Project Metadata Model
A Project is an organized effort carefully designed to achieve a particular goal. In the context of PPSR Core; projects leverage public collection of observations for research. As a coordinated cluster of citizen science activities it is the main organizing unit.
The Project Metadata Model (PMM) is a metadata model that describes projects. Project level metadata provides the organizing framework and context for data collection and tasks associated with a project and allows projects to be discovered and accessed by locations, time periods, themes, suitability, etc. It also enables project owners to explain to the world what their project is aiming to achieve and to encourage people to participate in it. It includes metadata which describes the context and purpose of activities. Key items include:
- Title and description of the project
- Ownership and contact information
- Temporal range of the project
- Spatial range of the project
- Partners and collaborators
- Funding, sponsorship and program alignment of the project
- Public participation and engagement information
- Links to other associated sites and resources
- Graphical elements associated with the project
Did you know
This model is already being used to share data between: SciStarter.org, CitSci.org, Atlas of Living Australia - BioCollect, & CitizenScience.gov
Information Sharing Example
People need to know what citizen science projects are happening in their region. They need to know this to decide which projects to join and which projects are available for them to participant in that are nearby and that are of interest to them. Having information about what projects exist where makes it easy for directories of projects to remain current, up-to-date, and informative for those seeking to join these important citizen science project initiatives.
Project managers need efficient means to share information about their projects with prospective volunteers. These people are busy. They need efficient ways to keep information about their projects up-to-date regardless of where this information is being shared and who is sharing it. For example, the Stream Tracker project may wish to advertise by being listed in the Wisconsin Citizen Based Monitoring Network and may also use CitSci.org to host their project. They may also want to be listed in SciStarter as well as the EU-Citizen.Science platform. Having these directories all synchronize the information about this project automatically makes it easy for the project manager to change important details about who to contact to learn more. Imagine the joy for the project manager when she/he learns they can simply change their project contact email address in one places and it updates in all places automatically!
Entity Relationship Diagram
[current approved version: 2020.0]
The Project ERD describes the relationships between class entities in the project metadata model. Each project contains a set of Core Attributes which represent the core terms associated with a project. The Extension Attributes are optional terms associated with a project.

Core Attributes
[current approved version: 2020.0]
Core attributes are the main fields associated with a project. The table below lists all Core Attributes; their field name & a description of how it is used.
Many of the core terms are mandatory. Every project instance is required to have an entry in this field.
| Entity | Attribute or Entity Name | Description | Data or Entity Type | Obligation | Multiplicity | Synonym term in other standards |
|---|---|---|---|---|---|---|
| programOrCampaign | Project | A project is an overarching context for a set of associated activities which contribute to a specific objective. Entity equates to OWL 2.0 Class object. The project entity is described and defined by this schema. | Class | Mandatory | 1:n | |
| project | projectId | Globally unique identifier (GUID) for the project. System generated. | Text | Mandatory | 1:1 | dcterms:identifier cosi:hasIdentifier |
| project | projectDateCreated | The date and time that the record was created in the database. Uses the ISO 8601:2004 (E) dateTime standard | Date Time | Mandatory | 1:1 | dcterms:created prov:generatedAtTime |
| project | projectLastUpdatedDate | The date and time that the record was last updated in the database. Uses the ISO 8601:2004 (E) dateTime standard | Date Time | Mandatory | 1:1 | dcterms:modified prov:generatedAtTime |
| project | projectName | Short name or title of the project. | text | Mandatory | 1:1 | dcterms:title cosi:hasTitle |
| project | projectAim | The primary aim, goal or objective of the project. | text | Mandatory | 1:1 | dcterms:abstract |
| project | projectDescription | Abstract or long description of the project. | text | Mandatory | 1:1 | dcterms:description cosi:hasDescription |
| project | hasTag | A set of categorical tags to assist with searching and filtering. | vocabulary | Optional | 0:n | |
| project | difficultyLevel | Assessed class of project difficulty for untrained participants to undertake. This attribute is used to assist with searching and filtering. | vocabulary | Optional | 0:1 | |
| project | keyword | Keywords (comma separated) which are indexed and aid in searching for and finding projects. | text | Optional | 0:n | dct:keyword |
| project | projectStatus | The activity status of the project. | vocabulary | Mandatory | 1:1 | cosi:hasStatus |
| project | projectStartDate | The actual date that the project began. Uses the ISO 8601:2004 (E) dateTime standard | Date Time | Mandatory | 1:1 | |
| project | projectEndDate | The actual date that the project ended. Uses the ISO 8601:2004 (E) dateTime standard | Date Time | Optional | 0:1 | |
| project | projectDuration | The duration or elapsed time over which a project was undertaken. This would typically be derived as the difference in a unit of time between the start and end dates of a project, but may be infinite (if no end date applies) or explicit (if duration is given with no end date specified. | Time | Mandatory | 1:1 | |
| project | projectScienceType | he category of science represented by the project. Where the project fits into the landscape of science. | vocabulary | Mandatory | 1:n | cosi:hasFieldOfStudy |
| project | projectUrl | An HTTP URL to an external web site for the project. | uri | Optional | 0:1 | |
| project | unRegions | Select list based on UN M.49 coding classification, Geographical supranational regions. Used for enabling regionalized views of projects where projects are active, to make searching for projects more regionally relevant for some users. | vocabulary | Optional | 0:n | |
| project | language | The encoding language used for the project. Uses Unicode Standard UTF-8 (ISO/IEC 10646:2014 plus Amendment 1). | vocabulary | Mandatory | 1:1 | dcterms:language MD_DataIdentification.characterSet |
| project | projectLocality | Other textual location specification | text | Optional | 0:1 | dwcterms:locality |
| project | projectResponsiblePartyName | Name of the primary organization responsible for hosting or implementing the project. | text | Mandatory | 1:1 | foaf:name proj:hasLeader prov:entity |
| project | projectResponsiblePartyContactEmail | A contact email address of the party (eg. Organisation) that is responsible for implementing/conducting the project. | text | Mandatory | 1:1 | |
| project | contactPoint | The principal contact point for the project. This is a class object. | Class | Mandatory | 1:n | dcat:contactPoint |
| contactPoint | contactName | The name of the agent appointed as the contact for a project. | text | Mandatory | 1:n | foaf:name |
| contactPoint | meansOfContact | The method(s) described for making contact with the project. | vocabulary | Mandatory | 1:n | |
| contactPoint | contactDetails | Detailed contact information for a project. | text | Mandatory | 1:n | |
| contactPoint | contactPointType | The type of contact point for a project. | vocabulary | Mandatory | 1:n | |
| project | projectMedia | Image(s) and/or other media used to graphically enhance or represent the project. This is a class object. | Class | Optional | 0:n | |
| projectMedia | projectMediaType | The category of media type representing the type of project media item chosen | vocabulary | Mandatory | 1:1 | foaf:img |
| projectMedia | projectMediaFile | Media file upload representing the type of project media chosen | mediaFile | Mandatory | 1:1 | foaf:img |
| projectMedia | projectMediaCredit | Attribution credit for the logo image or other media | text | Mandatory | 1:1 | dcterms:bibliographicCitation |
| project | projectGeographicLocation | User-defined geospatial representation point location or geographic extent of the project. Point locations are typically represented as map pins and extents as polygons. Uses OGC GeoAPI (09-083r3) standard. This is a class object. | Class | Mandatory | 1:n | ISO19107 |
| projectGeographicLocation | projectPinLatitude | Latitude coordinate of the point location of the project. Typically this is where the project is hosted, e.g., a home institution. Uses OGC GeoAPI (09-083r3) standard. | decimal | Optional | 0:1 | ISO19107 |
| projectGeographicLocation | projectPinLongitude | Longitude coordinate of the point location of the project. Typically this is where the project is hosted, e.g. a home institution. Uses OGC GeoAPI (09-083r3) standard. | decimal | Optional | 0:1 | ISO19107 |
| projectGeographicLocation | projectGeographicCoverage | User-defined geospatial representation(s) of the project area footprint/extent. Coverage is typically represented in a GeoJSON object which has a centroid coordinate ('centre') and a definition of the boundary of the shape. Uses OGC GeoAPI (09-083r3) standard. | geoObject | Optional | 0:n | ISO19107 |
| projectGeographicLocation | projectGeographicCoverageCentroidLatitude | Latitude coordinate of the centroid of the project extent area. Latitude coordinate in geographic decimal degrees for the center or home base of the project best representing the project's location as a point. Uses OGC GeoAPI (09-083r3) standard. | decimal | Optional | 0:n | ISO19107 |
| projectGeographicLocation | projectGeographicCoverageCentroidLongitude | Longitude coordinate of the centroid of the project extent area. Longitude coordinate in geographic decimal degrees for the center or home base of the project best representing the project's location as a point. Uses OGC GeoAPI (09-083r3) standard. | decimal | Optional | 0:n | ISO19107 |
| project | activity | An activity comprises a schema definition which represents a specific data collection protocol and a schema definition for the metadata associated with all protocols. In the context of an activity, these exist as a singular pair. Usage of an activity is always made in the context of an event, ie. A non-persistent time-based usage of an observational data schema. Observational data schemas are domain and protocol specific, and may be published in other repositories. This is a class object. | Class | Optional | 0:n | dcmitype:Event |
Extension Attributes
[current approved version: 2020.0]
Extension attributes are the fields whose inclusion is not mandatory for all systems that are compliant with PPSR Core. The table below lists all Extension Attributes; their field name, a description of how it is used. Every system is encouraged to include these fields to ensure greater interoperability between systems.
| Entity | Attribute or Entity Name | Description | Data or Entity Type | Obligation | Multiplicity | Synonym term in other standards |
|---|---|---|---|---|---|---|
| project | projectExternalId | The identifier of the project in an external database or repository.. | text | Optional | 0:n | dcterms:publisher prov:wasAttributedTo |
| project | cosi:belongsToProgramme | Name of the Programme or campaign that the project is associated with. | text | Optional | 0:1 | cosi:belongsToProgramme |
| project | projectOriginalRepository | The name of the project database in which a project was first registered or published. Allows traceability of a project in multiple databases to it's original registration repository. | text | Optional | 0:n | |
| project | projectHowToParticipate | Free text description of how people can get involved in the project. Textual instructions for joining the project. | text | Optional | 0:1 | |
| project | projectTask | Free text description of how people can get involved in the project. Textual instructions for joining the project. | text | Optional | 0:1 | cosi:hasActivity |
| project | projectIntendedOutcomes | A set of described outcomes intended to be achieved by the project. | text | Optional | 0:n | proj:objective cosi:hasOutput |
| project | projectOutcome | The outcome(s) achieved or delivered by a project. | text | Optional | 0:n | cosi:hasConclusion |
| project | scientificProcessInvolved | Parts of the process of science that participants exercise | vocabulary | Optional | 0:n | cosi:hasProcedure |
| project | numberOfScientificPublications | Number of peer reviewed publications referencing the project and/or project datasets. | integer | Optional | 0:1 | |
| project | numberOfOtherPublications | Number of reports/grey literature publications referencing the project and/or project datasets. | integer | Optional | 0:1 | |
| project | projectAdditionalInformation | Supplemental information for any project-specific data administrators want to make available | text | Optional | 0:1 | cosi:hasRelatedMaterial |
| project | projectCountry | The country in which the project is being undertaken. This may be multiple countries. Select list of countries. Used for enabling nationalised views of projects in order to make searchability and applicability of projects more nationally relevant for users. Applies the ISO 3166: 2006 standard for country names. | vocabulary | Optional | 0:n | |
| project | projectEquipment | Required or suggested equipment to be used in the project. | text | Optional | 0:1 | cosi:hasInstrument |
| project | projectExternalLinks | URL for links to any external resources associated with a project. These may include links to project mobile apps, social media pages, etc. | uri | Optional | 0:n | |
| project | projectPlannedEndDate | The date that the project is planned to end. Applicable for projects operating over a defined period of time. The date on which the project ended or will end. Uses the ISO 8601:2004 (E) dateTime standard | date time | Optional | 0:1 | |
| project | projectPlannedStartDate | The date that the project is planned to commence. The date on which the project began or will begin. Uses the ISO 8601:2004 (E) dateTime standard | date time | Optional | 0:1 | |
| project | projectResearchType | Area of research covered by the project (e.g., ecological research) | vocabulary | Optional | 0:1 | cosi:hasFieldOfStudy |
| project | projectScientificCollaborators | List of scientific collaborators; i.e. scientists or academic departments using the data collected | text | Optional | 0:n | cosi:hasInvestigator |
| project | projectAssociatedParty | A party associated with the project with a particular association role. This ia a class object. | Class | Optional | 0:n | |
| projectAssociatedParty | projectAssociatedPartyId | The id of an associated party. This may be a foreign key to the party information stored in another database entity. | text | Optional | 0:1 | |
| projectAssociatedParty | projectAssociatedPartyName | Short text name or title of a party (eg. Organisation) associated with the project and performing a role in the project. | text | Optional | 0:1 | |
| projectAssociatedParty | projectUsFederalSponsor | Name(s) of US Federal entity(s) providing funding to the project | vocabulary | Optional | 0:1 | |
| projectAssociatedParty | projectAssociatedPartyRole | A role which a party (eg. Organisation) associated with the project undertakes. Each associated party listed should have a role. | vocabulary | Optional | 0:1 | |
| project | participationFees | An entity for specifying details of participation fees if they are applicable. This is a class object. | Class | Optional | 0:1 | |
| participationFees | participationFeeApplicable | Flag to indicate whether participation fees are applicable. | boolean | Mandatory | 1:1 | |
| participationFees | participationFeeAmount | The currency amount for a fee to participate in the project. | decimal | Optional | 0:1 | |
| project | projectFunding | Type(s) and source(s) of funding contributions to the project. This is a class object. | Class | Optional | 0:n | |
| projectFunding | projectFundingSource | Type of name of the contributor(s)of funding to the project | text | Optional | 0:1 | |
| projectFunding | projectFundingSourcePercentageAmount | Percentage of funding contribution for each funding source or funding contributor | decimal | Optional | 0:1 | |
| projectFunding | projectFundingSourceCurrencyAmount | Actual amount in local country currency of funding contribution for each funding source or funding contributor | decimal | Optional | 0:1 | |
| projectFunding | projectFundingSourceType | Type of funding source(s) contributing to the project. This is a class object. | Class | Mandatory | 1:1 | |
| projectFundingSourceType | fundingSourceTypeSubsetA | Funding source type used in Australia. | vocabulary | Optional | 0:1 | |
| projectFundingSourceType | fundingSourceTypeSubsetB | Funding source type used in the USA. | vocabulary | Optional | 0:1 | |
| project | projectParticipants | Number of project participants. This is a class object. | Class | Optional | 0:1 | |
| projectParticipants | projectParticipantsNumberOfActive | Number of active participants based on project's definition of activity | integer | Optional | 0:1 | |
| projectParticipants | projectParticipantsTotalRegistered | Total number of registered participants | integer | Optional | 0:1 | |
| projectParticipants | projectParticipantAge | The age range classe(s) of participants | vocabulary | Optional | 0:n |
Vocabulary
[current approved version: 2020.0]
The Vocabulary for Project defines enumerations for attributes above. These are controlled lists of defined terms. These terms may be used either as provided in full or as a reduced subset relevant to the purpose for which they are being used. They should not be modified or augmented with additional terms as this would prevent shareability and effective aggregation.
| Entity | Attribute Name | Vocabulary terms | Comments |
|---|---|---|---|
| project | hasTag | Fees applicable Suitable for children Teaching materials available Do-it-yourself Participate from home | Check with SciStarter for full listing of tags that they use. Need to ensure that the list is comprehensive and terms are mutually exclusive. |
| project | difficultyLevel | Easy Medium Hard | |
| project | projectStatus | Not yet started Active Periodically active On hold Completed Abandoned | |
| project | projectScienceType | Agricultural And Veterinary Sciences - Agriculture, Land And Farm Management Agricultural And Veterinary Sciences - Animal Production Agricultural And Veterinary Sciences - Crop And Pasture Production Agricultural And Veterinary Sciences - Fisheries Sciences Agricultural And Veterinary Sciences - Forestry Sciences Agricultural And Veterinary Sciences - Horticultural Production Art Theory And Criticism Biological Sciences - Biodiversity Biological Sciences - Ecology Biological Sciences - Evolutionary Biology Biological Sciences - Genetics Biological Sciences - Microbiology Biological Sciences - Other Biological Sciences Biological Sciences - Physiology Biological Sciences - Plant Biology Biological Sciences - Zoology Chemical Sciences - Analytical Chemistry Chemical Sciences - Inorganic Chemistry Chemical Sciences - Macromolecular And Materials Chemistry Chemical Sciences - Medicinal And Biomolecular Chemistry Chemical Sciences - Organic Chemistry Chemical Sciences - Physical Chemistry Chemical Sciences - Theoretical And Computational Chemistry Earth Sciences - Atmospheric Sciences Earth Sciences - Geochemistry Earth Sciences - Geology Earth Sciences - Geophysics Earth Sciences - Hydrological Sciences Earth Sciences - Oceanography Earth Sciences - Physical Geography And Environmental Geoscience Engineering - Aerospace Engineering Engineering - Automotive Engineering Engineering - Biomedical Engineering Engineering - Chemical Engineering Engineering - Civil Engineering Engineering - Electrical And Electronic Engineering Engineering - Environmental Engineering Engineering - Food Sciences Engineering - Manufacturing Engineering Engineering - Maritime Engineering Engineering - Materials Engineering Engineering - Mechanical Engineering Engineering - Other Engineering Engineering - Resources Engineering And Extractive Metallurgy Environmental Sciences - Ecological Applications Environmental Sciences - Environmental Science And Management Environmental Sciences - Soil Sciences Information And Computing Sciences - Artificial Intelligence And Image Processing Information And Computing Sciences - Computation Theory And Mathematics Information And Computing Sciences - Computer Software Information And Computing Sciences - Distributed Computing Information And Computing Sciences - Information Systems Information And Computing Sciences - Library And Information Studies Language, Communication And Culture - Communication And Media Studies Language, Communication And Culture - Cultural Studies Language, Communication And Culture - Language Studies Language, Communication And Culture - Linguistics Language, Communication And Culture - Literary Studies Law And Legal Studies Mathematical Sciences - Mathematical Physics Mathematical Sciences - Numerical And Computational Mathematics Mathematical Sciences - Other Mathematical Sciences Medical And Health Sciences - Cardiorespiratory Medicine And Haematology Medical And Health Sciences - Clinical Sciences Medical And Health Sciences - Complementary And Alternative Medicine Medical And Health Sciences - Dentistry Medical And Health Sciences - Human Movement And Sports Science Medical And Health Sciences - Immunology Medical And Health Sciences - Medical Biochemistry And Metabolomics Medical And Health Sciences - Medical Microbiology Medical And Health Sciences - Medical Physiology Medical And Health Sciences - Neurosciences Medical And Health Sciences - Nursing Medical And Health Sciences - Nutrition And Dietetics Medical And Health Sciences - Oncology And Carcinogenesis Medical And Health Sciences - Optometry And Ophthalmology Medical And Health Sciences - Paediatrics And Reproductive Medicine Medical And Health Sciences - Pharmacology And Pharmaceutical Sciences Medical And Health Sciences - Public Health And Health Services Philosophy And Religious Studies - Applied Ethics Philosophy And Religious Studies - History And Philosophy Of Specific Fields Philosophy And Religious Studies - Philosophy Philosophy And Religious Studies - Religion And Religious Traditions Physical Sciences - Astronomical And Space Sciences Physical Sciences - Atomic, Molecular, Nuclear, Particle And Plasma Physics Physical Sciences - Classical Physics Physical Sciences - Condensed Matter Physics Physical Sciences - Optical Physics Physical Sciences - Other Physical Sciences Physical Sciences - Quantum Physics Psychology And Cognitive Sciences - Cognitive Science Psychology And Cognitive Sciences - Psychology Statistics Studies In Human Society - Anthropology Studies In Human Society - Criminology Studies In Human Society - Demography Studies In Human Society - Human Geography Studies In Human Society - Other Studies In Human Society Studies In Human Society - Policy And Administration Studies In Human Society - Political Science Studies In Human Society - Social Work Studies In Human Society - Sociology Technology - Agricultural Biotechnology Technology - Communications Technologies Technology - Computer Hardware Technology - Environmental Biotechnology Technology - Industrial Biotechnology Technology - Medical Biotechnology Technology - Nanotechnology Technology - Other Technology | |
| project | unRegions | Africa - Northern Africa (015) Africa - Sub-Saharan Africa (202) Americas – South America (005) Americas – North America (003) Asia - Central Asia 143) Asia - Eastern Asia (030) Asia - South-eastern Asia (035) Asia - Southern Asia (034) Asia - Western Asia (145) Europe - Eastern Europe (151) Europe - Northern Europe (154) Europe - Southern Europe (039) Europe - Western Europe (155) Oceania - Australia and New Zealand (053) Oceania - Melanesia (054) Oceania - Micronesia (057) Oceania - Polynesia (061) World (001) | |
| project | scientificProcessInvolved | Annotation Audio or video recording Classification or tagging DIY hacking/making Data analysis Data entry Download software for distributed computing Finding entities Geolocation Identification Learning Measurement Observation Photography Problem solving Sample analysis Site selection and/or description Specimen/sample collection Transcription | |
| project | projectCountry | Afghanistan Åland Islands Albania Algeria American Samoa Andorra Angola Anguilla Antarctica Antigua and Barbuda Argentina Armenia Aruba Australia Austria Azerbaijan Bahamas (the) Bahrain Bangladesh Barbados Belarus Belgium Belize Benin Bermuda Bhutan Bolivia (Plurinational State of) Bonaire, Sint Eustatius and Saba Bosnia and Herzegovina Botswana Bouvet Island Brazil British Indian Ocean Territory (the) Brunei Darussalam "Bulgaria", "Burkina Faso", "Burundi", "Cabo Verde", "Cambodia", "Cameroon", "Canada", "Cayman Islands (the)", "Central African Republic (the)", "Chad", "Chile", "China", "Christmas Island", "Cocos (Keeling) Islands (the)", "Colombia", "Comoros (the)", "Congo (the Democratic Republic of the)", "Congo (the)", "Cook Islands (the)", "Costa Rica", "Côte d'Ivoire", "Croatia", "Cuba", "Curaçao", "Cyprus", "Czechia", "Denmark", "Djibouti", "Dominica", "Dominican Republic (the)", "Ecuador", "Egypt", "El Salvador", "Equatorial Guinea", "Eritrea", "Estonia", "Eswatini", "Ethiopia", "Falkland Islands (the) [Malvinas]", "Faroe Islands (the)", "Fiji", "Finland", "France", "French Guiana", "French Polynesia", "French Southern Territories (the)", "Gabon", "Gambia (the)", "Georgia", "Germany", "Ghana", "Gibraltar", "Greece", "Greenland", "Grenada", "Guadeloupe", "Guam", "Guatemala", "Guernsey", "Guinea", "Guinea-Bissau", "Guyana", "Haiti", "Heard Island and McDonald Islands", "Holy See (the)", "Honduras", "Hong Kong", "Hungary", "Iceland", "India", "Indonesia", "Iran (Islamic Republic of)", "Iraq", "Ireland", "Isle of Man", "Israel", "Italy", "Jamaica", "Japan", "Jersey", "Jordan", "Kazakhstan", "Kenya", "Kiribati", "Korea (the Democratic People's Republic of)", "Korea (the Republic of)", "Kuwait", "Kyrgyzstan", "Lao People's Democratic Republic (the)", "Latvia", "Lebanon", "Lesotho", "Liberia", "Libya", "Liechtenstein", "Lithuania", "Luxembourg", "Macao", "Madagascar", "Malawi", "Malaysia", "Maldives", "Mali", "Malta", "Marshall Islands (the)", "Martinique", "Mauritania", "Mauritius", "Mayotte", "Mexico", "Micronesia (Federated States of)", "Moldova (the Republic of)", "Monaco", "Mongolia", "Montenegro", "Montserrat", "Morocco", "Mozambique", "Myanmar", "Namibia", "Nauru", "Nepal", "Netherlands (the)", "New Caledonia", "New Zealand", "Nicaragua", "Niger (the)", "Nigeria", "Niue", "Norfolk Island", "North Macedonia", "Northern Mariana Islands (the)", "Norway", "Oman", "Pakistan", "Palau", "Palestine, State of", "Panama", "Papua New Guinea", "Paraguay", "Peru", "Philippines (the)", "Pitcairn", "Poland", "Portugal", "Puerto Rico", "Qatar", "Réunion", "Romania", "Russian Federation (the)", "Rwanda", "Saint Barthélemy", "Saint Helena, Ascension and Tristan da Cunha", "Saint Kitts and Nevis", "Saint Lucia", "Saint Martin (French part)", "Saint Pierre and Miquelon", "Saint Vincent and the Grenadines", "Samoa", "San Marino", "Sao Tome and Principe", "Saudi Arabia", "Senegal", "Serbia", "Seychelles", "Sierra Leone", "Singapore", "Sint Maarten (Dutch part)", "Slovakia", "Slovenia", "Solomon Islands", "Somalia", "South Africa", "South Georgia and the South Sandwich Islands", "South Sudan", "Spain", "Sri Lanka", "Sudan (the)", "Suriname", "Svalbard and Jan Mayen", "Sweden", "Switzerland", "Syrian Arab Republic (the)", "Taiwan (Province of China)", "Tajikistan", "Tanzania, the United Republic of", "Thailand", "Timor-Leste", "Togo", "Tokelau", "Tonga", "Trinidad and Tobago", "Tunisia", "Turkey", "Turkmenistan", "Turks and Caicos Islands (the)", "Tuvalu", "Uganda", "Ukraine", "United Arab Emirates (the)", "United Kingdom of Great Britain and Northern Ireland (the)", "United States Minor Outlying Islands (the)", "United States of America (the)", "Uruguay", "Uzbekistan", "Vanuatu", "Venezuela (Bolivarian Republic of)", "Viet Nam", "Virgin Islands (British)", "Virgin Islands (U.S.)", "Wallis and Futuna", "Western Sahara*", "Yemen", "Zambia", "Zimbabwe | |
| Project | projectResearchType | These need to be determined and agreed | |
| contactPoint | meansOfContact | Email Phone Website Physical address | |
| contactPoint | contactPointType | These types need to be determined and agreed | |
| projectParticipants | projectParticipantAge | Elementary school (6-10) Middle school (11-13) Youth/teen (up to 17) Families General public Targeted group | Check whether these categories are appropriate and comprehensive enough. |
| projectAssociatedParty | projectUsFederalSponsor | Department of Interior Department of Commerce Department of Health and Human Services Central Intelligence Agency Department of Defense Department of Education Department of Energy Department of Homeland Security Department of Housing and Urban Development Department of Justice Department of State Department of Transportation Department of Veterans Affairs Department of Labor Federal Communications Commission General Services Administration Intelligence Advanced Research Projects Agency National Aeronautics and Space Administration National Archives and Records Administration National Endowment for the Arts National Science Foundation White House Office of Personnel Management Peace Corps Smithsonian Institution Environmental Protection Agency US Department of Agriculture Other | What is the best way to handle categorical lists like this where organisations change names quite frequently? |
| projectAssociatedParty | projectAssociatedPartyRole | Agent Collaborator Partner Sponsor/funder Stakeholder | |
| projectFundingSourceType | fundingSourceTypeSubsetA | Public - national Public - state Public - local Public - in-kind Private - in-kind Private - industry/corporate Private - philanthropic Private - bequeath/other Private - NGO | This is a fairly generic list and, provided it is comprehensive and representative enough, could serve that purpose for all. |
| projectFundingSourceType | fundingSourceTypeSubsetB | NSF Grants Direct Funding from a Federal Agency Direct Funding from the Federal Government Private Partnerships Museum Partnerships University Partnerships Grants from Foundations Grants from non-NSF Federal Agencies Other | This is a very specific national list needed for categorical filtering of information. There may be a need for other similare such lists which the model could support by adding as SubsetC, subset D, etc. |
| projectMedia | projectMediaType | Image file Image URL Audio file Audio URL Video file Video URL |