diff --git a/model-dmdocument/src/main/java/gov/nasa/pds/model/plugin/GetValueMeanings.java b/model-dmdocument/src/main/java/gov/nasa/pds/model/plugin/GetValueMeanings.java index ad99dc7b..d9a88d1d 100644 --- a/model-dmdocument/src/main/java/gov/nasa/pds/model/plugin/GetValueMeanings.java +++ b/model-dmdocument/src/main/java/gov/nasa/pds/model/plugin/GetValueMeanings.java @@ -757,65 +757,10 @@ public void insertValueMeaning() { "The format of the digital object must be described one or more referenced documents"); masterValueMeaningMap.put(lPVD.identifier, lPVD); - /* - * lPVD = new PermValueDefn - * ("pds:Product_Operational/pds:Reference_List/pds:Internal_Reference.reference_type.operational_to_resource", - * "operational_to_resource", "The operational product is associated to a resource"); - * masterValueMeaningMap.put(lPVD.identifier, lPVD); lPVD = new PermValueDefn - * ("pds:Product_Operational/pds:Reference_List/pds:Internal_Reference.reference_type.operational_to_associate", - * "operational_to_associate", "The operational product is associated to a product"); - * masterValueMeaningMap.put(lPVD.identifier, lPVD); lPVD = new PermValueDefn - * ("pds:Product_Operational/pds:Reference_List/pds:Internal_Reference.reference_type.operational_to_document", - * "operational_to_document", "The operational product is associated to a document"); - * masterValueMeaningMap.put(lPVD.identifier, lPVD); - */ - - // lPVD = new PermValueDefn - // ("pds:Target_Identification/pds:Internal_Reference.reference_type.data_to_target", - // "data_to_target", "The data product is associated to a target"); - // masterValueMeaningMap.put(lPVD.identifier, lPVD); - // lPVD = new PermValueDefn - // ("pds:Target_Identification/pds:Internal_Reference.reference_type.collection_to_target", - // "collection_to_target", "The collection is associated to a target"); - // masterValueMeaningMap.put(lPVD.identifier, lPVD); - // lPVD = new PermValueDefn - // ("pds:Target_Identification/pds:Internal_Reference.reference_type.bundle_to_target", - // "bundle_to_target", "The bundle is associated to a target"); - // masterValueMeaningMap.put(lPVD.identifier, lPVD); - // lPVD = new PermValueDefn - // ("pds:Target_Identification/pds:Internal_Reference.reference_type.document_to_target", - // "document_to_target", "The document is associated to a target"); - // masterValueMeaningMap.put(lPVD.identifier, lPVD); - lPVD = new PermValueDefn( "pds:Product_Observational/pds:Observation_Area/pds:Target_Identification/pds:Internal_Reference.reference_type.data_to_target", "data_to_target", "The data product is associated to a target"); masterValueMeaningMap.put(lPVD.identifier, lPVD); - // lPVD = new PermValueDefn - // ("pds:Product_Observational/pds:Observation_Area/pds:Target_Identification/pds:Internal_Reference.reference_type.collection_to_target", - // "collection_to_target", "The collection is associated to a target"); - // masterValueMeaningMap.put(lPVD.identifier, lPVD); - // lPVD = new PermValueDefn - // ("pds:Product_Observational/pds:Observation_Area/pds:Target_Identification/pds:Internal_Reference.reference_type.bundle_to_target", - // "bundle_to_target", "The bundle is associated to a target"); - // masterValueMeaningMap.put(lPVD.identifier, lPVD); - // lPVD = new PermValueDefn - // ("pds:Product_Observational/pds:Observation_Area/pds:Target_Identification/pds:Internal_Reference.reference_type.document_to_target", - // "document_to_target", "The document is associated to a target"); - // masterValueMeaningMap.put(lPVD.identifier, lPVD); - - // lPVD = new PermValueDefn - // ("pds:Update_Entry/pds:Internal_Reference.reference_type.data_to_update", "data_to_update", - // "The data product is associated to an update product"); - // masterValueMeaningMap.put(lPVD.identifier, lPVD); - // lPVD = new PermValueDefn - // ("pds:Update_Entry/pds:Internal_Reference.reference_type.collection_to_update", - // "collection_to_update", "The collection is associated to an update product"); - // masterValueMeaningMap.put(lPVD.identifier, lPVD); - // lPVD = new PermValueDefn - // ("pds:Update_Entry/pds:Internal_Reference.reference_type.bundle_to_update", - // "bundle_to_update", "The bundle is associated to an update product"); - // masterValueMeaningMap.put(lPVD.identifier, lPVD); lPVD = new PermValueDefn( "pds:Product_Update/pds:Reference_List/pds:Internal_Reference.reference_type.update_to_collection", @@ -952,42 +897,42 @@ public void insertValueMeaning() { lPVD = new PermValueDefn( - "pds:Product_Observational/pds:Observation_Area/pds:Target_Identification/pds:Reference_List/pds:Internal_Reference.reference_type.data_to_target", + "pds:Product_Observational/pds:Observation_Area/pds:Target_Identification/pds:Internal_Reference.reference_type.data_to_target", "data_to_target", "The observational product is associated to a target product"); masterValueMeaningMap.put(lPVD.identifier, lPVD); lPVD = new PermValueDefn( - "pds:Product_Bundle/pds:Context_Area/pds:Target_Identification/pds:Reference_List/pds:Internal_Reference.reference_type.bundle_to_target", + "pds:Product_Bundle/pds:Context_Area/pds:Target_Identification/pds:Internal_Reference.reference_type.bundle_to_target", "bundle_to_target", "The bundle product is associated to a target product"); masterValueMeaningMap.put(lPVD.identifier, lPVD); lPVD = new PermValueDefn( - "pds:Product_Collection/pds:Context_Area/pds:Target_Identification/pds:Reference_List/pds:Internal_Reference.reference_type.collection_to_target", + "pds:Product_Collection/pds:Context_Area/pds:Target_Identification/pds:Internal_Reference.reference_type.collection_to_target", "collection_to_target", "The collection product is associated to a target product"); masterValueMeaningMap.put(lPVD.identifier, lPVD); lPVD = new PermValueDefn( - "pds:Product_Browse/pds:Context_Area/pds:Target_Identification/pds:Reference_List/pds:Internal_Reference.reference_type.browse_to_target", + "pds:Product_Browse/pds:Context_Area/pds:Target_Identification/pds:Internal_Reference.reference_type.browse_to_target", "browse_to_target", "The browse product is associated to a target product"); masterValueMeaningMap.put(lPVD.identifier, lPVD); lPVD = new PermValueDefn( - "pds:Product_External/pds:Context_Area/pds:Target_Identification/pds:Reference_List/pds:Internal_Reference.reference_type.external_to_target", + "pds:Product_External/pds:Context_Area/pds:Target_Identification/pds:Internal_Reference.reference_type.external_to_target", "external_to_target", "The external product is associated to a target product"); masterValueMeaningMap.put(lPVD.identifier, lPVD); lPVD = new PermValueDefn( - "pds:Product_Native/pds:Context_Area/pds:Target_Identification/pds:Reference_List/pds:Internal_Reference.reference_type.native_to_target", + "pds:Product_Native/pds:Context_Area/pds:Target_Identification/pds:Internal_Reference.reference_type.native_to_target", "native_to_target", "The native product is associated to a target product"); masterValueMeaningMap.put(lPVD.identifier, lPVD); lPVD = new PermValueDefn( - "pds:Product_SPICE_Kernel/pds:Context_Area/pds:Target_Identification/pds:Reference_List/pds:Internal_Reference.reference_type.data_to_target", + "pds:Product_SPICE_Kernel/pds:Context_Area/pds:Target_Identification/pds:Internal_Reference.reference_type.data_to_target", "data_to_target", "The SPICE kernel product is associated to a target product"); masterValueMeaningMap.put(lPVD.identifier, lPVD); lPVD = new PermValueDefn( - "pds:Product_XML_Schema/pds:Context_Area/pds:Target_Identification/pds:Reference_List/pds:Internal_Reference.reference_type.schema_to_target", + "pds:Product_XML_Schema/pds:Context_Area/pds:Target_Identification/pds:Internal_Reference.reference_type.schema_to_target", "schema_to_target", "The XML schema product is associated to a target product"); masterValueMeaningMap.put(lPVD.identifier, lPVD); diff --git a/model-lddtool/src/test/resources/features/validate.feature b/model-lddtool/src/test/resources/features/validate.feature index ca15c7e1..361a7df0 100644 --- a/model-lddtool/src/test/resources/features/validate.feature +++ b/model-lddtool/src/test/resources/features/validate.feature @@ -16,11 +16,11 @@ Feature: Running integration tests for validate module Examples: | testName | testDir | messageCount | messageText | problemEnum | commandArgs | ingestLDDFileName | # NOTE: as of 10/18/2024, this fails - | "NASA-PDS/pds4-information-model#795 Test Schematron 1" | "github795" | 10 | "10 errors expected" | "SCHEMATRON_ERROR" | "--rule pds4.bundle --target {resourceDir}/github795/" | "" | + | "NASA-PDS/pds4-information-model#795 Test Schematron 1" | "github795" | 9 | "9 errors expected" | "SCHEMATRON_ERROR" | "--rule pds4.bundle --target {resourceDir}/github795/" | "" | - | "NASA-PDS/pds4-information-model#795 Test Schematron 2" | "github795b" | 1 | "1 errors expected" | "SCHEMATRON_ERROR" | "--target {resourceDir}/github795/" | "" | + | "NASA-PDS/pds4-information-model#795 Test Schematron 2" | "github795b" | 1 | "1 errors expected" | "SCHEMATRON_ERROR" | "--target {resourceDir}/github795b/" | "" | - | "NASA-PDS/pds4-information-model#797 Test Schematron 1" | "github797" | 3 | "3 errors expected" | "SCHEMATRON_ERROR" | "--target {resourceDir}/github797/test_label1_FAIL.xml {resourceDir}/github797/u5.xml" | "PDS4_GEOM_IngestLDD.xml" | + #| "NASA-PDS/pds4-information-model#797 Test Schematron 1" | "github797" | 3 | "3 errors expected" | "SCHEMATRON_ERROR" | "--target {resourceDir}/github797/test_label1_FAIL.xml {resourceDir}/github797/u5.xml" | "PDS4_GEOM_IngestLDD.xml" | diff --git a/model-lddtool/src/test/resources/github795/bundle.xml b/model-lddtool/src/test/resources/github795/bundle.xml index 0ecafec4..04c1f79e 100644 --- a/model-lddtool/src/test/resources/github795/bundle.xml +++ b/model-lddtool/src/test/resources/github795/bundle.xml @@ -1,12 +1,12 @@ - + file:///Users/jpadams/proj/pds/pdsen/workspace/pds4-information-model/export/PDS4_PDS_1N00.xsd"> urn:nasa:pds:im795 1.0 diff --git a/model-ontology/src/ontology/Data/UpperModel.pins b/model-ontology/src/ontology/Data/UpperModel.pins index b95ae556..3b2e7b1f 100644 --- a/model-ontology/src/ontology/Data/UpperModel.pins +++ b/model-ontology/src/ontology/Data/UpperModel.pins @@ -1,4 +1,4 @@ -; Tue Sep 03 20:58:20 EDT 2024 +; Tue Nov 05 15:41:23 EST 2024 ; ;+ (version "3.5") ;+ (build "Build 663") @@ -1605,7 +1605,7 @@ "ancillary_to_document" "ancillary_to_browse")) -([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Browse%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AReference_List%2Fpds%3AInternal_Reference.100004864] of Schematron_Rule +([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Browse%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AInternal_Reference.100004864] of Schematron_Rule (alwaysInclude "false") (attrNameSpaceNC "pds") @@ -1613,14 +1613,14 @@ (classNameSpaceNC "pds") (classSteward "pds") (classTitle "Internal_Reference") - (has_Schematron_Assert [http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Browse%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AReference_List%2Fpds%3AInternal_Reference.100004864.101]) - (identifier "pds:Product_Browse/pds:Context_Area/pds:Target_Identification/pds:Reference_List/pds:Internal_Reference") + (has_Schematron_Assert [http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Browse%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AInternal_Reference.100004864.101]) + (identifier "pds:Product_Browse/pds:Context_Area/pds:Target_Identification/pds:Internal_Reference") (isMissionOnly "false") (roleId "TBD_roleId") (type "TBD_type") - (xpath "pds:Product_Browse/pds:Context_Area/pds:Target_Identification/pds:Reference_List/pds:Internal_Reference")) + (xpath "pds:Product_Browse/pds:Context_Area/pds:Target_Identification/pds:Internal_Reference")) -([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Browse%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AReference_List%2Fpds%3AInternal_Reference.100004864.101] of Schematron_Assert +([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Browse%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AInternal_Reference.100004864.101] of Schematron_Assert (assertMsg " must be set to one of the following values ") (assertStmt "every $ref in (pds:reference_type) satisfies $ref = ('browse_to_target')") @@ -1885,7 +1885,7 @@ (specMesg "TBD") (testValArr "bundle_to_investigation")) -([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Bundle%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AReference_List%2Fpds%3AInternal_Reference.100004862] of Schematron_Rule +([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Bundle%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AInternal_Reference.100004862] of Schematron_Rule (alwaysInclude "false") (attrNameSpaceNC "pds") @@ -1893,14 +1893,14 @@ (classNameSpaceNC "pds") (classSteward "pds") (classTitle "Internal_Reference") - (has_Schematron_Assert [http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Bundle%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AReference_List%2Fpds%3AInternal_Reference.100004862.101]) - (identifier "pds:Product_Bundle/pds:Context_Area/pds:Target_Identification/pds:Reference_List/pds:Internal_Reference") + (has_Schematron_Assert [http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Bundle%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AInternal_Reference.100004862.101]) + (identifier "pds:Product_Bundle/pds:Context_Area/pds:Target_Identification/pds:Internal_Reference") (isMissionOnly "false") (roleId "TBD_roleId") (type "TBD_type") - (xpath "pds:Product_Bundle/pds:Context_Area/pds:Target_Identification/pds:Reference_List/pds:Internal_Reference")) + (xpath "pds:Product_Bundle/pds:Context_Area/pds:Target_Identification/pds:Internal_Reference")) -([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Bundle%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AReference_List%2Fpds%3AInternal_Reference.100004862.101] of Schematron_Assert +([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Bundle%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AInternal_Reference.100004862.101] of Schematron_Assert (assertMsg " must be set to one of the following values ") (assertStmt "every $ref in (pds:reference_type) satisfies $ref = ('bundle_to_target')") @@ -2159,7 +2159,7 @@ (specMesg "TBD") (testValArr "collection_to_investigation")) -([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Collection%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AReference_List%2Fpds%3AInternal_Reference.100004863] of Schematron_Rule +([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Collection%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AInternal_Reference.100004863] of Schematron_Rule (alwaysInclude "false") (attrNameSpaceNC "pds") @@ -2167,14 +2167,14 @@ (classNameSpaceNC "pds") (classSteward "pds") (classTitle "Internal_Reference") - (has_Schematron_Assert [http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Collection%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AReference_List%2Fpds%3AInternal_Reference.100004863.101]) - (identifier "pds:Product_Collection/pds:Context_Area/pds:Target_Identification/pds:Reference_List/pds:Internal_Reference") + (has_Schematron_Assert [http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Collection%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AInternal_Reference.100004863.101]) + (identifier "pds:Product_Collection/pds:Context_Area/pds:Target_Identification/pds:Internal_Reference") (isMissionOnly "false") (roleId "TBD_roleId") (type "TBD_type") - (xpath "pds:Product_Collection/pds:Context_Area/pds:Target_Identification/pds:Reference_List/pds:Internal_Reference")) + (xpath "pds:Product_Collection/pds:Context_Area/pds:Target_Identification/pds:Internal_Reference")) -([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Collection%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AReference_List%2Fpds%3AInternal_Reference.100004863.101] of Schematron_Assert +([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Collection%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AInternal_Reference.100004863.101] of Schematron_Assert (assertMsg " must be set to one of the following values ") (assertStmt "every $ref in (pds:reference_type) satisfies $ref = ('collection_to_target')") @@ -2578,7 +2578,7 @@ "document_to_target" "document_to_data")) -([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_External%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AReference_List%2Fpds%3AInternal_Reference.100004865] of Schematron_Rule +([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_External%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AInternal_Reference.100004865] of Schematron_Rule (alwaysInclude "false") (attrNameSpaceNC "pds") @@ -2586,14 +2586,14 @@ (classNameSpaceNC "pds") (classSteward "pds") (classTitle "Internal_Reference") - (has_Schematron_Assert [http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_External%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AReference_List%2Fpds%3AInternal_Reference.100004865.101]) - (identifier "pds:Product_External/pds:Context_Area/pds:Target_Identification/pds:Reference_List/pds:Internal_Reference") + (has_Schematron_Assert [http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_External%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AInternal_Reference.100004865.101]) + (identifier "pds:Product_External/pds:Context_Area/pds:Target_Identification/pds:Internal_Reference") (isMissionOnly "false") (roleId "TBD_roleId") (type "TBD_type") - (xpath "pds:Product_External/pds:Context_Area/pds:Target_Identification/pds:Reference_List/pds:Internal_Reference")) + (xpath "pds:Product_External/pds:Context_Area/pds:Target_Identification/pds:Internal_Reference")) -([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_External%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AReference_List%2Fpds%3AInternal_Reference.100004865.101] of Schematron_Assert +([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_External%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AInternal_Reference.100004865.101] of Schematron_Assert (assertMsg " must be set to one of the following values ") (assertStmt "every $ref in (pds:reference_type) satisfies $ref = ('external_to_target')") @@ -2702,7 +2702,7 @@ (specMesg "TBD") (testValArr "product_to_license")) -([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Native%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AReference_List%2Fpds%3AInternal_Reference.100004866] of Schematron_Rule +([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Native%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AInternal_Reference.100004866] of Schematron_Rule (alwaysInclude "false") (attrNameSpaceNC "pds") @@ -2710,14 +2710,14 @@ (classNameSpaceNC "pds") (classSteward "pds") (classTitle "Internal_Reference") - (has_Schematron_Assert [http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Native%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AReference_List%2Fpds%3AInternal_Reference.100004866.101]) - (identifier "pds:Product_Native/pds:Context_Area/pds:Target_Identification/pds:Reference_List/pds:Internal_Reference") + (has_Schematron_Assert [http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Native%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AInternal_Reference.100004866.101]) + (identifier "pds:Product_Native/pds:Context_Area/pds:Target_Identification/pds:Internal_Reference") (isMissionOnly "false") (roleId "TBD_roleId") (type "TBD_type") - (xpath "pds:Product_Native/pds:Context_Area/pds:Target_Identification/pds:Reference_List/pds:Internal_Reference")) + (xpath "pds:Product_Native/pds:Context_Area/pds:Target_Identification/pds:Internal_Reference")) -([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Native%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AReference_List%2Fpds%3AInternal_Reference.100004866.101] of Schematron_Assert +([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Native%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AInternal_Reference.100004866.101] of Schematron_Assert (assertMsg " must be set to one of the following values ") (assertStmt "every $ref in (pds:reference_type) satisfies $ref = ('native_to_target')") @@ -2975,21 +2975,6 @@ (specMesg "TBD") (testValArr "data_to_target")) -([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Observational%2Fpds%3AObservation_Area%2Fpds%3ATarget_Identification%2Fpds%3AReference_List%2Fpds%3AInternal_Reference.100004861] of Schematron_Rule - - (alwaysInclude "false") - (attrNameSpaceNC "pds") - (attrTitle "reference_type") - (classNameSpaceNC "pds") - (classSteward "pds") - (classTitle "Internal_Reference") - (has_Schematron_Assert [http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Observational%2Fpds%3AObservation_Area%2Fpds%3ATarget_Identification%2Fpds%3AReference_List%2Fpds%3AInternal_Reference.100004861.101]) - (identifier "pds:Product_Observational/pds:Observation_Area/pds:Target_Identification/pds:Reference_List/pds:Internal_Reference") - (isMissionOnly "false") - (roleId "TBD_roleId") - (type "TBD_type") - (xpath "pds:Product_Observational/pds:Observation_Area/pds:Target_Identification/pds:Reference_List/pds:Internal_Reference")) - ([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_Observational%2Fpds%3AObservation_Area%2Fpds%3ATarget_Identification%2Fpds%3AReference_List%2Fpds%3AInternal_Reference.100004861.101] of Schematron_Assert (assertMsg " must be set to one of the following values ") @@ -3117,7 +3102,7 @@ (identifier "x") (specMesg "In Product_SPICE_Kernel the Time_Coordinates, Investigation_Area, Target_Identification, and Observing_System classes must be present")) -([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_SPICE_Kernel%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AReference_List%2Fpds%3AInternal_Reference.100004867] of Schematron_Rule +([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_SPICE_Kernel%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AInternal_Reference.100004867] of Schematron_Rule (alwaysInclude "false") (attrNameSpaceNC "pds") @@ -3125,14 +3110,14 @@ (classNameSpaceNC "pds") (classSteward "pds") (classTitle "Internal_Reference") - (has_Schematron_Assert [http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_SPICE_Kernel%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AReference_List%2Fpds%3AInternal_Reference.100004867.101]) - (identifier "pds:Product_SPICE_Kernel/pds:Context_Area/pds:Target_Identification/pds:Reference_List/pds:Internal_Reference") + (has_Schematron_Assert [http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_SPICE_Kernel%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AInternal_Reference.100004867.101]) + (identifier "pds:Product_SPICE_Kernel/pds:Context_Area/pds:Target_Identification/pds:Internal_Reference") (isMissionOnly "false") (roleId "TBD_roleId") (type "TBD_type") - (xpath "pds:Product_SPICE_Kernel/pds:Context_Area/pds:Target_Identification/pds:Reference_List/pds:Internal_Reference")) + (xpath "pds:Product_SPICE_Kernel/pds:Context_Area/pds:Target_Identification/pds:Internal_Reference")) -([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_SPICE_Kernel%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AReference_List%2Fpds%3AInternal_Reference.100004867.101] of Schematron_Assert +([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_SPICE_Kernel%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AInternal_Reference.100004867.101] of Schematron_Assert (assertMsg " must be set to one of the following values ") (assertStmt "every $ref in (pds:reference_type) satisfies $ref = ('data_to_target')") @@ -3195,7 +3180,7 @@ (specMesg "TBD") (testValArr "update_to_collection")) -([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_XML_Schema%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AReference_List%2Fpds%3AInternal_Reference.100004868] of Schematron_Rule +([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_XML_Schema%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AInternal_Reference.100004868] of Schematron_Rule (alwaysInclude "false") (attrNameSpaceNC "pds") @@ -3203,14 +3188,14 @@ (classNameSpaceNC "pds") (classSteward "pds") (classTitle "Internal_Reference") - (has_Schematron_Assert [http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_XML_Schema%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AReference_List%2Fpds%3AInternal_Reference.100004868.101]) - (identifier "pds:Product_XML_Schema/pds:Context_Area/pds:Target_Identification/pds:Reference_List/pds:Internal_Reference") + (has_Schematron_Assert [http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_XML_Schema%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AInternal_Reference.100004868.101]) + (identifier "pds:Product_XML_Schema/pds:Context_Area/pds:Target_Identification/pds:Internal_Reference") (isMissionOnly "false") (roleId "TBD_roleId") (type "TBD_type") - (xpath "pds:Product_XML_Schema/pds:Context_Area/pds:Target_Identification/pds:Reference_List/pds:Internal_Reference")) + (xpath "pds:Product_XML_Schema/pds:Context_Area/pds:Target_Identification/pds:Internal_Reference")) -([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_XML_Schema%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AReference_List%2Fpds%3AInternal_Reference.100004868.101] of Schematron_Assert +([http%3A%2F%2Fpds.nasa.gov%2Finfomodel%2Fpds%23.pds%3AProduct_XML_Schema%2Fpds%3AContext_Area%2Fpds%3ATarget_Identification%2Fpds%3AInternal_Reference.100004868.101] of Schematron_Assert (assertMsg " must be set to one of the following values ") (assertStmt "every $ref in (pds:reference_type) satisfies $ref = ('schema_to_target')") diff --git a/model-ontology/src/ontology/Data/UpperModel.pont b/model-ontology/src/ontology/Data/UpperModel.pont index 69ffad17..40eaceda 100644 --- a/model-ontology/src/ontology/Data/UpperModel.pont +++ b/model-ontology/src/ontology/Data/UpperModel.pont @@ -1,4 +1,4 @@ -; Tue Sep 03 20:58:20 EDT 2024 +; Tue Nov 05 15:41:23 EST 2024 ; ;+ (version "3.5") ;+ (build "Build 663") diff --git a/model-ontology/src/ontology/Data/UpperModel.pprj b/model-ontology/src/ontology/Data/UpperModel.pprj index ed79158f..146a0b33 100644 --- a/model-ontology/src/ontology/Data/UpperModel.pprj +++ b/model-ontology/src/ontology/Data/UpperModel.pprj @@ -1,4 +1,4 @@ -; Tue Sep 03 20:58:20 EDT 2024 +; Tue Nov 05 15:41:23 EST 2024 ; ;+ (version "3.5") ;+ (build "Build 663") @@ -6,10 +6,10 @@ ([BROWSER_SLOT_NAMES] of Property_List (properties - [UpperModel_ProjectKB_Class81] - [UpperModel_ProjectKB_Class82] - [UpperModel_ProjectKB_Class83] - [UpperModel_ProjectKB_Class84])) + [UpperModel_ProjectKB_Class131] + [UpperModel_ProjectKB_Class132] + [UpperModel_ProjectKB_Class133] + [UpperModel_ProjectKB_Class134])) ([CLSES_TAB] of Widget @@ -423,10 +423,10 @@ (x 0) (y 120)) -([KB_250697_Class0] of Map +([KB_663782_Class0] of Map ) -([KB_663782_Class0] of Map +([KB_715051_Class0] of Map ) ([KB_887149_Instance_43] of String @@ -856,6 +856,26 @@ (property_list [UpperModel_ProjectKB_Class14]) (widget_class_name "edu.stanford.smi.protegex.server_changes.prompt.UsersTab")) +([UpperModel_ProjectKB_Class131] of String + + (name "ChangeLog") + (string_value "date")) + +([UpperModel_ProjectKB_Class132] of String + + (name ":INSTANCE-ANNOTATION") + (string_value "%3AANNOTATION-TEXT")) + +([UpperModel_ProjectKB_Class133] of String + + (name ":PAL-CONSTRAINT") + (string_value "%3APAL-NAME")) + +([UpperModel_ProjectKB_Class134] of String + + (name ":META-CLASS") + (string_value "%3ANAME")) + ([UpperModel_ProjectKB_Class14] of Property_List ) @@ -1132,26 +1152,6 @@ ([UpperModel_ProjectKB_Class8] of Property_List ) -([UpperModel_ProjectKB_Class81] of String - - (name "ChangeLog") - (string_value "date")) - -([UpperModel_ProjectKB_Class82] of String - - (name ":INSTANCE-ANNOTATION") - (string_value "%3AANNOTATION-TEXT")) - -([UpperModel_ProjectKB_Class83] of String - - (name ":PAL-CONSTRAINT") - (string_value "%3APAL-NAME")) - -([UpperModel_ProjectKB_Class84] of String - - (name ":META-CLASS") - (string_value "%3ANAME")) - ([UpperModel_ProjectKB_Class9] of Widget (is_hidden TRUE) diff --git a/model-ontology/src/ontology/Data/dd11179.pins b/model-ontology/src/ontology/Data/dd11179.pins index ce44f15e..1be322ab 100644 --- a/model-ontology/src/ontology/Data/dd11179.pins +++ b/model-ontology/src/ontology/Data/dd11179.pins @@ -1,4 +1,4 @@ -; Mon Sep 30 13:10:22 EDT 2024 +; Tue Nov 05 15:26:20 EST 2024 ; ;+ (version "3.5") ;+ (build "Build 663") @@ -115097,25 +115097,25 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Acceleration.pds.unit_id.-1127516671] of ValueMeaning (beginDate "2009-06-09") - (description "m/s**2 is an abbreviation for meter per second per second, which is a unit of acceleration (meter and second are both SI base units).") + (description "m%2Fs**2 is an abbreviation for meter per second per second, which is a unit of acceleration %28meter and second are both SI base units%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Acceleration.pds.unit_id.-653903316] of ValueMeaning (beginDate "2009-06-09") - (description "km/s**2 is an abbreviation for kilometer per second per second, which is a unit of acceleration (1 km = 10**3 m = one thousand meters).") + (description "km%2Fs**2 is an abbreviation for kilometer per second per second, which is a unit of acceleration %281 km = 10**3 m = one thousand meters%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Acceleration.pds.unit_id.836001828] of ValueMeaning (beginDate "2009-06-09") - (description "cm/s**2 is an abbreviation for centimeter per second per second, which is a unit of acceleration (100 cm = one hundred centimeters = 1 meter).") + (description "cm%2Fs**2 is an abbreviation for centimeter per second per second, which is a unit of acceleration %28100 cm = one hundred centimeters = 1 meter%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Amount_Of_Substance.pds.specified_unit_id.108298] of ValueMeaning (beginDate "2009-06-09") - (description "mol is an abbreviation for mole, which is a unit of amount of substance (an SI base unit).") + (description "mol is an abbreviation for mole, which is a unit of amount of substance %28an SI base unit%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Amount_Of_Substance.pds.type.1683247471] of ValueMeaning @@ -115127,7 +115127,7 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Amount_Of_Substance.pds.unit_id.108298] of ValueMeaning (beginDate "2009-06-09") - (description "mol is an abbreviation for mole, which is a unit of amount of substance (an SI base unit).") + (description "mol is an abbreviation for mole, which is a unit of amount of substance %28an SI base unit%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Angle.pds.specified_unit_id.99334] of ValueMeaning @@ -115145,43 +115145,43 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Angle.pds.unit_id.-1409595201] of ValueMeaning (beginDate "2009-06-09") - (description "arcsec is an abbreviation for arcsecond, which is a unit of angle (3600 arcsec = 1 degree).") + (description "arcsec is an abbreviation for arcsecond, which is a unit of angle %283600 arcsec = 1 degree%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Angle.pds.unit_id.-1409600832] of ValueMeaning (beginDate "2009-06-09") - (description "arcmin is an abbreviation for arcminute, which is a unit of angle (60 arcmin = 1 degree).") + (description "arcmin is an abbreviation for arcminute, which is a unit of angle %2860 arcmin = 1 degree%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Angle.pds.unit_id.-1665609007] of ValueMeaning (beginDate "2009-06-09") - (description "microrad is an abbreviation for microradian, which is a unit of angle (10**6 microrad = one million microradians = 1 radian).") + (description "microrad is an abbreviation for microradian, which is a unit of angle %2810**6 microrad = one million microradians = 1 radian%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Angle.pds.unit_id.112661] of ValueMeaning (beginDate "2009-06-09") - (description "rad is an abbreviation for radian, which is a unit of angle (a full circle comprises 2*pi radians).") + (description "rad is an abbreviation for radian, which is a unit of angle %28a full circle comprises 2*pi radians%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Angle.pds.unit_id.3338] of ValueMeaning (beginDate "2009-06-09") - (description "hr is an abbreviation for hour, which is a unit of angle (1 hour of angle = 15 degrees, so that a full circle comprises 24 hours).") + (description "hr is an abbreviation for hour, which is a unit of angle %281 hour of angle = 15 degrees, so that a full circle comprises 24 hours%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Angle.pds.unit_id.3359880] of ValueMeaning (beginDate "2009-06-09") - (description "mrad is an abbreviation for milliradian, which is a unit of angle (1000 mrad = one thousand milliradians = 1 radian).") + (description "mrad is an abbreviation for milliradian, which is a unit of angle %281000 mrad = one thousand milliradians = 1 radian%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Angle.pds.unit_id.99334] of ValueMeaning (beginDate "2009-06-09") - (description "deg is an abbreviation for degree, which is a unit of angle (1 deg = pi/180 radians, so that a full circle comprises 360 degrees).") + (description "deg is an abbreviation for degree, which is a unit of angle %281 deg = pi%2F180 radians, so that a full circle comprises 360 degrees%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Angular_Velocity.pds.specified_unit_id.95461546] of ValueMeaning @@ -115199,19 +115199,19 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Angular_Velocity.pds.unit_id.108268793] of ValueMeaning (beginDate "2009-06-09") - (description "rad/s is an abbreviation for radian per second, which is a unit of angular velocity (a full circle comprises 2*pi radians).") + (description "rad%2Fs is an abbreviation for radian per second, which is a unit of angular velocity %28a full circle comprises 2*pi radians%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Angular_Velocity.pds.unit_id.1544221203] of ValueMeaning (beginDate "2009-06-09") - (description "deg/day is an abbreviation for degree per day, which is a unit of angular velocity (1 day = 86,400 seconds).") + (description "deg%2Fday is an abbreviation for degree per day, which is a unit of angular velocity %281 day = 86,400 seconds%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Angular_Velocity.pds.unit_id.95461546] of ValueMeaning (beginDate "2009-06-09") - (description "deg/s is an abbreviation for degree per second, which is a unit of angular velocity (1 degree = pi/180 radians, so that a full circle comprises 360 degrees).") + (description "deg%2Fs is an abbreviation for degree per second, which is a unit of angular velocity %281 degree = pi%2F180 radians, so that a full circle comprises 360 degrees%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Area.pds.specified_unit_id.3288933] of ValueMeaning @@ -115229,7 +115229,7 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Area.pds.unit_id.3288933] of ValueMeaning (beginDate "2009-06-09") - (description "m**2 is an abbreviation for square meter, which is a unit of area (meter is an SI base unit)") + (description "m**2 is an abbreviation for square meter, which is a unit of area %28meter is an SI base unit%29") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Current.pds.specified_unit_id.65] of ValueMeaning @@ -115247,25 +115247,25 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Current.pds.unit_id.-1074357763] of ValueMeaning (beginDate "2009-06-09") - (description "microA is an abbreviation for microampere, also known as microamp, which is a unit of electrical current (10**6 microA = one million microamperes = 1 ampere).") + (description "microA is an abbreviation for microampere, also known as microamp, which is a unit of electrical current %2810**6 microA = one million microamperes = 1 ampere%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Current.pds.unit_id.3444] of ValueMeaning (beginDate "2009-06-09") - (description "mA is an abbreviation for milliampere, also known as milliamp, which is a unit of electrical current (1000 mA = one thousand milliamperes = 1 ampere).") + (description "mA is an abbreviation for milliampere, also known as milliamp, which is a unit of electrical current %281000 mA = one thousand milliamperes = 1 ampere%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Current.pds.unit_id.3475] of ValueMeaning (beginDate "2009-06-09") - (description "nA is an abbreviation for nanoampere, also known as nanoamp, which is a unit of electrical current (10**9 nA = one billion nanoamperes = 1 ampere).") + (description "nA is an abbreviation for nanoampere, also known as nanoamp, which is a unit of electrical current %2810**9 nA = one billion nanoamperes = 1 ampere%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Current.pds.unit_id.65] of ValueMeaning (beginDate "2009-06-09") - (description "A is an abbreviation for ampere, also known as amp, which is a unit of electrical current (a SI base unit).") + (description "A is an abbreviation for ampere, also known as amp, which is a unit of electrical current %28a SI base unit%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Energy.pds.specified_unit_id.74] of ValueMeaning @@ -115283,25 +115283,25 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Energy.pds.unit_id.106044] of ValueMeaning (beginDate "2009-06-09") - (description "keV is an abbreviation for kiloelectronvolt, which is a unit of energy (1 keV = 10**3 eV = one thousand electronvolts).") + (description "keV is an abbreviation for kiloelectronvolt, which is a unit of energy %281 keV = 10**3 eV = one thousand electronvolts%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Energy.pds.unit_id.3217] of ValueMeaning (beginDate "2009-06-09") - (description "eV is an abbreviation for electronvolt, which is a unit of energy (1 eV = 1.602176634 times 10**{-19} J).") + (description "eV is an abbreviation for electronvolt, which is a unit of energy %281 eV = 1.602176634 times 10**%7B-19%7D J%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Energy.pds.unit_id.74] of ValueMeaning (beginDate "2009-06-09") - (description "J is an abbreviation for joule, which is a unit of energy (in terms of SI base units, 1 joule = 1 kilogram meter squared per second squared = 1 kg m**2 / s**2).") + (description "J is an abbreviation for joule, which is a unit of energy %28in terms of SI base units, 1 joule = 1 kilogram meter squared per second squared = 1 kg m**2 %2F s**2%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Energy.pds.unit_id.77214] of ValueMeaning (beginDate "2009-06-09") - (description "MeV is an abbreviation for megaelectronvolt, which is a unit of energy (1 MeV = 10**6 eV = one million electronvolts).") + (description "MeV is an abbreviation for megaelectronvolt, which is a unit of energy %281 MeV = 10**6 eV = one million electronvolts%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Force.pds.specified_unit_id.78] of ValueMeaning @@ -115319,7 +115319,7 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Force.pds.unit_id.78] of ValueMeaning (beginDate "2009-06-09") - (description "N is an abbreviation for newton, which is a unit of force (in terms of SI base units, 1 newton = 1 kilogram meter per second squared = 1 kg m / s**2).") + (description "N is an abbreviation for newton, which is a unit of force %28in terms of SI base units, 1 newton = 1 kilogram meter per second squared = 1 kg m %2F s**2%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Frame_Rate.pds.specified_unit_id.-1644955318] of ValueMeaning @@ -115337,7 +115337,7 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Frame_Rate.pds.unit_id.-1644955318] of ValueMeaning (beginDate "2009-06-09") - (description "frames/s is an abbreviation for frames per second, which is a unit of frame rate.") + (description "frames%2Fs is an abbreviation for frames per second, which is a unit of frame rate.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Frequency.pds.specified_unit_id.2354] of ValueMeaning @@ -115355,37 +115355,37 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Frequency.pds.unit_id.105181] of ValueMeaning (beginDate "2009-06-09") - (description "kHz is an abbreviation for kilohertz, which is a unit of frequency (1 kHz = 10**3 hertz = one thousand hertz).") + (description "kHz is an abbreviation for kilohertz, which is a unit of frequency %281 kHz = 10**3 hertz = one thousand hertz%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Frequency.pds.unit_id.107103] of ValueMeaning (beginDate "2009-06-09") - (description "mHz is an abbreviation for millihertz, which is a unit of frequency (1000 mHz = one thousand millihertz = 1 Hz).") + (description "mHz is an abbreviation for millihertz, which is a unit of frequency %281000 mHz = one thousand millihertz = 1 Hz%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Frequency.pds.unit_id.2354] of ValueMeaning (beginDate "2009-06-09") - (description "Hz is an abbreviation for hertz, which is a unit of frequency (in terms of SI base units, 1 hertz = 1 event (or cycle) per second).") + (description "Hz is an abbreviation for hertz, which is a unit of frequency %28in terms of SI base units, 1 hertz = 1 event %28or cycle%29 per second%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Frequency.pds.unit_id.70585] of ValueMeaning (beginDate "2009-06-09") - (description "GHz is an abbreviation for gigahertz, which is a unit of frequency (1 GHz = 10**9 hertz = one billion hertz).") + (description "GHz is an abbreviation for gigahertz, which is a unit of frequency %281 GHz = 10**9 hertz = one billion hertz%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Frequency.pds.unit_id.76351] of ValueMeaning (beginDate "2009-06-09") - (description "MHz is an abbreviation for megahertz, which is a unit of frequency (1 MHz = 10**6 hertz = one million hertz).") + (description "MHz is an abbreviation for megahertz, which is a unit of frequency %281 MHz = 10**6 hertz = one million hertz%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Frequency.pds.unit_id.83078] of ValueMeaning (beginDate "2009-06-09") - (description "THz is an abbreviation for terahertz, which is a unit of frequency (1 THz = 10**12 hertz = one trillion hertz).") + (description "THz is an abbreviation for terahertz, which is a unit of frequency %281 THz = 10**12 hertz = one trillion hertz%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Gmass.pds.specified_unit_id.1375474215] of ValueMeaning @@ -115421,49 +115421,49 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Length.pds.unit_id.-781711787] of ValueMeaning (beginDate "2009-06-09") - (description "Angstrom, also known as angstrom, is a unit of length (10**10 angstrom = ten billion angstroms = 1 meter).") + (description "Angstrom, also known as angstrom, is a unit of length %2810**10 angstrom = ten billion angstroms = 1 meter%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Length.pds.unit_id.109] of ValueMeaning (beginDate "2009-06-09") - (description "m is an abbreviation for meter, which is a unit of length (an SI base unit).") + (description "m is an abbreviation for meter, which is a unit of length %28an SI base unit%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Length.pds.unit_id.1368065861] of ValueMeaning (beginDate "2009-06-09") - (description "micrometer, also known as micron, is a unit of length (10**6 micron = one million micrometers = 1 meter).") + (description "micrometer, also known as micron, is a unit of length %2810**6 micron = one million micrometers = 1 meter%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Length.pds.unit_id.2100] of ValueMeaning (beginDate "2009-06-09") - (description "AU is an abbreviation for astronomical unit, which is a unit of length (1 AU = 149,597,870,700 meters).") + (description "AU is an abbreviation for astronomical unit, which is a unit of length %281 AU = 149,597,870,700 meters%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Length.pds.unit_id.3178] of ValueMeaning (beginDate "2009-06-09") - (description "cm is an abbreviation for centimeter, which is a unit of length (100 cm = one hundred centimeters = 1 meter).") + (description "cm is an abbreviation for centimeter, which is a unit of length %28100 cm = one hundred centimeters = 1 meter%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Length.pds.unit_id.3426] of ValueMeaning (beginDate "2009-06-09") - (description "km is an abbreviation for kilometer, which is a unit of length (1 km = 10**3 meters = one thousand meters).") + (description "km is an abbreviation for kilometer, which is a unit of length %281 km = 10**3 meters = one thousand meters%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Length.pds.unit_id.3488] of ValueMeaning (beginDate "2009-06-09") - (description "mm is an abbreviation for millimeter, which is a unit of length (10**3 mm = one thousand millimeters = 1 meter).") + (description "mm is an abbreviation for millimeter, which is a unit of length %2810**3 mm = one thousand millimeters = 1 meter%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Length.pds.unit_id.3519] of ValueMeaning (beginDate "2009-06-09") - (description "nm is an abbreviation for nanometer, which is a unit of length (10**9 nm = one billion nanometers = 1 meter).") + (description "nm is an abbreviation for nanometer, which is a unit of length %2810**9 nm = one billion nanometers = 1 meter%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Map_Scale.pds.specified_unit_id.-140902147] of ValueMeaning @@ -115517,13 +115517,13 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Mass.pds.unit_id.103] of ValueMeaning (beginDate "2009-06-09") - (description "g is an abbreviation for gram, which is a unit of mass (1000 grams = one thousand grams = 1 kg).") + (description "g is an abbreviation for gram, which is a unit of mass %281000 grams = one thousand grams = 1 kg%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Mass.pds.unit_id.3420] of ValueMeaning (beginDate "2009-06-09") - (description "kg is an abbreviation for kilogram, which is a unit of mass (an SI base unit).") + (description "kg is an abbreviation for kilogram, which is a unit of mass %28an SI base unit%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Mass_Density.pds.specified_unit_id.-825856967] of ValueMeaning @@ -115541,13 +115541,13 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Mass_Density.pds.unit_id.-1636113759] of ValueMeaning (beginDate "2009-06-09") - (description "g/cm**3 is an abbreviation for gram per cubic centimeter, which is a unit of mass density.") + (description "g%2Fcm**3 is an abbreviation for gram per cubic centimeter, which is a unit of mass density.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Mass_Density.pds.unit_id.-825856967] of ValueMeaning (beginDate "2009-06-09") - (description "kg/m**3 is an abbreviation for kilogram per cubic meter, which is a unit of mass density (kilogram and meter are both SI base units).") + (description "kg%2Fm**3 is an abbreviation for kilogram per cubic meter, which is a unit of mass density %28kilogram and meter are both SI base units%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Misc.pds.specified_unit_id.2186] of ValueMeaning @@ -115565,7 +115565,7 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Misc.pds.unit_id.-2044572699] of ValueMeaning (beginDate "2009-06-09") - (description "W/m**2/sr/nm/(DN/s) is an abbreviation for watts per square meter per steradian per nanometer per (data number per second).") + (description "W%2Fm**2%2Fsr%2Fnm%2F%28DN%2Fs%29 is an abbreviation for watts per square meter per steradian per nanometer per %28data number per second%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Misc.pds.unit_id.-530839855] of ValueMeaning @@ -115577,7 +115577,7 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Misc.pds.unit_id.104883184] of ValueMeaning (beginDate "2009-06-09") - (description "nm/mm is an abbreviation for nanometer per millimeter.") + (description "nm%2Fmm is an abbreviation for nanometer per millimeter.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Misc.pds.unit_id.106680966] of ValueMeaning @@ -115595,7 +115595,7 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Misc.pds.unit_id.963944407] of ValueMeaning (beginDate "2009-06-09") - (description "electron/DN is an abbreviation for electrons per data number.") + (description "electron%2FDN is an abbreviation for electrons per data number.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_None.pds.specified_unit_id.3387192] of ValueMeaning @@ -115649,31 +115649,31 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Pixel_Resolution_Angular.pds.unit_id.-2050785475] of ValueMeaning (beginDate "2009-06-09") - (description "deg/pixel is an abbreviation for degree per pixel, which is a unit of angular pixel resolution (1 degree = pi/180 radians, so that a full circle comprises 360 degrees).") + (description "deg%2Fpixel is an abbreviation for degree per pixel, which is a unit of angular pixel resolution %281 degree = pi%2F180 radians, so that a full circle comprises 360 degrees%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Pixel_Resolution_Angular.pds.unit_id.-2108414696] of ValueMeaning (beginDate "2009-06-09") - (description "radian/pixel is an abbreviation for radian per pixel, which is a unit of angular pixel resolution (radian is a SI base unit, such that a full circle comprises 2*pi radians).") + (description "radian%2Fpixel is an abbreviation for radian per pixel, which is a unit of angular pixel resolution %28radian is a SI base unit, such that a full circle comprises 2*pi radians%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Pixel_Resolution_Angular.pds.unit_id.-61259280] of ValueMeaning (beginDate "2009-06-09") - (description "HA/pixel is an abbreviation for hour angle per pixel, which is a unit of angular pixel resolution (1 hour of angle = 15 degrees, so that a full circle comprises 24 hours).") + (description "HA%2Fpixel is an abbreviation for hour angle per pixel, which is a unit of angular pixel resolution %281 hour of angle = 15 degrees, so that a full circle comprises 24 hours%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Pixel_Resolution_Angular.pds.unit_id.1720669759] of ValueMeaning (beginDate "2009-06-09") - (description "mrad/pixel is an abbreviation for milliradian per pixel, which is a unit of angular pixel resolution (1000 mrad = one thousand milliradians = 1 radian).") + (description "mrad%2Fpixel is an abbreviation for milliradian per pixel, which is a unit of angular pixel resolution %281000 mrad = one thousand milliradians = 1 radian%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Pixel_Resolution_Angular.pds.unit_id.314250550] of ValueMeaning (beginDate "2009-06-09") - (description "arcsec/pixel is an abbreviation for arcsecond per pixel, which is a unit of angular pixel resolution (3600 arcsec = 1 degree).") + (description "arcsec%2Fpixel is an abbreviation for arcsecond per pixel, which is a unit of angular pixel resolution %283600 arcsec = 1 degree%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Pixel_Resolution_Linear.pds.specified_unit_id.1203016601] of ValueMeaning @@ -115691,19 +115691,19 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Pixel_Resolution_Linear.pds.unit_id.-594095516] of ValueMeaning (beginDate "2009-06-09") - (description "m/pixel is an abbreviation for meter per pixel, which is a unit of linear pixel resolution (meter is an SI base unit).") + (description "m%2Fpixel is an abbreviation for meter per pixel, which is a unit of linear pixel resolution %28meter is an SI base unit%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Pixel_Resolution_Linear.pds.unit_id.1203016601] of ValueMeaning (beginDate "2009-06-09") - (description "km/pixel is an abbreviation for kilometer per pixel, which is a unit of linear pixel resolution (1 km = 10**3 m = one thousand meters).") + (description "km%2Fpixel is an abbreviation for kilometer per pixel, which is a unit of linear pixel resolution %281 km = 10**3 m = one thousand meters%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Pixel_Resolution_Linear.pds.unit_id.393669975] of ValueMeaning (beginDate "2009-06-09") - (description "mm/pixel is an abbreviation for millimeter per pixel, which is a unit of linear pixel resolution (10**3 mm = one thousand millimeters = 1 meter).") + (description "mm%2Fpixel is an abbreviation for millimeter per pixel, which is a unit of linear pixel resolution %2810**3 mm = one thousand millimeters = 1 meter%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Pixel_Resolution_Map.pds.specified_unit_id.1203016601] of ValueMeaning @@ -115721,25 +115721,25 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Pixel_Resolution_Map.pds.unit_id.-2050785475] of ValueMeaning (beginDate "2009-06-09") - (description "deg/pixel is an abbreviation for degree per pixel, which is a unit of map pixel resolution (“deg” is interpreted as a surface distance measured in degrees of latitude or longitude).") + (description "deg%2Fpixel is an abbreviation for degree per pixel, which is a unit of map pixel resolution %28“deg” is interpreted as a surface distance measured in degrees of latitude or longitude%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Pixel_Resolution_Map.pds.unit_id.-594095516] of ValueMeaning (beginDate "2009-06-09") - (description "m/pixel is an abbreviation for meter per pixel, which is a unit of map pixel resolution (meter is an SI base unit of length).") + (description "m%2Fpixel is an abbreviation for meter per pixel, which is a unit of map pixel resolution %28meter is an SI base unit of length%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Pixel_Resolution_Map.pds.unit_id.1203016601] of ValueMeaning (beginDate "2009-06-09") - (description "km/pixel is an abbreviation for kilometer per pixel, which is a unit of map pixel resolution (1 km = 10**3 m = one thousand meters).") + (description "km%2Fpixel is an abbreviation for kilometer per pixel, which is a unit of map pixel resolution %281 km = 10**3 m = one thousand meters%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Pixel_Resolution_Map.pds.unit_id.393669975] of ValueMeaning (beginDate "2009-06-09") - (description "mm/pixel is an abbreviation for millimeter per pixel, which is a unit of map pixel resolution (10**3 mm = one thousand millimeters = 1 meter).") + (description "mm%2Fpixel is an abbreviation for millimeter per pixel, which is a unit of map pixel resolution %2810**3 mm = one thousand millimeters = 1 meter%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Pixel_Scale_Angular.pds.specified_unit_id.-140902147] of ValueMeaning @@ -115757,19 +115757,19 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Pixel_Scale_Angular.pds.unit_id.-1035684406] of ValueMeaning (beginDate "2009-06-09") - (description "pixel/radian is an abbreviation for pixel per radian, which is a unit of angular pixel scale (a full circle comprises 2*pi radians).") + (description "pixel%2Fradian is an abbreviation for pixel per radian, which is a unit of angular pixel scale %28a full circle comprises 2*pi radians%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Pixel_Scale_Angular.pds.unit_id.-140902147] of ValueMeaning (beginDate "2009-06-09") - (description "pixel/deg is an abbreviation for pixel per degree, which is a unit of angular pixel scale (1 degree = pi/180 radians, so that a full circle comprises 360 degrees).") + (description "pixel%2Fdeg is an abbreviation for pixel per degree, which is a unit of angular pixel scale %281 degree = pi%2F180 radians, so that a full circle comprises 360 degrees%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Pixel_Scale_Angular.pds.unit_id.-1506700184] of ValueMeaning (beginDate "2009-06-09") - (description "pixel/arcsec is an abbreviation for pixel per arcsecond, which is a unit of angular pixel scale (3600 arcsec = 1 degree).") + (description "pixel%2Farcsec is an abbreviation for pixel per arcsecond, which is a unit of angular pixel scale %283600 arcsec = 1 degree%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Pixel_Scale_Linear.pds.specified_unit_id.-143092341] of ValueMeaning @@ -115787,19 +115787,19 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Pixel_Scale_Linear.pds.unit_id.-143092279] of ValueMeaning (beginDate "2009-06-09") - (description "pixel/mm is an abbreviation for pixel per millimeter, which is a unit of linear pixel scale (10**3 mm = one thousand millimeters = 1 meter).") + (description "pixel%2Fmm is an abbreviation for pixel per millimeter, which is a unit of linear pixel scale %2810**3 mm = one thousand millimeters = 1 meter%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Pixel_Scale_Linear.pds.unit_id.-143092341] of ValueMeaning (beginDate "2009-06-09") - (description "pixel/km is an abbreviation for pixel per kilometer, which is a unit of linear pixel scale (1 km = 10**3 m = one thousand meters).") + (description "pixel%2Fkm is an abbreviation for pixel per kilometer, which is a unit of linear pixel scale %281 km = 10**3 m = one thousand meters%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Pixel_Scale_Linear.pds.unit_id.-558805212] of ValueMeaning (beginDate "2009-06-09") - (description "pixel/m is an abbreviation for pixel per meter, which is a unit of linear pixel scale (meter is an SI base unit).") + (description "pixel%2Fm is an abbreviation for pixel per meter, which is a unit of linear pixel scale %28meter is an SI base unit%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Pixel_Scale_Map.pds.specified_unit_id.-140902147] of ValueMeaning @@ -115817,7 +115817,7 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Pixel_Scale_Map.pds.unit_id.-140902147] of ValueMeaning (beginDate "2009-06-09") - (description "pixel/deg is an abbreviation for pixel per degree, which is a unit of map pixel scale (“deg” is interpreted as a surface distance measured in degrees of latitude or longitude).") + (description "pixel%2Fdeg is an abbreviation for pixel per degree, which is a unit of map pixel scale %28“deg” is interpreted as a surface distance measured in degrees of latitude or longitude%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Power.pds.specified_unit_id.87] of ValueMeaning @@ -115835,133 +115835,133 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Power.pds.unit_id.-1074357741] of ValueMeaning (beginDate "2009-06-09") - (description "microW is an abbreviation for microwatt, which is a unit of power (10**6 microW = one million microwatts = 1 W).") + (description "microW is an abbreviation for microwatt, which is a unit of power %2810**6 microW = one million microwatts = 1 W%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Power.pds.unit_id.2226] of ValueMeaning (beginDate "2009-06-09") - (description "EW is an abbreviation for exawatt, which is a unit of power (1 EW = 10**18 W = one million trillion watts).") + (description "EW is an abbreviation for exawatt, which is a unit of power %281 EW = 10**18 W = one million trillion watts%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Power.pds.unit_id.2288] of ValueMeaning (beginDate "2009-06-09") - (description "GW is an abbreviation for gigawatt, which is a unit of power (1 GW = 10**9 W = one billion watts).") + (description "GW is an abbreviation for gigawatt, which is a unit of power %281 GW = 10**9 W = one billion watts%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Power.pds.unit_id.2474] of ValueMeaning (beginDate "2009-06-09") - (description "MW is an abbreviation for megawatt, which is a unit of power (1 MW = 10**6 W = one million watts).") + (description "MW is an abbreviation for megawatt, which is a unit of power %281 MW = 10**6 W = one million watts%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Power.pds.unit_id.2567] of ValueMeaning (beginDate "2009-06-09") - (description "PW is an abbreviation for petawatt, which is a unit of power (1 PW = 10**15 W = one thousand trillion watts).") + (description "PW is an abbreviation for petawatt, which is a unit of power %281 PW = 10**15 W = one thousand trillion watts%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Power.pds.unit_id.2691] of ValueMeaning (beginDate "2009-06-09") - (description "TW is an abbreviation for terawatt, which is a unit of power (1 TW = 10**12 W = one trillion watts).") + (description "TW is an abbreviation for terawatt, which is a unit of power %281 TW = 10**12 W = one trillion watts%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Power.pds.unit_id.2846] of ValueMeaning (beginDate "2009-06-09") - (description "YW is an abbreviation for yottawatt, which is a unit of power (1 YW = 10**24 W = one trillion trillion watts).") + (description "YW is an abbreviation for yottawatt, which is a unit of power %281 YW = 10**24 W = one trillion trillion watts%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Power.pds.unit_id.2877] of ValueMeaning (beginDate "2009-06-09") - (description "ZW is an abbreviation for zettawatt, which is a unit of power (1 ZW = 10**21 W = one billion trillion watts).") + (description "ZW is an abbreviation for zettawatt, which is a unit of power %281 ZW = 10**21 W = one billion trillion watts%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Power.pds.unit_id.3094] of ValueMeaning (beginDate "2009-06-09") - (description "aW is an abbreviation for attowatt, which is a unit of power (10**18 aW = one million trillion attowatts = 1 W).") + (description "aW is an abbreviation for attowatt, which is a unit of power %2810**18 aW = one million trillion attowatts = 1 W%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Power.pds.unit_id.3156] of ValueMeaning (beginDate "2009-06-09") - (description "cW is an abbreviation for centiwatt, which is a unit of power (100 cW = one hundred centiwatts = 1 W).") + (description "cW is an abbreviation for centiwatt, which is a unit of power %28100 cW = one hundred centiwatts = 1 W%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Power.pds.unit_id.3187] of ValueMeaning (beginDate "2009-06-09") - (description "dW is an abbreviation for deciwatt, which is a unit of power (10 dW = ten deciwatts = 1 W).") + (description "dW is an abbreviation for deciwatt, which is a unit of power %2810 dW = ten deciwatts = 1 W%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Power.pds.unit_id.3249] of ValueMeaning (beginDate "2009-06-09") - (description "fW is an abbreviation for femtowatt, which is a unit of power (10**15 fW = one thousand trillion femtowatts = 1 W).") + (description "fW is an abbreviation for femtowatt, which is a unit of power %2810**15 fW = one thousand trillion femtowatts = 1 W%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Power.pds.unit_id.3311] of ValueMeaning (beginDate "2009-06-09") - (description "hW is an abbreviation for hectowatt, which is a unit of power (1 hW = 100 W = one hundred watts).") + (description "hW is an abbreviation for hectowatt, which is a unit of power %281 hW = 100 W = one hundred watts%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Power.pds.unit_id.3404] of ValueMeaning (beginDate "2009-06-09") - (description "kW is an abbreviation for kilowatt, which is a unit of power (1 kW = 10**3 W = one thousand watts).") + (description "kW is an abbreviation for kilowatt, which is a unit of power %281 kW = 10**3 W = one thousand watts%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Power.pds.unit_id.3466] of ValueMeaning (beginDate "2009-06-09") - (description "mW is an abbreviation for milliwatt, which is a unit of power (10**3 mW = one thousand milliwatts = 1 W).") + (description "mW is an abbreviation for milliwatt, which is a unit of power %2810**3 mW = one thousand milliwatts = 1 W%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Power.pds.unit_id.3497] of ValueMeaning (beginDate "2009-06-09") - (description "nW is an abbreviation for nanowatt, which is a unit of power (10**9 nW = one billion nanowatts = 1 W).") + (description "nW is an abbreviation for nanowatt, which is a unit of power %2810**9 nW = one billion nanowatts = 1 W%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Power.pds.unit_id.3559] of ValueMeaning (beginDate "2009-06-09") - (description "pW is an abbreviation for picowatt, which is a unit of power (10**12 pW = one trillion picowatts = 1 W).") + (description "pW is an abbreviation for picowatt, which is a unit of power %2810**12 pW = one trillion picowatts = 1 W%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Power.pds.unit_id.3838] of ValueMeaning (beginDate "2009-06-09") - (description "yW is an abbreviation for yoctowatt, which is a unit of power (10**24 yW = one trillion trillion yoctowatts = 1 W).") + (description "yW is an abbreviation for yoctowatt, which is a unit of power %2810**24 yW = one trillion trillion yoctowatts = 1 W%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Power.pds.unit_id.3869] of ValueMeaning (beginDate "2009-06-09") - (description "zW is an abbreviation for zeptowatt, which is a unit of power (10**21 zW = one billion trillion zeptowatts = 1 W).") + (description "zW is an abbreviation for zeptowatt, which is a unit of power %2810**21 zW = one billion trillion zeptowatts = 1 W%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Power.pds.unit_id.87] of ValueMeaning (beginDate "2009-06-09") - (description "W is an abbreviation for watt, which is a unit of power (in terms of SI base units, 1 watt = 1 kilogram meter squared per second cubed = 1 kg m**2 / s**3).") + (description "W is an abbreviation for watt, which is a unit of power %28in terms of SI base units, 1 watt = 1 kilogram meter squared per second cubed = 1 kg m**2 %2F s**3%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Power.pds.unit_id.98255] of ValueMeaning (beginDate "2009-06-09") - (description "dBm is an abbreviation for decibels relative to one milliwatt, which is a unit of power that is on a logarithmic scale. If x is the power in milliwatts (mW), then the power in dBm is given by 10*log10(x). To give two examples, 0 dBm corresponds to 1 mW, and 30 dBm corresponds to 1 W.") + (description "dBm is an abbreviation for decibels relative to one milliwatt, which is a unit of power that is on a logarithmic scale. If x is the power in milliwatts %28mW%29, then the power in dBm is given by 10*log10%28x%29. To give two examples, 0 dBm corresponds to 1 mW, and 30 dBm corresponds to 1 W.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Power.pds.unit_id.99194] of ValueMeaning (beginDate "2009-06-09") - (description "daW is an abbreviation for dekawatt, which is a unit of power (1 daW = 10 W = ten watts).") + (description "daW is an abbreviation for dekawatt, which is a unit of power %281 daW = 10 W = ten watts%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Pressure.pds.specified_unit_id.97299] of ValueMeaning @@ -115979,25 +115979,25 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Pressure.pds.unit_id.102521] of ValueMeaning (beginDate "2009-06-09") - (description "hPa is an abbreviation for hectopascal, which is a unit of pressure (1 hPa = 100 Pa = one hundred pascals).") + (description "hPa is an abbreviation for hectopascal, which is a unit of pressure %281 hPa = 100 Pa = one hundred pascals%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Pressure.pds.unit_id.2577] of ValueMeaning (beginDate "2009-06-09") - (description "Pa is an abbreviation for pascal, which is a unit of pressure (in terms of SI base units, 1 pascal = 1 kilogram per meter per second squared = 1 kg / m / s**2).") + (description "Pa is an abbreviation for pascal, which is a unit of pressure %28in terms of SI base units, 1 pascal = 1 kilogram per meter per second squared = 1 kg %2F m %2F s**2%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Pressure.pds.unit_id.3344518] of ValueMeaning (beginDate "2009-06-09") - (description "mbar is an abbreviation for millibar, which is a unit of pressure (1 mbar = 100 Pa = one hundred pascals).") + (description "mbar is an abbreviation for millibar, which is a unit of pressure %281 mbar = 100 Pa = one hundred pascals%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Pressure.pds.unit_id.97299] of ValueMeaning (beginDate "2009-06-09") - (description "bar, a unit of pressure (1 bar = 10**5 Pa = one hundred thousand pascals).") + (description "bar, a unit of pressure %281 bar = 10**5 Pa = one hundred thousand pascals%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Radiance.pds.specified_unit_id.-787700075] of ValueMeaning @@ -116015,7 +116015,7 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Radiance.pds.unit_id.-787700075] of ValueMeaning (beginDate "2009-06-09") - (description "W/(m**2*sr) is an abbreviation for watts per square meter per steradian, which is a unit of radiance (power per unit area per unit solid angle).") + (description "W%2F%28m**2*sr%29 is an abbreviation for watts per square meter per steradian, which is a unit of radiance %28power per unit area per unit solid angle%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Radiance.pds.unit_id.2121491342] of ValueMeaning @@ -116039,13 +116039,13 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Rates.pds.unit_id.-1018730052] of ValueMeaning (beginDate "2009-06-09") - (description "counts/bin is an abbreviation for counts per bin.") + (description "counts%2Fbin is an abbreviation for counts per bin.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Rates.pds.unit_id.1523544139] of ValueMeaning (beginDate "2009-06-09") - (description "kilobits/s is an abbreviation for kilobits per second.") + (description "kilobits%2Fs is an abbreviation for kilobits per second.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Solid_Angle.pds.specified_unit_id.3679] of ValueMeaning @@ -116063,7 +116063,7 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Solid_Angle.pds.unit_id.3679] of ValueMeaning (beginDate "2009-06-09") - (description "sr is an abbreviation for steradian, which is a unit of solid angle (1 steradian = 1 square radian, such that a full sphere comprises 4*pi steradians).") + (description "sr is an abbreviation for steradian, which is a unit of solid angle %281 steradian = 1 square radian, such that a full sphere comprises 4*pi steradians%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Spectral_Irradiance.pds.specified_unit_id.-1757536738] of ValueMeaning @@ -116081,7 +116081,7 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Spectral_Irradiance.pds.unit_id.-1757536738] of ValueMeaning (beginDate "2009-06-09") - (description "W/m**3 is an abbreviation for watts per square meter per meter, which is a unit of spectral irradiance (power per unit area per unit wavelength).") + (description "W%2Fm**3 is an abbreviation for watts per square meter per meter, which is a unit of spectral irradiance %28power per unit area per unit wavelength%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Spectral_Irradiance.pds.unit_id.-1979571185] of ValueMeaning @@ -116093,19 +116093,19 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Spectral_Irradiance.pds.unit_id.1069561036] of ValueMeaning (beginDate "2009-06-09") - (description "μW/cm**2/μm is an abbreviation for microwatts per square centimeter per micrometer, which is a unit of spectral irradiance (power per unit area per unit wavelength).") + (description "μW%2Fcm**2%2Fμm is an abbreviation for microwatts per square centimeter per micrometer, which is a unit of spectral irradiance %28power per unit area per unit wavelength%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Spectral_Irradiance.pds.unit_id.1169361508] of ValueMeaning (beginDate "2009-06-09") - (description "W/m**2/Hz is an abbreviation for watts per square meter per hertz, which is a unit of spectral irradiance (power per unit area per unit frequency).") + (description "W%2Fm**2%2FHz is an abbreviation for watts per square meter per hertz, which is a unit of spectral irradiance %28power per unit area per unit frequency%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Spectral_Irradiance.pds.unit_id.1169362673] of ValueMeaning (beginDate "2009-06-09") - (description "W/m**2/nm is an abbreviation for watts per square meter per nanometer, which is a unit of spectral irradiance (power per unit area per unit wavelength).") + (description "W%2Fm**2%2Fnm is an abbreviation for watts per square meter per nanometer, which is a unit of spectral irradiance %28power per unit area per unit wavelength%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Spectral_Irradiance.pds.unit_id.1207790080] of ValueMeaning @@ -116147,7 +116147,7 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Spectral_Radiance.pds.unit_id.-1846002842] of ValueMeaning (beginDate "2009-06-09") - (description "μW/cm**2/sr/μm is an abbreviation for microwatts per square centimeter per steradian per micrometer, which is a unit of spectral radiance (power per unit area per unit solid angle per unit wavelength).") + (description "μW%2Fcm**2%2Fsr%2Fμm is an abbreviation for microwatts per square centimeter per steradian per micrometer, which is a unit of spectral radiance %28power per unit area per unit solid angle per unit wavelength%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Spectral_Radiance.pds.unit_id.-430665619] of ValueMeaning @@ -116165,7 +116165,7 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Spectral_Radiance.pds.unit_id.1169392624] of ValueMeaning (beginDate "2009-06-09") - (description "W/m**3/sr is an abbreviation for watts per square meter per steradian per meter, which is a unit of spectral radiance (power per unit area per unit solid angle per unit wavelength).") + (description "W%2Fm**3%2Fsr is an abbreviation for watts per square meter per steradian per meter, which is a unit of spectral radiance %28power per unit area per unit solid angle per unit wavelength%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Spectral_Radiance.pds.unit_id.217885311] of ValueMeaning @@ -116189,19 +116189,19 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Spectral_Radiance.pds.unit_id.8467568] of ValueMeaning (beginDate "2009-06-09") - (description "W/m**2/sr/Hz is an abbreviation for watts per square meter per steradian per hertz, which is a unit of spectral radiance (power per unit area per unit solid angle per unit frequency).") + (description "W%2Fm**2%2Fsr%2FHz is an abbreviation for watts per square meter per steradian per hertz, which is a unit of spectral radiance %28power per unit area per unit solid angle per unit frequency%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Spectral_Radiance.pds.unit_id.8468733] of ValueMeaning (beginDate "2009-06-09") - (description "W/m**2/sr/nm is an abbreviation for watts per square meter per steradian per nanometer, which is a unit of spectral radiance (power per unit area per unit solid angle per unit wavelength).") + (description "W%2Fm**2%2Fsr%2Fnm is an abbreviation for watts per square meter per steradian per nanometer, which is a unit of spectral radiance %28power per unit area per unit solid angle per unit wavelength%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Spectral_Radiance.pds.unit_id.8494959] of ValueMeaning (beginDate "2009-06-09") - (description "W/cm**2/sr/μm is an abbreviation for watts per square centimeter per steradian per micrometer, which is a unit of spectral radiance (power per unit area per unit solid angle per unit wavelength).") + (description "W%2Fcm**2%2Fsr%2Fμm is an abbreviation for watts per square centimeter per steradian per micrometer, which is a unit of spectral radiance %28power per unit area per unit solid angle per unit wavelength%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Storage.pds.specified_unit_id.3039496] of ValueMeaning @@ -116237,13 +116237,13 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Temperature.pds.unit_id.3079421] of ValueMeaning (beginDate "2009-06-09") - (description "degC is an abbreviation for degrees Celsius, also known as degrees centigrade, which is a unit of temperature (the temperature in degC is exactly 273.15 plus the temperature in K)") + (description "degC is an abbreviation for degrees Celsius, also known as degrees centigrade, which is a unit of temperature %28the temperature in degC is exactly 273.15 plus the temperature in K%29") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Temperature.pds.unit_id.75] of ValueMeaning (beginDate "2009-06-09") - (description "K is an abbreviation for kelvin, which is a unit of temperature (an SI base unit)") + (description "K is an abbreviation for kelvin, which is a unit of temperature %28an SI base unit%29") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Time.pds.specified_unit_id.115] of ValueMeaning @@ -116261,55 +116261,55 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Time.pds.unit_id.108114] of ValueMeaning (beginDate "2009-06-09") - (description "min is an abbreviation for minute, which is a unit of time (1 min = one minute = 60 seconds).") + (description "min is an abbreviation for minute, which is a unit of time %281 min = one minute = 60 seconds%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Time.pds.unit_id.115] of ValueMeaning (beginDate "2009-06-09") - (description "s is an abbreviation for second, which is a unit of time (an SI base unit)") + (description "s is an abbreviation for second, which is a unit of time %28an SI base unit%29") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Time.pds.unit_id.1465952059] of ValueMeaning (beginDate "2009-06-09") - (description "microseconds, a unit of time (10**6 microseconds = one million microseconds = 1 second).") + (description "microseconds, a unit of time %2810**6 microseconds = one million microseconds = 1 second%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Time.pds.unit_id.3338] of ValueMeaning (beginDate "2009-06-09") - (description "hr is an abbreviation for hour, which is a unit of time (1 hr = one hour = 60 minutes = 3,600 seconds).") + (description "hr is an abbreviation for hour, which is a unit of time %281 hr = one hour = 60 minutes = 3,600 seconds%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Time.pds.unit_id.3494] of ValueMeaning (beginDate "2009-06-09") - (description "ms is an abbreviation for millisecond, which is a unit of time (1000 milliseconds = one thousand milliseconds = 1 second).") + (description "ms is an abbreviation for millisecond, which is a unit of time %281000 milliseconds = one thousand milliseconds = 1 second%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Time.pds.unit_id.3525] of ValueMeaning (beginDate "2009-06-09") - (description "ns is an abbreviation for nanosecond, which is a unit of time (10**9 nanoseconds = one billion nanoseconds = 1 second).") + (description "ns is an abbreviation for nanosecond, which is a unit of time %2810**9 nanoseconds = one billion nanoseconds = 1 second%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Time.pds.unit_id.3865] of ValueMeaning (beginDate "2009-06-09") - (description "yr is an abbreviation for year, which is a unit of time (depending on the details of the definition, one year is approximately 365.2425 days)") + (description "yr is an abbreviation for year, which is a unit of time %28depending on the details of the definition, one year is approximately 365.2425 days%29") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Time.pds.unit_id.448858929] of ValueMeaning (beginDate "2009-06-09") - (description "julian day, a unit of time (1 day = 24 hours = 86,400 seconds). Usually, julian days are characterized by a continuous count from a starting date.") + (description "julian day, a unit of time %281 day = 24 hours = 86,400 seconds%29. Usually, julian days are characterized by a continuous count from a starting date.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Time.pds.unit_id.99228] of ValueMeaning (beginDate "2009-06-09") - (description "day, a unit of time (1 day = 24 hours = 86,400 seconds).") + (description "day, a unit of time %281 day = 24 hours = 86,400 seconds%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Velocity.pds.specified_unit_id.106321] of ValueMeaning @@ -116327,19 +116327,19 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Velocity.pds.unit_id.106321] of ValueMeaning (beginDate "2009-06-09") - (description "m/s is an abbreviation for meter per second, which is a unit of velocity (meter and second are both SI base units).") + (description "m%2Fs is an abbreviation for meter per second, which is a unit of velocity %28meter and second are both SI base units%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Velocity.pds.unit_id.3055630] of ValueMeaning (beginDate "2009-06-09") - (description "cm/s is an abbreviation for centimeter per second, which is a unit of velocity (100 cm = one hundred centimeters = 1 meter).") + (description "cm%2Fs is an abbreviation for centimeter per second, which is a unit of velocity %28100 cm = one hundred centimeters = 1 meter%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Velocity.pds.unit_id.3293958] of ValueMeaning (beginDate "2009-06-09") - (description "km/s is an abbreviation for kilometer per second, which is a unit of velocity (1 km = 10**3 m = one thousand meters).") + (description "km%2Fs is an abbreviation for kilometer per second, which is a unit of velocity %281 km = 10**3 m = one thousand meters%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Voltage.pds.specified_unit_id.86] of ValueMeaning @@ -116357,13 +116357,13 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Voltage.pds.unit_id.3465] of ValueMeaning (beginDate "2009-06-09") - (description "mV is an abbreviation for millivolt, which is a unit of voltage or electrical potential (10**3 mV = one thousand millivolts = 1 V).") + (description "mV is an abbreviation for millivolt, which is a unit of voltage or electrical potential %2810**3 mV = one thousand millivolts = 1 V%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Voltage.pds.unit_id.86] of ValueMeaning (beginDate "2009-06-09") - (description "V is an abbreviation for volt, which is a unit of voltage or electrical potential (in terms of SI base units, 1 volt = 1 kilogram meter squared per second cubed per ampere = 1 kg m**2 / s**3 / A, also equal to 1 joule per coulomb).") + (description "V is an abbreviation for volt, which is a unit of voltage or electrical potential %28in terms of SI base units, 1 volt = 1 kilogram meter squared per second cubed per ampere = 1 kg m**2 %2F s**3 %2F A, also equal to 1 joule per coulomb%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Volume.pds.specified_unit_id.76] of ValueMeaning @@ -116381,13 +116381,13 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Volume.pds.unit_id.3288934] of ValueMeaning (beginDate "2009-06-09") - (description "m**3 is an abbreviation for cubic meter, which is a unit of volume (meter is an SI base unit).") + (description "m**3 is an abbreviation for cubic meter, which is a unit of volume %28meter is an SI base unit%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Volume.pds.unit_id.76] of ValueMeaning (beginDate "2009-06-09") - (description "L is an abbreviation for liter, which is a unit of volume (1000 L = one thousand liters = 1 m**3).") + (description "L is an abbreviation for liter, which is a unit of volume %281000 L = one thousand liters = 1 m**3%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Wavenumber.pds.specified_unit_id.1508104] of ValueMeaning @@ -116423,19 +116423,19 @@ ([vm.0001_NASA_PDS_1.pds.Units_of_Wavenumber.pds.unit_id.1508104] of ValueMeaning (beginDate "2009-06-09") - (description "1/cm is an abbreviation for inverse centimeter, which is a unit of wavenumber (100 cm = one hundred centimeters = 1 meter).") + (description "1%2Fcm is an abbreviation for inverse centimeter, which is a unit of wavenumber %28100 cm = one hundred centimeters = 1 meter%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Wavenumber.pds.unit_id.1508445] of ValueMeaning (beginDate "2009-06-09") - (description "1/nm is an abbreviation for inverse nanometer, which is a unit of wavenumber (10**9 nm = one billion nanometers = 1 meter).") + (description "1%2Fnm is an abbreviation for inverse nanometer, which is a unit of wavenumber %2810**9 nm = one billion nanometers = 1 meter%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Units_of_Wavenumber.pds.unit_id.48655] of ValueMeaning (beginDate "2009-06-09") - (description "1/m is an abbreviation for inverse meter, which is a unit of wavenumber (meter is an SI base unit).") + (description "1%2Fm is an abbreviation for inverse meter, which is a unit of wavenumber %28meter is an SI base unit%29.") (endDate "2019-12-31")) ([vm.0001_NASA_PDS_1.pds.Update.pds.update_purpose.-1129761998] of ValueMeaning diff --git a/model-ontology/src/ontology/Data/dd11179.pont b/model-ontology/src/ontology/Data/dd11179.pont index d8be9350..c60f1768 100644 --- a/model-ontology/src/ontology/Data/dd11179.pont +++ b/model-ontology/src/ontology/Data/dd11179.pont @@ -1,4 +1,4 @@ -; Mon Sep 30 13:10:22 EDT 2024 +; Tue Nov 05 15:26:20 EST 2024 ; ;+ (version "3.5") ;+ (build "Build 663") diff --git a/model-ontology/src/ontology/Data/dd11179.pprj b/model-ontology/src/ontology/Data/dd11179.pprj index 08b7ef55..bf49b58d 100644 --- a/model-ontology/src/ontology/Data/dd11179.pprj +++ b/model-ontology/src/ontology/Data/dd11179.pprj @@ -1,4 +1,4 @@ -; Mon Sep 30 13:10:23 EDT 2024 +; Tue Nov 05 15:26:21 EST 2024 ; ;+ (version "3.5") ;+ (build "Build 663") @@ -20,9 +20,9 @@ ([BROWSER_SLOT_NAMES] of Property_List (properties - [dd11179_ProjectKB_Class226] - [dd11179_ProjectKB_Class227] - [dd11179_ProjectKB_Class228])) + [dd11179_ProjectKB_Class78] + [dd11179_ProjectKB_Class79] + [dd11179_ProjectKB_Class80])) ([CLSES_TAB] of Widget @@ -102,21 +102,6 @@ ([dd11179_ProjectKB_Class22] of Property_List ) -([dd11179_ProjectKB_Class226] of String - - (name ":INSTANCE-ANNOTATION") - (string_value "%3AANNOTATION-TEXT")) - -([dd11179_ProjectKB_Class227] of String - - (name ":PAL-CONSTRAINT") - (string_value "%3APAL-NAME")) - -([dd11179_ProjectKB_Class228] of String - - (name ":META-CLASS") - (string_value "%3ANAME")) - ([dd11179_ProjectKB_Class23] of Widget (is_hidden TRUE) @@ -375,9 +360,24 @@ ([dd11179_ProjectKB_Class74] of Property_List ) +([dd11179_ProjectKB_Class78] of String + + (name ":INSTANCE-ANNOTATION") + (string_value "%3AANNOTATION-TEXT")) + +([dd11179_ProjectKB_Class79] of String + + (name ":PAL-CONSTRAINT") + (string_value "%3APAL-NAME")) + ([dd11179_ProjectKB_Class8] of Property_List ) +([dd11179_ProjectKB_Class80] of String + + (name ":META-CLASS") + (string_value "%3ANAME")) + ([dd11179_ProjectKB_Class9] of Widget (is_hidden TRUE) @@ -522,7 +522,7 @@ (name "instances_file_name") (string_value "dd11179.pins")) -([KB_479305_Class0] of Map +([KB_387226_Class0] of Map ) ([KB_860773_Class0] of Map