@prefix : <https://w3id.org/catenax/ontology/core#> .
@prefix cx-behaviour: <https://w3id.org/catenax/ontology/behaviour#> .
@prefix cx-bom: <https://w3id.org/catenax/ontology/bill-of-material#> .
@prefix cx-common: <https://w3id.org/catenax/ontology/common#> .
@prefix cx-fx: <https://w3id.org/catenax/ontology/function#> .
@prefix cx-reliability: <https://w3id.org/catenax/ontology/reliability#> .
@prefix cx-scm: <https://w3id.org/catenax/ontology/supply-chain#> .
@prefix cx-vehicle: <https://w3id.org/catenax/ontology/vehicle#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix json: <https://json-schema.org/draft/2020-12/schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

dc:contributor a owl:AnnotationProperty .

dc:creator a owl:AnnotationProperty .

dc:date a owl:AnnotationProperty .

dc:description a owl:AnnotationProperty .

dc:title a owl:AnnotationProperty .

sh:shapesGraph a owl:DatatypeProperty ;
    rdfs:label "shapes graph"@en ;
    rdfs:comment "This property refers to a SHACL expression in which the RDF data Contraints are defined. In particular, the structure of the identifiers."@en ;
    rdfs:domain cx-common:Asset ;
    rdfs:range xsd:anyURI .

<https://w3id.org/catenax/ontology> a owl:Ontology ;
    dc:description "The main ontology is a merge of domain ontologies and is created automatically, see Domain Ontologies for details." ;
    dc:title "Catena-X Main Ontology" .

cx-behaviour:RemainingUsefulLifeArgument a owl:DatatypeProperty ;
    rdfs:label "Remaining Useful Life Argument"@en ;
    rdfs:comment "Super property of remaining useful life function arguments."@en ;
    rdfs:domain cx-behaviour:RemainingUsefulLife ;
    rdfs:range xsd:anyType ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument .

cx-behaviour:adaptionValueList a owl:DatatypeProperty ;
    rdfs:label "Adaption Value List Values"@en ;
    rdfs:comment "A Health Indicator Adaption needs an array of adaption values."@en ;
    rdfs:domain cx-behaviour:HealthIndication ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-behaviour:HealthIndicationArgument ;
    cx-fx:argumentName "adaptionValueList.values" .

cx-behaviour:adaptionValueMileage a owl:DatatypeProperty ;
    rdfs:label "Adaption Value List Mileage"@en ;
    rdfs:comment "A Health Indicator Adaption needs a mileage of the embedding vehicle."@en ;
    rdfs:domain cx-behaviour:HealthIndication ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-behaviour:HealthIndicationArgument ;
    cx-fx:argumentName "adaptionValueList.mileage_km" .

cx-behaviour:adaptionValueOperatingTime a owl:DatatypeProperty ;
    rdfs:label "Adaption Value List Operating Time"@en ;
    rdfs:comment "A Health Indicator Adaption needs an operating time of the embedding vehicle."@en ;
    rdfs:domain cx-behaviour:HealthIndication ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-behaviour:HealthIndicationArgument ;
    cx-fx:argumentName "adaptionValueList.operatingtime_s" .

cx-behaviour:adaptionValueTimestamp a owl:DatatypeProperty ;
    rdfs:label "Adaption Value List Timestamp"@en ;
    rdfs:comment "A Health Indicator Adaption needs a timestamp."@en ;
    rdfs:domain cx-behaviour:HealthIndication ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-behaviour:HealthIndicationArgument ;
    cx-fx:argumentName "adaptionValueList.timestamp" .

cx-behaviour:adaptionValueVersion a owl:DatatypeProperty ;
    rdfs:label "Adaption Value List Version"@en ;
    rdfs:comment "A Health Indicator Adaption needs a version."@en ;
    rdfs:domain cx-behaviour:HealthIndication ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-behaviour:HealthIndicationArgument ;
    cx-fx:argumentName "adaptionValueList.version" .

cx-behaviour:bodyClasses a owl:DatatypeProperty,
        owl:ObjectProperty ;
    rdfs:label "Loadspectrum Classes"@en ;
    rdfs:comment "Classes of Load Spectrum."@en ;
    rdfs:domain cx-behaviour:PrognosisFunction ;
    rdfs:range json:Object ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:dataType json:Object .

cx-behaviour:bodyCountsList a owl:DatatypeProperty,
        owl:ObjectProperty ;
    rdfs:label "Loadspectrum Counts List"@en ;
    rdfs:comment "Counts List of Load Spectrum."@en ;
    rdfs:domain cx-behaviour:PrognosisFunction ;
    rdfs:range json:Object ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:dataType json:Object .

cx-behaviour:classification a owl:DatatypeProperty ;
    rdfs:label "Notification Classification"@en ;
    rdfs:comment "Classification of the notification."@en ;
    rdfs:domain cx-behaviour:RemainingUsefulLife ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:dataType xsd:string .

cx-behaviour:classifiedLoadCollectiveChannels a owl:DatatypeProperty ;
    rdfs:label "Classified Load Collective Channels"@en ;
    rdfs:comment "A Load Collective has descriptors for all channels."@en ;
    rdfs:domain cx-behaviour:HealthIndication ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:argumentName "classifiedLoadCollective.header.channels" .

cx-behaviour:classifiedLoadCollectiveClasses a owl:DatatypeProperty ;
    rdfs:label "Classified Load Collective Classes"@en ;
    rdfs:comment "A Load Collective has a body with the class indices."@en ;
    rdfs:domain cx-behaviour:HealthIndication ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:argumentName "classifiedLoadCollective.body.classes" .

cx-behaviour:classifiedLoadCollectiveComponentDescription a owl:DatatypeProperty ;
    rdfs:label "Classified Load Collective Component Description"@en ;
    rdfs:comment "A Load Collective has a component description."@en ;
    rdfs:domain cx-behaviour:HealthIndication ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:argumentName "classifiedLoadCollective.metadata.componentDescription" .

cx-behaviour:classifiedLoadCollectiveCountingMethod a owl:DatatypeProperty ;
    rdfs:label "Classified Load Collective Counting Method"@en ;
    rdfs:comment "A Load Collective has a method for the counting dimension."@en ;
    rdfs:domain cx-behaviour:HealthIndication ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:argumentName "classifiedLoadCollective.header.countingMethod" .

cx-behaviour:classifiedLoadCollectiveCountingUnit a owl:DatatypeProperty ;
    rdfs:label "Classified Load Collective Counting Unit"@en ;
    rdfs:comment "A Load Collective has a unit for the counting dimension."@en ;
    rdfs:domain cx-behaviour:HealthIndication ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:argumentName "classifiedLoadCollective.header.countingUnit" .

cx-behaviour:classifiedLoadCollectiveCountingValue a owl:DatatypeProperty ;
    rdfs:label "Classified Load Collective Counting Value"@en ;
    rdfs:comment "A Load Collective has a value for the counting dimension."@en ;
    rdfs:domain cx-behaviour:HealthIndication ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:argumentName "classifiedLoadCollective.header.countingValue" ;
    cx-fx:mandatory false .

cx-behaviour:classifiedLoadCollectiveCounts a owl:DatatypeProperty ;
    rdfs:label "Classified Load Collective Counts"@en ;
    rdfs:comment "A Load Collective has a body with the raw measurements."@en ;
    rdfs:domain cx-behaviour:HealthIndication ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:argumentName "classifiedLoadCollective.body.counts" .

