naval:BattleShip


URI

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

Label

Battleship

Description

A battleship is a large armored warship with a main battery consisting of heavy caliber guns. Battleships are larger, with better arms and armor, than cruisers and destroyers. As the largest armed ships in a fleet, battleships were used to attain command of the sea and represented the apex of a nation's naval power from about 1875 up until World War II.

Inherits from

  • owl:Thing
  • 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#> .
    
    :BattleShip a :MilitaryShipFunction,
            skos:Concept ;
        rdfs:label "Cuirassat"@ca,
            "Bitevní loď"@cs,
            "Schlachtschiff"@de,
            "Battleship"@en,
            "Acorazado"@es,
            "Taistelulaiva"@fi,
            "Cuirassé"@fr,
            "Csatahajó"@hu,
            "Nave da battaglia"@it,
            "戦艦"@ja,
            "전함"@ko,
            "Slagschip"@nl,
            "Slagskip"@no,
            "Pancernik"@pl,
            "Couraçado"@pt,
            "Линкор"@ru,
            "Slagskepp"@sv,
            "Лінкор"@uk,
            "Thiết giáp hạm"@vi,
            "戰艦"@zh ;
        void:inDataset :datasetdefinition ;
        rdfs:isDefinedBy naval: ;
        owl:sameAs dbpedia:Battleship ;
        owl:subClass :CapitalShip ;
        skos:definition "A battleship is a large armored warship with a main battery consisting of heavy caliber guns. Battleships are larger, with better arms and armor, than cruisers and destroyers. As the largest armed ships in a fleet, battleships were used to attain command of the sea and represented the apex of a nation's naval power from about 1875 up until World War II."@en ;
        foaf:name "Battleship" .