@prefix : . @prefix rdfs: . @prefix xsd: . @prefix rdf: . @prefix wsml: . @prefix ComOnt: . :A a :Driving_License ; :Description "Heavy weight motrocycle"^^xsd:string ; :Name "A"^^xsd:string . :C1 a :Driving_License ; :Description "Vans and lorries weighting between 3500 and 7500 kgs (including vehicles with a trailer weighing up to 750 kgs)"^^xsd:string ; :Name "C1"^^xsd:string . :B a :Driving_License ; :Description "Car with up to 8 passengers, lorry up to 3.5 tons"^^xsd:string ; :Name "B"^^xsd:string . :Description a rdf:Property ; rdfs:domain :Driving_License ; rdfs:range xsd:string . :BE a :Driving_License ; :Description "B with trailer of more than 750 kgs"^^xsd:string ; :Name "BE"^^xsd:string . :Driving_License a rdfs:Class ; rdfs:subClassOf ComOnt:Competence . :D1E a :Driving_License ; :Description "Trailer has a maximum authorized mass of over than 750 kgs"^^xsd:string ; :Name "D1E"^^xsd:string . :Name a rdf:Property ; rdfs:domain :Driving_License ; rdfs:range xsd:string . :D a :Driving_License ; :Description "Car with 9 or more passengers"^^xsd:string ; :Name "D"^^xsd:string . :C a :Driving_License ; :Description "Lorry over 3.5 tons"^^xsd:string ; :Name "C"^^xsd:string . :C1E a :Driving_License ; :Description "combination of vehicles where the tractor vehicle is in subcategory C1 and its trailer has a maximum authorized mass between 750 and 1200 kgs"^^xsd:string ; :Name "C1E"^^xsd:string . :D1 a :Driving_License ; :Description "motor vehicles used for the carriage of passengers and having more than eight seats in addition to the driver's seat but not more than 16 seat"^^xsd:string ; :Name "D1"^^xsd:string . :CE a :Driving_License ; :Description "C with trailer of more than 750 kgs"^^xsd:string ; :Name "CE"^^xsd:string . :A1 a :Driving_License ; :Description "Leight weight motorcycle"^^xsd:string ; :Name "A1"^^xsd:string . :DE a :Driving_License ; :Description "D with trailer of more than 750 kgs"^^xsd:string ; :Name "DE"^^xsd:string . :B1 a :Driving_License ; :Description "Motor-powered tricyles and quadricycles"^^xsd:string ; :Name "B1"^^xsd:string .