cx-behaviour:classifiedLoadCollectiveProjectDescription a owl:DatatypeProperty ;
    rdfs:label "Classified Load Collective Project Description"@en ;
    rdfs:comment "A Load Collective has a project description."@en ;
    rdfs:domain cx-behaviour:HealthIndication ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:argumentName "classifiedLoadCollective.metadata.projectDescription" ;
    cx-fx:mandatory false .

cx-behaviour:component a owl:ObjectProperty ;
    rdfs:label "Predicted Component"@en ;
    rdfs:comment "Component of the Predicition."@en ;
    rdfs:domain cx-behaviour:RemainingUsefulLife ;
    rdfs:range cx-vehicle:Part ;
    cx-fx:dataType cx-vehicle:Part .

cx-behaviour:countingMethod a owl:DatatypeProperty ;
    rdfs:label "Loadspectrum Counting Method"@en ;
    rdfs:comment "Counting Method of Load Spectrum."@en ;
    rdfs:domain cx-behaviour:PrognosisFunction ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:dataType xsd:string .

cx-behaviour:countingUnit a owl:DatatypeProperty ;
    rdfs:label "Loadspectrum Counting Unit"@en ;
    rdfs:comment "Counting Unit of Load Spectrum."@en ;
    rdfs:domain cx-behaviour:PrognosisFunction ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:dataType xsd:string .

cx-behaviour:countingValue a owl:DatatypeProperty ;
    rdfs:label "Loadspectrum Counting Value"@en ;
    rdfs:comment "Counting Value Name of Load Spectrum."@en ;
    rdfs:domain cx-behaviour:PrognosisFunction ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:dataType xsd:string .

cx-behaviour:headerChannels a owl:DatatypeProperty,
        owl:ObjectProperty ;
    rdfs:label "Loadspectrum Channels"@en ;
    rdfs:comment "Channels of Load Spectrum."@en ;
    rdfs:domain cx-behaviour:PrognosisFunction ;
    rdfs:range json:Object ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:dataType json:Object .

cx-behaviour:healthIndicatorValues a owl:DatatypeProperty,
        owl:ObjectProperty ;
    rdfs:label "Health Indicator Values"@en ;
    rdfs:comment "Health Indicator Values are percentages."@en ;
    rdfs:domain cx-behaviour:HealthIndicatorResult ;
    rdfs:range json:Object ;
    rdfs:subPropertyOf cx-fx:returnValue ;
    cx-fx:dataType json:Object ;
    cx-fx:valuePath "healthIndicatorValues" .

cx-behaviour:indicatorVersion a owl:DatatypeProperty ;
    rdfs:label "Health Indicator Prognosis Version" ;
    rdfs:comment "Version of the health indicator prognosis."@en ;
    rdfs:domain cx-behaviour:HealthIndicatorResult ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-fx:returnValue ;
    cx-fx:dataType xsd:string ;
    cx-fx:valuePath "version" .

cx-behaviour:metadata a owl:DatatypeProperty,
        owl:ObjectProperty ;
    rdfs:label "Loadspectrum Metadata"@en ;
    rdfs:comment "Additional Metadata of the Loadspectrum."@en ;
    rdfs:domain cx-behaviour:RemainingUsefulLife ;
    rdfs:range json:Object ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:dataType json:Object .

cx-behaviour:notification a owl:DatatypeProperty,
        owl:ObjectProperty ;
    rdfs:label "Notification Template"@en ;
    rdfs:comment "An optional notification output template."@en ;
    rdfs:domain cx-behaviour:RemainingUsefulLife ;
    rdfs:range json:Object ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:dataType json:Object .

cx-behaviour:observationType a owl:DatatypeProperty ;
    rdfs:domain cx-behaviour:PrognosisFunction ;
    rdfs:range xsd:anyURI ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument .

cx-behaviour:recipient a owl:DatatypeProperty ;
    rdfs:label "Notification Recipient"@en ;
    rdfs:comment "Recipient of the notification as a BPN."@en ;
    rdfs:domain cx-behaviour:RemainingUsefulLife ;
    rdfs:range xsd:anyURI ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:dataType xsd:anyURI .

cx-behaviour:recipientConnector a owl:DatatypeProperty ;
    rdfs:label "Notification Recipient Address"@en ;
    rdfs:comment "Recipient Address of the notification as a URL."@en ;
    rdfs:domain cx-behaviour:RemainingUsefulLife ;
    rdfs:range xsd:anyURI ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:dataType xsd:anyURI .

cx-behaviour:remainingOperatingHours a owl:DatatypeProperty ;
    rdfs:label "Remaining Useful Life Operating Hours"@en ;
    rdfs:comment "Predicted Operating Hours of Remaining Useful Life Response"@en ;
    rdfs:domain cx-behaviour:RemainingUsefulLifeResult ;
    rdfs:range xsd:float ;
    rdfs:subPropertyOf cx-fx:returnValue ;
    cx-fx:dataType xsd:float .

cx-behaviour:remainingRunningDistance a owl:DatatypeProperty ;
    rdfs:label "Remaining Useful Life Distance"@en ;
    rdfs:comment "Predicted Distance of Remaining Useful Life Response"@en ;
    rdfs:domain cx-behaviour:RemainingUsefulLifeResult ;
    rdfs:range xsd:int ;
    rdfs:subPropertyOf cx-fx:returnValue ;
    cx-fx:dataType xsd:int .

cx-behaviour:requestComponentId a owl:DatatypeProperty ;
    rdfs:label "Prognosis Component Id"@en ;
    rdfs:comment "A Health Indicator Input relates to a component."@en ;
    rdfs:domain cx-behaviour:HealthIndication ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:argumentName "componentId" .

cx-behaviour:responseComponentId a owl:DatatypeProperty ;
    rdfs:label "Health Indicator Prognosis Component Id"@en ;
    rdfs:comment "Component Id of the health indicator prognosis."@en ;
    rdfs:domain cx-behaviour:HealthIndicatorResult ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-fx:returnValue ;
    cx-fx:dataType xsd:string ;
    cx-fx:valuePath "componentId" .

cx-behaviour:sender a owl:DatatypeProperty ;
    rdfs:label "Notification Sender"@en ;
    rdfs:comment "Sender of the notification as a BPN."@en ;
    rdfs:domain cx-behaviour:RemainingUsefulLife ;
    rdfs:range xsd:anyURI ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:dataType xsd:anyURI .

cx-behaviour:senderConnector a owl:DatatypeProperty ;
    rdfs:label "Notification Sender Address"@en ;
    rdfs:comment "Sender Address of the notification as a URL."@en ;
    rdfs:domain cx-behaviour:RemainingUsefulLife ;
    rdfs:range xsd:anyURI ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:dataType xsd:anyURI .

cx-behaviour:severity a owl:DatatypeProperty ;
    rdfs:label "Notification Severity"@en ;
    rdfs:comment "Severity of the notification."@en ;
    rdfs:domain cx-behaviour:RemainingUsefulLife ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:dataType xsd:string .

cx-behaviour:status a owl:DatatypeProperty ;
    rdfs:label "Notification Status"@en ;
    rdfs:comment "Status of the notification."@en ;
    rdfs:domain cx-behaviour:RemainingUsefulLife ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:dataType xsd:string .

cx-behaviour:statusDate a owl:DatatypeProperty ;
    rdfs:label "Loadspectrum Recording Time"@en ;
    rdfs:comment "Time of Recording."@en ;
    rdfs:domain cx-behaviour:RemainingUsefulLife ;
    rdfs:range xsd:dateTime ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:dataType xsd:dateTime .

cx-behaviour:statusMileage a owl:DatatypeProperty ;
    rdfs:label "Loadspectrum Mileage"@en ;
    rdfs:comment "Mileage of Component at Time of Recording."@en ;
    rdfs:domain cx-behaviour:RemainingUsefulLife ;
    rdfs:range xsd:int ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:dataType xsd:int .

cx-behaviour:statusOperatingHours a owl:DatatypeProperty ;
    rdfs:label "Loadspectrum Operating Hours"@en ;
    rdfs:comment "Operating Hours of Target Component at Time of Recording."@en ;
    rdfs:domain cx-behaviour:RemainingUsefulLife ;
    rdfs:range xsd:float ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:dataType xsd:float .

cx-behaviour:targetDate a owl:DatatypeProperty ;
    rdfs:label "Notification Target Date"@en ;
    rdfs:comment "Target Date of the notification."@en ;
    rdfs:domain cx-behaviour:RemainingUsefulLife ;
    rdfs:range xsd:dateTime ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:dataType xsd:dateTime .

cx-behaviour:timeStamp a owl:DatatypeProperty ;
    rdfs:label "Notification Timestamp"@en ;
    rdfs:comment "Timestamp of the notification."@en ;
    rdfs:domain cx-behaviour:RemainingUsefulLife ;
    rdfs:range xsd:dateTime ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument ;
    cx-fx:dataType xsd:dateTime .

cx-bom:assembler a owl:ObjectProperty ;
    rdfs:label "Assembler"@en ;
    rdfs:comment "The assembler of the assembly."@en ;
    rdfs:domain cx-bom:BillOfMaterial ;
    rdfs:range cx-common:BusinessPartner .

cx-bom:assembly a owl:ObjectProperty ;
    rdfs:label "Has Assembly"@en ;
    rdfs:comment "Refers the assembly of a bill of material."@en ;
    rdfs:domain cx-bom:BillOfMaterial ;
    rdfs:range :PhysicalObject .

cx-bom:assemblyConcept a owl:ObjectProperty ;
    rdfs:label "Has Assembly"@en ;
    rdfs:comment "Refers the assembly concept of a bill of material."@en ;
    rdfs:domain cx-bom:BillOfMaterial ;
    rdfs:range :ConceptualObject .

cx-bom:component a owl:ObjectProperty ;
    rdfs:label "Has Component"@en ;
    rdfs:comment "Lists the components of a bill of material."@en ;
    rdfs:domain cx-bom:BillOfMaterial ;
    rdfs:range :PhysicalObject .

cx-bom:concept a owl:ObjectProperty ;
    rdfs:label "has concept"@en ;
    rdfs:comment "Lists the concepts of a bill of material."@en ;
    rdfs:domain cx-bom:BillOfMaterial ;
    rdfs:range :ConceptualObject .

cx-bom:hasBom a owl:ObjectProperty ;
    rdfs:label "Has Bill Of Material"@en ;
    rdfs:comment "Refers the bill of material of an assembly."@en ;
    rdfs:domain :PhysicalObject ;
    rdfs:range cx-bom:BillOfMaterial .

cx-bom:quantityMeasure a owl:DatatypeProperty ;
    rdfs:label "Quantity Measure"@en ;
    rdfs:comment "The measure of quantity that a component contributes to an assymbly in a bill of material ."@en ;
    rdfs:domain cx-bom:BillOfMaterial ;
    rdfs:range xsd:float ;
    rdfs:subPropertyOf cx-bom:quantity .

cx-bom:quantityUnit a owl:DatatypeProperty ;
    rdfs:label "Quantity Unit"@en ;
    rdfs:comment "The unit of quantity that a component contributes to an assymbly in a bill of material ."@en ;
    rdfs:domain cx-bom:BillOfMaterial ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-bom:quantity .

cx-bom:supplier a owl:ObjectProperty ;
    rdfs:label "Supplier"@en ;
    rdfs:comment "The supplier of the component(s)."@en ;
    rdfs:domain cx-bom:BillOfMaterial ;
    rdfs:range cx-common:BusinessPartner .

cx-bom:validityPeriodEnd a owl:DatatypeProperty ;
    rdfs:label "Validity Period End"@en ;
    rdfs:comment "The end of validity."@en ;
    rdfs:domain cx-bom:BillOfMaterial ;
    rdfs:range xsd:date ;
    rdfs:subPropertyOf cx-bom:validityPeriod .

cx-bom:validityPeriodStart a owl:DatatypeProperty ;
    rdfs:label "Validity Period Start"@en ;
    rdfs:comment "The start of validity."@en ;
    rdfs:domain cx-bom:BillOfMaterial ;
    rdfs:range xsd:date ;
    rdfs:subPropertyOf cx-bom:validityPeriod .

cx-common:authenticatedResource a rdfs:DatatypeProperty ;
    rdfs:label "Authenticated Resource"@en ;
    rdfs:comment "An resource that requires authentication."@en ;
    rdfs:domain cx-common:Asset ;
    rdfs:range xsd:anyURI .

cx-common:authenticationCode a owl:DatatypeProperty ;
    rdfs:label "authentication code"@en ;
    rdfs:comment "An authentication code under which authentication information are transmitted." ;
    rdfs:domain cx-common:Asset ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-common:authenticationInformation .

cx-common:authenticationKey a owl:DatatypeProperty ;
    rdfs:label "authentication key"@en ;
    rdfs:comment "An authentication key which encodes some authentication proof." ;
    rdfs:domain cx-common:Asset ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-common:authenticationInformation .

cx-common:contentType a owl:DatatypeProperty ;
    rdfs:label "content type"@en ;
    rdfs:comment "This property describes in which format the data will be output, i.e. XML or JSON."@en ;
    rdfs:domain cx-common:Asset ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-common:description a owl:DatatypeProperty ;
    rdfs:label "description"@en ;
    rdfs:comment "This property contains description of asset."@en ;
    rdfs:domain cx-common:Asset ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-common:distributionMode a owl:DatatypeProperty ;
    rdfs:label "Distribution Mode"@en ;
    rdfs:comment "The skill may only be invoked local to the computing environment of the provider."@en ;
    rdfs:domain cx-common:Asset ;
    rdfs:range xsd:string .

cx-common:hasDataspaceConnector a owl:ObjectProperty ;
    rdfs:label "has Dataspace Connector"@en ;
    rdfs:comment "This property describes which connectors belong to which business partners."@en ;
    rdfs:domain cx-common:BusinessPartner ;
    rdfs:range cx-common:DataspaceConnector ;
    rdfs:subPropertyOf owl:topObjectProperty .

