# Copyright (c) 2022,2023 T-Systems International GmbH # Copyright (c) 2022,2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) # Copyright (c) 2022,2023 ZF Friedrichshafen AG # Copyright (c) 2022,2023 Mercedes-Benz AG # Copyright (c) 2022,2023 Contributors to the Catena-X Association # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. # # This program and the accompanying materials are made available under the # terms of the Apache License, Version 2.0 which is available at # https://www.apache.org/licenses/LICENSE-2.0. # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. # # SPDX-License-Identifier: Apache-2.0 @prefix cx-behaviour: . @prefix cx-common: . @prefix cx-core: . @prefix cx-fx: . @prefix cx-reliability: . @prefix cx-vehicle: . @prefix dc: . @prefix json: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix schema: . @prefix sh: . @prefix skos: . @prefix xsd: . @prefix cx-uc: . cx-uc:CxOntology a owl:Ontology ; dc:description "This use case combines telematics and reliability information from an OEM with the modelling and simulation capabilities of a SUPPLIER in order to analyse or predict the behaviour of vehicles in the development, test and field." ; dc:identifier "BehaviourTwin" ; dc:rights "FleetOwner, OEM, Supplier" ; dc:title "Behaviour Twin" . dc:contributor a owl:AnnotationProperty ; rdfs:isDefinedBy , , . dc:creator a owl:AnnotationProperty ; rdfs:isDefinedBy , , , , . dc:date a owl:AnnotationProperty ; rdfs:isDefinedBy , , , , . dc:description a owl:AnnotationProperty ; rdfs:isDefinedBy , , , , . dc:title a owl:AnnotationProperty ; rdfs:isDefinedBy , , , , . skos:altLabel a owl:AnnotationProperty ; rdfs:isDefinedBy , , , , . skos:definition a owl:AnnotationProperty ; rdfs:isDefinedBy , , , . skos:example a owl:AnnotationProperty ; rdfs:isDefinedBy , , , , . skos:note a owl:AnnotationProperty ; rdfs:isDefinedBy , . skos:prefLabel a owl:AnnotationProperty ; rdfs:isDefinedBy , , , , . sh:shapesGraph a owl:ObjectProperty ; 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:isDefinedBy ; rdfs:target rdfs:Resource . a owl:Ontology ; dc:creator "Catena-X Knowledge Agents Team" ; dc:date "2023-08-04"^^xsd:date ; dc:description "Catena-X Ontology for the Autmotive Industry." ; dc:title "Catena-X Ontology" . cx-behaviour:RemainingUsefulLife a cx-fx:Function ; dc:description "Remaining Useful Life is a Prediction of the Estimated Mileage/Runtime until a Breakdown."@en ; dc:title "Remaining Useful Life" ; rdfs:isDefinedBy ; cx-fx:input cx-behaviour:bodyClasses, cx-behaviour:bodyCountsList, cx-behaviour:classification, cx-behaviour:component, cx-behaviour:countingMethod, cx-behaviour:countingUnit, cx-behaviour:countingValue, cx-behaviour:headerChannels, cx-behaviour:metadata, cx-behaviour:notification, cx-behaviour:recipient, cx-behaviour:recipientConnector, cx-behaviour:sender, cx-behaviour:senderConnector, cx-behaviour:severity, cx-behaviour:status, cx-behaviour:statusDate, cx-behaviour:statusMileage, cx-behaviour:statusOperatingHours, cx-behaviour:targetDate, cx-behaviour:timeStamp ; cx-fx:result cx-behaviour:response . cx-common:SkillDistribution%3Frun%3Dall a cx-common:SkillDistribution ; rdfs:comment "The skill may be invoked in any computing environment (provider or consumer)."@en ; rdfs:isDefinedBy ; skos:prefLabel "All Distribution Mode"@en . cx-common:SkillDistribution%3Frun%3Dconsumer a cx-common:SkillDistribution ; rdfs:comment "The skill may only be invoked remote in the computing environment of the consumer."@en ; rdfs:isDefinedBy ; skos:prefLabel "Consumer Distribution Mode"@en . cx-common:SkillDistribution%3Frun%3Dprovider a cx-common:SkillDistribution ; rdfs:comment "The skill may only be invoked local to the computing environment of the provider."@en ; rdfs:isDefinedBy ; skos:prefLabel "Provider Distribution Mode"@en . cx-common:authenticationCode a owl:DatatypeProperty ; rdfs:comment "An authentication code under which authentication information are transmitted." ; rdfs:isDefinedBy ; rdfs:subPropertyOf cx-common:authenticationInformation . cx-common:authenticationKey a owl:DatatypeProperty ; rdfs:comment "An authentication key which encodes some authentication proof." ; rdfs:isDefinedBy ; rdfs:subPropertyOf cx-common:authenticationInformation . cx-common:contentType a owl:DatatypeProperty ; 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:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty . cx-common:description a owl:DatatypeProperty ; rdfs:comment "This property contains description of asset." ; rdfs:domain cx-common:Asset ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty . 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:isDefinedBy ; rdfs:range cx-common:DataspaceConnector ; rdfs:subPropertyOf owl:topObjectProperty . cx-common:id a owl:DatatypeProperty ; rdfs:comment "This property contains unique identifier of Bussiness Partner/Connector/Asset."@en ; rdfs:domain owl:Thing ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty . cx-common:implementsProtocol a owl:DatatypeProperty ; rdfs:comment "This property refers to the network protocol implemented by the asset."@en ; rdfs:domain cx-common:Asset ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty . cx-common:isFederated a owl:DatatypeProperty ; 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:isDefinedBy ; rdfs:range xsd:boolean ; rdfs:subPropertyOf owl:topDataProperty . cx-common:name a owl:DatatypeProperty ; rdfs:comment "This property contains name of asset."@en ; rdfs:domain cx-common:Asset ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty . cx-common:offers a owl:ObjectProperty ; rdfs:comment "This property refers to the offered assets."@en ; rdfs:domain cx-common:DataspaceConnector ; rdfs:isDefinedBy ; rdfs:range cx-common:Asset ; rdfs:subPropertyOf owl:topObjectProperty . cx-common:publishedUnderContract a owl:ObjectProperty ; rdfs:comment "This property refers to the contract associated with the asset."@en ; rdfs:domain cx-common:Asset ; rdfs:isDefinedBy ; rdfs:subPropertyOf owl:topObjectProperty ; rdfs:target cx-common:Contract . cx-common:url a owl:DatatypeProperty ; rdfs:domain cx-common:DataspaceConnector ; rdfs:isDefinedBy ; rdfs:range xsd:anyURI ; rdfs:subPropertyOf owl:topDataProperty . cx-common:version a owl:DatatypeProperty ; rdfs:comment "This property contains version of asset."@en ; rdfs:domain cx-common:Asset ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty . cx-core:endDateTime a owl:DatatypeProperty ; rdfs:label "end dateTime"@en ; rdfs:comment "End time of the activity."@en ; rdfs:domain cx-core:Activity ; rdfs:isDefinedBy , ; rdfs:range xsd:dateTime ; rdfs:subPropertyOf owl:topDataProperty . cx-core: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." ; rdfs:domain cx-core:Activity ; rdfs:isDefinedBy , ; rdfs:range cx-core:Actor ; rdfs:subPropertyOf owl:topObjectProperty . cx-core:hosts a owl:ObjectProperty ; rdfs:domain cx-core:Place ; rdfs:isDefinedBy , ; rdfs:range cx-core:Activity ; rdfs:subPropertyOf owl:topObjectProperty . cx-core:id a owl:DatatypeProperty ; rdfs:domain owl:Thing ; rdfs:isDefinedBy , ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty . cx-core: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 cx-core:ConceptualObject, cx-core:PhysicalObject ; rdfs:isDefinedBy , ; rdfs:range cx-core:Activity . cx-core:name a owl:DatatypeProperty ; rdfs:domain owl:Thing ; rdfs:isDefinedBy , ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty . cx-core:participatesIn a owl:ObjectProperty ; rdfs:label "participates in"@en ; rdfs:comment "Inverse of 'has participant'"@en ; rdfs:domain cx-core:Actor ; rdfs:isDefinedBy , ; rdfs:range cx-core:Activity ; rdfs:subPropertyOf owl:topObjectProperty . cx-core:relatedToPlace a owl:ObjectProperty ; rdfs:label "This property describes that an actor has a relationship to a particular place, such as reside, own, or manage, etc."@en, "related to place"@en ; rdfs:domain cx-core:Actor ; rdfs:isDefinedBy , ; rdfs:range cx-core:Place . cx-core:role a owl:DatatypeProperty ; rdfs:domain owl:Thing ; rdfs:isDefinedBy , ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty . cx-core:startDateTime a owl:DatatypeProperty ; rdfs:label "start dateTime"@en ; rdfs:comment "Start time of the activity."@en ; rdfs:domain cx-core:Activity ; rdfs:isDefinedBy , ; rdfs:range xsd:dateTime ; rdfs:subPropertyOf owl:topDataProperty . cx-core:takesPlaceAt a owl:ObjectProperty ; rdfs:label "takes place at"@en ; rdfs:comment "This property describes the spatial location of an activity."@en ; rdfs:domain cx-core:Activity ; rdfs:isDefinedBy , ; rdfs:range cx-core:Place . cx-fx:argumentName a owl:DatatypeProperty ; rdfs:comment "Determines the name or index of the function argument." ; rdfs:domain cx-fx:Argument ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty ; skos:altLabel "Argument Name or Index"@en ; skos:example "age", "arg0" ; skos:prefLabel "Argument Name"@en . cx-fx:batch a owl:DatatypeProperty ; 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:isDefinedBy ; rdfs:range xsd:long ; rdfs:subPropertyOf owl:topDataProperty ; skos:altLabel "Maximal Batch Size"@en ; skos:example "100"^^xsd:long ; skos:prefLabel "Batch Size"@en . cx-fx:callbackProperty a owl:DatatypeProperty ; rdfs:comment "Determines a (set of) paths in the input document and the output response under which the callback address (see ) and the referring callback id will be transmitted."@en ; rdfs:domain cx-fx:Function, cx-fx:Result ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty ; skos:altLabel "Function Callback ID/Address Property"@en ; skos:example "callbackAddress" ; skos:prefLabel "Callback Address"@en . cx-fx:dataType a owl:DatatypeProperty ; rdfs:comment "Determines the data type of an argument or return value." ; rdfs:domain cx-fx:Argument, cx-fx:ReturnValue ; rdfs:isDefinedBy ; skos:altLabel "Argument or Result Data Type"@en ; skos:example xsd:long, json:Object ; skos:prefLabel "Argument or Result Data Type"@en . cx-fx:default a owl:DatatypeProperty ; rdfs:comment "Determines a default for the given argument which is taken if this is a mandatory argument (see )"@en ; rdfs:domain cx-fx:Argument ; rdfs:isDefinedBy ; rdfs:range xsd:anyType ; rdfs:subPropertyOf owl:topDataProperty ; skos:altLabel "Argument Default"@en ; skos:example , "a default string"^^xsd:string ; skos:prefLabel "Default"@en . cx-fx:input a owl:ObjectProperty ; rdfs:comment "Describes the arguments of a function."@en ; rdfs:domain cx-fx:Function ; rdfs:isDefinedBy ; rdfs:range cx-fx:Argument ; skos:prefLabel "Input Argument"@en . cx-fx:inputProperty a owl:DatatypeProperty ; rdfs:comment "Determines a path/name in the input document under which all input arguments are encoded. Default is '.'"@en ; rdfs:domain cx-fx:Function ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty ; skos:altLabel "Function Input Property"@en ; skos:example "." ; skos:prefLabel "Input Property"@en . cx-fx:invocationIdProperty a owl:DatatypeProperty ; 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:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty ; skos:altLabel "Function Invocation ID Property"@en ; skos:example "requestId" ; skos:prefLabel "Invocation ID Property"@en . cx-fx:invocationMethod a owl:DatatypeProperty ; rdfs:comment "Determines the invocation method of the function in case that the target service provides several possibilities."@en ; rdfs:domain cx-fx:Function ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty ; skos:example "DEFAULT", "GET", "POST-JSON", "POST-JSON-MF", "POST-XML", "POST-XML-MF" ; skos:prefLabel "Invocation Method"@en . cx-fx:output a owl:ObjectProperty ; rdfs:domain cx-fx:Result ; rdfs:isDefinedBy ; rdfs:range cx-fx:ReturnValue ; skos:altLabel "Function Return Output"@en ; skos:prefLabel "Output"@en . cx-fx:outputProperty a owl:DatatypeProperty ; 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:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty ; skos:altLabel "Function Output Property"@en ; skos:example "." ; skos:prefLabel "Output of Function"@en . cx-fx:priority a owl:DatatypeProperty ; rdfs:comment "Determines the priority with which the argument is processed. Default is '10'"@en ; rdfs:domain cx-fx:Argument ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf owl:topDataProperty ; skos:altLabel "Argument Priority"@en ; skos:example -1 ; skos:prefLabel "Priority"@en . cx-fx:result a owl:ObjectProperty ; rdfs:comment "Describes the result of a function."@en ; rdfs:domain cx-fx:Function ; rdfs:isDefinedBy ; rdfs:range cx-fx:Result ; skos:prefLabel "Output Result"@en . cx-fx:resultIdProperty a owl:DatatypeProperty ; 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:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty ; skos:altLabel "Function Result ID Property"@en ; skos:example "componentId" ; skos:prefLabel "Result ID Property"@en . cx-fx:targetUri a owl:DatatypeProperty ; rdfs:comment "The target URI of the function should resolve to some existing service (URL)."@en ; rdfs:domain cx-fx:Function ; rdfs:isDefinedBy ; rdfs:range xsd:string ; skos:example , , ; skos:prefLabel "Target URI"@en . cx-fx:valuePath a owl:DatatypeProperty ; rdfs:comment "Determines a path in the output response under which a return value is transmitted."@en ; rdfs:domain cx-fx:ReturnValue ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty ; skos:altLabel "Function Result Value Path"@en ; skos:example "age" ; skos:prefLabel "Value Path"@en . cx-reliability:LoadSpectrumAnalysis a owl:Class ; rdfs:isDefinedBy ; rdfs:subClassOf cx-reliability:OnBoardTelematics ; skos:prefLabel "Load Spectrum Analysis"@en . cx-reliability:TelematicsResult a owl:Class ; rdfs:isDefinedBy ; rdfs:subClassOf cx-reliability:AnalysisResult ; skos:prefLabel "Telematics Result"@en . cx-reliability:analysedPart a owl:ObjectProperty ; rdfs:domain cx-reliability:Analysis ; rdfs:isDefinedBy ; rdfs:range cx-vehicle:Part ; rdfs:subPropertyOf cx-reliability:analysedObject ; skos:prefLabel "analysed Part"@en . cx-reliability:analysedVehicle a owl:ObjectProperty ; rdfs:domain cx-reliability:Analysis ; rdfs:isDefinedBy ; rdfs:range cx-vehicle:Vehicle ; rdfs:subPropertyOf cx-reliability:analysedObject ; skos:prefLabel "analysed Vehicle"@en . cx-reliability:channel a owl:ObjectProperty ; rdfs:domain cx-reliability:LoadSpectrum ; rdfs:isDefinedBy ; rdfs:range cx-reliability:LoadSpectrumChannel ; skos:prefLabel "load spectrum channel"@en . cx-reliability:channels a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:range json:Object . cx-reliability:class a owl:ObjectProperty ; rdfs:domain cx-reliability:LoadSpectrum ; rdfs:isDefinedBy ; rdfs:range cx-reliability:LoadSpectrumClass . cx-reliability:classes a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:range json:Object . cx-reliability:countingMethod a owl:DatatypeProperty ; rdfs:domain cx-reliability:LoadSpectrumValues ; rdfs:isDefinedBy ; rdfs:range xsd:string ; skos:prefLabel "Load Spectrum Counting Method"@en . cx-reliability:countingUnit a owl:DatatypeProperty ; rdfs:domain cx-reliability:LoadSpectrumValues ; rdfs:isDefinedBy ; rdfs:range xsd:string ; skos:example "frequency"@en, "seconds"@en ; skos:prefLabel "Load Spectrum Counting Unit"@en . cx-reliability:countingValue a owl:DatatypeProperty ; rdfs:domain cx-reliability:LoadSpectrumValues ; rdfs:isDefinedBy ; rdfs:range xsd:string ; skos:prefLabel "Load Spectrum Counting Value"@en . cx-reliability:datetime a owl:DatatypeProperty ; rdfs:domain cx-reliability:LoadSpectrum ; rdfs:isDefinedBy ; rdfs:range xsd:dateTime ; rdfs:subPropertyOf owl:topDataProperty ; skos:definition "start of the measurement of load spectrum"@en ; skos:prefLabel "Lastkollektiv Startzeitpunkt"@de, "Load Spectrum Start Datetime"@en . cx-reliability:description a owl:DatatypeProperty ; rdfs:domain cx-reliability:LoadSpectrum ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty ; skos:definition "details about the load spectrum: who, what, where, when, how?"@en ; skos:example "gear"@en, "oil"@en ; skos:prefLabel "Lastkollektiv Beschreibung"@de, "Load Spectrum Description"@en . cx-reliability:endDatetime a owl:DatatypeProperty ; rdfs:domain cx-reliability:LoadSpectrum ; rdfs:isDefinedBy ; rdfs:range xsd:dateTime ; rdfs:subPropertyOf owl:topDataProperty ; skos:definition "end of the measurement of load spectrum"@en ; skos:prefLabel "Lastkollektiv Endzeitpunkt"@de, "Load Spectrum End Datetime"@en . cx-reliability:hasValues a owl:ObjectProperty ; rdfs:domain cx-reliability:LoadSpectrum ; rdfs:isDefinedBy ; rdfs:range cx-reliability:LoadSpectrumValues . cx-reliability:id a owl:DatatypeProperty ; rdfs:domain cx-reliability:LoadSpectrum ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "Lastkollektiv Id"@de, "Load Spectrum Id"@en . cx-reliability:index a owl:DatatypeProperty ; rdfs:domain cx-reliability:LoadSpectrumValues ; rdfs:isDefinedBy ; rdfs:range xsd:string ; skos:example "2"@en, "3]"@en, "[1"@en ; skos:prefLabel "Load Spectrum Channel Index"@en . cx-reliability:lowerLimit a owl:DatatypeProperty ; rdfs:domain cx-reliability:LoadSpectrumChannel ; rdfs:isDefinedBy ; rdfs:range xsd:float ; rdfs:subPropertyOf owl:topDataProperty ; skos:example "-40"@en ; skos:prefLabel "Load Spectrum Channel Lower Limit"@en . cx-reliability:mileageOfVehicle a owl:DatatypeProperty ; rdfs:domain cx-reliability:Analysis ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "Mileage of Vehicle"@en . cx-reliability:name a owl:DatatypeProperty ; rdfs:domain cx-reliability:LoadSpectrum, cx-reliability:LoadSpectrumChannel ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty ; skos:example "rotational speed"@en ; skos:prefLabel "Lastkollektiv Name"@de, "Load Spectrum Name"@en . cx-reliability:numberOfBins a owl:DatatypeProperty ; rdfs:domain cx-reliability:LoadSpectrumChannel ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf owl:topDataProperty ; skos:example "52"@en ; skos:prefLabel "Load Spectrum Channel Number Of Bins"@en . cx-reliability:operatingHoursOfPart a owl:DatatypeProperty ; rdfs:domain cx-reliability:Analysis ; rdfs:isDefinedBy ; rdfs:range xsd:float ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "operating Hours of Part"@en . cx-reliability:operatingHoursOfVehicle a owl:DatatypeProperty ; rdfs:domain cx-reliability:Analysis ; rdfs:isDefinedBy ; rdfs:range xsd:float ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "operating Hours of Vehicle"@en . cx-reliability:result a owl:ObjectProperty ; rdfs:domain cx-reliability:Analysis ; rdfs:isDefinedBy ; rdfs:range cx-reliability:AnalysisResult ; rdfs:subPropertyOf cx-core:refersToConceptualObject ; skos:prefLabel "result"@en . cx-reliability:type a owl:DatatypeProperty ; rdfs:domain cx-reliability:LoadSpectrum, cx-reliability:LoadSpectrumChannel ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty ; skos:example "count"@en, "sum"@en ; skos:prefLabel "Lastkollektivtyp"@de, "Load Spectrum Type"@en . cx-reliability:unit a owl:DatatypeProperty ; rdfs:domain cx-reliability:LoadSpectrumChannel ; rdfs:isDefinedBy ; rdfs:range xsd:string ; skos:prefLabel "Load Spectrum Channel Unit"@en . cx-reliability:upperLimit a owl:DatatypeProperty ; rdfs:domain cx-reliability:LoadSpectrumChannel ; rdfs:isDefinedBy ; rdfs:range xsd:float ; rdfs:subPropertyOf owl:topDataProperty ; skos:example "220"@en ; skos:prefLabel "Load Spectrum Channel Upper Limit"@en . cx-reliability:values a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:range json:Object ; skos:example "3"@en, "4]"@en, "[2"@en ; skos:prefLabel "Load Spectrum Channel Values"@en . cx-vehicle:acceleration a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:seeAlso , schema:accelerationTime ; rdfs:subPropertyOf cx-vehicle:performanceInformation ; skos:definition "The time needed to accelerate the vehicle from 0 to 100 km/h."@en ; skos:example "5"@en ; skos:note "in seconds"@en ; skos:prefLabel "Beschleunigung"@de, "Vehicle Acceleration"@en . cx-vehicle:adblueTankCapacity a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:subPropertyOf cx-vehicle:fuelInformation ; skos:example "8"@en ; skos:note "in liter"@en ; skos:prefLabel "Adblue Tank Capacity"@en . cx-vehicle:age a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf cx-vehicle:stateInformation ; skos:definition "The current age of the vehicle in years."@en ; skos:example "3"@en ; skos:note "in years"@en ; skos:prefLabel "Fahrzeugalter"@de, "Vehicle Age"@en . cx-vehicle:airConditioningType a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:interiorInformation ; skos:example "automatic"@en, "manual"@en ; skos:prefLabel "Air Conditioning Type"@en . cx-vehicle:assemblyCountry a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso schema:countryOfAssembly ; rdfs:subPropertyOf cx-vehicle:productionInformation ; skos:definition "The place where the item was assembled."@en ; skos:prefLabel "Montageland"@de, "Assembly Country"@en . cx-vehicle:assemblyPlant a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:productionInformation ; skos:prefLabel "Montagewerk"@de, "Assembly Plant"@en . cx-vehicle:assistanceSystem a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:suspensionInformation ; skos:prefLabel "Assistance System"@en . cx-vehicle:batteryCapacity a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf cx-vehicle:batteryInformation ; skos:note "in kWhs"@en ; skos:prefLabel "Battery Capacity"@en . cx-vehicle:batteryType a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:batteryInformation ; skos:example "Li-Ion"@en ; skos:prefLabel "Battery Type"@en . cx-vehicle:batteryWeight a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf cx-vehicle:batteryInformation ; skos:example "250"@en ; skos:note "in kilogramms"@en ; skos:prefLabel "Battery Weight"@en . cx-vehicle:bodyStyle a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso schema:bodyType ; rdfs:subPropertyOf cx-vehicle:bodyInformation ; skos:altLabel "Kategorie"@de, "body type"@en ; skos:definition "Indicates the design and body style of the vehicle ."@en ; skos:example "coupe"@en, "sedan"@en, "station wagon"@en ; skos:prefLabel "Body Style"@en . cx-vehicle:bore a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:subPropertyOf cx-vehicle:engineInformation ; skos:note "in mm"@en ; skos:prefLabel "Bore"@en . cx-vehicle:brand a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso schema:brand ; rdfs:subPropertyOf cx-vehicle:modelInformation ; skos:altLabel "make"@en, "marque"@en ; skos:example "Audi"@en, "BMW"@en, "Mercedes"@en ; skos:prefLabel "Marke"@de, "Make"@en . cx-vehicle:breaking a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:performanceInformation ; skos:definition "The time needed to decelerate the vehicle from 100 to 0 km/h."@en ; skos:example "5"@en ; skos:note "in seconds"@en ; skos:prefLabel "Bremsung"@de, "Vehicle Breaking"@en . cx-vehicle:camshaftValvetrainConfiguration a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:engineInformation ; skos:example "DOHC"@en ; skos:prefLabel "Camshaft Valvetrain Configuration"@en . cx-vehicle:cargoVolume a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso schema:cargoVolume ; rdfs:subPropertyOf cx-vehicle:cargoInformation ; skos:altLabel "cargo capacity"@en ; skos:definition "The available volume for cargo or luggage. For automobiles, this is usually the trunk volume."@en ; skos:example "500"@en ; skos:note "in liters"@en ; skos:prefLabel "Cargo Volume"@en . cx-vehicle:chargingTime a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:subPropertyOf cx-vehicle:batteryInformation ; skos:note "in hours"@en ; skos:prefLabel "Charging Time"@en . cx-vehicle:classification a owl:DatatypeProperty ; rdfs:domain cx-vehicle:EClassType ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "EClass classification"@en . cx-vehicle:clutchType a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:powertrainInformation ; skos:example "centrifugal"@en, "wet"@en ; skos:prefLabel "Kupplungsart"@de, "Clutch Type"@en . cx-vehicle:co2Emissions a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:seeAlso schema:emissionsCO2 ; rdfs:subPropertyOf cx-vehicle:fuelInformation ; skos:definition "The CO2 emissions in g/km. When used in combination with a QuantitativeValue, put \"g/km\" into the unitText property of that value, since there is no UN/CEFACT Common Code for \"g/km\"."@en ; skos:example "130"@en ; skos:note "in g/km"@en ; skos:prefLabel "Co2 Emissions"@en . cx-vehicle:co2EmissionsWltp a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:seeAlso schema:emissionsCO2 ; rdfs:subPropertyOf cx-vehicle:fuelInformation ; skos:definition "The CO2 emissions in g/km. When used in combination with a QuantitativeValue, put \"g/km\" into the unitText property of that value, since there is no UN/CEFACT Common Code for \"g/km\"."@en ; skos:example "130"@en ; skos:note "in g/km"@en ; skos:prefLabel "Co2 Emissions Wltp"@en . cx-vehicle:configuration a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso schema:vehicleConfiguration ; skos:definition "A short text indicating the configuration of the vehicle, e.g. '5dr hatchback ST 2.5 MT 225 hp' or 'limited edition'."@en ; skos:prefLabel "Vehicle Configuration"@en . cx-vehicle:countryOption a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:productionInformation ; skos:altLabel "national-market version"@en ; skos:example "CN"@en, "EUR"@en, "US"@en ; skos:prefLabel "Länderausführung"@de, "Country Option"@en . cx-vehicle:curbWeight a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:bodyInformation ; skos:altLabel "Leermasse"@de, "kerb weight"@en ; skos:definition "The total mass of a vehicle with standard equipment and all necessary operating consumables such as motor oil, transmission oil, brake fluid, coolant, air conditioning refrigerant, and sometimes a full tank of fuel, while not loaded with either passengers or cargo."@en ; skos:example "1500"@en ; skos:note "in kilogramms"@en ; skos:prefLabel "Leergewicht"@de, "Vehicle Curb Weight"@en . cx-vehicle:deliveryCountry a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:productionInformation ; skos:prefLabel "Auslieferland"@de, "Delivery Country"@en . cx-vehicle:deliveryDate a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:range xsd:date ; rdfs:subPropertyOf cx-vehicle:productionInformation ; skos:prefLabel "Auslieferdatum"@de, "Delivery Date"@en . cx-vehicle:deliveryPrice a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf cx-vehicle:productionInformation ; skos:prefLabel "Lieferpreis"@de, "Delivery Price"@en . cx-vehicle:description a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "Description"@en . cx-vehicle:developmentSeries a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:modelInformation ; skos:altLabel "Baureihe"@de, "Derivat"@de, "E-Baureihe"@de, "E-Reihe"@de, "EBR"@de, "Entwicklungsbaureihe"@de, "Entwicklungsbezeichnung"@de, "Entwicklungscode"@de, "derivative"@en, "development code"@en, "development model range"@en, "development series"@en, "e-series"@en ; skos:definition "internal series number"@en ; skos:example "BMW: G26"@en, "Mercedes: W212"@en ; skos:prefLabel "Fahrzeugbaureihe"@de, "Development Series"@en . cx-vehicle:dragCoefficient a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:bodyInformation ; skos:altLabel "Cd"@en ; skos:definition "aerodynamic drag coefficient"@en ; skos:example "0.3"@en ; skos:prefLabel "Vehicle Drag Coefficient"@en . cx-vehicle:driveWheelType a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso , schema:driveWheelConfiguration ; rdfs:subPropertyOf cx-vehicle:powertrainInformation ; skos:altLabel "drive wheel configuration"@en, "driveline"@en ; skos:definition "The drive wheel configuration, i.e. which roadwheels will receive torque from the vehicle's engine via the drivetrain."@en ; skos:example "all"@en, "front"@en, "rear"@en ; skos:prefLabel "Drive Wheel Type"@en . cx-vehicle:dryWeight a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:bodyInformation ; skos:definition "Dry weight is the weight of a vehicle without any consumables, passengers, or cargo."@en ; skos:prefLabel "Vehicle Dry Weight"@en . cx-vehicle:eClassType a owl:ObjectProperty ; rdfs:domain cx-core:PhysicalObject ; rdfs:isDefinedBy ; rdfs:range cx-vehicle:EClassType ; rdfs:subPropertyOf cx-core:describedByConceptualObject . cx-vehicle:electricConsumption a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:subPropertyOf cx-vehicle:batteryInformation ; skos:prefLabel "Electric Consumption"@en . cx-vehicle:electricPower a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf cx-vehicle:batteryInformation ; skos:altLabel "Nennleistung"@de ; skos:note "in kW"@en ; skos:prefLabel "Electric Power"@en . cx-vehicle:electricRange a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf cx-vehicle:performanceInformation ; skos:note "in kilometers"@en ; skos:prefLabel "Elektrische Reichweite"@de, "Electric Range"@en . cx-vehicle:electricRangeWltp a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf cx-vehicle:performanceInformation ; skos:note "in kilometers"@en ; skos:prefLabel "Elektrische Reichweite"@de, "Electric Range Wltp"@en . cx-vehicle:emissionClass a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:fuelInformation ; skos:altLabel "Euro-Norm"@de ; skos:definition "The euro emission class is a measure of a vehicle's emissions, calculated using a standard testing procedure. The higher the vehicle euro class, the less emissions the vehicle produces."@en ; skos:example "Euro 4"@en, "Euro 5"@en, "Euro 6"@en ; skos:prefLabel "Abgasnorm"@de, "Emission Class"@en . cx-vehicle:engineAlignment a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:engineInformation ; skos:example "longitudinal"@en, "transverse"@en ; skos:prefLabel "Motorausrichtung"@de, "Engine Alignment"@en . cx-vehicle:engineAspiration a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:engineInformation ; skos:example "natural"@en, "turbo"@en ; skos:prefLabel "Ansaugung"@de, "Engine Aspiration"@en . cx-vehicle:engineCompressionRatio a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:engineInformation ; skos:example "2022-01-08 00:00:00"@en ; skos:prefLabel "Verdichtungsverhältnis"@de, "Engine Compression Ratio"@en . cx-vehicle:engineDisplacement a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso , schema:engineDisplacement ; rdfs:subPropertyOf cx-vehicle:engineInformation ; skos:altLabel "engine capacity"@en ; skos:definition "The volume swept by all of the pistons inside the cylinders of an internal combustion engine in a single movement."@en ; skos:note "in ccm"@en ; skos:prefLabel "Hubraum"@de, "Engine Displacement"@en . cx-vehicle:engineFamily a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:engineInformation ; skos:example "Inline 4"@en, "V12"@en, "V6"@en, "W8"@en ; skos:prefLabel "Motorfamilie"@de, "Engine Family"@en . cx-vehicle:engineForm a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:engineInformation ; skos:altLabel "Bauform"@de, "Bauweise"@de ; skos:example "V"@en, "W"@en, "boxer/flat"@en, "straight/inline"@en ; skos:prefLabel "Motorform"@de, "Engine Form"@en . cx-vehicle:engineFuelInjection a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:engineInformation ; skos:example "direct"@en, "indirect"@en ; skos:prefLabel "Kraftstoffeinspritzung"@de, "Engine Fuel Injection"@en . cx-vehicle:engineGeneration a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:engineInformation ; skos:example "1"@en, "2"@en, "3"@en ; skos:prefLabel "Motorgeneration"@de, "Engine Generation"@en . cx-vehicle:engineManufacturer a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:engineInformation ; skos:example "Audi"@en, "BMW"@en, "Mercedes"@en, "Volkswagen"@en ; skos:prefLabel "Motorhersteller"@de, "Engine Manufacturer"@en . cx-vehicle:engineMaxPower a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso schema:enginePower ; rdfs:subPropertyOf cx-vehicle:engineInformation ; skos:altLabel "Nennleistung"@de ; skos:definition "The power of the vehicle's engine. Typical unit code: KWT for kilowatt, BHP for brake horsepower, N12 for metric horsepower"@en ; skos:example "150"@en ; skos:note "in horsepower"@en ; skos:prefLabel "Leistung"@de, "Engine Max Power"@en . cx-vehicle:engineMaxTorque a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso , schema:torque ; rdfs:subPropertyOf cx-vehicle:engineInformation ; skos:definition "The torque of the vehicle's engine."@en ; skos:example "200"@en ; skos:note "in Nm"@en ; skos:prefLabel "Drehmoment"@de, "Engine Max Torque"@en . cx-vehicle:engineName a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso schema:vehicleEngine ; rdfs:subPropertyOf cx-vehicle:engineInformation ; skos:example "3.0L L6 DOHC 24V"@en, "3.5L V6 TURBO"@en ; skos:prefLabel "Motorbezeichnung"@de, "Engine Name"@en . cx-vehicle:enginePerformanceClass a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:engineInformation ; skos:example "high"@en, "low"@en, "middle"@en ; skos:prefLabel "Motorleistungsklasse"@de, "Engine Performance Class"@en . cx-vehicle:enginePosition a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:engineInformation ; skos:altLabel "Motoranordnung"@de ; skos:example "front"@en, "mid"@en, "rear"@en ; skos:prefLabel "Motorposition"@de, "Engine Position"@en . cx-vehicle:engineSeries a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:engineInformation ; skos:example "b38"@en ; skos:prefLabel "Motorbaureihe"@de, "Engine Series"@en . cx-vehicle:engineTypeCode a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:engineInformation ; skos:prefLabel "Motortypschlüssel"@de, "Engine Type Code"@en . cx-vehicle:engineVersion a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:engineInformation ; skos:altLabel "Technische Überarbeitung"@de ; skos:prefLabel "Motorversion"@de, "Engine Version"@en . cx-vehicle:euEnergyLabel a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:fuelInformation ; skos:altLabel "Energieeffizienzklasse"@de, "Energieverbrauchskennzeichnung"@de, "Kennzeichnung des Energieverbrauchs"@de, "energy efficiency class"@en ; skos:example "A"@en, "B"@en, "C"@en, "D"@en ; skos:prefLabel "Eu Energy Label"@en . cx-vehicle:euroCarSegment a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:bodyInformation ; skos:example "A"@en, "B"@en, "C"@en ; skos:prefLabel "Euro Car Segment"@en . cx-vehicle:expectedLifetime a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf cx-vehicle:lifetimeInformation ; skos:example "12"@en ; skos:note "in years"@en ; skos:prefLabel "Lebensdauer"@de, "Expected Lifetime"@en . cx-vehicle:expectedLifetimeMileage a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf cx-vehicle:lifetimeInformation ; skos:example "150000"@en ; skos:note "in kilometers"@en ; skos:prefLabel "Laufleistung"@de, "Expected Lifetime Mileage"@en . cx-vehicle:exteriorColor a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso schema:color ; rdfs:subPropertyOf cx-vehicle:bodyInformation ; skos:definition "The color of the product."@en ; skos:prefLabel "Vehicle Exterior Color"@en . cx-vehicle:frontBrakeDiscDiameter a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:subPropertyOf cx-vehicle:bodyInformation ; skos:note "in mm"@en ; skos:prefLabel "Front Brake Disc Diameter"@en . cx-vehicle:frontSpringType a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:suspensionInformation ; skos:example "coil"@en ; skos:prefLabel "Front Spring Type"@en . cx-vehicle:frontSuspension a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:suspensionInformation ; skos:example "independent"@en ; skos:prefLabel "Forderradaufhängung"@de, "Front Suspension"@en . cx-vehicle:fuelConsumptionCity a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso , schema:fuelConsumption ; rdfs:subPropertyOf cx-vehicle:fuelInformation ; skos:altLabel "fuel economy city"@en, "urban consumption"@en ; skos:example "8"@en ; skos:prefLabel "Kraftstoff­verbrauch in der Stadt"@de, "Fuel Consumption City"@en . cx-vehicle:fuelConsumptionCombined a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso , schema:fuelConsumption ; rdfs:subPropertyOf cx-vehicle:fuelInformation ; skos:altLabel "fuel economy combined"@en, "mixed consumption"@en ; skos:definition "The amount of fuel consumed for traveling a particular distance or temporal duration with the given vehicle ."@en ; skos:example "5"@en ; skos:prefLabel "kombinierter Kraftstoff­verbrauch"@de, "Fuel Consumption Combined"@en . cx-vehicle:fuelConsumptionHighway a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso , schema:fuelConsumption ; rdfs:subPropertyOf cx-vehicle:fuelInformation ; skos:altLabel "extra-urban consumption"@en, "fuel economy highway"@en ; skos:example "4"@en ; skos:prefLabel "Kraftstoff­verbrauch auf der Autobahn"@de, "Fuel Consumption Highway"@en . cx-vehicle:fuelEfficiency a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso schema:fuelEfficiency ; rdfs:subPropertyOf cx-vehicle:fuelInformation ; skos:definition "The distance traveled per unit of fuel used; most commonly miles per gallon or kilometers per liter ."@en ; skos:prefLabel "Fuel Efficiency"@en . cx-vehicle:fuelTankCapacity a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso schema:fuelCapacity ; rdfs:subPropertyOf cx-vehicle:fuelInformation ; skos:definition "The capacity of the fuel tank or in the case of electric cars, the battery. If there are multiple components for storage, this should indicate the total of all storage of the same type."@en ; skos:example "50"@en ; skos:note "in liter"@en ; skos:prefLabel "Tankinhalt"@de, "Fuel Tank Capacity"@en . cx-vehicle:fuelType a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso schema:fuelType ; rdfs:subPropertyOf cx-vehicle:fuelInformation ; skos:definition "The type of fuel suitable for the engine or engines of the vehicle. If the vehicle has only one engine, this property can be attached directly to the vehicle."@en ; skos:example "diesel"@en, "petrol"@en ; skos:prefLabel "Kraftstoffart"@de, "Fuel Type"@en . cx-vehicle:grossVehicleMass a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:cargoInformation ; skos:altLabel "Zulässige Gesamtmasse"@de, "höchstzulässiges Gesamtgewicht"@de, "GVM"@en, "GVWR"@en, "Gross Vehicle Weight Rating"@en, "gross vehicle mass"@en ; skos:example "1300"@en ; skos:note "in kilogramms"@en ; skos:prefLabel "zulässiges Gesamtgewicht"@de, "Gross Vehicle Mass"@en . cx-vehicle:groundClearance a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:subPropertyOf cx-vehicle:bodyInformation ; skos:altLabel "Bodenfreiheit"@de ; skos:note "in cm"@en ; skos:prefLabel "Bodenabstand"@de, "Vehicle Ground Clearance"@en . cx-vehicle:hasAutomaticHeadLights a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:boolean ; rdfs:subPropertyOf cx-vehicle:lightingInformation ; skos:prefLabel "Has Automatic Head Lights"@en . cx-vehicle:hasFogLights a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:boolean ; rdfs:subPropertyOf cx-vehicle:lightingInformation ; skos:prefLabel "Has Fog Lights"@en . cx-vehicle:hasModem a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:boolean ; rdfs:subPropertyOf cx-vehicle:communicationInformation ; skos:prefLabel "Has Modem"@en . cx-vehicle:hasNavigation a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:boolean ; rdfs:subPropertyOf cx-vehicle:infotainmentInformation ; skos:example "yes"@en ; skos:prefLabel "Has Navigation"@en . cx-vehicle:hasPart a owl:ObjectProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range cx-vehicle:Part ; rdfs:subPropertyOf owl:topObjectProperty ; owl:inverseOf cx-vehicle:isPartOf . cx-vehicle:hasRadio a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:boolean ; rdfs:subPropertyOf cx-vehicle:infotainmentInformation ; skos:example "yes"@en ; skos:prefLabel "Has Radio"@en . cx-vehicle:hasSubpart a owl:ObjectProperty ; rdfs:domain cx-vehicle:Part ; rdfs:isDefinedBy ; rdfs:range cx-vehicle:Part ; rdfs:subPropertyOf owl:topObjectProperty ; owl:inverseOf cx-vehicle:isSubpartOf ; skos:prefLabel "has subpart"@en . cx-vehicle:height a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso schema:height ; rdfs:subPropertyOf cx-vehicle:bodyInformation ; skos:note "in cm"@en ; skos:prefLabel "Vehicle Height"@en . cx-vehicle:id a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:partInformation ; skos:prefLabel "Bauteil Id"@de, "Id"@en . cx-vehicle:interiorColor a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso schema:vehicleInteriorColor ; rdfs:subPropertyOf cx-vehicle:interiorInformation ; skos:definition "The color or color combination of the interior of the vehicle."@en ; skos:prefLabel "Vehicle Interior Color"@en . cx-vehicle:interiorType a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso schema:vehicleInteriorType ; rdfs:subPropertyOf cx-vehicle:interiorInformation ; skos:definition "The type or material of the interior of the vehicle . While most interior types are characterized by the material used, an interior type can also be based on vehicle usage or target audience."@en ; skos:example "leather"@en, "synthetic fabric"@en, "wood"@en ; skos:prefLabel "Vehicle Interior Type"@en . cx-vehicle:irdi a owl:DatatypeProperty ; rdfs:domain cx-vehicle:EClassType ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "EClass IRDI Code"@en . cx-vehicle:isVariantOf a owl:ObjectProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range cx-vehicle:VehicleModel ; rdfs:seeAlso schema:isVariantOf ; rdfs:subPropertyOf cx-core:describedByConceptualObject ; skos:prefLabel "is variant of"@en . cx-vehicle:length a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso schema:depth ; rdfs:subPropertyOf cx-vehicle:bodyInformation ; skos:note "in cm"@en ; skos:prefLabel "Vehicle Length"@en . cx-vehicle:listPrice a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:productionInformation ; skos:altLabel "UPE"@de, "UVP"@de, "unverbindliche Preisempfehlung"@de, "unverbindlicher Verkaufspreis"@de, "MSRP"@en, "manufacturer's suggested retail price"@en ; skos:prefLabel "Listenpreis"@de, "List Price"@en . cx-vehicle:location a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:stateInformation ; skos:prefLabel "Fahrzeugstandort"@de, "Vehicle Location"@en . cx-vehicle:manufacturer a owl:ObjectProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range rdfs:Resource ; rdfs:subPropertyOf owl:topObjectProperty ; skos:altLabel "OEM"@en, "Vehicle Manufacturer"@en ; skos:definition "The manufacturer of the vehicle."@en ; skos:prefLabel "Hersteller"@de, "Manufacturer"@en . cx-vehicle:manufacturerKeyNumber a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:registrationInformation ; skos:altLabel "HSN"@de, "Herstellerschlüsselnummer"@de ; skos:definition "4-digit numeric code to identify the vehicle manufacturer that is given in the vehicle license."@en ; skos:example "BMW: 0005"@en ; skos:prefLabel "Herstellerschlüsselnummer"@de, "Manufacturer Key Number"@en . cx-vehicle:maxAxleLoad a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:cargoInformation ; skos:note "in kilogramms"@en ; skos:prefLabel "max. Achslast"@de, "Max Axle Load"@en . cx-vehicle:maxPayload a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso schema:payload ; rdfs:subPropertyOf cx-vehicle:cargoInformation ; skos:definition "The permitted weight of passengers and cargo, EXCLUDING the weight of the empty vehicle."@en ; skos:example "100"@en ; skos:note "in kilogramms"@en ; skos:prefLabel "Max Payload"@en . cx-vehicle:maxSpeed a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:seeAlso schema:speed ; rdfs:subPropertyOf cx-vehicle:performanceInformation ; skos:altLabel "top speed"@en ; skos:definition "The speed range of the vehicle. If the vehicle is powered by an engine, the upper limit of the speed range (indicated by maxValue should be the maximum speed achievable under regular conditions."@en ; skos:example "250"@en ; skos:note "in km/h"@en ; skos:prefLabel "Höchst­geschwindigkeit"@de, "Vehicle Max Speed"@en . cx-vehicle:maxTowingCapacity a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:cargoInformation ; skos:example "1300"@en ; skos:note "in kilogramms"@en ; skos:prefLabel "Anhängelast"@de, "Max Towing Capacity"@en . cx-vehicle:mileage a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:seeAlso schema:mileageFromOdometer ; rdfs:subPropertyOf cx-vehicle:stateInformation ; skos:definition "The current mileage of the vehicle in km."@en ; skos:example "1000"@en ; skos:note "in kilometers"@en ; skos:prefLabel "Kilometerstand"@de, "Vehicle Mileage"@en . cx-vehicle:model a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso , schema:ProductModel, ; rdfs:subPropertyOf cx-vehicle:modelInformation ; skos:altLabel "base model"@en ; skos:example "320"@en, "C220"@en, "Golf"@en, "Polo"@en ; skos:prefLabel "Fahrzeugmodell"@de, "Model"@en . cx-vehicle:modelArchitecture a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:modelInformation ; skos:prefLabel "Fahrzeugarchitektur"@de, "Vehicle Model Architecture"@en . cx-vehicle:modelEndOfProduction a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:date ; rdfs:subPropertyOf cx-vehicle:modelInformation ; skos:example "present"@en ; skos:prefLabel "Produktionsende"@de, "Vehicle Model End Of Production"@en . cx-vehicle:modelGeneration a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf cx-vehicle:modelInformation ; skos:example "1"@en, "2"@en, "3"@en ; skos:prefLabel "Fahrzeuggeneration"@de, "Vehicle Model Generation"@en . cx-vehicle:modelSeries a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso schema:ProductGroup ; rdfs:subPropertyOf cx-vehicle:modelInformation ; skos:altLabel "Baureihe"@de, "Handelsbezeichnung"@de, "Modell"@de, "Modellbaureihe"@de, "Verkaufsbezeichnung"@de, "model range"@en, "range"@en, "sales designation"@en, "sales series"@en, "series"@en ; skos:definition "customer series number"@en ; skos:example "3er"@en, "C-Klasse"@en, "Golf"@en, "Polo"@en ; skos:prefLabel "Vertriebsbaureihe"@de, "Model Series"@en . cx-vehicle:modelStartOfProduction a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:date ; rdfs:seeAlso schema:vehicleModelDate ; rdfs:subPropertyOf cx-vehicle:modelInformation ; skos:definition "The release date of a vehicle model ."@en ; skos:prefLabel "Produktionsbeginn"@de, "Vehicle Model Start Of Production"@en . cx-vehicle:modelVariant a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso , ; rdfs:subPropertyOf cx-vehicle:modelInformation ; skos:altLabel "Modellausführung"@de, "model version"@en, "trim"@en, "trim level"@en ; skos:definition "specification of the vehicle model"@en ; skos:example "740Li"@en, "GLK"@en, "GLS"@en, "Golf GTI"@en ; skos:prefLabel "Modellvariante"@de, "Model Variant"@en . cx-vehicle:name a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty . cx-vehicle:number a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:partInformation ; skos:altLabel "Bauteilnummer"@de, "PN"@en, "component number"@en, "part number"@en ; skos:prefLabel "Sachnummer"@de, "Number"@en . cx-vehicle:numberOfAirbags a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:seeAlso schema:numberOfAirbags ; rdfs:subPropertyOf cx-vehicle:safetyInformation ; skos:definition "The number or type of airbags in the vehicle."@en ; skos:example "1"@en, "2"@en, "3"@en ; skos:prefLabel "Anzahl der Airbags"@de, "Number Of Airbags"@en . cx-vehicle:numberOfAxles a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:seeAlso schema:numberOfAxles ; rdfs:subPropertyOf cx-vehicle:chassisInformation ; skos:definition "The number of axles."@en ; skos:example "2"@en, "3"@en ; skos:prefLabel "Anzahl der Achsen"@de, "Number Of Axles"@en . cx-vehicle:numberOfCylinders a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf cx-vehicle:engineInformation ; skos:altLabel "Zylinderanzahl"@de ; skos:example "12"@en, "3"@en, "4"@en, "5"@en, "6"@en, "8"@en ; skos:prefLabel "Anzahl der Zylinder"@de, "Number Of Cylinders"@en . cx-vehicle:numberOfDoors a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:seeAlso schema:numberOfDoors ; rdfs:subPropertyOf cx-vehicle:bodyInformation ; skos:definition "The number of doors."@en ; skos:example "2"@en, "4"@en ; skos:prefLabel "Anzahl der Türen"@de, "Number Of Doors"@en . cx-vehicle:numberOfDriveAxles a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf cx-vehicle:chassisInformation ; skos:example "1"@en, "2"@en ; skos:prefLabel "Anzahl der Antriebsachsen"@de, "Number Of Drive Axles"@en . cx-vehicle:numberOfForwardGears a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:seeAlso schema:numberOfForwardGears ; rdfs:subPropertyOf cx-vehicle:powertrainInformation ; skos:altLabel "number of speeds"@en ; skos:definition "The total number of forward gears available for the transmission system of the vehicle."@en ; skos:example "5"@en, "6"@en, "8"@en ; skos:prefLabel "Anzahl der Gänge"@de, "Number Of Forward Gears"@en . cx-vehicle:numberOfPassengers a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf cx-vehicle:interiorInformation ; skos:altLabel "passenger capacity"@en ; skos:example "2"@en, "4"@en, "5"@en, "7"@en ; skos:note "including driver"@en ; skos:prefLabel "Anzahl der Passagiere"@de, "Number Of Passengers"@en . cx-vehicle:numberOfSeatRows a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf cx-vehicle:interiorInformation ; skos:example "2"@en, "3"@en ; skos:prefLabel "Anzahl der Sitzreihen"@de, "Number Of Seat Rows"@en . cx-vehicle:numberOfSeats a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:seeAlso schema:seatingCapacity, schema:vehicleSeatingCapacity ; rdfs:subPropertyOf cx-vehicle:interiorInformation ; skos:altLabel "Anzahl der Sitzplätze"@de ; skos:definition "The number of persons that can be seated , both in terms of the physical space available, and in terms of limitations set by law."@en ; skos:example "2"@en, "4"@en, "5"@en, "7"@en ; skos:prefLabel "Anzahl der Sitze"@de, "Number Of Seats"@en . cx-vehicle:numberOfStandingPlaces a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:interiorInformation ; skos:altLabel "standing capacity"@en ; skos:example "1"@en, "2"@en, "3"@en ; skos:prefLabel "Anzahl der Stehplätze"@de, "Number Of Standing Places"@en . cx-vehicle:numberOfValves a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf cx-vehicle:engineInformation ; skos:prefLabel "Number Of Valves"@en . cx-vehicle:operatingHours a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf cx-vehicle:stateInformation ; skos:note "in hours"@en ; skos:prefLabel "Fahrzeugbetriebsstunden"@de, "Vehicle Operating Hours"@en . cx-vehicle:orderDate a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:range xsd:date ; rdfs:subPropertyOf cx-vehicle:productionInformation ; skos:definition "The date the item was ordered by the owner."@en ; skos:prefLabel "Bestelldatum"@de, "Order Date"@en . cx-vehicle:passengerVolume a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:subPropertyOf cx-vehicle:cargoInformation ; skos:note "in liters"@en ; skos:prefLabel "Passenger Volume"@en . cx-vehicle:powertrainLayout a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:powertrainInformation ; skos:definition "is defined by the location of the engine and drive wheels"@en ; skos:example "front-wheel-drive"@en, "rear-engine"@en ; skos:prefLabel "Powertrain Layout"@en . cx-vehicle:previousVehicleModel a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:modelInformation ; skos:prefLabel "Vorgängermodell"@de, "Previous Vehicle Model"@en . cx-vehicle:productionDate a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:range xsd:date ; rdfs:seeAlso schema:productionDate ; rdfs:subPropertyOf cx-vehicle:productionInformation ; skos:definition "The date of production of the item."@en ; skos:prefLabel "Produktionsdatum"@de, "Production Date"@en . cx-vehicle:productionYear a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf cx-vehicle:productionInformation ; skos:prefLabel "Baujahr"@de, "Production Year"@en . cx-vehicle:purchaseDate a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:range xsd:date ; rdfs:seeAlso schema:purchaseDate ; rdfs:subPropertyOf cx-vehicle:productionInformation ; skos:definition "The date the item was purchased by the owner."@en ; skos:prefLabel "Kaufdatum"@de, "Purchase Date"@en . cx-vehicle:purchasePrice a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf cx-vehicle:productionInformation ; skos:prefLabel "Kaufpreis"@de, "Purchase Price"@en . cx-vehicle:range a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:performanceInformation ; skos:example "650"@en ; skos:note "in kilometers"@en ; skos:prefLabel "Reichweite"@de, "Vehicle Range"@en . cx-vehicle:rangeWltp a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf cx-vehicle:performanceInformation ; skos:example "650"@en ; skos:note "in kilometers"@en ; skos:prefLabel "Vehicle Range Wltp"@en . cx-vehicle:rearSpringType a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:suspensionInformation ; skos:example "coil"@en ; skos:prefLabel "Rear Spring Type"@en . cx-vehicle:rearSuspension a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:suspensionInformation ; skos:example "independent"@en ; skos:prefLabel "Hinterradaufhängung"@de, "Rear Suspension"@en . cx-vehicle:registrationAuthority a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:registrationInformation ; skos:prefLabel "Vehicle Registration Authority"@en . cx-vehicle:registrationDate a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:date ; rdfs:seeAlso schema:dateVehicleFirstRegistered ; rdfs:subPropertyOf cx-vehicle:registrationInformation ; skos:definition "The date of the first registration of the vehicle with the respective public authorities."@en ; skos:prefLabel "Vehicle Registration Date"@en . cx-vehicle:registrationLocation a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:registrationInformation ; skos:prefLabel "Vehicle Registration Location"@en . cx-vehicle:registrationOwner a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:registrationInformation ; skos:definition "Full name of owner."@en ; skos:prefLabel "Vehicle Registration Owner"@en . cx-vehicle:registrationPlate a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:registrationInformation ; skos:altLabel "Kfz-Kennzeichen"@de, "Kraftfahrzeugkennzeichen"@de, "Nummernschild"@de, "licence plate"@en, "license plate"@en, "number plate"@en, "vehicle registration number"@en ; skos:prefLabel "Kennzeichen"@de, "License plate"@en . cx-vehicle:rim a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:suspensionInformation ; skos:prefLabel "Rim"@en . cx-vehicle:roadNoise a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:performanceInformation ; skos:example "71"@en ; skos:note "in dB"@en ; skos:prefLabel "Fahrgeräusch"@de, "Road Noise"@en . cx-vehicle:specialUsage a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso schema:vehicleSpecialUsage ; skos:definition "Indicates whether the vehicle has been used for special purposes, like commercial rental, driving school, or as a taxi. The legislation in many countries requires this information to be revealed when offering a car for sale."@en ; skos:prefLabel "Vehicle Special Usage"@en . cx-vehicle:stateDateTime a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:dateTime ; rdfs:subPropertyOf cx-vehicle:stateInformation ; skos:prefLabel "Vehicle State Date Time"@en . cx-vehicle:stationaryNoise a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:performanceInformation ; skos:example "71"@en ; skos:note "in dB"@en ; skos:prefLabel "Standgeräusch"@de, "Stationary Noise"@en . cx-vehicle:steeringType a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:powertrainInformation ; skos:example "power steering"@en, "rack and pinion"@en ; skos:prefLabel "Steering Type"@en . cx-vehicle:steeringWheelPosition a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso schema:steeringPosition ; rdfs:subPropertyOf cx-vehicle:powertrainInformation ; skos:definition "The position of the steering wheel or similar device ."@en ; skos:example "left"@en, "right"@en ; skos:prefLabel "Steering Wheel Position"@en . cx-vehicle:stroke a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:subPropertyOf cx-vehicle:engineInformation ; skos:note "in mm"@en ; skos:prefLabel "Stroke"@en . cx-vehicle:supplier a owl:ObjectProperty ; rdfs:domain cx-vehicle:Part ; rdfs:isDefinedBy ; rdfs:range rdfs:Resource ; rdfs:subPropertyOf owl:topObjectProperty ; skos:prefLabel "Part Supplier"@en . cx-vehicle:tire a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:suspensionInformation ; skos:altLabel "Bereifung"@de, "tyre"@en ; skos:example "225/45R17"@en ; skos:prefLabel "Tire"@en . cx-vehicle:tongueWeight a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso , schema:tongueWeight ; rdfs:subPropertyOf cx-vehicle:cargoInformation ; skos:definition "The permitted vertical load of a trailer attached to the vehicle. Also referred to as Tongue Load Rating or Vertical Load Rating"@en ; skos:note "in kilogramms"@en ; skos:prefLabel "Anhängelast"@de, "Tongue Weight"@en . cx-vehicle:trailerWeight a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso schema:trailerWeight ; rdfs:subPropertyOf cx-vehicle:cargoInformation ; skos:definition "The permitted weight of a trailer attached to the vehicle."@en ; skos:note "in kilogramms"@en ; skos:prefLabel "Trailer Weight"@en . cx-vehicle:transmission a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso schema:vehicleTransmission ; rdfs:subPropertyOf cx-vehicle:powertrainInformation ; skos:definition "The type of component used for transmitting the power from a rotating power source to the wheels or other relevant component ."@en ; skos:example "automatic"@en, "manual"@en ; skos:prefLabel "Vehicle Transmission"@en . cx-vehicle:trunkVolume a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:subPropertyOf cx-vehicle:cargoInformation ; skos:altLabel "trunk capacity"@en ; skos:note "in liters"@en ; skos:prefLabel "Trunk Volume"@en . cx-vehicle:turningRadius a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:bodyInformation ; skos:altLabel "turning diameter"@en ; skos:note "in meters"@en ; skos:prefLabel "Vehicle Turning Radius"@en . cx-vehicle:typeCode a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty ; skos:altLabel "Fahrzeugtyp"@de, "Typ-Schlüssel"@de, "Typenschlüssel"@de, "model type code"@en ; skos:definition "Is a unique identifier for vehicle types."@en ; skos:prefLabel "Typschlüssel"@de, "Vehicle Type Code"@en . cx-vehicle:typeCodeNumber a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso ; rdfs:subPropertyOf cx-vehicle:registrationInformation ; skos:altLabel "TSN"@de, "Typschlüsselnummer"@de ; skos:definition "8-digit alphanumeric code to identify the vehicle model that is given in the vehicle license."@en ; skos:prefLabel "Typschlüsselnummer"@de, "Vehicle Type Code Number"@en . cx-vehicle:vehicleIdentificationNumber a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:seeAlso , schema:vehicleIdentificationNumber ; rdfs:subPropertyOf owl:topDataProperty ; skos:altLabel "FIN"@de, "Fahrgestellnummer"@de, "Fahrzeugidentifikationsnummer"@de, "VIN"@en, "vehicle identification number"@en ; skos:definition "The Vehicle Identification Number is a unique serial number used by the automotive industry to identify individual motor vehicles."@en ; skos:note "17-digit unique identifier"@en ; skos:prefLabel "Fahrzeug-Identifizierungsnummer"@de, "Vehicle Identification Number"@en . cx-vehicle:version a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:partInformation ; skos:altLabel "Versionsstand"@de, "Änderungsindex"@de ; skos:prefLabel "Bauteil Version"@de, "Version"@en . cx-vehicle:warrantyMaxDuration a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf cx-vehicle:warrantyInformation ; skos:example "48"@en ; skos:note "in months"@en ; skos:prefLabel "Warranty Max Duration"@en . cx-vehicle:warrantyMaxMileage a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf cx-vehicle:warrantyInformation ; skos:example "50000"@en ; skos:note "in kilometers"@en ; skos:prefLabel "Warranty Max Mileage"@en . cx-vehicle:weight a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso , schema:weight ; rdfs:subPropertyOf cx-vehicle:bodyInformation ; skos:example "1500"@en ; skos:note "in kilogramms"@en ; skos:prefLabel "Fahrzeuggewicht"@de, "Vehicle Weight"@en . cx-vehicle:weightTotal a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso schema:weightTotal ; rdfs:subPropertyOf cx-vehicle:cargoInformation ; skos:definition "The permitted total weight of the loaded vehicle, including passengers and cargo and the weight of the empty vehicle."@en ; skos:note "in kilogramms"@en ; skos:prefLabel "Weight Total"@en . cx-vehicle:wheelbase a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso , schema:wheelbase ; rdfs:subPropertyOf cx-vehicle:bodyInformation ; skos:altLabel "wheel base"@en ; skos:definition "The distance between the centers of the front and rear wheels."@en ; skos:note "in cm"@en ; skos:prefLabel "Radstand"@de, "Vehicle Wheelbase"@en . cx-vehicle:width a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:double ; rdfs:seeAlso schema:width ; rdfs:subPropertyOf cx-vehicle:bodyInformation ; skos:note "in cm"@en ; skos:prefLabel "Vehicle Width"@en . cx-vehicle:worldManufacturerCountry a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:productionInformation ; skos:definition "The first 2 digits of the VIN."@en ; skos:example "Germany"@en ; skos:prefLabel "World Manufacturer Country"@en . cx-vehicle:worldManufacturerId a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:productionInformation ; skos:altLabel "WMI"@en, "world manufacturer identifier"@en ; skos:definition "The first 3 digits of the VIN that uniquely identifies the manufacturer of a vehicle."@en ; skos:prefLabel "World Manufacturer Id"@en . cx-vehicle:worldManufacturerName a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:productionInformation ; skos:example "Audi"@en, "BMW"@en, "Mercedes"@en ; skos:prefLabel "World Manufacturer Name"@en . cx-vehicle:worldManufacturerRegion a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf cx-vehicle:productionInformation ; skos:definition "The first digit of the VIN."@en ; skos:example "Europe"@en, "North America"@en ; skos:prefLabel "World Manufacturer Region"@en . xsd:anyType a rdfs:Datatype ; rdfs:isDefinedBy . cx-behaviour:bodyClasses a cx-fx:Argument ; dc:description "Classes of Load Spectrum."@en ; dc:title "Loadspectrum Classes" ; rdfs:isDefinedBy ; cx-fx:dataType json:Object . cx-behaviour:bodyCountsList a cx-fx:Argument ; dc:description "Counts List of Load Spectrum."@en ; dc:title "Loadspectrum Counts List" ; rdfs:isDefinedBy ; cx-fx:dataType json:Object . cx-behaviour:classification a cx-fx:Argument ; dc:description "Classification of the notification."@en ; dc:title "Notification Classification" ; rdfs:isDefinedBy ; cx-fx:dataType xsd:string . cx-behaviour:component a cx-fx:Argument ; dc:description "Component of the Predicition."@en ; dc:title "Predicted Component" ; rdfs:isDefinedBy ; cx-fx:dataType cx-vehicle:Part . cx-behaviour:countingMethod a cx-fx:Argument ; dc:description "Counting Method of Load Spectrum."@en ; dc:title "Loadspectrum Counting Method" ; rdfs:isDefinedBy ; cx-fx:dataType xsd:string . cx-behaviour:countingUnit a cx-fx:Argument ; dc:description "Counting Unit of Load Spectrum."@en ; dc:title "Loadspectrum Counting Unit" ; rdfs:isDefinedBy ; cx-fx:dataType xsd:string . cx-behaviour:countingValue a cx-fx:Argument ; dc:description "Counting Value Name of Load Spectrum."@en ; dc:title "Loadspectrum Counting Value" ; rdfs:isDefinedBy ; cx-fx:dataType xsd:string . cx-behaviour:headerChannels a cx-fx:Argument ; dc:description "Channels of Load Spectrum."@en ; dc:title "Loadspectrum Channels" ; rdfs:isDefinedBy ; cx-fx:dataType json:Object . cx-behaviour:metadata a cx-fx:Argument ; dc:description "Additional Metadata of the Loadspectrum."@en ; dc:title "Loadspectrum Metadata" ; rdfs:isDefinedBy ; cx-fx:dataType json:Object . cx-behaviour:notification a cx-fx:Argument ; dc:description "An optional notification output template."@en ; dc:title "Notification Template" ; rdfs:isDefinedBy ; cx-fx:dataType json:Object . cx-behaviour:recipient a cx-fx:Argument ; dc:description "Recipient of the notification as a BPN."@en ; dc:title "Notification Recipient" ; rdfs:isDefinedBy ; cx-fx:dataType rdfs:Resource . cx-behaviour:recipientConnector a cx-fx:Argument ; dc:description "Recipient Address of the notification as a URL."@en ; dc:title "Notification Recipient Address" ; rdfs:isDefinedBy ; cx-fx:dataType rdfs:Resource . cx-behaviour:remainingOperatingHours a cx-fx:ReturnValue ; dc:description "Predicted Operating Hours of Remaining Useful Life Response"@en ; dc:title "Remaining Useful Life Operating Hours" ; rdfs:isDefinedBy ; cx-fx:dataType xsd:float . cx-behaviour:remainingRunningDistance a cx-fx:ReturnValue ; dc:description "Predicted Distance of Remaining Useful Life Response"@en ; dc:title "Remaining Useful Life Distance" ; rdfs:isDefinedBy ; cx-fx:dataType xsd:int . cx-behaviour:response a cx-fx:Result ; dc:description "The asynchronous notification response."@en ; dc:title "Asynchronous notification response." ; rdfs:isDefinedBy ; cx-fx:output cx-behaviour:remainingOperatingHours, cx-behaviour:remainingRunningDistance . cx-behaviour:sender a cx-fx:Argument ; dc:description "Sender of the notification as a BPN."@en ; dc:title "Notification Sender" ; rdfs:isDefinedBy ; cx-fx:dataType rdfs:Resource . cx-behaviour:senderConnector a cx-fx:Argument ; dc:description "Sender Address of the notification as a URL."@en ; dc:title "Notification Sender Address" ; rdfs:isDefinedBy ; cx-fx:dataType rdfs:Resource . cx-behaviour:severity a cx-fx:Argument ; dc:description "Severity of the notification."@en ; dc:title "Notification Severity" ; rdfs:isDefinedBy ; cx-fx:dataType xsd:string . cx-behaviour:status a cx-fx:Argument ; dc:description "Status of the notification."@en ; dc:title "Notification Status" ; rdfs:isDefinedBy ; cx-fx:dataType xsd:string . cx-behaviour:statusDate a cx-fx:Argument ; dc:description "Time of Recording."@en ; dc:title "Loadspectrum Recording Time" ; rdfs:isDefinedBy ; cx-fx:dataType xsd:dateTime . cx-behaviour:statusMileage a cx-fx:Argument ; dc:description "Mileage of Component at Time of Recording."@en ; dc:title "Loadspectrum Mileage" ; rdfs:isDefinedBy ; cx-fx:dataType xsd:int . cx-behaviour:statusOperatingHours a cx-fx:Argument ; dc:description "Operating Hours of Target Component at Time of Recording."@en ; dc:title "Loadspectrum Operating Hours" ; rdfs:isDefinedBy ; cx-fx:dataType xsd:float . cx-behaviour:targetDate a cx-fx:Argument ; dc:description "Target Date of the notification."@en ; dc:title "Notification Target Date" ; rdfs:isDefinedBy ; cx-fx:dataType xsd:dateTime . cx-behaviour:timeStamp a cx-fx:Argument ; dc:description "Timestamp of the notification."@en ; dc:title "Notification Timestamp" ; rdfs:isDefinedBy ; cx-fx:dataType xsd:dateTime . cx-common:AuthenticatedResource a rdfs:Resource ; rdfs:comment "An resource that requires authentication."@en ; rdfs:isDefinedBy ; skos:prefLabel "Authenticated Resource"@en . cx-common:FunctionAsset a owl:Class ; rdfs:label "Function Asset"@en ; rdfs:comment "This subclass of Asset allows performing calculations on asset."@en ; rdfs:isDefinedBy ; rdfs:subClassOf cx-common:Asset . cx-common:GraphAsset a owl:Class ; rdfs:label "Graph Asset" ; rdfs:comment "This subclass of Asset allows arbitrary data queries to be executed on assets."@en ; rdfs:isDefinedBy ; rdfs:subClassOf cx-common:Asset . cx-common:SkillAsset a owl:Class ; rdfs:label "Skill Asset"@en ; rdfs:comment "This subclass of Asset allows only the execution of predefined data queries on assets."@en ; rdfs:isDefinedBy ; rdfs:subClassOf cx-common:Asset . cx-core: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 cx-core:ConceptualObject ; rdfs:isDefinedBy , , ; rdfs:range cx-core:PhysicalObject ; rdfs:subPropertyOf owl:topObjectProperty . cx-core: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 cx-core:Activity ; rdfs:isDefinedBy , ; rdfs:range cx-core:ConceptualObject ; rdfs:subPropertyOf owl:topObjectProperty . cx-core: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 cx-core:Activity ; rdfs:isDefinedBy , ; rdfs:range cx-core:ConceptualObject ; rdfs:subPropertyOf owl:topObjectProperty . cx-reliability:LoadSpectrumClass a owl:Class ; rdfs:isDefinedBy ; rdfs:subClassOf cx-reliability:AnalysisResult ; skos:altLabel "header"@en ; skos:definition "The class contains information about the quantization states related to an axis."@en ; skos:prefLabel "Lastkollektiv Klasse"@de, "Load Spectrum Class"@en . cx-reliability:OnBoardTelematics a owl:Class ; rdfs:isDefinedBy ; rdfs:subClassOf cx-reliability:Analysis ; skos:prefLabel "Onboard Telematics"@en . cx-vehicle:VehicleModel a owl:Class ; rdfs:isDefinedBy ; rdfs:subClassOf cx-core:ConceptualObject ; skos:altLabel "general information"@en ; skos:prefLabel "Vehicle Model"@en . cx-vehicle:communicationInformation a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "Vehicle Communication Information"@en . cx-vehicle:isPartOf a owl:ObjectProperty ; rdfs:domain cx-vehicle:Part ; rdfs:isDefinedBy ; rdfs:range cx-vehicle:Vehicle ; skos:prefLabel "is part of"@en . cx-vehicle:isSubpartOf a owl:ObjectProperty ; rdfs:domain cx-vehicle:Part ; rdfs:isDefinedBy ; rdfs:range cx-vehicle:Part ; rdfs:subPropertyOf owl:topObjectProperty ; skos:prefLabel "is subpart of"@en . cx-vehicle:safetyInformation a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "Vehicle Safety Information"@en . cx-common:BusinessPartner a owl:Class ; rdfs:isDefinedBy ; rdfs:seeAlso ; skos:altLabel "BP"@en, "business partner"@en ; skos:definition "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 ; skos:example "Audi"@en, "BMW"@en, "Mercedes"@en, "Volkswagen"@en ; skos:prefLabel "Geschäftspartner"@de, "Business Partner"@en . cx-common:authenticationInformation a owl:DatatypeProperty ; rdfs:comment "Base property for all authentication informations." ; rdfs:domain cx-common:AuthenticatedResource ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf owl:topDataProperty . cx-core:Address a owl:Class ; rdfs:isDefinedBy , . cx-core:describedByConceptualObject a owl:ObjectProperty ; dc:description "Inverse of 'describes physical object' property."@en ; rdfs:domain cx-core:PhysicalObject ; rdfs:isDefinedBy , , ; rdfs:range cx-core:ConceptualObject ; rdfs:subPropertyOf owl:topObjectProperty ; owl:inverseOf cx-core:describesPhysicalObject ; skos:prefLabel "described by conceptual object"@en . cx-reliability:analysedObject a owl:ObjectProperty ; rdfs:domain cx-reliability:Analysis ; rdfs:isDefinedBy ; rdfs:range cx-core:PhysicalObject ; rdfs:subPropertyOf cx-core:refersToPhysicalObject ; skos:prefLabel "analysed object"@en . cx-vehicle:chassisInformation a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Part, cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "Vehicle Chassis Information"@en . cx-vehicle:infotainmentInformation a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "Vehicle Infotainment Information"@en . cx-vehicle:lifetimeInformation a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "Vehicle Lifetime Information"@en . cx-vehicle:lightingInformation a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "Vehicle Lighting Information"@en . cx-vehicle:warrantyInformation a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "Vehicle Warranty Information"@en . cx-common:SkillDistribution a rdfs:Resource ; rdfs:comment "Describes the possibilities how to distribute skills."@en ; rdfs:isDefinedBy ; skos:prefLabel "Distribution Mode"@en . cx-vehicle:EClassType a owl:Class ; rdfs:isDefinedBy ; rdfs:subClassOf cx-core:ConceptualObject . cx-vehicle:partInformation a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Part ; rdfs:isDefinedBy ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "Part Information"@en . cx-common:DataspaceConnector a owl:Class ; 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:isDefinedBy ; rdfs:seeAlso ; skos:altLabel "Connector"@en, "EDC"@en ; skos:prefLabel "Dataspace Connector"@en . cx-core:Actor a owl:Class ; dc:description "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." ; rdfs:isDefinedBy , . cx-core:Place a owl:Class ; rdfs:comment "The class Place is determined by reference to the position of objects such as buildings, cities, or special geographic markers."@en ; rdfs:isDefinedBy , . cx-fx:ReturnValue a owl:Class ; rdfs:isDefinedBy ; rdfs:subClassOf cx-core:ConceptualObject ; skos:altLabel "Function Return Value Definition"@en ; skos:prefLabel "Return Value"@en . cx-vehicle:stateInformation a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "Vehicle State"@en . cx-fx:Result a owl:Class ; rdfs:isDefinedBy ; rdfs:subClassOf cx-core:ConceptualObject ; skos:altLabel "Function Result Definition"@en ; skos:prefLabel "Function Result"@en . cx-reliability:AnalysisResult a owl:Class ; rdfs:isDefinedBy ; rdfs:subClassOf cx-core:ConceptualObject ; skos:prefLabel "Analysis Result"@en . cx-reliability:LoadSpectrumValues a owl:Class ; rdfs:isDefinedBy ; rdfs:subClassOf cx-reliability:AnalysisResult ; skos:altLabel "body"@en ; skos:definition "The values contains a list or a matrix with count values of the histogram."@en ; skos:prefLabel "Lastkollektiv Werte"@de, "Load Spectrum Values"@en . cx-vehicle:batteryInformation a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Part, cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "Vehicle Battery Information"@en . xsd:date a rdfs:Datatype ; rdfs:isDefinedBy , . cx-vehicle:interiorInformation a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "Vehicle Interior Information"@en . cx-vehicle:powertrainInformation a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Part, cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "Vehicle Powertrain Information"@en . cx-vehicle:registrationInformation a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:seeAlso , , ; rdfs:subPropertyOf owl:topDataProperty ; skos:note "EU directive 1999/37/EC"@en ; skos:prefLabel "Vehicle Registration Information"@en . cx-vehicle:suspensionInformation a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Part, cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "Vehicle Suspension Information"@en . cx-reliability:Analysis a owl:Class ; rdfs:isDefinedBy ; rdfs:subClassOf cx-core:Activity . cx-reliability:LoadSpectrumChannel a owl:Class ; rdfs:isDefinedBy ; rdfs:subClassOf cx-reliability:AnalysisResult ; skos:altLabel "header"@en ; skos:definition "The channel contains information about the axis of the 1d or 2d histogram."@en ; skos:prefLabel "Lastkollektiv Kanal"@de, "Load Spectrum Channel"@en . json:Object a rdfs:Datatype ; rdfs:isDefinedBy , , , . cx-core:PhysicalObject a owl:Class ; rdfs:label "Physical Object"@en ; dc:description "This class includes objects of a material nature, which are documentation units and have physical boundaries."@en ; rdfs:isDefinedBy , , . cx-fx:Function a owl:Class ; rdfs:isDefinedBy ; rdfs:subClassOf cx-core:ConceptualObject ; skos:altLabel "Function Definition"@en ; skos:prefLabel "Function"@en . cx-vehicle:performanceInformation a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "Vehicle Performance Information"@en . cx-core:Activity a owl:Class ; 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 ; rdfs:isDefinedBy , ; owl:disjointUnionOf ( cx-core:Actor cx-core:Address cx-core:ConceptualObject cx-core:PhysicalObject cx-core:Place ), ( cx-core:Actor cx-core:Address cx-core:ConceptualObject cx-core:PhysicalObject cx-core:Place ) . cx-reliability:LoadSpectrum a owl:Class ; rdfs:isDefinedBy ; rdfs:seeAlso , ; rdfs:subClassOf cx-reliability:AnalysisResult ; skos:altLabel "load collective"@en ; skos:definition "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 ; skos:example "force"@en, "tension"@en, "torque"@en ; skos:prefLabel "Lastkollektiv"@de, "Load Spectrum"@en . cx-vehicle:cargoInformation a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "Vehicle Cargo Information"@en . cx-vehicle:modelInformation a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "Vehicle Model Information"@en . cx-vehicle:fuelInformation a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "Vehicle Fuel Information"@en . cx-common:Asset a owl:Class ; rdfs:isDefinedBy ; skos:definition "The Asset class describes the provision via a repository of a specific set of data for a specific purpose."@en ; skos:prefLabel "Asset"@en . cx-core:ConceptualObject a owl:Class ; rdfs:label "Conceptual Object"@en ; dc:description "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 ; rdfs:isDefinedBy , , , . cx-vehicle:bodyInformation a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Part, cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "Vehicle Body Information"@en . cx-vehicle:Part a owl:Class ; rdfs:isDefinedBy , ; rdfs:subClassOf cx-core:PhysicalObject ; owl:disjointWith cx-vehicle:Vehicle ; skos:definition "A part in the automotive context is a component of a vehicle. Parts may have sub-parts that perform specific sub-functions."@en ; skos:prefLabel "Part"@en . cx-vehicle:productionInformation a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "Production Information"@en . cx-vehicle:engineInformation a owl:DatatypeProperty ; rdfs:domain cx-vehicle:Part, cx-vehicle:Vehicle ; rdfs:isDefinedBy ; rdfs:subPropertyOf owl:topDataProperty ; skos:definition "Information about the engine or engines of the vehicle."@en ; skos:prefLabel "Vehicle Engine Information"@en . cx-fx:Argument a owl:Class ; rdfs:isDefinedBy ; rdfs:subClassOf cx-core:ConceptualObject ; skos:altLabel "Function Argument Definition"@en ; skos:prefLabel "Argument"@en . cx-vehicle:Vehicle a owl:Class ; rdfs:isDefinedBy , ; rdfs:seeAlso ; rdfs:subClassOf cx-core:PhysicalObject ; skos:altLabel "KFZ"@de, "Kraftfahrzeug"@de, "MFZ"@de, "Motorfahrzeug"@de, "Straßenfahrzeug"@de, "motor vehicle"@en, "motorised vehicle"@en, "road vehicle"@en ; skos:definition "A vehicle is a motor-powered road vehicle that transports people or cargo ."@en ; skos:example "car"@en, "motorcycle"@en, "truck"@en ; skos:note "we include only motorised road vehicles, i.e. we exclude: aircrafts, watercraft, railway vehicle, human powered vehicles"@en ; skos:prefLabel "Fahrzeug"@de, "Vehicle"@en . [] a owl:AllDisjointClasses ; rdfs:isDefinedBy ; owl:members ( cx-reliability:LoadSpectrum cx-reliability:LoadSpectrumChannel cx-reliability:LoadSpectrumValues ) . [] a owl:AllDisjointClasses ; rdfs:isDefinedBy ; owl:members ( cx-common:Asset cx-common:BusinessPartner cx-common:DataspaceConnector ) . [] a owl:AllDisjointClasses ; rdfs:isDefinedBy ; owl:members ( cx-common:FunctionAsset cx-common:GraphAsset cx-common:SkillAsset ) .