gatemezing / Ontology_Workflow_Testing

Verified Permissions ontology
Apache License 2.0
1 stars 0 forks source link

/ORGS does not yet contain data from OrganisationCodes #4

Open Certiman opened 7 months ago

Certiman commented 7 months ago

TELEREF allows downloading the XLS OrganisationCodes_2024MMDD_HHMM. This file has been converted into orgCodes.json and can be used for enriching the dataset /ORGS. The structure of JSON in this file is as follows:

  {
    "orgName": "SBM Tranche 3 GmbH", # foaf:name (xsd:String),
    "orgAbbreviation": "", # foaf:nick (xsd:String),
    "orgRoles": "Railway Vehicle Owner", # era:role orole:<orgCode>-<ROLE>,

# move into lorg:<orgCode>-<Version>
# era:branchCode "DE-82049-6" is generated from these literals.
    "address": "Emil-Riedl-Weg 6",
    "postalCode": "82049",
    "city": "Pullach i. Isartal",
    "country": "Germany",
    "phoneNumber": "+49 89 5120 0", # to be defined
    "email": "info@lhi.de", # to be defined
    "url": "https://www.lhi.de", # to be defined

# determines the version of this orgCode.
    "orgCodeAllocationDate": "31/08/2023 00:00", # dcterms:issued
    "orgCode": "LLJB" # defines the ?s node of the org
  },

This issue can trace the conversion into /ORGS of OrganisationCodes from TELEREF.