cx-common:id a owl:DatatypeProperty ;
    rdfs:label "id"@en ;
    rdfs:comment "This property contains unique identifier of Bussiness Partner/Connector/Asset."@en ;
    rdfs:domain cx-common:Asset ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-common:implementsProtocol a owl:DatatypeProperty ;
    rdfs:label "implements protocol"@en ;
    rdfs:comment "This property refers to the network protocol implemented by the asset."@en ;
    rdfs:domain cx-common:Asset ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-common:isFederated a owl:DatatypeProperty ;
    rdfs:label "is federated"@en ;
    rdfs:comment "If this property is set to true, it means that this connector will federate with other connectors."@en ;
    rdfs:domain cx-common:Asset ;
    rdfs:range xsd:boolean ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-common:name a owl:DatatypeProperty ;
    rdfs:label "name"@en ;
    rdfs:comment "This property contains name of asset."@en ;
    rdfs:domain cx-common:Asset ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-common:offers a owl:ObjectProperty ;
    rdfs:label "offers"@en ;
    rdfs:comment "This property refers to the offered assets."@en ;
    rdfs:domain cx-common:DataspaceConnector ;
    rdfs:range cx-common:Asset ;
    rdfs:subPropertyOf owl:topObjectProperty .

cx-common:publishedUnderContract a owl:DatatypeProperty ;
    rdfs:label "published under contract"@en ;
    rdfs:comment "This property refers to the contract associated with the asset."@en ;
    rdfs:domain cx-common:Asset ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-common:satisfiesRole a owl:DatatypeProperty ;
    rdfs:label "satisfies role"@en ;
    rdfs:comment "Use Case Role IRI."@en ;
    rdfs:domain cx-common:Asset ;
    rdfs:range xsd:anyURI ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-common:url a owl:DatatypeProperty ;
    rdfs:label "url"@en ;
    rdfs:comment "Uniform Resource Locator of SPARQL Endpoint."@en ;
    rdfs:domain cx-common:DataspaceConnector ;
    rdfs:range xsd:anyURI ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-common:version a owl:DatatypeProperty ;
    rdfs:label "version"@en ;
    rdfs:comment "Version of the asset."@en ;
    rdfs:domain cx-common:Asset ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf owl:topDataProperty .

:city a owl:DatatypeProperty ;
    rdfs:label "city"@en ;
    rdfs:comment "City name of a legal address."@en ;
    rdfs:domain :Address ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf owl:topDataProperty .

:country a owl:DatatypeProperty ;
    rdfs:label "country"@en ;
    rdfs:comment "Country name of a legal address."@en ;
    rdfs:domain :Address ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf owl:topDataProperty .

:describedByConceptualObject a owl:ObjectProperty ;
    rdfs:label "described by conceptual object"@en ;
    rdfs:comment "Inverse of 'describes physical object' property."@en ;
    rdfs:domain :PhysicalObject ;
    rdfs:range :ConceptualObject ;
    rdfs:subPropertyOf owl:topObjectProperty ;
    owl:inverseOf :describesPhysicalObject .

:endDateTime a owl:DatatypeProperty ;
    rdfs:label "end dateTime"@en ;
    rdfs:comment "End time of the activity."@en ;
    rdfs:domain :Activity ;
    rdfs:range xsd:dateTime ;
    rdfs:subPropertyOf owl:topDataProperty .

:hasAddress a owl:ObjectProperty ;
    rdfs:label "has address"@en ;
    rdfs:comment "Inverse of 'describes physical object' property."@en ;
    rdfs:domain :Place ;
    rdfs:range :Address ;
    rdfs:subPropertyOf owl:topObjectProperty .

:hosts a owl:ObjectProperty ;
    rdfs:label "hosts"@en ;
    rdfs:comment "Inverse of 'takes place at' property." ;
    rdfs:domain :Place ;
    rdfs:range :Activity ;
    rdfs:subPropertyOf owl:topObjectProperty ;
    owl:inverseOf :takesPlaceAt .

:houseNumber a owl:DatatypeProperty ;
    rdfs:label "house number"@en ;
    rdfs:comment "House number of a legal address."@en ;
    rdfs:domain :Address ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf owl:topDataProperty .

:id a owl:DatatypeProperty ;
    rdfs:label "id"@en ;
    rdfs:comment "Unique identification of the exchanged Catena-X objects."@en ;
    rdfs:domain :Activity,
        :Actor,
        :ConceptualObject,
        :PhysicalObject,
        :Place ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf owl:topDataProperty .

:involvedIn a owl:ObjectProperty ;
    rdfs:label "involved in"@en ;
    rdfs:comment "This property describes in which activity the physical object is involved."@en ;
    rdfs:domain :ConceptualObject,
        :PhysicalObject ;
    rdfs:range :Activity ;
    owl:inverseOf :refersToConceptualObject,
        :refersToPhysicalObject .

:name a owl:DatatypeProperty ;
    rdfs:label "name"@en ;
    rdfs:comment "Global name of an object."@en ;
    rdfs:domain :Activity,
        :Actor,
        :ConceptualObject,
        :PhysicalObject,
        :Place ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf owl:topDataProperty .

:participatesIn a owl:ObjectProperty ;
    rdfs:label "participates in"@en ;
    rdfs:comment "Inverse of 'has participant' property."@en ;
    rdfs:domain :Actor ;
    rdfs:range :Activity ;
    rdfs:subPropertyOf owl:topObjectProperty ;
    owl:inverseOf :hasParticipant .

:postalCode a owl:DatatypeProperty ;
    rdfs:label "postal code"@en ;
    rdfs:comment "Postal code of a legal address."@en ;
    rdfs:domain :Address ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf owl:topDataProperty .

:relatedToPlace a owl:ObjectProperty ;
    rdfs:label "related to place."@en ;
    rdfs:comment "This property describes that an actor has a relationship to a particular place, such as reside, own, or manage, etc."@en ;
    rdfs:domain :Actor ;
    rdfs:range :Place .

:startDateTime a owl:DatatypeProperty ;
    rdfs:label "start dateTime"@en ;
    rdfs:comment "Start time of an activity."@en ;
    rdfs:domain :Activity ;
    rdfs:range xsd:dateTime ;
    rdfs:subPropertyOf owl:topDataProperty .

:street a owl:DatatypeProperty ;
    rdfs:label "street"@en ;
    rdfs:comment "Street name of alegal address."@en ;
    rdfs:domain :Address ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-fx:argumentName a owl:AnnotationProperty ;
    rdfs:label "argument name"@en ;
    rdfs:comment "Determines the name or index of the function argument."@en ;
    rdfs:domain cx-fx:argument ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-fx:argumentConfigurationProperty .

cx-fx:batch a owl:AnnotationProperty ;
    rdfs:label "Batch Size"@en ;
    rdfs:comment "Determines maximal batch size for function invocations. Default is '1' which means that each invocation is done separately"@en ;
    rdfs:domain cx-fx:Function ;
    rdfs:range xsd:long ;
    rdfs:subPropertyOf cx-fx:functionConfigurationProperty .

cx-fx:callbackProperty a owl:AnnotationProperty ;
    rdfs:label "Callback Address"@en ;
    rdfs:comment "Determines a (set of) paths in the input document and the output response under which the callback address (see <https://w3id.org/catenax/ontology/function#callbackAddress>) and the referring callback id will be transmitted."@en ;
    rdfs:domain cx-fx:Function ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-fx:functionConfigurationProperty .

cx-fx:dataType a owl:AnnotationProperty ;
    rdfs:label "Argument or Result Data Type"@en ;
    rdfs:comment "Determines the data type of an argument or return value."@en ;
    rdfs:domain cx-fx:argument ;
    rdfs:range xsd:anyType ;
    rdfs:subPropertyOf cx-fx:argumentConfigurationProperty .

