UNPKG

@wbg-mde/i18n-manager

Version:

Metadata Editor Translation Manager.

469 lines 12.9 kB
{ "type": "object", "title": "Geospatial", "_notes": "based on file:///C:/Users/wb329102/Downloads/geospatial/usgin-dataset-template.xml", "properties": { "fileIdentifier": { "title": "Metadata File Identifier", "type": "string" }, "language": { "title": "Language", "type": "string", "description": "ISO's <ISO639-2/T three letter language code - lower case formatting e.g. en, es" }, "CharacterSetCode": { "title": "Characterset", "type": "string" }, "ScopeCode": { "title": "ScopeCode", "type": "string" }, "contact": { "type": "array", "description": "Contact", "title": "Contact", "items": { "type": "object", "properties": { "individualName": { "title": "Name", "type": "string", "default": "Details" }, "role": { "title": "Role", "type": "string" }, "organisationName": { "title": "Organization", "type": "string" }, "positionName": { "title": "Position", "type": "string" }, "contactInstructions": { "title": "Contact Instructions", "type": "string" }, "phone": { "title": "Phone", "type": "string" }, "fax": { "title": "Fax", "type": "string" }, "email": { "title": "Email", "type": "string" }, "website": { "title": "Website Link", "type": "string" }, "address": { "title": "Address", "type": "string" }, "city": { "title": "City", "type": "string" }, "administrativeArea": { "title": "Administrative Area", "type": "string" }, "postalCode": { "title": "Postal Code", "type": "string" }, "country": { "title": "Country", "type": "string" } } }, "required": [ "name" ] }, "dateStamp": { "title": "Metadata Date Stamp", "type": "string", "description": "date and time when the metadata record was created or updated. Requires an extended ISO 8601 formatted combined UTC date and time string (2009-11-17T10:00:00) " }, "dataSetURI": { "title": "Uniform Resource Identifier (URI)", "type": "string", "description": "date and time when the metadata record was created or updated" }, "spatialRepresentationInfo": { "title": "Resource Spatial Representation", "type": "object", "description": "Resource spatial representation - Spatial representation information for the dataset (resource). Best practice is to include metadata for spatial representation if the described resource is a georeferenced dataset.", "properties": { "topologyLevel": { "title": "Topology Level Code", "type": "string", "description": "codes: {geometryOnly, topology1D, planarGraph, fullPlanarGraph, surfaceGraph, fullSurfaceGraph, topology3D, fullTopology3D, abstract} " }, "GeometricObjectTypeCode": { "title": "Geometric Object Type Code", "type": "string", "description": "Identification of the objects used to represent features in the dataset - codes ={complex, composite, curve, point, solid, surface}" } } }, "referenceSystemInfo": { "title": "Resource Reference System", "type": "object", "description": "Resource’s spatial reference system - Description of the spatial and/or temporal reference systems used in the dataset.", "properties": { "code": { "title": "Reference System Identifier Code", "type": "string", "description": "example - EPSG:5701 " }, "codeSpace": { "title": "Code Space", "type": "string", "description": "example - urn:ogc:def:crs" } } }, "identificationInfo": { "title": "Resource Identification Information", "type": "object", "description": "Resource Dataset or Dataset Series Identification", "properties": { "title": { "title": "Title", "type": "string", "description": "Dataset title" }, "alternateTitle": { "title": "Alternate Title", "type": "string" }, "dateTime": { "title": "Resource Reference Date", "type": "string", "description": "include at least the date of publication or creation of the resource. The date of the resource reported in the citation corresponds to the resource’s last update version according to its update frequency. Requires an extended ISO 8601 formatted combined UTC date and time string (2001-12-17T09:30:47) " }, "dateType": { "title": "Date Type", "type": "string", "description": "types - creation, publication, revision" }, "identifier": { "title": "Unique Resource Identifier", "type": "string", "description": "provide unique identifier for the resource" }, "contact": { "type": "array", "description": "Contact", "title": "Contact", "items": { "type": "object", "properties": { "individualName": { "title": "Name", "type": "string", "default": "Details" }, "role": { "title": "Role", "type": "string", "description": "resourceProvider, custodian, owner, user, distributor, originator, pointOfContact, principalInvestigator, processor, publisher, author" }, "organisationName": { "title": "Organization", "type": "string" }, "positionName": { "title": "Position", "type": "string" }, "contactInstructions": { "title": "Contact Instructions", "type": "string" }, "phone": { "title": "Phone", "type": "string" }, "fax": { "title": "Fax", "type": "string" }, "email": { "title": "Email", "type": "string" }, "website": { "title": "Website Link", "type": "string" }, "address": { "title": "Address", "type": "string" }, "city": { "title": "City", "type": "string" }, "administrativeArea": { "title": "Administrative Area", "type": "string" }, "postalCode": { "title": "Postal Code", "type": "string" }, "country": { "title": "Country", "type": "string" } } }, "required": [ "name" ] }, "presentationForm": { "title": "Dataset Presentation Form", "type": "string", "description": "documentDigital, documentHardcopy, imageDigital, image-Hardcopy, mapDigital, mapHardcopy, modelDigital, model-Hardcopy, profileDigital, profileHardcopy, tableDigital, tableHardcopy, videoDigital, videoHardcopy, audioDigital" }, "series": { "title": "Resource Series", "type": "string", "description": "Information about the series or collection of which the cited resource is a part" }, "abstract": { "title": "Abstract", "type": "string", "description": "A free text summary of the content, significance, purpose, scope, etc. of the resource." }, "purpose": { "title": "Purpose", "type": "string", "description": "Summary of the intentions for which the dataset was developed. Purpose includes objectives for creating the dataset and what the dataset is to support." }, "status": { "title": "Status", "type": "string", "description": "completed, historicalArchive, obsolete, onGoing, planned, required, underDevelopment" }, "maintenanceFrequency": { "title": "Maintenance Frequency", "type": "string", "description": "continual, daily, weekly, fortnightly, monthly, quarterly, biannually, annually, asNeeded, irregular, not-Planned, unknown" }, "graphicOverview": { "type": "array", "description": "Graphic overview of resource", "items": { "type": "object", "properties": { "fileName": { "title": "File name / URL", "type": "string" }, "fileType": { "title": "File Type", "type": "string" }, "fileDescription": { "title": "File Description", "type": "string" } } }, "required": [ "fileName" ] }, "keywords": { "type": "array", "description": "Keywords", "items": { "type": "object", "properties": { "keyword": { "title": "Keyword", "type": "string" }, "type": { "title": "Type", "type": "string", "description": "allowed = discipline, place, stratum, temporal, theme" } } }, "required": [ "keyword" ] }, "useLimitation": { "title": "Condition Applying To Access and Use of Resource", "type": "string" }, "aggregateDataSetName": { "title": "Related Dataset", "type": "array", "items": { "type": "object", "properties": { "title": { "title": "Dataset Title", "type": "string" }, "dateTime": { "title": "Date", "type": "string" }, "Identifier": { "title": "Unique Identifier", "type": "string" }, "associationType": { "title": "Association Type", "type": "string", "description": "crossReference, largerWorkCitation, partOfSeamlessDatabase, source, stereoMate" } } }, "required": [ "title", "associationType" ] }, "spatialRepresentationType": { "title": "Spatial Representation Type", "type": "string", "description": "vector, grid, textTable, tin, stereoModel, video" }, "representativeFraction_denominator": { "title": "Spatial Resolution Fraction", "type": "string", "description": "e.g. 100000" }, "language": { "title": "Language", "type": "string" }, "topicCategory": { "title": "Topics", "description": "farming, biota, boundaries, climatologyMeterologyAtmosphere, economy, elevation, environment, geoscientificInformation, health, imageryBaseMapsEarthCover, intelligenceMilitary, inlandWater, location, oceans, planningCadastre, society, structure, transportation, utilitiesCommunication", "type": "array", "items": { "type": "object", "properties": { "title": { "title": "Topic", "type": "string" } } }, "required": [ "topic" ] } } }, "extent": { "title": "Resource Content Extent", "description": "Defines the spatial (horizontal and vertical) and temporal region to which the content of the resource applies.", "type": "object", "properties": { "geographicBoundingBox": { "title": "Geographic Bounding Box", "type": "array", "items": { "type": "object", "properties": { "west": { "title": "West", "type": "string" }, "east": { "title": "East", "type": "string" }, "south": { "title": "South", "type": "string" }, "north": { "title": "North", "type": "string" } } } } } }, "dataQualityInfo": { "title": "Data Quality", "type": "object", "properties": { "dqScope": { "title": "Data Quality Scope", "description": "dataset, series, collectionSession, etc.", "type": "string" }, "lineage": { "title": "Data Quality Lineage Statement", "description": "Data quality lineage statement", "type": "string" } } }, "metadataConstraints": { "title": "Metadata Constraint Information", "type": "object", "properties": { "useLimitation": { "title": "Use Limitation", "type": "string" }, "legalConstraints": { "title": "Legal Constraints", "description": "Data quality lineage statement", "type": "string" }, "accessConstraints": { "title": "Access Constraint", "description": "copyright, patent, patentPending, trademark, license, intellectualPropertyRights, restricted, otherRestrictions", "type": "string" }, "otherConstraints": { "title": "Other Constraint", "description": "type any other constraints", "type": "string" }, "securityConstraints": { "title": "Security Constraint", "description": "unclassified, restricted, confidential, secret, topSecret", "type": "string" } } }, "metadataMaintenance": { "title": "Metadata Maintenance", "type": "object", "properties": { "maintenanceAndUpdateFrequency": { "title": "Maintenance Frequency", "type": "string", "description": "continual, daily, weekly, fortnightly, monthly, quarterly, biannually, annually, asNeeded, irregular, not-Planned, unknown" } } } } }