The Property Graph metadata file (property-graph-input-versions-metadata.txt) provides information about which Precisely products are used to create specific relationship classes in Property Graph and indicates the versions of these products.
If a Property Graph user has versions of Precisely products that are different from the ones listed in the metadata file, the IDs specified in Property Graph relationships may not be found in the user's data and relationships between the user's products won't be in the Property Graph data.
As an example, the metadata file will report the versions of Master Location Data (MLD) and Address Fabric™ Data that were used to assign the PreciselyID (unique and persistent identifier for an addressable location). If the client platform uses a different version of either MLD or Address Fabric™ Data, it is possible that there will be PreciselyIDs (PBKEY values) that will not be found in Property Graph.
The following illustration shows an entry from the metadata file. Note: Values shown below are for illustrative purposes only and do not reflect values from the current product version.
"classes": [
{
"file_name": "Property_Graph_USA_CLASS1.txt",
"relationship-class-name": "ADDRESS AND PARCEL BOUNDARY",
"relationship-class-value": 1,
"primary-key-data": [
{
"product-name": "MASTER LOCATION DATA USA",
"product-vintage": "2024.05.0"
}
{
"product-name": "ADDRESS FABRIC USA",
"product-vintage": "2024.06.0"
}
],
"secondary-key-data": [
{
"product-name": "PARCEL BOUNDARIES USA",
"product-vintage": "2024.05.0"
}
]
}.
This entry contains the following information:
- File name (Property_Graph_USA_CLASS1.txt)
- Relationship class name (Address and Parcel Boundary)
- Relationship class value (1)
- Name of products from which primary key relationship is derived (Master Location Data and Address Fabric™ Data)
- Version of primary key products used in this release of Property Graph (2024.05.0 and 2024.06.0)
- Name of product from which secondary key for this relationship was derived (Parcel Boundaries)
- Version of secondary key product used in this release of Property Graph (2024.05.0)