naval:IroncladWarship leaf node


URI

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

Label

Ironclad warship

Description

An ironclad was a steam-propelled warship in the early part of the second half of the 19th century, protected by iron or steel armor plates. The ironclad was developed as a result of the vulnerability of wooden warships to explosive or incendiary shells. The first ironclad battleship, La Gloire, was launched by the French Navy in November 1859.

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

:IroncladWarship a :MilitaryShipFunction,
        skos:Concept ;
    rdfs:label "Panzerschiff"@de,
        "Ironclad warship"@en,
        "Cuirassé à coque en fer"@fr,
        "装甲艦"@ja,
        "Okręt pancerny"@pl,
        "Броненосец (тип корабля)"@ru,
        "Pansarklädda fartyg"@sv,
        "铁甲舰"@zh ;
    void:inDataset :datasetdefinition ;
    rdfs:isDefinedBy naval: ;
    owl:sameAs dbpedia:Ironclad_warship ;
    owl:subClass :BattleShip ;
    skos:broader :BattleShip ;
    skos:definition "An ironclad was a steam-propelled warship in the early part of the second half of the 19th century, protected by iron or steel armor plates. The ironclad was developed as a result of the vulnerability of wooden warships to explosive or incendiary shells. The first ironclad battleship, La Gloire, was launched by the French Navy in November 1859."@en ;
    foaf:name "Ironclad warship" .