naval:HydraClass leaf node


URI

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

Label

Hydra class ironclad

Description

The Hydra class of ironclads composed three ships, Hydra, Spetsai, and Psara. The ships were ordered from France in 1885 during the premiership of Charilaos Trikoupis, as part of a wider reorganization and modernization of the Greek armed forces, which had proved themselves inadequate during the Cretan uprising of 1866. Launched in 1889 and 1890, the ships were ready for service with the Greek Navy by 1892.

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#> .
    
    :HydraClass a :IroncladWarship,
            :MilitaryShipClass,
            skos:Concept ;
        rdfs:label "Hydra class ironclad"@en ;
        naval:hasBeamMeters "15.8" ;
        naval:hasDisplacementMetricTonnes "4808" ;
        naval:hasDraughtMeters "5.5" ;
        naval:hasLenghtMeters "101.803" ;
        naval:hasMaxSpeedKPH "31.484" ;
        naval:ownedBy <http://rdf.muninn-project.org/ontologies/GreekNavy> ;
        void:inDataset :datasetdefinition ;
        rdfs:isDefinedBy naval: ;
        owl:sameAs dbpedia:Hydra_class_ironclad ;
        skos:definition "The Hydra class of ironclads composed three ships, Hydra, Spetsai, and Psara. The ships were ordered from France in 1885 during the premiership of Charilaos Trikoupis, as part of a wider reorganization and modernization of the Greek armed forces, which had proved themselves inadequate during the Cretan uprising of 1866. Launched in 1889 and 1890, the ships were ready for service with the Greek Navy by 1892."@en ;
        foaf:name "Hydra Class" .