naval:BjoergvinClass leaf node


URI

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

Label

Bjørgvin class coastal defence ship

Description

The Bjørgvin class coastal battleships were ordered by Norway in 1912 to supplement the older Eidsvold and Tordenskjold-class coastal defence ships. The two ships laid down were compulsorily purchased by the Royal Navy when World War I broke out, and classified as monitors. The British government paid Norway £370,000 as compensation for each ship.

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 org: <http://rdf.muninn-project.org/ontologies/organization#> .
    @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#> .
    
    :BjoergvinClass a :CoastalDefenceShip,
            :MilitaryShipClass,
            skos:Concept ;
        rdfs:label "Bjørgvin-Klasse"@de,
            "Bjørgvin class coastal defence ship"@en,
            "Bjørgvin-luokka"@fi ;
        naval:hasBeamMeters "16.8" ;
        naval:hasCrewSize "305" ;
        naval:hasDisplacementMetricTonnes "4979" ;
        naval:hasDraughtMeters "5.4" ;
        naval:hasLenghtMeters "94.0" ;
        naval:hasMaxSpeedKnots "15" ;
        naval:ownedBy dbpedia:Royal_Navy ;
        naval:succeededBy dbpedia:Bj%C3%B8rgvin_class_coastal_defence_ship ;
        org:inEra org:EraGreatWar ;
        void:inDataset :datasetdefinition ;
        rdfs:isDefinedBy naval: ;
        owl:sameAs dbpedia:Bj%C3%B8rgvin_class_coastal_defence_ship ;
        skos:definition "The Bjørgvin class coastal battleships were ordered by Norway in 1912 to supplement the older Eidsvold and Tordenskjold-class coastal defence ships. The two ships laid down were compulsorily purchased by the Royal Navy when World War I broke out, and classified as monitors. The British government paid Norway £370,000 as compensation for each ship."@en ;
        foaf:name "Bjørgvin Class" .