naval:SverigeClass leaf node


URI

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

Label

Sverige class coastal defence ship

Description

The Sverige class coastal defence ships (sometimes incorrectly referred to as coastal battleships) were the largest ships to serve in the Swedish Navy until that point. Their design was completely new and was influenced by the ships of the time. Their armament consisted of four 28.3 cm Bofors guns in two turrets and eight 15.2 cm guns in one double and six single turrets. During the Second World War they were the backbone of the Swedish Navy.

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 org: <http://rdf.muninn-project.org/ontologies/organization#> .
    @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#> .
    
    :SverigeClass a :CoastalDefenceShip,
            :MilitaryShipClass,
            skos:Concept ;
        rdfs:label "Sverige class coastal defence ship"@en,
            "Sverige-luokka"@fi,
            "Classe Sveridge"@fr,
            "Sverigeklass"@sv ;
        naval:hasBeamMeters "18.6" ;
        naval:hasCrewSize "443" ;
        naval:hasDraughtMeters "6.2" ;
        naval:hasLenghtMeters "121.6" ;
        naval:hasMaxSpeedKnots "23.5" ;
        naval:ownedBy dbpedia:Swedish_Navy ;
        org:inEra org:EraGreatWar ;
        void:inDataset :datasetdefinition ;
        rdfs:isDefinedBy naval: ;
        owl:sameAs dbpedia:Sverige_class_coastal_defence_ship ;
        skos:definition "The Sverige class coastal defence ships (sometimes incorrectly referred to as coastal battleships) were the largest ships to serve in the Swedish Navy until that point. Their design was completely new and was influenced by the ships of the time. Their armament consisted of four 28.3 cm Bofors guns in two turrets and eight 15.2 cm guns in one double and six single turrets. During the Second World War they were the backbone of the Swedish Navy."@en ;
        foaf:name "Sverige Class" .