cx-fx:default a owl:AnnotationProperty ;
    rdfs:label "Default"@en ;
    rdfs:comment "Determines a default for the given argument which is taken if this is a mandatory argument"@en ;
    rdfs:domain cx-fx:argument ;
    rdfs:range xsd:anyType ;
    rdfs:subPropertyOf cx-fx:argumentConfigurationProperty .

cx-fx:inputProperty a owl:AnnotationProperty ;
    rdfs:label "Input Property"@en ;
    rdfs:comment "Determines a path/name in the input document under which all input arguments are encoded. Default is '.'"@en ;
    rdfs:domain cx-fx:argument ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-fx:argumentConfigurationProperty .

cx-fx:invocationIdProperty a owl:AnnotationProperty ;
    rdfs:label "Invocation ID Property"@en ;
    rdfs:comment "Determines a (set of) paths in the input document under which the IRI of the invocation (instance of Function) will be transmitted."@en ;
    rdfs:domain cx-fx:Function ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-fx:functionConfigurationProperty .

cx-fx:invocationMethod a owl:AnnotationProperty ;
    rdfs:label "Invocation Method"@en ;
    rdfs:comment "Determines the invocation method of the function in case that the target service provides several possibilities (DEFAULT, GET, POST-JSON , POST-JSON-MF , POST-XML , POST-XML-MF). "@en ;
    rdfs:domain cx-fx:Function ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-fx:functionConfigurationProperty .

cx-fx:mandatory a owl:AnnotationProperty .

cx-fx:output a owl:ObjectProperty ;
    rdfs:label "Output Result"@en ;
    rdfs:comment "Refers to the result of a function."@en ;
    rdfs:domain cx-fx:Function ;
    rdfs:range cx-fx:Result .

cx-fx:outputProperty a owl:AnnotationProperty ;
    rdfs:label "Output of Function"@en ;
    rdfs:comment "Determines a path/name in the output response under which all output arguments are encoded. Default is '.'"@en ;
    rdfs:domain cx-fx:Result ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-fx:resultConfigurationProperty .

cx-fx:priority a owl:AnnotationProperty ;
    rdfs:label "Priority"@en ;
    rdfs:comment "Determines the priority with which the argument is processed. Default is '10'"@en ;
    rdfs:domain cx-fx:argument ;
    rdfs:range xsd:integer ;
    rdfs:subPropertyOf cx-fx:argumentConfigurationProperty .

cx-fx:resultIdProperty a owl:AnnotationProperty ;
    rdfs:label "Result ID Property"@en ;
    rdfs:comment "Determines a path in the output response under which the IRI of the result component will be transmitted."@en ;
    rdfs:domain cx-fx:Result ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-fx:resultConfigurationProperty .

cx-fx:targetUri a owl:AnnotationProperty ;
    rdfs:label "Target URI"@en ;
    rdfs:comment "The target URI of the function should resolve to some existing service (URL)."@en ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-fx:functionConfigurationProperty .

cx-fx:valuePath a owl:AnnotationProperty ;
    rdfs:label "Value Path"@en ;
    rdfs:comment "Determines a path in the output response under which a return value is transmitted."@en ;
    rdfs:domain cx-fx:argument ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-fx:argumentConfigurationProperty .

cx-reliability:LoadSpectrumAnalysis a owl:Class ;
    rdfs:label "Load Spectrum Analysis"@en ;
    rdfs:comment "Load spectrum analysis is an analysis that calculates load spectrum values for a vehicle part."@en ;
    rdfs:subClassOf cx-reliability:Analysis .

cx-reliability:actualCause a owl:ObjectProperty ;
    rdfs:label "actual cause"@en ;
    rdfs:comment "Refers to the actual error cause."@en ;
    rdfs:domain cx-reliability:DiagnosticTroubleCode ;
    rdfs:range cx-reliability:ErrorCause ;
    rdfs:subPropertyOf owl:topObjectProperty .

cx-reliability:analysedPart a owl:ObjectProperty ;
    rdfs:label "analysed Part"@en ;
    rdfs:comment "Refers to the analysed part."@en ;
    rdfs:domain cx-reliability:Analysis ;
    rdfs:range cx-vehicle:Part ;
    rdfs:subPropertyOf cx-reliability:analysedObject .

cx-reliability:analysedVehicle a owl:ObjectProperty ;
    rdfs:label "analysed Vehicle"@en ;
    rdfs:comment "Refers to the analysed vehicle."@en ;
    rdfs:domain cx-reliability:Analysis ;
    rdfs:range cx-vehicle:Vehicle ;
    rdfs:subPropertyOf cx-reliability:analysedObject .

cx-reliability:channel a owl:ObjectProperty ;
    rdfs:label "load spectrum channel"@en ;
    rdfs:comment "Refers to load spectrum channel."@en ;
    rdfs:domain cx-reliability:LoadSpectrum ;
    rdfs:range cx-reliability:LoadSpectrumChannel .

cx-reliability:class a owl:ObjectProperty ;
    rdfs:label "load spectrum class"@en ;
    rdfs:comment "Refers to load spectrum class."@en ;
    rdfs:domain cx-reliability:LoadSpectrum ;
    rdfs:range cx-reliability:LoadSpectrumClass .

cx-reliability:countingMethod a owl:DatatypeProperty ;
    rdfs:label "Load Spectrum Counting Method"@en ;
    rdfs:comment "Counting method of Load spectrum."@en ;
    rdfs:domain cx-reliability:LoadSpectrumValue ;
    rdfs:range xsd:string .

cx-reliability:countingUnit a owl:DatatypeProperty ;
    rdfs:label "Load Spectrum Counting Unit"@en ;
    rdfs:comment "Counting unit of load spectrum."@en ;
    rdfs:domain cx-reliability:LoadSpectrumValue ;
    rdfs:range xsd:string .

cx-reliability:countingValue a owl:DatatypeProperty ;
    rdfs:label "Load Spectrum Counting Value"@en ;
    rdfs:comment "Counting value of load spectrum."@en ;
    rdfs:domain cx-reliability:LoadSpectrumValue ;
    rdfs:range xsd:string .

cx-reliability:datetime a owl:DatatypeProperty ;
    rdfs:label "Load Spectrum Start Datetime"@en ;
    rdfs:comment "Start of the measurement of load spectrum."@en ;
    rdfs:domain cx-reliability:LoadSpectrum ;
    rdfs:range xsd:dateTime ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-reliability:description a owl:DatatypeProperty ;
    rdfs:label "Load Spectrum Description"@en ;
    rdfs:comment "Details about the load spectrum: who, what, where, when, how?"@en ;
    rdfs:domain cx-reliability:LoadSpectrum ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-reliability:diagnosticTroubleCodeId a owl:DatatypeProperty ;
    rdfs:label "Diagnostic Trouble Code Id"@en ;
    rdfs:comment "Id of diagnostic trouble code."@en ;
    rdfs:domain cx-reliability:DiagnosticTroubleCode ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-reliability:diagnosticTroubleCodeName a owl:DatatypeProperty ;
    rdfs:label "Diagnostic Trouble Code Name"@en ;
    rdfs:comment "Name of diagnostic trouble code."@en ;
    rdfs:domain cx-reliability:DiagnosticTroubleCode ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf cx-reliability:name .

