naval:PreDreadnought leaf node


URI

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

Label

Pre-dreadnought battleship

Description

Pre-dreadnought battleship is the general term for all of the types of sea-going battleships built between the mid- to late-1880s and 1905. Pre-dreadnoughts replaced the ironclad warships of the 1870s and 1880s. Built from steel, and protected by hardened steel armour, pre-dreadnought battleships carried a main battery of very heavy guns in barbettes (open or with armored gunhouses) supported by one or more secondary batteries of lighter weapons.

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

:PreDreadnought a :MilitaryShipFunction,
        skos:Concept ;
    rdfs:label "Predreadnought"@cs,
        "Einheitslinienschiff"@de,
        "Pre-dreadnought battleship"@en,
        "前弩級戦艦"@ja,
        "전노급전함"@ko,
        "Przeddrednot"@pl,
        "Додредноут"@ru,
        "Thiết giáp hạm tiền-dreadnought"@vi,
        "前無畏艦"@zh ;
    void:inDataset :datasetdefinition ;
    rdfs:isDefinedBy naval: ;
    owl:sameAs dbpedia:Pre-dreadnought_battleship ;
    owl:subClass :BattleShip ;
    skos:broader :BattleShip ;
    skos:definition "Pre-dreadnought battleship is the general term for all of the types of sea-going battleships built between the mid- to late-1880s and 1905. Pre-dreadnoughts replaced the ironclad warships of the 1870s and 1880s. Built from steel, and protected by hardened steel armour, pre-dreadnought battleships carried a main battery of very heavy guns in barbettes (open or with armored gunhouses) supported by one or more secondary batteries of lighter weapons."@en ;
    foaf:name "Pre-dreadnought battleship" .