naval:BelleisleClass leaf node


URI

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

Label

Belleisle class ironclad

Description

The two ships of the Belleisle class, HMS Belleisle and HMS Orion, originally built in Britain for the Turkish Navy, were taken over by the Royal Navy in 1878. In 1878 Russia and Turkey were at war, and it was perceived by the British Government that Britain might be drawn into the conflict. This perception has become known to posterity as "the Russian war scare of 1878".

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#> .
    
    :BelleisleClass a :IroncladWarship,
            :MilitaryShipClass,
            skos:Concept ;
        rdfs:label "Belleisle class ironclad"@en,
            "Clase Belleisle"@es ;
        naval:hasBeamMeters "15.8496" ;
        naval:hasCrewSize "249" ;
        naval:hasDisplacementMetricTonnes "4418" ;
        naval:hasDraughtMeters "6.4" ;
        naval:hasLenghtMeters "74.676" ;
        naval:hasMaxSpeedKPH "22.4092" ;
        void:inDataset :datasetdefinition ;
        rdfs:isDefinedBy naval: ;
        owl:sameAs dbpedia:Belleisle_class_ironclad ;
        skos:definition "The two ships of the Belleisle class, HMS Belleisle and HMS Orion, originally built in Britain for the Turkish Navy, were taken over by the Royal Navy in 1878. In 1878 Russia and Turkey were at war, and it was perceived by the British Government that Britain might be drawn into the conflict. This perception has become known to posterity as \"the Russian war scare of 1878\"."@en ;
        foaf:name "Belleisle Class" .