Last active
August 29, 2015 13:57
-
-
Save jaw111/9729451 to your computer and use it in GitHub Desktop.
JSON-LD context for RDW vehicle API
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": { | |
"@language": "nl", | |
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", | |
"foaf": "http://xmlns.com/foaf/0.1/", | |
"rdwv": "https://w3id.org/rdw/vehicles#", | |
"dbpedia": "http://dbpedia.org/resource/", | |
"xsd": "http://www.w3.org/2001/XMLSchema#", | |
"label": "http://www.w3.org/2000/01/rdf-schema#label", | |
"resource": "foaf:topic", | |
"Aantalcilinders": { | |
"@id": "rdwv:numberOfCylinders", | |
"@type": "xsd:integer" | |
}, | |
"Aantalstaanplaatsen": { | |
"@id": "rdwv:numberOfStandingPlaces", | |
"@type": "xsd:integer" | |
}, | |
"Aantalzitplaatsen": { | |
"@id": "rdwv:numberOfSeats", | |
"@type": "xsd:integer" | |
}, | |
"BPM": { | |
"@id": "rdwv:bpm", | |
"@type": "xsd:integer" | |
}, | |
"Brandstofverbruikbuitenweg": { | |
"@id": "rdwv:fuelConsumptionExtraUrban", | |
"@type": "xsd:double" | |
}, | |
"Brandstofverbruikgecombineerd": { | |
"@id": "rdwv:fuelConsumptionCombined", | |
"@type": "xsd:double" | |
}, | |
"Brandstofverbruikstad": { | |
"@id": "rdwv:fuelConsumptionUrban", | |
"@type": "xsd:double" | |
}, | |
"Catalogusprijs": { | |
"@id": "rdwv:catalogPrice", | |
"@type": "xsd:integer" | |
}, | |
"Cilinderinhoud": { | |
"@id": "rdwv:cylinderCapacity", | |
"@type": "xsd:integer" | |
}, | |
"CO2uitstootgecombineerd": { | |
"@id": "rdwv:co2EmissionCombined", | |
"@type": "xsd:integer" | |
}, | |
"Datumaanvangtenaamstelling": { | |
"@id": "rdwv:registrationCommencementDate", | |
"@type": "xsd:dateTime" | |
}, | |
"DatumeersteafgifteNederland": { | |
"@id": "rdwv:initialRegistrationDateNetherlands", | |
"@type": "xsd:dateTime" | |
}, | |
"Datumeerstetoelating": { | |
"@id": "rdwv:initialRegistrationDate", | |
"@type": "xsd:dateTime" | |
}, | |
"Eerstekleur": { | |
"@id": "rdwv:firstColor", | |
"@type": "@id" | |
}, | |
"G3installatie": { | |
"@id": "rdwv:g3Installation", | |
"@type": "@id" | |
}, | |
"Handelsbenaming": { | |
"@id": "rdwv:tradeDesignation", | |
"@type": "xsd:string" | |
}, | |
"Hoofdbrandstof": { | |
"@id": "rdwv:primaryFuel", | |
"@type": "@id" | |
}, | |
"Inrichting": { | |
"@id": "rdwv:bodyStyle", | |
"@type": "@id" | |
}, | |
"Kenteken": { | |
"@id": "rdwv:registration", | |
"@type": "xsd:string" | |
}, | |
"Laadvermogen": { | |
"@id": "rdwv:loadCapacity", | |
"@type": "xsd:integer" | |
}, | |
"Massaleegvoertuig": { | |
"@id": "rdwv:emptyVehicleMass", | |
"@type": "xsd:integer" | |
}, | |
"Massarijklaar": { | |
"@id": "rdwv:kerbMass", | |
"@type": "xsd:integer" | |
}, | |
"Maximaleconstructiesnelheid": { | |
"@id": "rdwv:maximumConstructionSpeed", | |
"@type": "xsd:integer" | |
}, | |
"Maximumtetrekkenmassaautonoomgeremd": { | |
"@id": "rdwv:maximumAutonomousBrakedTowMass", | |
"@type": "xsd:integer" | |
}, | |
"Maximumtetrekkenmassageremd": { | |
"@id": "rdwv:maximumBrakedTowMass", | |
"@type": "xsd:integer" | |
}, | |
"Maximumtetrekkenmassamiddenasgeremd": { | |
"@id": "rdwv:maximumMidAxleBrakedTowMass", | |
"@type": "xsd:integer" | |
}, | |
"Maximumtetrekkenmassaongeremd": { | |
"@id": "rdwv:maximumUnbrakedTowMass", | |
"@type": "xsd:integer" | |
}, | |
"Maximumtetrekkenmassaopleggergeremd": { | |
"@id": "rdwv:maximumBrakedSemitrailerTowMass", | |
"@type": "xsd:integer" | |
}, | |
"Merk": { | |
"@id": "rdwv:brand", | |
"@type": "@id" | |
}, | |
"Milieuclassificatie": { | |
"@id": "rdwv:environmentalClassification", | |
"@type": "@id" | |
}, | |
"Nevenbrandstof": { | |
"@id": "rdwv:secondaryFuel", | |
"@type": "xsd:string" | |
}, | |
"Retrofitroetfilter": { | |
"@id": "rdwv:retrofitDieselParticulateFilter", | |
"@type": "xsd:boolean" | |
}, | |
"Toegestanemaximummassavoertuig": { | |
"@id": "rdwv:maximumPermissibleVehicleMass", | |
"@type": "xsd:integer" | |
}, | |
"Tweedekleur": { | |
"@id": "rdwv:secondColor", | |
"@type": "@id" | |
}, | |
"Vermogen": { | |
"@id": "rdwv:power", | |
"@type": "xsd:integer" | |
}, | |
"Vermogenbromsnorfiets": { | |
"@id": "rdwv:powerMoped", | |
"@type": "xsd:string" | |
}, | |
"VervaldatumAPK": { | |
"@id": "rdwv:expiryDateAPK", | |
"@type": "xsd:dateTime" | |
}, | |
"Voertuigsoort": { | |
"@id": "rdf:type", | |
"@type": "@id" | |
}, | |
"Wachtopkeuren": { | |
"@id": "rdwv:waitingForApproval", | |
"@type": "xsd:boolean" | |
}, | |
"WAMverzekerdgeregistreerd": { | |
"@id": "rdwv:wamInsuranceRegistered", | |
"@type": "xsd:boolean" | |
}, | |
"Zuinigheidslabel": { | |
"@id": "rdwv:efficiencyLabel", | |
"@type": "@id" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment