@base <http://linkeddata.finki.ukim.mk/lod/ontology/veo#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns4: <http://purl.org/vocab/vann/> .
@prefix ns5: <http://creativecommons.org/ns#> .

<>
    ns5:license <https://creativecommons.org/licenses/by/3.0/> ;
    dct:contributor <https://plus.google.com/+MilosJovanovik> ;
    dct:creator <https://plus.google.com/+BojanNajdenov> ;
    dct:description "An ontology for describing vehicles and their emissions." ;
    dct:issued "2014-09-01" ;
    dct:modified "2016-08-28" ;
    dct:publisher <http://finki.ukim.mk/> ;
    dct:rights "Copyright 2014, Bojan Najdenov" ;
    dct:title "Vehicle Emissions Ontology" ;
    ns4:preferredNamespacePrefix "veo" ;
    ns4:preferredNamespaceUri "http://linkeddata.finki.ukim.mk/lod/ontology/veo#" ;
    a owl:Ontology ;
    rdfs:comment "An ontology for describing vehicles and their emissions." ;
    owl:versionInfo "1.1" .

<#Train>
    a owl:Class ;
    rdfs:subClassOf <http://purl.org/vso/ns#Vehicle> .

<#emissionsPerPassenger>
    a owl:DatatypeProperty ;
    rdfs:domain <http://purl.org/vso/ns#Vehicle> ;
    rdfs:range rdfs:Literal .

<#hasElectricEnergyConsumtion>
    a owl:DatatypeProperty ;
    rdfs:comment "This property represents the electric energy consumption of a vehicle measured in Wh/km." ;
    rdfs:domain <http://purl.org/vvo/ns#Automobile> ;
    rdfs:range rdfs:Literal .

<#hasEmissionsReduction>
    a owl:DatatypeProperty ;
    rdfs:comment "This property represents emissions reduction measured in g/km that a vehicle has, through the implemented innovative technologies." ;
    rdfs:domain <http://purl.org/vvo/ns#Automobile> ;
    rdfs:range rdfs:Literal .

<#hasEngineCapacity>
    a owl:DatatypeProperty ;
    rdfs:comment "This property shows the capacity of the engine of a vehicle measured in cm3" ;
    rdfs:domain <http://purl.org/vvo/ns#Automobile> ;
    rdfs:range rdfs:Literal .

<#hasFuelMode>
    a owl:DatatypeProperty ;
    rdfs:comment "This property represents the fuel mode of a vehicle" ;
    rdfs:domain <http://purl.org/vvo/ns#Automobile> ;
    rdfs:range rdfs:Literal .

<#hasInnovativeTechnology>
    a owl:DatatypeProperty ;
    rdfs:comment "This property represents an innovation technology that a vehicle has implemented." ;
    rdfs:domain <http://purl.org/vvo/ns#Automobile> ;
    rdfs:range rdfs:Literal .

<#hasMSRegManufacturerName>
    a owl:DatatypeProperty ;
    rdfs:comment "This property represents a manufacturer name as in the registry of Member States of the European Environment Agency." ;
    rdfs:domain <http://purl.org/vvo/ns#Automobile> ;
    rdfs:range rdfs:Literal .

<#hasManufacturerHarmonisedName>
    a owl:DatatypeProperty ;
    rdfs:comment "This property represents a manufacturer harmonised name." ;
    rdfs:domain <http://purl.org/vvo/ns#Automobile> ;
    rdfs:range rdfs:Literal .

<#hasManufacturerPooling>
    a owl:DatatypeProperty ;
    rdfs:comment "This property represents a manufacturers pooling." ;
    rdfs:domain <http://purl.org/vvo/ns#Automobile> ;
    rdfs:range rdfs:Literal .

<#hasOtherAxleWidth>
    a owl:DatatypeProperty ;
    rdfs:comment "This property represents the width of the other steering axle of a vehicle measured in mm." ;
    rdfs:domain <http://purl.org/vvo/ns#Automobile> ;
    rdfs:range rdfs:Literal .

<#hasSteeringAxleWidth>
    a owl:DatatypeProperty ;
    rdfs:comment "This property represents the width of the steering axle of a vehicle measured in mm." ;
    rdfs:domain <http://purl.org/vvo/ns#Automobile> ;
    rdfs:range rdfs:Literal .

<#hasTotalNewRegistrations>
    a owl:DatatypeProperty ;
    rdfs:comment "This property represents the nubmer of total new registration of a vehicle." ;
    rdfs:domain <http://purl.org/vvo/ns#Automobile> ;
    rdfs:range rdfs:Literal .

<#hasTypeApprovalNumber>
    a owl:DatatypeProperty ;
    rdfs:comment "This property represents an internal type approval number." ;
    rdfs:domain <http://purl.org/vvo/ns#Automobile> ;
    rdfs:range rdfs:Literal .

<#numberOfPassengers>
    a owl:DatatypeProperty ;
    rdfs:domain <http://purl.org/vso/ns#Vehicle> ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#int> .

<#type>
    a owl:DatatypeProperty ;
    rdfs:comment "This property represents an internal type of vehicle." ;
    rdfs:domain <http://purl.org/vvo/ns#Automobile> ;
    rdfs:range rdfs:Literal .

<#variant>
    a owl:DatatypeProperty ;
    rdfs:comment "This property represents an internal variant code." ;
    rdfs:domain <http://purl.org/vvo/ns#Automobile> ;
    rdfs:range rdfs:Literal .

<#vehicleTypeApprovedCategory>
    a owl:DatatypeProperty ;
    rdfs:comment "This property represents a category of the approved vehicle type." ;
    rdfs:domain <http://purl.org/vvo/ns#Automobile> ;
    rdfs:range rdfs:Literal .

<#version>
    a owl:DatatypeProperty ;
    rdfs:comment "This property represents an internal version code of a vehicle." ;
    rdfs:domain <http://purl.org/vvo/ns#Automobile> ;
    rdfs:range rdfs:Literal .

<http://purl.org/vso/ns#BusOrCoach>
    a owl:Class ;
    rdfs:subClassOf <http://purl.org/vso/ns#Vehicle> .

<http://purl.org/vso/ns#Vehicle>
    a owl:Class .

<http://purl.org/vvo/ns#Automobile>
    a owl:Class ;
    rdfs:subClassOf <http://purl.org/vso/ns#Vehicle> .

<http://www.ontotext.com/proton-ontology/AirplaneModel>
    a owl:Class ;
    rdfs:subClassOf <http://purl.org/vso/ns#Vehicle> .

