http://purl.com/net/conflict#Grossflammenwerfer
A type of German flamethrower "Fielder's second, larger model (the Grossflammenwerfer), worked along the same lines but was not suitable for transport by a single person, but whose maximum range was twice that of the smaller model; it could also sustain flames for a (then) impressive forty seconds, although it was decidedly expensive in its use of fuel."
http://www.firstworldwar.com/weaponry/flamethrowers.htm
Instances of conflict:Grossflammenwerfer can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class owl:Thing | |||
dc:creator | owl:AnnotationProperty | owl:Thing | |
dc:description | owl:AnnotationProperty | owl:Thing | |
dc:title | owl:AnnotationProperty | owl:Thing |
@prefix : <http://purl.com/net/conflict#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Grossflammenwerfer a owl:Class ;
rdfs:comment """A type of German flamethrower "Fielder's second, larger model (the Grossflammenwerfer), worked along the same lines but was not suitable for transport by a single person, but whose maximum range was twice that of the smaller model; it could also sustain flames for a (then) impressive forty seconds, although it was decidedly expensive in its use of fuel."
http://www.firstworldwar.com/weaponry/flamethrowers.htm"""^^xsd:string ;
rdfs:subClassOf :Flamethrower .