naval:ShipOfTheLine leaf node


URI

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

Label

Ship of the line

Description

A ship of the line was a type of naval warship constructed from the 17th through the mid-19th century to take part in the naval tactic known as the line of battle, in which two columns of opposing warships would manoeuvre to bring the greatest weight of broadside guns to bear. Since these engagements were almost invariably won by the heaviest ships carrying the most powerful guns, the natural progression was to build sailing vessels that were the largest and most powerful of their time.

Inherits from

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#> .

:ShipOfTheLine a :MilitaryShipFunction,
        skos:Concept ;
    rdfs:label "Navili de línia"@ca,
        "Řadová loď"@cs,
        "Linienschiff"@de,
        "Ship of the line"@en,
        "Navío de línea"@es,
        "Linjalaiva (sodankäynti)"@fi,
        "Navire de ligne"@fr,
        "Sorhajó"@hu,
        "Vascello"@it,
        "戦列艦"@ja,
        "Linieschip"@nl,
        "Linjeskip (marinefartøy)"@no,
        "Okręt liniowy"@pl,
        "Navio de linha"@pt,
        "Линейный корабль (парусный)"@ru,
        "Linjeskepp"@sv,
        "Лінійний корабель (вітрильний)"@uk,
        "Tàu chiến tuyến"@vi,
        "风帆战列舰"@zh ;
    void:inDataset :datasetdefinition ;
    rdfs:isDefinedBy naval: ;
    owl:sameAs dbpedia:Ship_of_the_line ;
    owl:subClass :BattleShip ;
    skos:broader :BattleShip ;
    skos:definition "A ship of the line was a type of naval warship constructed from the 17th through the mid-19th century to take part in the naval tactic known as the line of battle, in which two columns of opposing warships would manoeuvre to bring the greatest weight of broadside guns to bear. Since these engagements were almost invariably won by the heaviest ships carrying the most powerful guns, the natural progression was to build sailing vessels that were the largest and most powerful of their time."@en ;
    foaf:name "Ship of the line" .