naval:AudaciousClass leaf node


URI

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

Label

Audacious class ironclad

Description

The Audacious class battleships were designed by Sir Edward Reed at the request of the Board of Admiralty to serve as second-class battleships on distant foreign stations.

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#> .
    
    :AudaciousClass a :IroncladWarship,
            :MilitaryShipClass,
            skos:Concept ;
        rdfs:label "Audacious class ironclad"@en,
            "Audacious-luokka (taistelulaiva)"@fi ;
        naval:hasBeamMeters "16.4592" ;
        naval:hasCrewSize "450" ;
        naval:hasDisplacementMetricTonnes "6106" ;
        naval:hasDraughtMeters "6.8" ;
        naval:hasLenghtMeters "85.344" ;
        naval:hasMaxSpeedKPH "25.002" ;
        void:inDataset :datasetdefinition ;
        rdfs:isDefinedBy naval: ;
        owl:sameAs dbpedia:Audacious_class_ironclad ;
        skos:definition "The Audacious class battleships were designed by Sir Edward Reed at the request of the Board of Admiralty to serve as second-class battleships on distant foreign stations."@en ;
        foaf:name "Audacious Class" .