naval:WarriorClass leaf node


URI

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

Label

Warrior class ironclad

Description

The Warrior class ironclads were a class of two warships built for the Royal Navy between 1859 and 1862, the first ocean-going ironclads with iron hulls ever constructed. The ships were designed as armoured frigates in response to an invasion scare sparked by the launch of the French ironclad Gloire and her three sisters in 1858.

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#> .
    
    :WarriorClass a :IroncladWarship,
            :MilitaryShipClass,
            skos:Concept ;
        rdfs:label "Warrior class ironclad"@en,
            "Warriorklasse"@nl ;
        naval:hasBeamMeters "17.6784" ;
        naval:hasCrewSize "707" ;
        naval:hasDisplacementMetricTonnes "9284" ;
        naval:hasDraughtMeters "8.2" ;
        naval:hasLenghtMeters "128.016" ;
        naval:hasMaxSpeedKPH "25.928" ;
        naval:ownedBy dbpedia:Royal_Navy ;
        naval:preceededBy dbpedia:Warrior_class_ironclad ;
        void:inDataset :datasetdefinition ;
        rdfs:isDefinedBy naval: ;
        owl:sameAs dbpedia:Warrior_class_ironclad ;
        skos:definition "The Warrior class ironclads were a class of two warships built for the Royal Navy between 1859 and 1862, the first ocean-going ironclads with iron hulls ever constructed. The ships were designed as armoured frigates in response to an invasion scare sparked by the launch of the French ironclad Gloire and her three sisters in 1858."@en ;
        foaf:name "Warrior Class" .