cx-reliability:endDatetime a owl:DatatypeProperty ;
    rdfs:label "Load Spectrum End Datetime"@en ;
    rdfs:comment "End of the measurement of load spectrum."@en ;
    rdfs:domain cx-reliability:LoadSpectrum ;
    rdfs:range xsd:dateTime ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-reliability:hasDiagnosticTroubleCode a owl:ObjectProperty ;
    rdfs:label "has diagnostic trouble code"@en ;
    rdfs:comment "Refers to diagnostic trouble code."@en ;
    rdfs:domain cx-reliability:Diagnosis ;
    rdfs:range cx-reliability:DiagnosticTroubleCode .

cx-reliability:id a owl:DatatypeProperty ;
    rdfs:label "Load Spectrum Id"@en ;
    rdfs:comment "Id of load spectrum."@en ;
    rdfs:domain cx-reliability:LoadSpectrum ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-reliability:index a owl:DatatypeProperty ;
    rdfs:label "Load Spectrum Index"@en ;
    rdfs:comment "Index of load spectrum values."@en ;
    rdfs:domain cx-reliability:LoadSpectrumValue ;
    rdfs:range xsd:string .

cx-reliability:lowerLimit a owl:DatatypeProperty ;
    rdfs:label "Load Spectrum Channel Lower Limit"@en ;
    rdfs:comment "Lower limit of load spectrum channel."@en ;
    rdfs:domain cx-reliability:LoadSpectrumChannel ;
    rdfs:range xsd:float ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-reliability:mileageOfVehicle a owl:DatatypeProperty ;
    rdfs:label "Mileage of Vehicle"@en ;
    rdfs:comment "Mileage of analysed vehicle."@en ;
    rdfs:domain cx-reliability:Analysis ;
    rdfs:range xsd:integer ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-reliability:numberOfBins a owl:DatatypeProperty ;
    rdfs:label "Load Spectrum Channel Number Of Bins"@en ;
    rdfs:comment "Bins number of load spectrum channel."@en ;
    rdfs:domain cx-reliability:LoadSpectrumChannel ;
    rdfs:range xsd:integer ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-reliability:operatingHoursOfPart a owl:DatatypeProperty ;
    rdfs:label "operating Hours of Part"@en ;
    rdfs:comment "Operating hours Of analysed part."@en ;
    rdfs:domain cx-reliability:Analysis ;
    rdfs:range xsd:float ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-reliability:operatingHoursOfVehicle a owl:DatatypeProperty ;
    rdfs:label "operating Hours of Vehicle"@en ;
    rdfs:comment "Operating hours Of  vehicle."@en ;
    rdfs:domain cx-reliability:Analysis ;
    rdfs:range xsd:float ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-reliability:performs a owl:ObjectProperty ;
    rdfs:label "performs"@en ;
    rdfs:comment "A device performs an analysis."@en ;
    rdfs:domain cx-reliability:AnalysisDevice ;
    rdfs:range cx-reliability:Analysis ;
    rdfs:subPropertyOf owl:topObjectProperty .

cx-reliability:possibleCause a owl:ObjectProperty ;
    rdfs:label "possible cause"@en ;
    rdfs:comment "Refers to possible cause."@en ;
    rdfs:domain cx-reliability:DiagnosticTroubleCode ;
    rdfs:range cx-reliability:ErrorCause .

cx-reliability:result a owl:ObjectProperty ;
    rdfs:label "result"@en ;
    rdfs:comment "Refers to analysis result."@en ;
    rdfs:domain cx-reliability:Analysis ;
    rdfs:range cx-reliability:AnalysisResult ;
    rdfs:subPropertyOf :refersToConceptualObject .

cx-reliability:type a owl:DatatypeProperty ;
    rdfs:label "Load Spectrum Type"@en ;
    rdfs:comment "Type of load spectrum."@en ;
    rdfs:domain cx-reliability:LoadSpectrum,
        cx-reliability:LoadSpectrumChannel ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-reliability:unit a owl:DatatypeProperty ;
    rdfs:label "Load Spectrum Channel Unit"@en ;
    rdfs:comment "Unit of load spectrum."@en ;
    rdfs:domain cx-reliability:LoadSpectrumChannel ;
    rdfs:range xsd:string .

cx-reliability:upperLimit a owl:DatatypeProperty ;
    rdfs:label "Load Spectrum Channel Upper Limit"@en ;
    rdfs:comment "Upper limit of load spectrum."@en ;
    rdfs:domain cx-reliability:LoadSpectrumChannel ;
    rdfs:range xsd:float ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-reliability:value a owl:ObjectProperty ;
    rdfs:label "load spectrum value"@en ;
    rdfs:comment "Refers to load spectrum value."@en ;
    rdfs:domain cx-reliability:LoadSpectrum ;
    rdfs:range cx-reliability:LoadSpectrumValue ;
    rdfs:subPropertyOf owl:topObjectProperty .

cx-scm:good a owl:ObjectProperty ;
    rdfs:label "Good"@en ;
    rdfs:comment "Refers to the goods in the supply chain."@en ;
    rdfs:domain cx-scm:SupplyChain ;
    rdfs:range :PhysicalObject ;
    rdfs:subPropertyOf owl:topObjectProperty .

cx-scm:recipient a owl:ObjectProperty ;
    rdfs:label "Has Recipient"@en ;
    rdfs:comment "Refers to the recipient."@en ;
    rdfs:domain cx-scm:SupplyChain ;
    rdfs:range cx-common:BusinessPartner ;
    rdfs:subPropertyOf owl:topObjectProperty .

cx-scm:supplier a owl:ObjectProperty ;
    rdfs:label "Has Supplier"@en ;
    rdfs:comment "Refers to the supplier."@en ;
    rdfs:domain cx-scm:SupplyChain ;
    rdfs:range cx-common:BusinessPartner ;
    rdfs:subPropertyOf owl:topObjectProperty .

cx-scm:validityPeriodEnd a owl:DatatypeProperty ;
    rdfs:label "Validity Period End"@en ;
    rdfs:comment "The end of validity."@en ;
    rdfs:domain cx-scm:SupplyChain ;
    rdfs:range xsd:date ;
    rdfs:subPropertyOf cx-scm:validityPeriod .

cx-scm:validityPeriodStart a owl:DatatypeProperty ;
    rdfs:label "Validity Period Start"@en ;
    rdfs:comment "The start of validity."@en ;
    rdfs:domain cx-scm:SupplyChain ;
    rdfs:range xsd:date ;
    rdfs:subPropertyOf cx-scm:validityPeriod .

cx-vehicle:hasPart a owl:ObjectProperty ;
    rdfs:label "has part"@en ;
    rdfs:comment "Refes to parts of vehicle"@en ;
    rdfs:domain cx-vehicle:Vehicle ;
    rdfs:range cx-vehicle:Part ;
    rdfs:subPropertyOf owl:topObjectProperty .

cx-vehicle:hasSubpart a owl:ObjectProperty ;
    rdfs:label "has subpart"@en ;
    rdfs:comment "Refes to parts of main vehicle parts."@en ;
    rdfs:domain cx-vehicle:Part ;
    rdfs:range cx-vehicle:Part ;
    rdfs:subPropertyOf owl:topObjectProperty .

cx-vehicle:mileage a owl:DatatypeProperty ;
    rdfs:label "Vehicle Mileage"@en ;
    rdfs:comment "The current mileage of the vehicle in km."@en ;
    rdfs:domain cx-vehicle:Vehicle ;
    rdfs:range xsd:integer ;
    rdfs:subPropertyOf cx-vehicle:stateInformation .

