naval:KaiserClass leaf node


URI

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

Label

Kaiser class ironclad

Description

The Kaiser class of ironclad warships was a pair of vessels built for the German Imperial Navy in the early 1870s. The lead ship, Kaiser, was laid down in 1871 and launched in 1874. Deutschland was laid down in 1872 and launched in 1874; both ships were built by the Samuda Brothers shipyard in London. They were the last German capital ships built by a foreign shipyard.

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#> .
    
    :KaiserClass a :IroncladWarship,
            :MilitaryShipClass,
            skos:Concept ;
        rdfs:label "Kaiser class ironclad"@en,
            "Clase Kaiser (1875)"@es,
            "Classe Kaiser (1875)"@fr ;
        naval:hasBeamMeters "19.1" ;
        naval:hasCrewSize "600" ;
        naval:hasDisplacementMetricTonnes "7645" ;
        naval:hasDraughtMeters "24.2" ;
        naval:hasLenghtMeters "89.34" ;
        naval:hasMaxSpeedKPH "27.0392" ;
        naval:ownedBy <http://rdf.muninn-project.org/ontologies/Kaiserliche_Marine> ;
        void:inDataset :datasetdefinition ;
        rdfs:isDefinedBy naval: ;
        owl:sameAs dbpedia:Kaiser_class_ironclad ;
        skos:definition "The Kaiser class of ironclad warships was a pair of vessels built for the German Imperial Navy in the early 1870s. The lead ship, Kaiser, was laid down in 1871 and launched in 1874. Deutschland was laid down in 1872 and launched in 1874; both ships were built by the Samuda Brothers shipyard in London. They were the last German capital ships built by a foreign shipyard."@en ;
        foaf:name "Kaiser Class" .