naval:MonarchClass leaf node


URI

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

Label

Monarch class battleship

Description

The Monarch class was a class of battleships, although resembling coastal defence ships, built by Austria-Hungary at the end of the 19th century. The Monarchs were the first ships of their type to utilize turrets. The class comprised three ships: Monarch, Wien, and Budapest, each armed with two 240 mm (9 in) L/40 guns in two turrets and capable of 15.5 knots (28.7 km/h; 17.8 mph) at full speed.

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#> .
    
    :MonarchClass a :CoastalDefenceShip,
            :MilitaryShipClass,
            :PreDreadnought,
            skos:Concept ;
        rdfs:label "Třída Monarch"@cs,
            "Monarch class battleship"@en,
            "Classe Monarch"@fr,
            "Monarch-osztály"@hu ;
        naval:hasBeamMeters "17.0" ;
        naval:hasCrewSize "469" ;
        naval:hasDisplacementMetricTonnes "5.878" ;
        naval:hasDraughtMeters "6.6" ;
        naval:hasLenghtMeters "99.22" ;
        naval:hasMaxSpeedKnots "15.5" ;
        naval:ownedBy <http://rdf.muninn-project.org/ontologies/Austro-Hungarian_Navy> ;
        org:inEra org:EraGreatWar ;
        void:inDataset :datasetdefinition ;
        rdfs:isDefinedBy naval: ;
        owl:sameAs dbpedia:Monarch_class_battleship ;
        skos:definition "The Monarch class was a class of battleships, although resembling coastal defence ships, built by Austria-Hungary at the end of the 19th century. The Monarchs were the first ships of their type to utilize turrets. The class comprised three ships: Monarch, Wien, and Budapest, each armed with two 240 mm (9 in) L/40 guns in two turrets and capable of 15.5 knots (28.7 km/h; 17.8 mph) at full speed."@en ;
        foaf:name "Monarch Class" .