cx-vehicle:operatingHours a owl:DatatypeProperty ;
    rdfs:label "Vehicle Operating Hours"@en ;
    rdfs:comment "The current operating hours of the vehicle in h."@en ;
    rdfs:domain cx-vehicle:Vehicle ;
    rdfs:range xsd:integer ;
    rdfs:subPropertyOf cx-vehicle:stateInformation .

cx-vehicle:vehicleIdentificationNumber a owl:DatatypeProperty ;
    rdfs:label "Vehicle Identification Number"@en ;
    rdfs:comment "The Vehicle Identification Number  is a unique serial number used by the automotive industry to identify individual motor vehicles."@en ;
    rdfs:domain cx-vehicle:Vehicle ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf owl:topDataProperty .

:describesPhysicalObject a owl:ObjectProperty ;
    rdfs:label "describes physical object"@en ;
    rdfs:comment "This property describes that a conceptual object has a descriptive relationship to a physical object."@en ;
    rdfs:domain :ConceptualObject ;
    rdfs:range :PhysicalObject ;
    rdfs:subPropertyOf owl:topObjectProperty .

:hasParticipant a owl:ObjectProperty ;
    rdfs:label "has participant"@en ;
    rdfs:comment "This property describes the active or passive participation of instances of Actors in an Activity."@en ;
    rdfs:domain :Activity ;
    rdfs:range :Actor ;
    rdfs:subPropertyOf owl:topObjectProperty .

:takesPlaceAt a owl:ObjectProperty ;
    rdfs:label "takes place at"@en ;
    rdfs:comment "This property describes the spatial location of an activity."@en ;
    rdfs:domain :Activity ;
    rdfs:range :Place .

cx-reliability:AnalysisDevice a owl:Class ;
    rdfs:label "Analysis Device"@en ;
    rdfs:comment "An analysis device, e.g. a diagnostic device, reads or calculates certain analysis results."@en ;
    rdfs:subClassOf :Actor .

cx-reliability:Diagnosis a owl:Class ;
    rdfs:label "Diagnosis"@en ;
    rdfs:comment "Vehicle diagnosis is the identification of a problem or the cause and location of a problem."@en ;
    rdfs:subClassOf cx-reliability:Analysis .

cx-reliability:LoadSpectrumClass a owl:Class ;
    rdfs:label "Load Spectrum Class"@en ;
    rdfs:comment "The class contains information about the quantization states related to an axis."@en ;
    rdfs:subClassOf cx-reliability:AnalysisResult .

cx-reliability:name a owl:DatatypeProperty ;
    rdfs:label "Load Spectrum Name"@en ;
    rdfs:comment "Name of load spectrum"@en ;
    rdfs:domain cx-reliability:LoadSpectrum ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-vehicle:isPartOf a owl:ObjectProperty ;
    rdfs:label "is part of"@en ;
    rdfs:comment "Inverse of 'hasPart' property."@en ;
    rdfs:domain cx-vehicle:Part ;
    rdfs:range cx-vehicle:Vehicle ;
    owl:inverseOf cx-vehicle:isPartOf .

cx-vehicle:isSubpartOf a owl:ObjectProperty ;
    rdfs:label "is subpart of"@en ;
    rdfs:comment "Inverse of 'hasSubpart' property."@en ;
    rdfs:domain cx-vehicle:Part ;
    rdfs:range cx-vehicle:Part ;
    rdfs:subPropertyOf owl:topObjectProperty ;
    owl:inverseOf cx-vehicle:isSubpartOf .

cx-behaviour:RemainingUsefulLifeResult a owl:Class ;
    rdfs:label "Asynchronous notification response."@en ;
    rdfs:comment "The asynchronous notification response."@en ;
    rdfs:subClassOf cx-fx:Result .

cx-bom:quantity a owl:DatatypeProperty ;
    rdfs:label "Quantity"@en ;
    rdfs:comment "Describes the quantity of the BOM."@en ;
    rdfs:domain cx-bom:BillOfMaterial ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-bom:validityPeriod a owl:DatatypeProperty ;
    rdfs:label "Validity Period"@en ;
    rdfs:comment "Describes the validity period."@en ;
    rdfs:domain cx-bom:BillOfMaterial ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-common:authenticationInformation a owl:DatatypeProperty ;
    rdfs:label "authentication information"@en ;
    rdfs:comment "Base property for all authentication informations." ;
    rdfs:domain cx-common:Asset ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf owl:topDataProperty .

:refersToConceptualObject a owl:ObjectProperty ;
    rdfs:label "refers to conceptual object."@en ;
    rdfs:comment "This property refers to actively or passively used conceptual objects in an Activity."@en ;
    rdfs:domain :Activity ;
    rdfs:range :ConceptualObject ;
    rdfs:subPropertyOf owl:topObjectProperty .

:refersToPhysicalObject a owl:ObjectProperty ;
    rdfs:label "refers to physical object."@en ;
    rdfs:comment "This property refers to actively or passively used physical objects in an Activity."@en ;
    rdfs:domain :Activity ;
    rdfs:range :PhysicalObject ;
    rdfs:subPropertyOf owl:topObjectProperty .

cx-fx:resultConfigurationProperty a owl:AnnotationProperty ;
    rdfs:label "Result Configuration Property" ;
    rdfs:comment "API configuration property for Result."@en ;
    rdfs:domain cx-fx:Result .

cx-reliability:ErrorCause a owl:Class ;
    rdfs:label "Error Cause"@en ;
    rdfs:comment "An analysis result can indicate possible and current error causes.  Example: Temperature values above a certain limit indicate overheating."@en ;
    rdfs:subClassOf :ConceptualObject .

cx-reliability:analysedObject a owl:ObjectProperty ;
    rdfs:label "analysed object"@en ;
    rdfs:comment "Refers to analysed object."@en ;
    rdfs:domain cx-reliability:Analysis ;
    rdfs:range :PhysicalObject ;
    rdfs:subPropertyOf :refersToPhysicalObject .

cx-scm:validityPeriod a owl:DatatypeProperty ;
    rdfs:label "Validity Period"@en ;
    rdfs:comment "Defines the validity period."@en ;
    rdfs:domain cx-scm:SupplyChain ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-behaviour:HealthIndicatorResult a owl:Class ;
    rdfs:label "Health Indicator"@en ;
    rdfs:comment "Health Indicator is part of a indicator batch."@en ;
    rdfs:subClassOf cx-fx:Result .

cx-common:Application a owl:Class ;
    rdfs:label "Application"@en ;
    rdfs:comment "An application defines a coded software that fulfills a specific purpose."@en .

cx-common:DataspaceConnector a owl:Class ;
    rdfs:label "Dataspace Connector"@en ;
    rdfs:comment "Dataspace Connector is an interface based on the Eclipse Dataspace Connector technology. A Dataspace Connector makes various assets available through contracts. A contract describes with which policy which asset can be provided."@en ;
    rdfs:seeAlso <https://projects.eclipse.org/proposals/eclipse-dataspace-connector> ;
    rdfs:subClassOf cx-common:Application .

xsd:anyType a rdfs:Datatype .

xsd:date a rdfs:Datatype .

cx-behaviour:HealthIndicationArgument a owl:DatatypeProperty ;
    rdfs:label "Health Indication Argument"@en ;
    rdfs:comment "Super property of health indication function arguments."@en ;
    rdfs:domain cx-behaviour:HealthIndication ;
    rdfs:range xsd:anyType ;
    rdfs:subPropertyOf cx-behaviour:prognosisFunctionArgument .

