Skip to content

Instantly share code, notes, and snippets.

@jaw111
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaw111/9930175 to your computer and use it in GitHub Desktop.
Save jaw111/9930175 to your computer and use it in GitHub Desktop.
Example JSON-LD response from RDW Vehicle API
{
"@context": "https://w3id.org/rdw/contexts/vehicles",
"@id": "",
"success" : true,
"resource" : {
"@id": "#this",
"Aantalcilinders" : 4,
"Aantalstaanplaatsen" : null,
"Aantalzitplaatsen" : 5,
"BPM" : 3082,
"Brandstofverbruikbuitenweg" : 5.00,
"Brandstofverbruikgecombineerd" : 6.30,
"Brandstofverbruikstad" : 8.40,
"Catalogusprijs" : 15250,
"Cilinderinhoud" : 1360,
"CO2uitstootgecombineerd" : 149,
"Datumaanvangtenaamstelling" : "2013-04-04T00:00:00",
"DatumeersteafgifteNederland" : "2005-07-20T00:00:00",
"Datumeerstetoelating" : "2005-07-20T00:00:00",
"Eerstekleur" : {
"@id" : "rdwv:Red",
"label" : "Rood"
},
"G3installatie" : null,
"Handelsbenaming" : "206; 1.4 3DRS",
"Hoofdbrandstof" : {
"@id": "rdwv:Benzine",
"label": "Benzine"
},
"Inrichting" : {
"@id": "dbpedia:Hatchback",
"label": "Hatchback"
},
"Kenteken" : "70RPJJ",
"Laadvermogen" : null,
"Massaleegvoertuig" : 925,
"Massarijklaar" : 1025,
"Maximaleconstructiesnelheid" : null,
"Maximumtetrekkenmassaautonoomgeremd" : null,
"Maximumtetrekkenmassageremd" : 1100,
"Maximumtetrekkenmassamiddenasgeremd" : null,
"Maximumtetrekkenmassaongeremd" : 510,
"Maximumtetrekkenmassaopleggergeremd" : null,
"Merk" : {
"@id" : "dbpedia:Peugeot",
"label" : "Peugeot"
},
"Milieuclassificatie" : null,
"Nevenbrandstof" : null,
"Retrofitroetfilter" : false,
"Toegestanemaximummassavoertuig" : 1450,
"Tweedekleur" : null,
"Vermogen" : 55,
"Vermogenbromsnorfiets" : null,
"VervaldatumAPK" : "2014-04-02T00:00:00",
"Voertuigsoort" : {
"@id": "rdwv:PassengerVehicle",
"label": "Personenauto"
},
"Wachtopkeuren" : false,
"WAMverzekerdgeregistreerd" : true,
"Zuinigheidslabel" : {
"@id": "rdwv:EfficiencyLabelC",
"label": "C"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment