├── README.md ├── ontologies ├── README.md ├── SCOBE.owl ├── SCOME.owl ├── SCONTO │ ├── SCOBE │ │ └── Full │ │ │ └── 0.1 │ │ │ ├── Assessable_Attribute.json │ │ │ ├── Benchmark │ │ │ ├── Benchmark.json │ │ │ ├── Reference_Practice.json │ │ │ └── Reference_Value.json │ │ │ ├── Benchmarking_Group.json │ │ │ ├── Benchmarking_Membership_Property.json │ │ │ ├── Benchmarking_Project.json │ │ │ ├── Benchmarking_Transformation_Rule.json │ │ │ ├── Control_Parameter.json │ │ │ ├── Group_Evaluation_Criterion │ │ │ ├── Atomic_Criterion.json │ │ │ ├── Composite_Criterion.json │ │ │ └── Group_Evaluation_Criterion.json │ │ │ ├── Group_Evaluation_Result │ │ │ ├── Group_Evaluation_Result.json │ │ │ ├── Range_Result │ │ │ │ ├── Group_Inferior_Range.json │ │ │ │ ├── Group_Standard_Range.json │ │ │ │ ├── Group_Superior_Range.json │ │ │ │ └── Range_Result.json │ │ │ └── Single_Result │ │ │ │ ├── Group_Best_Value_Result.json │ │ │ │ ├── Group_Mean_Value_Result.json │ │ │ │ └── Single_Result.json │ │ │ ├── Market.json │ │ │ ├── Measure.json │ │ │ ├── Membership_Property_Value.json │ │ │ ├── Performance_Attribute.json │ │ │ ├── Reference_Group.json │ │ │ ├── Resource_Role.json │ │ │ ├── SC_Entity.json │ │ │ ├── SC_Performance_Concept.json │ │ │ ├── SC_Performance_Dimension.json │ │ │ ├── SC_Performance_Evaluation_System.json │ │ │ ├── Scale_Type.json │ │ │ ├── Secondary_Attribute.json │ │ │ ├── Temporal_Relationship.json │ │ │ ├── Transformed_Measure.json │ │ │ ├── Unit_Of_Measure.json │ │ │ ├── Utilization.json │ │ │ └── Value_Scale.json │ ├── SCOME │ │ └── Full │ │ │ └── 0.1 │ │ │ ├── Assessable_Attribute │ │ │ ├── Assessable_Attribute.json │ │ │ ├── Performance_Attribute.json │ │ │ └── Secondary_Attribute.json │ │ │ ├── Control_Parameter │ │ │ ├── Allowed_Values.json │ │ │ ├── Control_Parameter.json │ │ │ └── Target_Value.json │ │ │ ├── Creation │ │ │ ├── Creation.json │ │ │ └── Measure_Creation.json │ │ │ ├── Information_Resource │ │ │ ├── Information_Resource.json │ │ │ └── Performance_Information │ │ │ │ ├── Measure.json │ │ │ │ ├── Metric │ │ │ │ ├── Atomic_Metric.json │ │ │ │ ├── Composite_Metric.json │ │ │ │ └── Metric.json │ │ │ │ └── Performance_Information.json │ │ │ ├── Input │ │ │ ├── Input.json │ │ │ ├── Measure_Input.json │ │ │ └── Metric_Input.json │ │ │ ├── Market.json │ │ │ ├── Output │ │ │ ├── Measure_Output.json │ │ │ └── Output.json │ │ │ ├── Resource_Role.json │ │ │ ├── SC_Entity.json │ │ │ ├── SC_Performance_Concept │ │ │ ├── Benefit_Equity.json │ │ │ ├── Contribution_Equity.json │ │ │ ├── SC_Agility.json │ │ │ ├── SC_Assets.json │ │ │ ├── SC_Cost.json │ │ │ ├── SC_Performance_Concept.json │ │ │ ├── SC_Reliability.json │ │ │ └── SC_Responsiveness.json │ │ │ ├── SC_Performance_Dimension │ │ │ ├── SC_Customer_Facing.json │ │ │ ├── SC_Equity_Facing.json │ │ │ ├── SC_Internal_Facing.json │ │ │ └── SC_Performance_Dimension.json │ │ │ ├── SC_Performance_Evaluation_System.json │ │ │ ├── Scale_Type │ │ │ ├── Categorical.json │ │ │ ├── Numerical.json │ │ │ └── Scale_Type.json │ │ │ ├── Supply_Chain.json │ │ │ ├── Task │ │ │ ├── Assesment_Activity │ │ │ │ ├── Assesment_Activity.json │ │ │ │ ├── Direct_Assessment.json │ │ │ │ └── Indirect_Assessment.json │ │ │ └── Task.json │ │ │ ├── Temporal_Relationship.json │ │ │ ├── Unit_Of_Measure │ │ │ ├── Base_Unit.json │ │ │ ├── Derived_Unit │ │ │ │ ├── Complex_Derived_Unit.json │ │ │ │ ├── Derived_Unit.json │ │ │ │ └── Simple_Derived_Unit.json │ │ │ └── Unit_Of_Measure.json │ │ │ ├── Use │ │ │ ├── Measure_Use.json │ │ │ ├── Metric_Use.json │ │ │ └── Use.json │ │ │ ├── Utilization.json │ │ │ └── Value_Scale.json │ └── SCOPRO │ │ └── Full │ │ └── 0.1 │ │ ├── Market.json │ │ ├── Resource_Role │ │ ├── Facility_RR │ │ │ ├── Cross-docking_Point.json │ │ │ ├── Facility_RR.json │ │ │ ├── Point_of_Purchase.json │ │ │ ├── Point_of_Storage.json │ │ │ ├── Production_Site.json │ │ │ └── Vehicle_Terminal.json │ │ ├── Financial_RR │ │ │ ├── Financial_RR.json │ │ │ ├── Payment.json │ │ │ └── Proceeds.json │ │ ├── Human_RR │ │ │ ├── Executor.json │ │ │ ├── Human_RR.json │ │ │ ├── Responsible.json │ │ │ └── Supervisor.json │ │ ├── Information_RR │ │ │ ├── Actualization.json │ │ │ ├── Information_RR.json │ │ │ ├── Input.json │ │ │ └── Output.json │ │ ├── Material_RR │ │ │ ├── Equipment │ │ │ │ ├── Equipment.json │ │ │ │ ├── Material_Movement_Eq.json │ │ │ │ ├── Production_Eq.json │ │ │ │ └── Transportation_Eq.json │ │ │ ├── Load.json │ │ │ ├── Material_Input.json │ │ │ ├── Material_Output.json │ │ │ ├── Material_RR.json │ │ │ └── Passive_Object.json │ │ └── Resource_Role.json │ │ ├── SC_Entity │ │ ├── Functional_Area │ │ │ ├── Finance.json │ │ │ ├── Functional_Area.json │ │ │ ├── Logistics.json │ │ │ ├── Marketing.json │ │ │ ├── Production.json │ │ │ ├── Purchasing.json │ │ │ ├── Reserch_and_Development.json │ │ │ └── Sales.json │ │ ├── Functional_SubArea.json │ │ ├── Organizational_Unit │ │ │ ├── Dependent_OU │ │ │ │ ├── Branch.json │ │ │ │ ├── Business_Unit.json │ │ │ │ ├── Dependent_OU.json │ │ │ │ └── Subsidiary.json │ │ │ ├── Independent_OU │ │ │ │ ├── Business_Group.json │ │ │ │ ├── Company.json │ │ │ │ ├── Corporation.json │ │ │ │ ├── Enterprise.json │ │ │ │ ├── Independent_OU.json │ │ │ │ └── Society.json │ │ │ └── Organizational_Unit.json │ │ ├── Organizational_Unit_Role │ │ │ ├── Customer_Role.json │ │ │ ├── Organizational_Unit_Role.json │ │ │ ├── Primary_Producer_Role.json │ │ │ ├── Secondary_Producer_Role.json │ │ │ └── Service_Provider_Role │ │ │ │ ├── Carrier_Role.json │ │ │ │ ├── FourthPL_Provider_Role.json │ │ │ │ ├── Intermediary_Role │ │ │ │ ├── Broker_Role.json │ │ │ │ ├── Freight_Forwarder_Role.json │ │ │ │ ├── Intermediary_Role.json │ │ │ │ └── Intermodal_Seller_Role.json │ │ │ │ ├── Reseller_Role │ │ │ │ ├── Dealer_Role │ │ │ │ │ ├── Dealer_Role.json │ │ │ │ │ ├── Rack-jobber_Role.json │ │ │ │ │ ├── Retailer_Role.json │ │ │ │ │ └── Wholesaler_Role.json │ │ │ │ ├── Distributor_Role.json │ │ │ │ └── Reseller_Role.json │ │ │ │ ├── Service_Provider_Role.json │ │ │ │ └── ThirdPL_Provider_Role.json │ │ ├── Process │ │ │ ├── Business_Process │ │ │ │ ├── Business_Process.json │ │ │ │ ├── Deliver │ │ │ │ │ ├── Deliver.json │ │ │ │ │ ├── Deliver_Engineer-to-Order_Product.json │ │ │ │ │ ├── Deliver_Make-to-Order_Product.json │ │ │ │ │ ├── Deliver_Retail_Product.json │ │ │ │ │ └── Deliver_Stocked_Product.json │ │ │ │ ├── Deliver_Return │ │ │ │ │ ├── Deliver_Return.json │ │ │ │ │ ├── Deliver_Return_Defective_Product.json │ │ │ │ │ ├── Deliver_Return_Excess_Product.json │ │ │ │ │ └── Deliver_Return_MRO_Product.json │ │ │ │ ├── Make │ │ │ │ │ ├── Engineer-to-Order.json │ │ │ │ │ ├── Make-to-Order.json │ │ │ │ │ ├── Make-to-Stock.json │ │ │ │ │ └── Make.json │ │ │ │ ├── Plan │ │ │ │ │ ├── Plan.json │ │ │ │ │ ├── Plan_Deliver.json │ │ │ │ │ ├── Plan_Make.json │ │ │ │ │ ├── Plan_Return.json │ │ │ │ │ ├── Plan_Source.json │ │ │ │ │ └── Plan_Supply_Chain.json │ │ │ │ ├── Source │ │ │ │ │ ├── Source.json │ │ │ │ │ ├── Source_Engineer-to-Order_Product.json │ │ │ │ │ ├── Source_Make-to-Order_Product.json │ │ │ │ │ └── Source_Stocked_Product.json │ │ │ │ └── Source_Return │ │ │ │ │ ├── Source_Return.json │ │ │ │ │ ├── Source_Return_Defective_Product.json │ │ │ │ │ ├── Source_Return_Excess_Product.json │ │ │ │ │ └── Sourrce_Return_MRO_Product.json │ │ │ ├── Process.json │ │ │ ├── Process_Element │ │ │ │ ├── Deliver_Process_Element │ │ │ │ │ ├── D_E-t-O_Product_Process_Element.json │ │ │ │ │ ├── D_M-t-O_Product_Process_Element.json │ │ │ │ │ ├── D_R_Product_Process_Element.json │ │ │ │ │ ├── D_S_Product_Process_Element │ │ │ │ │ │ ├── D_S_Product_Process_Element.json │ │ │ │ │ │ ├── Load_Product_and_Generate_Shipping_Docs.json │ │ │ │ │ │ ├── Pick_Product.json │ │ │ │ │ │ ├── Receive_Enter_and_Validate_Order.json │ │ │ │ │ │ ├── Receive_Product_from_Source_or_Make.json │ │ │ │ │ │ ├── Receive_and_Verify_Product_by_Customer.json │ │ │ │ │ │ ├── Reserve_Inventory_and_Determine_Delivery_Date.json │ │ │ │ │ │ └── Ship_Product.json │ │ │ │ │ └── Deliver_Process_Element.json │ │ │ │ ├── Deliver_Return_Process_Element │ │ │ │ │ ├── DR_Def_Product_Process_Element.json │ │ │ │ │ ├── DR_Excess_Product_Process_Element.json │ │ │ │ │ ├── DR_MRO_Product_Process_Element.json │ │ │ │ │ └── Deliver_Return_Process_Element.json │ │ │ │ ├── Make_Process_Element │ │ │ │ │ ├── E-t-O_Process_Element │ │ │ │ │ │ ├── E-t-O_Process_Element.json │ │ │ │ │ │ ├── Finalize_Production_Engineering.json │ │ │ │ │ │ ├── Issue_Sourced_or_In-Process_Product.json │ │ │ │ │ │ ├── Manage_Make_Equipements_and_Facilities.json │ │ │ │ │ │ ├── Manage_Make_Information.json │ │ │ │ │ │ ├── Manage_Make_Regulatory_Environment.json │ │ │ │ │ │ ├── Manage_Production_Network.json │ │ │ │ │ │ ├── Manage_Production_Performance.json │ │ │ │ │ │ ├── Manage_Production_Rules.json │ │ │ │ │ │ ├── Manage_Supply_Chain_Make_Risk.json │ │ │ │ │ │ ├── Manage_WIP_In-Process_Product.json │ │ │ │ │ │ ├── Manage_WIP_Transportation.json │ │ │ │ │ │ ├── Package.json │ │ │ │ │ │ ├── Produce_and_Test.json │ │ │ │ │ │ ├── Release_Product_to_Delivery.json │ │ │ │ │ │ ├── Schedule_Production_Activities.json │ │ │ │ │ │ ├── Stage_Finished_Product.json │ │ │ │ │ │ └── Waste_Disposal.json │ │ │ │ │ ├── M-t-O_Process_Element.json │ │ │ │ │ ├── M-t-S_Process_Element.json │ │ │ │ │ └── Make_Process_Element.json │ │ │ │ ├── Plan_Process_Element │ │ │ │ │ ├── Plan_D_Process_Element │ │ │ │ │ │ ├── Identify,_Assess_and_Aggregate_Delivery_Resources.json │ │ │ │ │ │ ├── Identify,_Prioritize_and_Aggregate_Delivery_Requirements.json │ │ │ │ │ │ └── Plan_D_Process_Element.json │ │ │ │ │ ├── Plan_M_Process_Element │ │ │ │ │ │ ├── Identify,_Assess_and_Aggregate_Production_Resources.json │ │ │ │ │ │ ├── Identify,_Prioritize_and_Aggregate_Production_Requirements.json │ │ │ │ │ │ └── Plan_M_Process_Element.json │ │ │ │ │ ├── Plan_Process_Element.json │ │ │ │ │ ├── Plan_R_Process_Element │ │ │ │ │ │ ├── Identify,_Assess_and_Aggregate_Return_Resources.json │ │ │ │ │ │ ├── Identify,_Prioritize_and_Aggregate_Return_Requirements.json │ │ │ │ │ │ └── Plan_R_Process_Element.json │ │ │ │ │ ├── Plan_SC_Process_Element │ │ │ │ │ │ ├── Identify,_Prioritize_and_Aggregate_Suply_Cahin_Requirements.json │ │ │ │ │ │ ├── Identify,_Prioritize_and_Aggregate_Suppy_Chain_Resources.json │ │ │ │ │ │ └── Plan_SC_Process_Element.json │ │ │ │ │ └── Plan_S_Process_Element │ │ │ │ │ │ ├── Identify,_Assess_and_Aggregate_Source_Resources.json │ │ │ │ │ │ ├── Identify,_Prioritize_and_Aggregate_Product_Requirements.json │ │ │ │ │ │ └── Plan_S_Process_Element.json │ │ │ │ ├── Process_Element.json │ │ │ │ ├── Source_Process_Element │ │ │ │ │ ├── S_E-t-O_Process_Element.json │ │ │ │ │ ├── S_M-t-O_Product_Process_Element.json │ │ │ │ │ ├── S_S_Product_Process_Element.json │ │ │ │ │ └── Source_Process_Element.json │ │ │ │ └── Source_Return_Process_Element │ │ │ │ │ ├── SR_Def_Product_Process_Element.json │ │ │ │ │ ├── SR_Excess_Product_Process_Element │ │ │ │ │ ├── Disposition_Excess_Product.json │ │ │ │ │ ├── Identify_Excess_Product_Condition.json │ │ │ │ │ ├── Request_Excess_Product_Return_Authorisation.json │ │ │ │ │ └── SR_Excess_Product_Process_Element.json │ │ │ │ │ ├── SR_MRO_Product_Process_Element.json │ │ │ │ │ └── Source_Return_Process_Element.json │ │ │ └── Task │ │ │ │ ├── Atomic_Task.json │ │ │ │ ├── Composite_Task.json │ │ │ │ └── Task.json │ │ ├── Process_Occurrence.json │ │ ├── Resource │ │ │ ├── Facility │ │ │ │ ├── Cross-docking_Facility.json │ │ │ │ ├── Distribution_Center.json │ │ │ │ ├── Facility.json │ │ │ │ ├── Plant.json │ │ │ │ ├── Store.json │ │ │ │ ├── Terminal │ │ │ │ │ ├── Multimodal_Terminal.json │ │ │ │ │ ├── Port_Terminal.json │ │ │ │ │ ├── Railway_Terminal.json │ │ │ │ │ ├── Terminal.json │ │ │ │ │ └── Truck_Terminal.json │ │ │ │ └── Warehouse.json │ │ │ ├── Financial_Resource.json │ │ │ ├── Human_Resource.json │ │ │ ├── Information_Resource.json │ │ │ ├── Material_Resource │ │ │ │ ├── Capital_Asset.json │ │ │ │ ├── Defective_Product.json │ │ │ │ └── Material_Resource.json │ │ │ └── Resource.json │ │ ├── SC_Entity.json │ │ └── Supply_Chain.json │ │ ├── Temporal_Relationship │ │ ├── Atomic_Temporal_Relationship │ │ │ ├── Atomic_Temporal_Relationship.json │ │ │ ├── Before.json │ │ │ ├── During.json │ │ │ ├── Equal.json │ │ │ ├── Meets.json │ │ │ └── Overlaps.json │ │ ├── Composite_Temporal_Relationship.json │ │ └── Temporal_Relationship.json │ │ └── Utilization │ │ ├── Creation.json │ │ ├── Elimination.json │ │ ├── Material_Transfer │ │ ├── Material_Transfer.json │ │ ├── Movement.json │ │ └── Transportation_.json │ │ ├── Modification.json │ │ ├── Use.json │ │ └── Utilization.json ├── SCOPRO-tmp.rdf ├── SCOPRO.owl ├── SCOPRO.rdf ├── SCOPRO.xml ├── SCRO.owl ├── icons │ ├── check.png │ ├── check.svg │ ├── customer.png │ ├── customer.svg │ ├── deliver.png │ ├── deliver.svg │ ├── distribute.png │ ├── distribute.svg │ ├── factory.png │ ├── factory.svg │ ├── load.png │ ├── load.svg │ ├── make.png │ ├── make.svg │ ├── material.png │ ├── material.svg │ ├── order.png │ ├── order.svg │ ├── org.png │ ├── org.svg │ ├── plan.png │ ├── plan.svg │ ├── process.png │ ├── process.svg │ ├── role.png │ ├── role.svg │ ├── store.png │ ├── store.svg │ ├── team.png │ ├── team.svg │ ├── time.png │ ├── time.svg │ ├── validate.png │ └── validate.svg ├── sample.owl ├── sample2.owl └── supply-chain-mock-up.json └── sandbox ├── AnyLogicSimulations └── Oltiva - Assembly Line - Costed (mins) │ ├── 15387262268565086349664035420058.jpg │ ├── AnyLogic model logo dark.png │ ├── Oltiva - Assembly Line - Costed_mins.alp │ ├── Oltiva - Assembly Line - Costed_mins.original.alp │ ├── bonsai-logo.png │ ├── database │ ├── db.data │ ├── db.lck │ ├── db.log │ ├── db.properties │ └── db.script │ └── debug.log ├── AzureDigitalTwins ├── azuredeploy.json ├── logistics-supply-chain-twin.xlsx ├── logistics-twin.xlsx └── models │ ├── README.md │ └── manufacturing-ontology │ ├── Agent │ ├── Agent.json │ ├── Organization │ │ ├── Enterprise.json │ │ └── Organization.json │ └── Person.json │ ├── Aspect │ ├── Aspect.json │ └── ScheduledEvent.json │ ├── Asset │ ├── Asset.json │ └── Equipment │ │ ├── Equipment.json │ │ └── Machine.json │ ├── Capability │ ├── Actuator │ │ └── Actuator.json │ ├── Capability.json │ ├── Parameter │ │ └── Parameter.json │ └── Sensor │ │ ├── AZ3166-PnP-Sensors.json │ │ ├── Sensor.json │ │ ├── SimulatedSensor.json │ │ └── TemperatureSensor.json │ ├── Device │ ├── DeviceInformation.json │ ├── LogicalController.json │ ├── LogicalDevice.json │ ├── LogicalGateway.json │ └── LogicalServer.json │ ├── Metadata.json │ ├── Space │ ├── Area.json │ ├── Module │ │ ├── ControlModule.json │ │ ├── EquipmentModule.json │ │ └── Module.json │ ├── Site.json │ ├── Space.json │ ├── SupplyChain.json │ ├── SupplyChain │ │ ├── CustomerLocation.json │ │ ├── DistributionCenter.json │ │ ├── ManufacturingHub.json │ │ └── UpstreamSupplier.json │ ├── Unit │ │ ├── ProcessUnit.json │ │ ├── StorageUnit.json │ │ ├── Unit.json │ │ ├── WorkCell.json │ │ └── WorkUnit.json │ └── Zone │ │ ├── ProcessCell.json │ │ ├── ProductionLine.json │ │ ├── ProductionUnit.json │ │ ├── StorageZone.json │ │ └── Zone.json │ └── Work │ ├── BatchProduction.json │ ├── ContinuousProduction.json │ ├── DiscreteProduction.json │ ├── MaterialsHandling.json │ └── ProductionClass.json ├── IoTHub └── azuredeploy.json ├── PnPDevices ├── MXCHIP_AZ3166_image.jpg ├── PnPFunctions │ ├── DeleteDeviceInTwinFunc.cs │ ├── DeviceTelemetryToTwinFunc.cs │ └── DpsAdtAllocationFunc.cs └── azure-iot-rpisimulator │ ├── .gitignore │ ├── index.js │ ├── lib │ ├── deviceMethod.js │ └── io.js │ ├── main.js │ ├── package-lock.json │ └── package.json ├── SimulatedDevices ├── SimulatorCloudRunner.ps1 └── azuredeploy.json └── TwinSyncFunctions └── IoTHubtoTwins ├── IotHubtoTwins.cs ├── Properties └── ServiceDependencies │ └── avanade-japan-simulation-sync-IoTHubtoTwin - Web Deploy │ └── profile.arm.json ├── avanade-twinsync-IoTHubtoTwins.csproj ├── avanade-twinsync-IoTHubtoTwins.sln └── host.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/README.md -------------------------------------------------------------------------------- /ontologies/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/README.md -------------------------------------------------------------------------------- /ontologies/SCOBE.owl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCOBE.owl -------------------------------------------------------------------------------- /ontologies/SCOME.owl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCOME.owl -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Assessable_Attribute.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Assessable_Attribute.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Benchmark/Benchmark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Benchmark/Benchmark.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Benchmark/Reference_Practice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Benchmark/Reference_Practice.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Benchmark/Reference_Value.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Benchmark/Reference_Value.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Benchmarking_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Benchmarking_Group.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Benchmarking_Membership_Property.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Benchmarking_Membership_Property.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Benchmarking_Project.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Benchmarking_Project.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Benchmarking_Transformation_Rule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Benchmarking_Transformation_Rule.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Control_Parameter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Control_Parameter.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Group_Evaluation_Criterion/Atomic_Criterion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Group_Evaluation_Criterion/Atomic_Criterion.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Group_Evaluation_Criterion/Composite_Criterion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Group_Evaluation_Criterion/Composite_Criterion.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Group_Evaluation_Criterion/Group_Evaluation_Criterion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Group_Evaluation_Criterion/Group_Evaluation_Criterion.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Group_Evaluation_Result/Group_Evaluation_Result.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Group_Evaluation_Result/Group_Evaluation_Result.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Group_Evaluation_Result/Range_Result/Group_Inferior_Range.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Group_Evaluation_Result/Range_Result/Group_Inferior_Range.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Group_Evaluation_Result/Range_Result/Group_Standard_Range.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Group_Evaluation_Result/Range_Result/Group_Standard_Range.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Group_Evaluation_Result/Range_Result/Group_Superior_Range.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Group_Evaluation_Result/Range_Result/Group_Superior_Range.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Group_Evaluation_Result/Range_Result/Range_Result.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Group_Evaluation_Result/Range_Result/Range_Result.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Group_Evaluation_Result/Single_Result/Group_Best_Value_Result.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Group_Evaluation_Result/Single_Result/Group_Best_Value_Result.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Group_Evaluation_Result/Single_Result/Group_Mean_Value_Result.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Group_Evaluation_Result/Single_Result/Group_Mean_Value_Result.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Group_Evaluation_Result/Single_Result/Single_Result.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Group_Evaluation_Result/Single_Result/Single_Result.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Market.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Market.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Measure.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Measure.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Membership_Property_Value.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Membership_Property_Value.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Performance_Attribute.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Performance_Attribute.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Reference_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Reference_Group.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Resource_Role.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Resource_Role.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/SC_Entity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/SC_Entity.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/SC_Performance_Concept.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/SC_Performance_Concept.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/SC_Performance_Dimension.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/SC_Performance_Dimension.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/SC_Performance_Evaluation_System.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/SC_Performance_Evaluation_System.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Scale_Type.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Scale_Type.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Secondary_Attribute.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Secondary_Attribute.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Temporal_Relationship.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Temporal_Relationship.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Transformed_Measure.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Transformed_Measure.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Unit_Of_Measure.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Unit_Of_Measure.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Utilization.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Utilization.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOBE/Full/0.1/Value_Scale.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOBE/Full/0.1/Value_Scale.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Assessable_Attribute/Assessable_Attribute.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Assessable_Attribute/Assessable_Attribute.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Assessable_Attribute/Performance_Attribute.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Assessable_Attribute/Performance_Attribute.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Assessable_Attribute/Secondary_Attribute.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Assessable_Attribute/Secondary_Attribute.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Control_Parameter/Allowed_Values.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Control_Parameter/Allowed_Values.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Control_Parameter/Control_Parameter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Control_Parameter/Control_Parameter.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Control_Parameter/Target_Value.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Control_Parameter/Target_Value.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Creation/Creation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Creation/Creation.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Creation/Measure_Creation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Creation/Measure_Creation.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Information_Resource/Information_Resource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Information_Resource/Information_Resource.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Information_Resource/Performance_Information/Measure.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Information_Resource/Performance_Information/Measure.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Information_Resource/Performance_Information/Metric/Atomic_Metric.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Information_Resource/Performance_Information/Metric/Atomic_Metric.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Information_Resource/Performance_Information/Metric/Composite_Metric.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Information_Resource/Performance_Information/Metric/Composite_Metric.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Information_Resource/Performance_Information/Metric/Metric.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Information_Resource/Performance_Information/Metric/Metric.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Information_Resource/Performance_Information/Performance_Information.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Information_Resource/Performance_Information/Performance_Information.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Input/Input.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Input/Input.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Input/Measure_Input.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Input/Measure_Input.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Input/Metric_Input.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Input/Metric_Input.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Market.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Market.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Output/Measure_Output.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Output/Measure_Output.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Output/Output.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Output/Output.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Resource_Role.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Resource_Role.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/SC_Entity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/SC_Entity.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Concept/Benefit_Equity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Concept/Benefit_Equity.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Concept/Contribution_Equity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Concept/Contribution_Equity.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Concept/SC_Agility.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Concept/SC_Agility.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Concept/SC_Assets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Concept/SC_Assets.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Concept/SC_Cost.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Concept/SC_Cost.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Concept/SC_Performance_Concept.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Concept/SC_Performance_Concept.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Concept/SC_Reliability.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Concept/SC_Reliability.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Concept/SC_Responsiveness.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Concept/SC_Responsiveness.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Dimension/SC_Customer_Facing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Dimension/SC_Customer_Facing.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Dimension/SC_Equity_Facing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Dimension/SC_Equity_Facing.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Dimension/SC_Internal_Facing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Dimension/SC_Internal_Facing.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Dimension/SC_Performance_Dimension.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Dimension/SC_Performance_Dimension.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Evaluation_System.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/SC_Performance_Evaluation_System.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Scale_Type/Categorical.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Scale_Type/Categorical.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Scale_Type/Numerical.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Scale_Type/Numerical.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Scale_Type/Scale_Type.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Scale_Type/Scale_Type.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Supply_Chain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Supply_Chain.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Task/Assesment_Activity/Assesment_Activity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Task/Assesment_Activity/Assesment_Activity.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Task/Assesment_Activity/Direct_Assessment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Task/Assesment_Activity/Direct_Assessment.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Task/Assesment_Activity/Indirect_Assessment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Task/Assesment_Activity/Indirect_Assessment.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Task/Task.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Task/Task.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Temporal_Relationship.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Temporal_Relationship.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Unit_Of_Measure/Base_Unit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Unit_Of_Measure/Base_Unit.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Unit_Of_Measure/Derived_Unit/Complex_Derived_Unit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Unit_Of_Measure/Derived_Unit/Complex_Derived_Unit.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Unit_Of_Measure/Derived_Unit/Derived_Unit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Unit_Of_Measure/Derived_Unit/Derived_Unit.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Unit_Of_Measure/Derived_Unit/Simple_Derived_Unit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Unit_Of_Measure/Derived_Unit/Simple_Derived_Unit.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Unit_Of_Measure/Unit_Of_Measure.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Unit_Of_Measure/Unit_Of_Measure.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Use/Measure_Use.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Use/Measure_Use.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Use/Metric_Use.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Use/Metric_Use.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Use/Use.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Use/Use.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Utilization.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Utilization.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOME/Full/0.1/Value_Scale.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOME/Full/0.1/Value_Scale.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Market.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Market.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Facility_RR/Cross-docking_Point.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Facility_RR/Cross-docking_Point.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Facility_RR/Facility_RR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Facility_RR/Facility_RR.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Facility_RR/Point_of_Purchase.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Facility_RR/Point_of_Purchase.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Facility_RR/Point_of_Storage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Facility_RR/Point_of_Storage.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Facility_RR/Production_Site.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Facility_RR/Production_Site.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Facility_RR/Vehicle_Terminal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Facility_RR/Vehicle_Terminal.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Financial_RR/Financial_RR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Financial_RR/Financial_RR.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Financial_RR/Payment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Financial_RR/Payment.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Financial_RR/Proceeds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Financial_RR/Proceeds.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Human_RR/Executor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Human_RR/Executor.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Human_RR/Human_RR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Human_RR/Human_RR.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Human_RR/Responsible.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Human_RR/Responsible.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Human_RR/Supervisor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Human_RR/Supervisor.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Information_RR/Actualization.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Information_RR/Actualization.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Information_RR/Information_RR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Information_RR/Information_RR.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Information_RR/Input.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Information_RR/Input.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Information_RR/Output.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Information_RR/Output.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Material_RR/Equipment/Equipment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Material_RR/Equipment/Equipment.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Material_RR/Equipment/Material_Movement_Eq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Material_RR/Equipment/Material_Movement_Eq.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Material_RR/Equipment/Production_Eq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Material_RR/Equipment/Production_Eq.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Material_RR/Equipment/Transportation_Eq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Material_RR/Equipment/Transportation_Eq.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Material_RR/Load.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Material_RR/Load.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Material_RR/Material_Input.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Material_RR/Material_Input.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Material_RR/Material_Output.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Material_RR/Material_Output.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Material_RR/Material_RR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Material_RR/Material_RR.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Material_RR/Passive_Object.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Material_RR/Passive_Object.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Resource_Role.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Resource_Role/Resource_Role.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Functional_Area/Finance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Functional_Area/Finance.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Functional_Area/Functional_Area.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Functional_Area/Functional_Area.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Functional_Area/Logistics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Functional_Area/Logistics.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Functional_Area/Marketing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Functional_Area/Marketing.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Functional_Area/Production.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Functional_Area/Production.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Functional_Area/Purchasing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Functional_Area/Purchasing.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Functional_Area/Reserch_and_Development.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Functional_Area/Reserch_and_Development.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Functional_Area/Sales.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Functional_Area/Sales.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Functional_SubArea.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Functional_SubArea.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit/Dependent_OU/Branch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit/Dependent_OU/Branch.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit/Dependent_OU/Business_Unit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit/Dependent_OU/Business_Unit.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit/Dependent_OU/Dependent_OU.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit/Dependent_OU/Dependent_OU.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit/Dependent_OU/Subsidiary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit/Dependent_OU/Subsidiary.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit/Independent_OU/Business_Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit/Independent_OU/Business_Group.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit/Independent_OU/Company.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit/Independent_OU/Company.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit/Independent_OU/Corporation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit/Independent_OU/Corporation.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit/Independent_OU/Enterprise.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit/Independent_OU/Enterprise.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit/Independent_OU/Independent_OU.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit/Independent_OU/Independent_OU.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit/Independent_OU/Society.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit/Independent_OU/Society.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit/Organizational_Unit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit/Organizational_Unit.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Customer_Role.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Customer_Role.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Organizational_Unit_Role.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Organizational_Unit_Role.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Primary_Producer_Role.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Primary_Producer_Role.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Secondary_Producer_Role.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Secondary_Producer_Role.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/Carrier_Role.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/Carrier_Role.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/FourthPL_Provider_Role.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/FourthPL_Provider_Role.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/Intermediary_Role/Broker_Role.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/Intermediary_Role/Broker_Role.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/Intermediary_Role/Freight_Forwarder_Role.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/Intermediary_Role/Freight_Forwarder_Role.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/Intermediary_Role/Intermediary_Role.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/Intermediary_Role/Intermediary_Role.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/Intermediary_Role/Intermodal_Seller_Role.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/Intermediary_Role/Intermodal_Seller_Role.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/Reseller_Role/Dealer_Role/Dealer_Role.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/Reseller_Role/Dealer_Role/Dealer_Role.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/Reseller_Role/Dealer_Role/Rack-jobber_Role.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/Reseller_Role/Dealer_Role/Rack-jobber_Role.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/Reseller_Role/Dealer_Role/Retailer_Role.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/Reseller_Role/Dealer_Role/Retailer_Role.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/Reseller_Role/Dealer_Role/Wholesaler_Role.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/Reseller_Role/Dealer_Role/Wholesaler_Role.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/Reseller_Role/Distributor_Role.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/Reseller_Role/Distributor_Role.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/Reseller_Role/Reseller_Role.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/Reseller_Role/Reseller_Role.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/Service_Provider_Role.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/Service_Provider_Role.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/ThirdPL_Provider_Role.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Organizational_Unit_Role/Service_Provider_Role/ThirdPL_Provider_Role.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Business_Process.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Business_Process.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Deliver/Deliver.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Deliver/Deliver.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Deliver/Deliver_Engineer-to-Order_Product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Deliver/Deliver_Engineer-to-Order_Product.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Deliver/Deliver_Make-to-Order_Product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Deliver/Deliver_Make-to-Order_Product.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Deliver/Deliver_Retail_Product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Deliver/Deliver_Retail_Product.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Deliver/Deliver_Stocked_Product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Deliver/Deliver_Stocked_Product.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Deliver_Return/Deliver_Return.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Deliver_Return/Deliver_Return.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Deliver_Return/Deliver_Return_Defective_Product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Deliver_Return/Deliver_Return_Defective_Product.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Deliver_Return/Deliver_Return_Excess_Product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Deliver_Return/Deliver_Return_Excess_Product.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Deliver_Return/Deliver_Return_MRO_Product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Deliver_Return/Deliver_Return_MRO_Product.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Make/Engineer-to-Order.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Make/Engineer-to-Order.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Make/Make-to-Order.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Make/Make-to-Order.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Make/Make-to-Stock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Make/Make-to-Stock.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Make/Make.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Make/Make.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Plan/Plan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Plan/Plan.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Plan/Plan_Deliver.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Plan/Plan_Deliver.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Plan/Plan_Make.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Plan/Plan_Make.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Plan/Plan_Return.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Plan/Plan_Return.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Plan/Plan_Source.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Plan/Plan_Source.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Plan/Plan_Supply_Chain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Plan/Plan_Supply_Chain.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Source/Source.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Source/Source.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Source/Source_Engineer-to-Order_Product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Source/Source_Engineer-to-Order_Product.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Source/Source_Make-to-Order_Product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Source/Source_Make-to-Order_Product.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Source/Source_Stocked_Product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Source/Source_Stocked_Product.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Source_Return/Source_Return.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Source_Return/Source_Return.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Source_Return/Source_Return_Defective_Product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Source_Return/Source_Return_Defective_Product.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Source_Return/Source_Return_Excess_Product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Source_Return/Source_Return_Excess_Product.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Source_Return/Sourrce_Return_MRO_Product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Business_Process/Source_Return/Sourrce_Return_MRO_Product.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Process_Element/D_E-t-O_Product_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Process_Element/D_E-t-O_Product_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Process_Element/D_M-t-O_Product_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Process_Element/D_M-t-O_Product_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Process_Element/D_R_Product_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Process_Element/D_R_Product_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Process_Element/D_S_Product_Process_Element/D_S_Product_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Process_Element/D_S_Product_Process_Element/D_S_Product_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Process_Element/D_S_Product_Process_Element/Load_Product_and_Generate_Shipping_Docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Process_Element/D_S_Product_Process_Element/Load_Product_and_Generate_Shipping_Docs.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Process_Element/D_S_Product_Process_Element/Pick_Product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Process_Element/D_S_Product_Process_Element/Pick_Product.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Process_Element/D_S_Product_Process_Element/Receive_Enter_and_Validate_Order.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Process_Element/D_S_Product_Process_Element/Receive_Enter_and_Validate_Order.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Process_Element/D_S_Product_Process_Element/Receive_Product_from_Source_or_Make.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Process_Element/D_S_Product_Process_Element/Receive_Product_from_Source_or_Make.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Process_Element/D_S_Product_Process_Element/Receive_and_Verify_Product_by_Customer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Process_Element/D_S_Product_Process_Element/Receive_and_Verify_Product_by_Customer.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Process_Element/D_S_Product_Process_Element/Reserve_Inventory_and_Determine_Delivery_Date.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Process_Element/D_S_Product_Process_Element/Reserve_Inventory_and_Determine_Delivery_Date.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Process_Element/D_S_Product_Process_Element/Ship_Product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Process_Element/D_S_Product_Process_Element/Ship_Product.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Process_Element/Deliver_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Process_Element/Deliver_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Return_Process_Element/DR_Def_Product_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Return_Process_Element/DR_Def_Product_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Return_Process_Element/DR_Excess_Product_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Return_Process_Element/DR_Excess_Product_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Return_Process_Element/DR_MRO_Product_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Return_Process_Element/DR_MRO_Product_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Return_Process_Element/Deliver_Return_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Deliver_Return_Process_Element/Deliver_Return_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/E-t-O_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/E-t-O_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Finalize_Production_Engineering.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Finalize_Production_Engineering.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Issue_Sourced_or_In-Process_Product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Issue_Sourced_or_In-Process_Product.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Manage_Make_Equipements_and_Facilities.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Manage_Make_Equipements_and_Facilities.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Manage_Make_Information.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Manage_Make_Information.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Manage_Make_Regulatory_Environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Manage_Make_Regulatory_Environment.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Manage_Production_Network.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Manage_Production_Network.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Manage_Production_Performance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Manage_Production_Performance.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Manage_Production_Rules.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Manage_Production_Rules.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Manage_Supply_Chain_Make_Risk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Manage_Supply_Chain_Make_Risk.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Manage_WIP_In-Process_Product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Manage_WIP_In-Process_Product.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Manage_WIP_Transportation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Manage_WIP_Transportation.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Package.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Produce_and_Test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Produce_and_Test.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Release_Product_to_Delivery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Release_Product_to_Delivery.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Schedule_Production_Activities.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Schedule_Production_Activities.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Stage_Finished_Product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Stage_Finished_Product.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Waste_Disposal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/E-t-O_Process_Element/Waste_Disposal.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/M-t-O_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/M-t-O_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/M-t-S_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/M-t-S_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/Make_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Make_Process_Element/Make_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_D_Process_Element/Identify,_Assess_and_Aggregate_Delivery_Resources.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_D_Process_Element/Identify,_Assess_and_Aggregate_Delivery_Resources.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_D_Process_Element/Identify,_Prioritize_and_Aggregate_Delivery_Requirements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_D_Process_Element/Identify,_Prioritize_and_Aggregate_Delivery_Requirements.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_D_Process_Element/Plan_D_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_D_Process_Element/Plan_D_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_M_Process_Element/Identify,_Assess_and_Aggregate_Production_Resources.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_M_Process_Element/Identify,_Assess_and_Aggregate_Production_Resources.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_M_Process_Element/Identify,_Prioritize_and_Aggregate_Production_Requirements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_M_Process_Element/Identify,_Prioritize_and_Aggregate_Production_Requirements.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_M_Process_Element/Plan_M_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_M_Process_Element/Plan_M_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_R_Process_Element/Identify,_Assess_and_Aggregate_Return_Resources.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_R_Process_Element/Identify,_Assess_and_Aggregate_Return_Resources.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_R_Process_Element/Identify,_Prioritize_and_Aggregate_Return_Requirements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_R_Process_Element/Identify,_Prioritize_and_Aggregate_Return_Requirements.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_R_Process_Element/Plan_R_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_R_Process_Element/Plan_R_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_SC_Process_Element/Identify,_Prioritize_and_Aggregate_Suply_Cahin_Requirements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_SC_Process_Element/Identify,_Prioritize_and_Aggregate_Suply_Cahin_Requirements.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_SC_Process_Element/Identify,_Prioritize_and_Aggregate_Suppy_Chain_Resources.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_SC_Process_Element/Identify,_Prioritize_and_Aggregate_Suppy_Chain_Resources.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_SC_Process_Element/Plan_SC_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_SC_Process_Element/Plan_SC_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_S_Process_Element/Identify,_Assess_and_Aggregate_Source_Resources.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_S_Process_Element/Identify,_Assess_and_Aggregate_Source_Resources.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_S_Process_Element/Identify,_Prioritize_and_Aggregate_Product_Requirements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_S_Process_Element/Identify,_Prioritize_and_Aggregate_Product_Requirements.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_S_Process_Element/Plan_S_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Plan_Process_Element/Plan_S_Process_Element/Plan_S_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Source_Process_Element/S_E-t-O_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Source_Process_Element/S_E-t-O_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Source_Process_Element/S_M-t-O_Product_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Source_Process_Element/S_M-t-O_Product_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Source_Process_Element/S_S_Product_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Source_Process_Element/S_S_Product_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Source_Process_Element/Source_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Source_Process_Element/Source_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Source_Return_Process_Element/SR_Def_Product_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Source_Return_Process_Element/SR_Def_Product_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Source_Return_Process_Element/SR_Excess_Product_Process_Element/Disposition_Excess_Product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Source_Return_Process_Element/SR_Excess_Product_Process_Element/Disposition_Excess_Product.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Source_Return_Process_Element/SR_Excess_Product_Process_Element/Identify_Excess_Product_Condition.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Source_Return_Process_Element/SR_Excess_Product_Process_Element/Identify_Excess_Product_Condition.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Source_Return_Process_Element/SR_Excess_Product_Process_Element/Request_Excess_Product_Return_Authorisation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Source_Return_Process_Element/SR_Excess_Product_Process_Element/Request_Excess_Product_Return_Authorisation.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Source_Return_Process_Element/SR_Excess_Product_Process_Element/SR_Excess_Product_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Source_Return_Process_Element/SR_Excess_Product_Process_Element/SR_Excess_Product_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Source_Return_Process_Element/SR_MRO_Product_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Source_Return_Process_Element/SR_MRO_Product_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Source_Return_Process_Element/Source_Return_Process_Element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Process_Element/Source_Return_Process_Element/Source_Return_Process_Element.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Task/Atomic_Task.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Task/Atomic_Task.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Task/Composite_Task.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Task/Composite_Task.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Task/Task.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process/Task/Task.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process_Occurrence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Process_Occurrence.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Facility/Cross-docking_Facility.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Facility/Cross-docking_Facility.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Facility/Distribution_Center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Facility/Distribution_Center.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Facility/Facility.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Facility/Facility.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Facility/Plant.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Facility/Plant.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Facility/Store.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Facility/Store.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Facility/Terminal/Multimodal_Terminal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Facility/Terminal/Multimodal_Terminal.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Facility/Terminal/Port_Terminal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Facility/Terminal/Port_Terminal.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Facility/Terminal/Railway_Terminal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Facility/Terminal/Railway_Terminal.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Facility/Terminal/Terminal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Facility/Terminal/Terminal.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Facility/Terminal/Truck_Terminal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Facility/Terminal/Truck_Terminal.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Facility/Warehouse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Facility/Warehouse.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Financial_Resource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Financial_Resource.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Human_Resource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Human_Resource.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Information_Resource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Information_Resource.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Material_Resource/Capital_Asset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Material_Resource/Capital_Asset.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Material_Resource/Defective_Product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Material_Resource/Defective_Product.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Material_Resource/Material_Resource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Material_Resource/Material_Resource.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Resource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Resource/Resource.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/SC_Entity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/SC_Entity.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Supply_Chain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/SC_Entity/Supply_Chain.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Temporal_Relationship/Atomic_Temporal_Relationship/Atomic_Temporal_Relationship.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Temporal_Relationship/Atomic_Temporal_Relationship/Atomic_Temporal_Relationship.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Temporal_Relationship/Atomic_Temporal_Relationship/Before.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Temporal_Relationship/Atomic_Temporal_Relationship/Before.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Temporal_Relationship/Atomic_Temporal_Relationship/During.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Temporal_Relationship/Atomic_Temporal_Relationship/During.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Temporal_Relationship/Atomic_Temporal_Relationship/Equal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Temporal_Relationship/Atomic_Temporal_Relationship/Equal.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Temporal_Relationship/Atomic_Temporal_Relationship/Meets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Temporal_Relationship/Atomic_Temporal_Relationship/Meets.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Temporal_Relationship/Atomic_Temporal_Relationship/Overlaps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Temporal_Relationship/Atomic_Temporal_Relationship/Overlaps.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Temporal_Relationship/Composite_Temporal_Relationship.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Temporal_Relationship/Composite_Temporal_Relationship.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Temporal_Relationship/Temporal_Relationship.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Temporal_Relationship/Temporal_Relationship.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Utilization/Creation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Utilization/Creation.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Utilization/Elimination.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Utilization/Elimination.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Utilization/Material_Transfer/Material_Transfer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Utilization/Material_Transfer/Material_Transfer.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Utilization/Material_Transfer/Movement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Utilization/Material_Transfer/Movement.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Utilization/Material_Transfer/Transportation_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Utilization/Material_Transfer/Transportation_.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Utilization/Modification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Utilization/Modification.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Utilization/Use.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Utilization/Use.json -------------------------------------------------------------------------------- /ontologies/SCONTO/SCOPRO/Full/0.1/Utilization/Utilization.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCONTO/SCOPRO/Full/0.1/Utilization/Utilization.json -------------------------------------------------------------------------------- /ontologies/SCOPRO-tmp.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCOPRO-tmp.rdf -------------------------------------------------------------------------------- /ontologies/SCOPRO.owl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCOPRO.owl -------------------------------------------------------------------------------- /ontologies/SCOPRO.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCOPRO.rdf -------------------------------------------------------------------------------- /ontologies/SCOPRO.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCOPRO.xml -------------------------------------------------------------------------------- /ontologies/SCRO.owl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/SCRO.owl -------------------------------------------------------------------------------- /ontologies/icons/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/check.png -------------------------------------------------------------------------------- /ontologies/icons/check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/check.svg -------------------------------------------------------------------------------- /ontologies/icons/customer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/customer.png -------------------------------------------------------------------------------- /ontologies/icons/customer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/customer.svg -------------------------------------------------------------------------------- /ontologies/icons/deliver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/deliver.png -------------------------------------------------------------------------------- /ontologies/icons/deliver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/deliver.svg -------------------------------------------------------------------------------- /ontologies/icons/distribute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/distribute.png -------------------------------------------------------------------------------- /ontologies/icons/distribute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/distribute.svg -------------------------------------------------------------------------------- /ontologies/icons/factory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/factory.png -------------------------------------------------------------------------------- /ontologies/icons/factory.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/factory.svg -------------------------------------------------------------------------------- /ontologies/icons/load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/load.png -------------------------------------------------------------------------------- /ontologies/icons/load.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/load.svg -------------------------------------------------------------------------------- /ontologies/icons/make.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/make.png -------------------------------------------------------------------------------- /ontologies/icons/make.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/make.svg -------------------------------------------------------------------------------- /ontologies/icons/material.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/material.png -------------------------------------------------------------------------------- /ontologies/icons/material.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/material.svg -------------------------------------------------------------------------------- /ontologies/icons/order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/order.png -------------------------------------------------------------------------------- /ontologies/icons/order.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/order.svg -------------------------------------------------------------------------------- /ontologies/icons/org.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/org.png -------------------------------------------------------------------------------- /ontologies/icons/org.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/org.svg -------------------------------------------------------------------------------- /ontologies/icons/plan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/plan.png -------------------------------------------------------------------------------- /ontologies/icons/plan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/plan.svg -------------------------------------------------------------------------------- /ontologies/icons/process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/process.png -------------------------------------------------------------------------------- /ontologies/icons/process.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/process.svg -------------------------------------------------------------------------------- /ontologies/icons/role.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/role.png -------------------------------------------------------------------------------- /ontologies/icons/role.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/role.svg -------------------------------------------------------------------------------- /ontologies/icons/store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/store.png -------------------------------------------------------------------------------- /ontologies/icons/store.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/store.svg -------------------------------------------------------------------------------- /ontologies/icons/team.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/team.png -------------------------------------------------------------------------------- /ontologies/icons/team.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/team.svg -------------------------------------------------------------------------------- /ontologies/icons/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/time.png -------------------------------------------------------------------------------- /ontologies/icons/time.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/time.svg -------------------------------------------------------------------------------- /ontologies/icons/validate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/validate.png -------------------------------------------------------------------------------- /ontologies/icons/validate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/icons/validate.svg -------------------------------------------------------------------------------- /ontologies/sample.owl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/sample.owl -------------------------------------------------------------------------------- /ontologies/sample2.owl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/sample2.owl -------------------------------------------------------------------------------- /ontologies/supply-chain-mock-up.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/ontologies/supply-chain-mock-up.json -------------------------------------------------------------------------------- /sandbox/AnyLogicSimulations/Oltiva - Assembly Line - Costed (mins)/15387262268565086349664035420058.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AnyLogicSimulations/Oltiva - Assembly Line - Costed (mins)/15387262268565086349664035420058.jpg -------------------------------------------------------------------------------- /sandbox/AnyLogicSimulations/Oltiva - Assembly Line - Costed (mins)/AnyLogic model logo dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AnyLogicSimulations/Oltiva - Assembly Line - Costed (mins)/AnyLogic model logo dark.png -------------------------------------------------------------------------------- /sandbox/AnyLogicSimulations/Oltiva - Assembly Line - Costed (mins)/Oltiva - Assembly Line - Costed_mins.alp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AnyLogicSimulations/Oltiva - Assembly Line - Costed (mins)/Oltiva - Assembly Line - Costed_mins.alp -------------------------------------------------------------------------------- /sandbox/AnyLogicSimulations/Oltiva - Assembly Line - Costed (mins)/Oltiva - Assembly Line - Costed_mins.original.alp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AnyLogicSimulations/Oltiva - Assembly Line - Costed (mins)/Oltiva - Assembly Line - Costed_mins.original.alp -------------------------------------------------------------------------------- /sandbox/AnyLogicSimulations/Oltiva - Assembly Line - Costed (mins)/bonsai-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AnyLogicSimulations/Oltiva - Assembly Line - Costed (mins)/bonsai-logo.png -------------------------------------------------------------------------------- /sandbox/AnyLogicSimulations/Oltiva - Assembly Line - Costed (mins)/database/db.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AnyLogicSimulations/Oltiva - Assembly Line - Costed (mins)/database/db.data -------------------------------------------------------------------------------- /sandbox/AnyLogicSimulations/Oltiva - Assembly Line - Costed (mins)/database/db.lck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AnyLogicSimulations/Oltiva - Assembly Line - Costed (mins)/database/db.lck -------------------------------------------------------------------------------- /sandbox/AnyLogicSimulations/Oltiva - Assembly Line - Costed (mins)/database/db.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AnyLogicSimulations/Oltiva - Assembly Line - Costed (mins)/database/db.log -------------------------------------------------------------------------------- /sandbox/AnyLogicSimulations/Oltiva - Assembly Line - Costed (mins)/database/db.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AnyLogicSimulations/Oltiva - Assembly Line - Costed (mins)/database/db.properties -------------------------------------------------------------------------------- /sandbox/AnyLogicSimulations/Oltiva - Assembly Line - Costed (mins)/database/db.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AnyLogicSimulations/Oltiva - Assembly Line - Costed (mins)/database/db.script -------------------------------------------------------------------------------- /sandbox/AnyLogicSimulations/Oltiva - Assembly Line - Costed (mins)/debug.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AnyLogicSimulations/Oltiva - Assembly Line - Costed (mins)/debug.log -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/azuredeploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/azuredeploy.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/logistics-supply-chain-twin.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/logistics-supply-chain-twin.xlsx -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/logistics-twin.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/logistics-twin.xlsx -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/README.md -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Agent/Agent.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Agent/Agent.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Agent/Organization/Enterprise.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Agent/Organization/Enterprise.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Agent/Organization/Organization.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Agent/Organization/Organization.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Agent/Person.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Agent/Person.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Aspect/Aspect.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Aspect/Aspect.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Aspect/ScheduledEvent.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Aspect/ScheduledEvent.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Asset/Asset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Asset/Asset.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Asset/Equipment/Equipment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Asset/Equipment/Equipment.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Asset/Equipment/Machine.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Asset/Equipment/Machine.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Capability/Actuator/Actuator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Capability/Actuator/Actuator.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Capability/Capability.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Capability/Capability.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Capability/Parameter/Parameter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Capability/Parameter/Parameter.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Capability/Sensor/AZ3166-PnP-Sensors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Capability/Sensor/AZ3166-PnP-Sensors.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Capability/Sensor/Sensor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Capability/Sensor/Sensor.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Capability/Sensor/SimulatedSensor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Capability/Sensor/SimulatedSensor.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Capability/Sensor/TemperatureSensor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Capability/Sensor/TemperatureSensor.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Device/DeviceInformation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Device/DeviceInformation.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Device/LogicalController.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Device/LogicalController.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Device/LogicalDevice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Device/LogicalDevice.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Device/LogicalGateway.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Device/LogicalGateway.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Device/LogicalServer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Device/LogicalServer.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Metadata.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Area.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Area.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Module/ControlModule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Module/ControlModule.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Module/EquipmentModule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Module/EquipmentModule.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Module/Module.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Module/Module.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Site.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Site.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Space.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Space.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/SupplyChain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/SupplyChain.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/SupplyChain/CustomerLocation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/SupplyChain/CustomerLocation.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/SupplyChain/DistributionCenter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/SupplyChain/DistributionCenter.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/SupplyChain/ManufacturingHub.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/SupplyChain/ManufacturingHub.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/SupplyChain/UpstreamSupplier.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/SupplyChain/UpstreamSupplier.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Unit/ProcessUnit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Unit/ProcessUnit.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Unit/StorageUnit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Unit/StorageUnit.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Unit/Unit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Unit/Unit.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Unit/WorkCell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Unit/WorkCell.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Unit/WorkUnit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Unit/WorkUnit.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Zone/ProcessCell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Zone/ProcessCell.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Zone/ProductionLine.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Zone/ProductionLine.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Zone/ProductionUnit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Zone/ProductionUnit.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Zone/StorageZone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Zone/StorageZone.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Zone/Zone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Space/Zone/Zone.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Work/BatchProduction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Work/BatchProduction.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Work/ContinuousProduction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Work/ContinuousProduction.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Work/DiscreteProduction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Work/DiscreteProduction.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Work/MaterialsHandling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Work/MaterialsHandling.json -------------------------------------------------------------------------------- /sandbox/AzureDigitalTwins/models/manufacturing-ontology/Work/ProductionClass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/AzureDigitalTwins/models/manufacturing-ontology/Work/ProductionClass.json -------------------------------------------------------------------------------- /sandbox/IoTHub/azuredeploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/IoTHub/azuredeploy.json -------------------------------------------------------------------------------- /sandbox/PnPDevices/MXCHIP_AZ3166_image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/PnPDevices/MXCHIP_AZ3166_image.jpg -------------------------------------------------------------------------------- /sandbox/PnPDevices/PnPFunctions/DeleteDeviceInTwinFunc.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/PnPDevices/PnPFunctions/DeleteDeviceInTwinFunc.cs -------------------------------------------------------------------------------- /sandbox/PnPDevices/PnPFunctions/DeviceTelemetryToTwinFunc.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/PnPDevices/PnPFunctions/DeviceTelemetryToTwinFunc.cs -------------------------------------------------------------------------------- /sandbox/PnPDevices/PnPFunctions/DpsAdtAllocationFunc.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/PnPDevices/PnPFunctions/DpsAdtAllocationFunc.cs -------------------------------------------------------------------------------- /sandbox/PnPDevices/azure-iot-rpisimulator/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules -------------------------------------------------------------------------------- /sandbox/PnPDevices/azure-iot-rpisimulator/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/PnPDevices/azure-iot-rpisimulator/index.js -------------------------------------------------------------------------------- /sandbox/PnPDevices/azure-iot-rpisimulator/lib/deviceMethod.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/PnPDevices/azure-iot-rpisimulator/lib/deviceMethod.js -------------------------------------------------------------------------------- /sandbox/PnPDevices/azure-iot-rpisimulator/lib/io.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/PnPDevices/azure-iot-rpisimulator/lib/io.js -------------------------------------------------------------------------------- /sandbox/PnPDevices/azure-iot-rpisimulator/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/PnPDevices/azure-iot-rpisimulator/main.js -------------------------------------------------------------------------------- /sandbox/PnPDevices/azure-iot-rpisimulator/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/PnPDevices/azure-iot-rpisimulator/package-lock.json -------------------------------------------------------------------------------- /sandbox/PnPDevices/azure-iot-rpisimulator/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/PnPDevices/azure-iot-rpisimulator/package.json -------------------------------------------------------------------------------- /sandbox/SimulatedDevices/SimulatorCloudRunner.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/SimulatedDevices/SimulatorCloudRunner.ps1 -------------------------------------------------------------------------------- /sandbox/SimulatedDevices/azuredeploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/SimulatedDevices/azuredeploy.json -------------------------------------------------------------------------------- /sandbox/TwinSyncFunctions/IoTHubtoTwins/IotHubtoTwins.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/TwinSyncFunctions/IoTHubtoTwins/IotHubtoTwins.cs -------------------------------------------------------------------------------- /sandbox/TwinSyncFunctions/IoTHubtoTwins/Properties/ServiceDependencies/avanade-japan-simulation-sync-IoTHubtoTwin - Web Deploy/profile.arm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/TwinSyncFunctions/IoTHubtoTwins/Properties/ServiceDependencies/avanade-japan-simulation-sync-IoTHubtoTwin - Web Deploy/profile.arm.json -------------------------------------------------------------------------------- /sandbox/TwinSyncFunctions/IoTHubtoTwins/avanade-twinsync-IoTHubtoTwins.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/TwinSyncFunctions/IoTHubtoTwins/avanade-twinsync-IoTHubtoTwins.csproj -------------------------------------------------------------------------------- /sandbox/TwinSyncFunctions/IoTHubtoTwins/avanade-twinsync-IoTHubtoTwins.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lowndesc/industryx/HEAD/sandbox/TwinSyncFunctions/IoTHubtoTwins/avanade-twinsync-IoTHubtoTwins.sln -------------------------------------------------------------------------------- /sandbox/TwinSyncFunctions/IoTHubtoTwins/host.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.0" 3 | } --------------------------------------------------------------------------------