cx-common:BusinessPartner a owl:Class ;
    rdfs:label "Business Partner"@en ;
    rdfs:comment "A Business Partner is a legal entity that is part of the Catena-X network or that stands in a relevant relation to a Catena-X Business Partner."@en ;
    rdfs:subClassOf :Actor .

cx-fx:functionConfigurationProperty a owl:AnnotationProperty ;
    rdfs:label "Function Configuration Property"@en ;
    rdfs:comment "API configuration property for Function."@en ;
    rdfs:domain cx-fx:Function .

cx-fx:returnValue a owl:DatatypeProperty ;
    rdfs:label "Return value of a function."@en ;
    rdfs:comment "Return value describes the type of values returned by a function."@en ;
    rdfs:domain cx-fx:Result ;
    rdfs:range xsd:string .

cx-reliability:DiagnosticTroubleCode a owl:Class ;
    rdfs:label "Diagnostic Trouble Code"@en ;
    rdfs:comment "Diagnostic Trouble Code, is a code used to diagnose malfunctions in a vehicle."@en ;
    rdfs:subClassOf cx-reliability:AnalysisResult .

cx-reliability:LoadSpectrumValue a owl:Class ;
    rdfs:label "Load Spectrum Value"@en ;
    rdfs:comment "The values contains a list or a matrix with count values of the histogram."@en ;
    rdfs:subClassOf cx-reliability:AnalysisResult .

cx-fx:argumentConfigurationProperty a owl:AnnotationProperty ;
    rdfs:label "Argument Configuration Property"@en ;
    rdfs:comment "API configuration property for arguments."@en ;
    rdfs:domain cx-fx:argument .

cx-reliability:AnalysisResult a owl:Class ;
    rdfs:label "Analysis Result"@en ;
    rdfs:comment "Results of the analysis activity."@en ;
    rdfs:subClassOf :ConceptualObject .

cx-reliability:LoadSpectrumChannel a owl:Class ;
    rdfs:label "Load Spectrum Channel"@en ;
    rdfs:comment "The channel contains information about the axis of the 1d or 2d histogram."@en ;
    rdfs:subClassOf cx-reliability:AnalysisResult .

cx-scm:SupplyChain a owl:Class ;
    rdfs:label "Supply Chain"@en ;
    rdfs:comment "The Supply Chain relates consumers and a supplier."@en ;
    rdfs:subClassOf :ConceptualObject .

:Address a owl:Class ;
    rdfs:label "Address"@en ;
    rdfs:comment "This class describes the legal address of places."@en ;
    rdfs:subClassOf :ConceptualObject .

:Place a owl:Class ;
    rdfs:label "Place"@en ;
    rdfs:comment "The class Place is determined by reference to the position of objects such as buildings, cities, or special geographic markers."@en .

cx-fx:Result a owl:Class ;
    rdfs:label "Result"@en ;
    rdfs:comment "Result describes the expected result of a function."@en ;
    rdfs:subClassOf :ConceptualObject .

cx-fx:argument a owl:DatatypeProperty ;
    rdfs:label "Function Argument"@en ;
    rdfs:comment "Argument defines the input parameters of a function, and a function can have zero or more arguments."@en ;
    rdfs:domain cx-fx:Function ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf owl:topDataProperty .

cx-vehicle:Vehicle a owl:Class ;
    rdfs:label "Vehicle"@en ;
    rdfs:comment "A vehicle is a motor-powered road vehicle that transports people or cargo ."@en ;
    rdfs:subClassOf :PhysicalObject .

:Actor a owl:Class ;
    rdfs:label "Actor" ;
    rdfs:comment "This class comprises organization or people, either individually or in groups, who have the potential to perform intentional actions of kinds for which someone may be held responsible."@en .

cx-fx:Function a owl:Class ;
    rdfs:label "Function"@en ;
    rdfs:comment "A function defines a calculation that is called through an API. For example, a prediction function for entered engine data."@en ;
    rdfs:subClassOf cx-common:Application .

cx-reliability:LoadSpectrum a owl:Class ;
    rdfs:label "Load Spectrum"@en ;
    rdfs:comment "Load spectrum is a 2d histogram that contains the load history of a vehicle, i.e. how a vehicle was used, for a given time period."@en ;
    rdfs:subClassOf cx-reliability:AnalysisResult .

cx-vehicle:Part a owl:Class ;
    rdfs:label "Part"@en ;
    rdfs:comment "A part in the automotive context is a component of a vehicle. Parts may have sub-parts that perform specific sub-functions."@en ;
    rdfs:subClassOf :PhysicalObject ;
    owl:disjointWith cx-vehicle:Vehicle .

cx-behaviour:PrognosisFunction a owl:Class ;
    rdfs:label "Prognosis Function"@en ;
    rdfs:comment "Super class of prognosis functions."@en ;
    rdfs:subClassOf cx-fx:Function .

cx-reliability:Analysis a owl:Class ;
    rdfs:label "Analysis"@en ;
    rdfs:comment "An analysis is an activity that includes all types of reliability and quality analyses."@en ;
    rdfs:subClassOf :Activity .

json:Object a rdfs:Datatype,
        owl:Class .

:Activity a owl:Class ;
    rdfs:label "Activity"@en ;
    rdfs:comment "This class comprises actions intentionally carried out by instances of Actor that result in changes of state in physical and conceptual objects."@en ;
    owl:disjointUnionOf ( :Actor :Address :ConceptualObject :PhysicalObject :Place ) .

cx-bom:BillOfMaterial a owl:Class ;
    rdfs:label "Bill Of Material"@en ;
    rdfs:comment "The Bill Of Material relates qualitatively and quantitatively Assembly Parts to their Components."@en ;
    rdfs:subClassOf :ConceptualObject .

:PhysicalObject a owl:Class ;
    rdfs:label "Physical Object"@en ;
    rdfs:comment "This class includes objects of a material nature, which are documentation units and have physical boundaries."@en .

cx-behaviour:HealthIndication a owl:Class ;
    rdfs:label "Health Indication"@en ;
    rdfs:comment "Health Indication is an evaluation function operating on batches of load collectives and adaptive values."@en ;
    rdfs:subClassOf cx-behaviour:PrognosisFunction .

:ConceptualObject a owl:Class ;
    rdfs:label "Conceptual Object"@en ;
    rdfs:comment "This class includes non-material products, human-produced data related to physical objects. The production of such information may have been supported by the use of technical tools."@en .

cx-behaviour:RemainingUsefulLife a owl:Class ;
    rdfs:label "Remaining Useful Life"@en ;
    rdfs:comment "Remaining Useful Life is a Prediction of the Estimated Mileage/Runtime until a Breakdown."@en ;
    rdfs:subClassOf cx-behaviour:PrognosisFunction .

cx-common:Asset a owl:Class ;
    rdfs:label "Asset"@en ;
    rdfs:comment "The Asset class describes the provision via a repository of a specific set of data for a specific purpose."@en ;
    rdfs:subClassOf cx-common:Application .

cx-behaviour:prognosisFunctionArgument a owl:DatatypeProperty ;
    rdfs:label "Prognosis Function Argument"@en ;
    rdfs:comment "Prognosis Function Argument"@en ;
    rdfs:domain cx-behaviour:PrognosisFunction .