naval:LionClass leaf node


URI

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

Label

Lion class battleship

Description

The Lion class battleships were a class of six fast battleships designed for the Royal Navy in the late 1930s. They were a larger, improved version of the King George V class with 16-inch (406 mm) guns. Only two ships were laid down before World War II began in September 1939 and a third was ordered during the war, but their construction was suspended shortly afterwards.

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#> .
    
    :LionClass a :FastBattleship,
            :MilitaryShipClass,
            skos:Concept ;
        rdfs:label "Lion-Klasse (1939)"@de,
            "Lion class battleship"@en,
            "Clase Lion"@es,
            "Lion-luokka (taistelulaiva)"@fi,
            "Classe Lion (cuirassé)"@fr,
            "Pancerniki typu Lion"@pl,
            "Линейные корабли типа «Лайон»"@ru,
            "Lion (lớp thiết giáp hạm)"@vi ;
        naval:hasBeamMeters "32.9184" ;
        naval:hasCrewSize "1750" ;
        naval:hasDisplacementMetricTonnes "38600" ;
        naval:hasDraughtMeters "10" ;
        naval:hasLenghtMeters "241.706" ;
        naval:hasMaxSpeedKPH "52.319" ;
        naval:ownedBy dbpedia:Royal_Navy ;
        naval:preceededBy :KingGeorgeVClass ;
        void:inDataset :datasetdefinition ;
        rdfs:isDefinedBy naval: ;
        owl:sameAs dbpedia:Lion_class_battleship ;
        skos:definition "The Lion class battleships were a class of six fast battleships designed for the Royal Navy in the late 1930s. They were a larger, improved version of the King George V class with 16-inch (406 mm) guns. Only two ships were laid down before World War II began in September 1939 and a third was ordered during the war, but their construction was suspended shortly afterwards."@en ;
        foaf:name "Lion Class" .