naval:FastBattleship leaf node


URI

http://rdf.muninn-project.org/ontologies/naval#FastBattleship

Label

Fast battleship

Description

A fast battleship was a battleship which emphasized speed without - in concept - undue compromise of either armor or armament. Most of the early WWI-era dreadnought battleships were typically built with low design speeds, so the term "fast battleship" is applied to a design which was considerably faster. The extra speed of a fast battleship was normally required so as to equip the vessel for additional roles besides taking part in the line of battle, such as escorting aircraft carriers.

Inherits from

Implementation

@prefix : <http://rdf.muninn-project.org/ontologies/naval#> .
@prefix dbpedia: <http://dbpedia.org/resource/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix naval: <http://rdf.muninn-project.org/ontologies/naval> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix void: <http://rdfs.org/ns/void#> .

:FastBattleship a :MilitaryShipFunction,
        skos:Concept ;
    rdfs:label "Schnelles Schlachtschiff"@de,
        "Fast battleship"@en ;
    void:inDataset :datasetdefinition ;
    rdfs:isDefinedBy naval: ;
    owl:sameAs dbpedia:Fast_battleship ;
    owl:subClass :BattleShip ;
    skos:broader :BattleShip ;
    skos:definition "A fast battleship was a battleship which emphasized speed without - in concept - undue compromise of either armor or armament. Most of the early WWI-era dreadnought battleships were typically built with low design speeds, so the term \"fast battleship\" is applied to a design which was considerably faster. The extra speed of a fast battleship was normally required so as to equip the vessel for additional roles besides taking part in the line of battle, such as escorting aircraft carriers."@en ;
    foaf:name "Fast battleship" .