naval:RheinClass leaf node


URI

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

Label

Rhein class monitor

Description

The Rhein class of ironclad monitors were a pair of ships built by the German Imperial Navy in the aftermath of the Franco-Prussian War. The class comprised two ships, Rhein and Moselle; both were built by the AG Weser shipyard in Bremen, in 1872–1874. They were armed with a pair of 12 cm (4.7 in) bronze cannon in a revolving gun turret. The ships were intended to protect the German coast in the event of a war with France, but had short service lives, as war did not come.

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#> .
    
    :RheinClass a :MilitaryShipClass,
            :Monitor,
            skos:Concept ;
        rdfs:label "Rhein class monitor"@en ;
        naval:hasBeamMeters "7.85" ;
        naval:hasCrewSize "28" ;
        naval:hasDisplacementMetricTonnes "283.0" ;
        naval:hasDraughtMeters "1.6" ;
        naval:hasLenghtMeters "49.6" ;
        naval:hasMaxSpeedKnots "6.5" ;
        void:inDataset :datasetdefinition ;
        rdfs:isDefinedBy naval: ;
        owl:sameAs dbpedia:Rhein_class_monitor ;
        skos:definition "The Rhein class of ironclad monitors were a pair of ships built by the German Imperial Navy in the aftermath of the Franco-Prussian War. The class comprised two ships, Rhein and Moselle; both were built by the AG Weser shipyard in Bremen, in 1872–1874. They were armed with a pair of 12 cm (4.7 in) bronze cannon in a revolving gun turret. The ships were intended to protect the German coast in the event of a war with France, but had short service lives, as war did not come."@en ;
        foaf:name "Rhein Class" .