- From: Martin Hepp <martin.hepp@ebusiness-unibw.org>
- Date: Wed, 22 Dec 2010 15:01:36 +0100
- To: "Polleres, Axel" <axel.polleres@deri.org>
- Cc: semantic-web@w3.org
Hi Axel:
For describing cars, use
http://purl.org/vso/ns
The name "Vehicle Sales Ontology" is a bit misleading, it is actually
about describing cars, not car sales. the commercial part is covered
by GoodRelations.
Example:
# Car Specification
# Make and Model: 2002 Chevrolet Camaro
# VIN: 2G1FP22G522155049
# Drivetype: RWD
# Mileage: 42000
# Stock No: 155049
# Transmission: 6-Speed Manual
# Engine: 5.7L V8 OHV 16V
# Exterior Color: red
foo:car_155049 a vso:Automobile, gr:ActualProductOrServiceInstance ; #
it' a real car
gr:hasManufacturer dbpedia:Chevrolet ;
gr:hasMakeAndModel dbpedia:Chevrolet_Camaro ;
vso:modelDate "2002-01-01"^^xsd:date ; # year-only data is not
possible in xsd:date and also problematic
vso:VIN "2G1FP22G522155049"^^xsd:string ;
vso:bodyStyle <http://dbpedia.org/resource/Coup%C3%A9> ; # Coupé
vso:color "red"@en ;
vso:engineDisplacement [ a gr:QuantitativeValueFloat ;
gr:hasValueFloat "5.7"^^xsd:float ;
gr:hasUnitOfMeasurement
"LTR"^^xsd:string ] ;
vso:engineName "5.7L V8 OHV 16V"@en ;
vso:mileageFromOdometer [ a gr:QuantitativeValueFloat ;
gr:hasValueFloat "42000"^^xsd:float ;
gr:hasUnitOfMeasurement
"HM"^^xsd:string ] ;
gr:hasStockKeepingUnit "155049"^^xsd:string ;
vso:gearsTotal [ a gr:QuantitativeValueInteger ;
gr:hasValueInteger "6"^^xsd:int ;
gr:hasUnitOfMeasurement "C62"^^xsd:string ] ;
vso:transmission dbpedia:Manual_transmission ;
vso:fuelType dbpedia:Gasoline ;
vso:rentalUsage "false"^^xsd:boolean ;
vso:feature dbpedia:Cup_holder,
dbpedia:Power_window,
dbpedia:Air_conditioner,
dbpedia:Anti-lock_braking_system ; # Add more
DBPedia / Wikipedia URIs for additional features
foaf:depiction <http://www.agautosalesny.com/super_admin/car_images/71-Photo-01_large.jpg
> ; # URI of a photo
foaf:page <http://www.agautosalesny.com/details.php?key=71> . #
URI of the web page
On 22.12.2010, at 13:55, Polleres, Axel wrote:
>>
>> On Wed, Dec 22, 2010 at 11:38 AM, Axel Polleres <axel.polleres@deri.org
>>> wrote:
>>> del cars?
>>>
>>> make/shape/enginesize/color/manufaturer country/licence plate ...
>>> basically the info you find in an official registration sheet or
>>> data exchanged when advertising cars?
>>>
>>> Grateful for any hints,
>>
>
Received on Wednesday, 22 December 2010 14:02:37 UTC