gatemezing / Ontology_Workflow_Testing

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

/ORGS does not yet contain data from CompanyCodes #5

Open Certiman opened 6 months ago

Certiman commented 6 months ago

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

    {
      "compCode": "0014", # defines the ?s node of the org
      "orgShortName": "CWL", # foaf:nick (xsd:String),
      "orgName": "Compagnie des Wagons-Lits", # foaf:name (xsd:String),

# location data is limited to lorg with one property
      "country": "France", # locn:adminUnitL1

# Administrative info on the version
      "dateAdded": "15-11-2011",
      "dateModified": "29-10-2013",
      "validFromDate": "01-06-1999",
      "validEndDate": "",

# Convert into orole:RailwayUndertaking or orole:InfrastructureManager
# For "Other Companies", extra roles may need to be foreseen.
      "Freight": false, # 
      "Passenger": true,
      "Infrastructure": false,
      "Other Company": false,
      "url": "https://www.cwl-services.com/"
    },

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