naval:Dreadnought leaf node


URI

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

Label

Dreadnought

Description

The dreadnought was the predominant type of battleship in the early 20th-century. The first of the kind, the Royal Navy's Dreadnought, had such an impact when launched in 1906 that similar battleships built after her were referred to as "dreadnoughts", and earlier battleships became known as pre-dreadnoughts. Her design had two revolutionary features: an "all-big-gun" armament scheme and steam turbine propulsion.

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#> .

:Dreadnought a :MilitaryShipFunction,
        skos:Concept ;
    rdfs:label "Dreadnought"@en,
        "弩級戦艦"@ja,
        "드레드노트"@ko,
        "Drednot"@pl,
        "Дредноут (класс кораблей)"@ru,
        "无畏舰"@zh ;
    void:inDataset :datasetdefinition ;
    rdfs:isDefinedBy naval: ;
    owl:sameAs dbpedia:Dreadnought ;
    owl:subClass :BattleShip ;
    skos:broader :BattleShip ;
    skos:definition "The dreadnought was the predominant type of battleship in the early 20th-century. The first of the kind, the Royal Navy's Dreadnought, had such an impact when launched in 1906 that similar battleships built after her were referred to as \"dreadnoughts\", and earlier battleships became known as pre-dreadnoughts. Her design had two revolutionary features: an \"all-big-gun\" armament scheme and steam turbine propulsion."@en ;
    foaf:name "Dreadnought" .