naval:SouthDakotaClass leaf node


URI

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

Label

South Dakota class battleship (1939)

Description

The South Dakota-class was a group of four fast battleships built by the United States Navy. They were the second class of battleships to be named after the 40th State; the first class was designed in the 1920s and canceled under the terms of the Washington Naval Treaty. The class comprised four ships: South Dakota, Indiana, Massachusetts, and Alabama.

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#> .
    
    :SouthDakotaClass a :MilitaryShipClass,
            :TreatyBattleship,
            skos:Concept ;
        rdfs:label "Třída South Dakota (1939)"@cs,
            "South-Dakota-Klasse (1942)"@de,
            "South Dakota class battleship (1939)"@en,
            "Clase South Dakota (1942)"@es,
            "Classe South Dakota (nave da battaglia 1939)"@it,
            "Pancerniki typu South Dakota (1939)"@pl,
            "Classe South Dakota"@pt,
            "Линейные корабли типа «Саут Дакота»"@ru,
            "South Dakota (lớp thiết giáp hạm) (1939)"@vi ;
        naval:hasBeamMeters "32.9794" ;
        naval:hasDisplacementMetricTonnes "31751" ;
        naval:hasLenghtMeters "207.264" ;
        naval:hasMaxSpeedKPH "50.004" ;
        naval:ownedBy <http://rdf.muninn-project.org/ontologies/United_States_Navy> ;
        naval:preceededBy :NorthCarolinaClass ;
        naval:succeededBy :IowaClass ;
        void:inDataset :datasetdefinition ;
        rdfs:isDefinedBy naval: ;
        owl:sameAs dbpedia:South_Dakota_class_battleship_(1939) ;
        skos:definition "The South Dakota-class was a group of four fast battleships built by the United States Navy. They were the second class of battleships to be named after the 40th State; the first class was designed in the 1920s and canceled under the terms of the Washington Naval Treaty. The class comprised four ships: South Dakota, Indiana, Massachusetts, and Alabama."@en ;
        foaf:name "South Dakota Class" .