SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

Heavy-duty vehicles should be divided into groups of vehicles with a similar axle configuration, chassis configuration and technically permissible maximum laden mass. Those parameters define the purpose of a vehicle and should therefore determine the set of test cycles used for the purpose of the simulation.
Das vom Hersteller zugelassene Höchstgewicht, für das er den einwandfreien Betrieb des Fahrzeugs garantiert.
Poids maximal admis par le constructeur.
Peso massimo ammesso dal costruttore.
DOM: Fahrzeuge
DOM: véhicules
DOM: veicoli
nach V Technische Anforderungen, Art. 7 Abs. 3 (SR 741.41, Stand 2015-04)
d'après O Exigences techniques, art. 7 al. 3 (RS 741.41, état 2015-04)
secondo O Esigenze tecniche, art. 7 cpv. 3 (RS 741.41, stato 2015-04)
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
Outgoing Relationships: No results found.
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
has part maximum laden mass
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.