naval:CoastalDefenceShip leaf node


URI

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

Label

Coastal defence ship

Description

Coastal defence ships (sometimes called coastal battleships or coast defence ships) were warships built for the purpose of coastal defence, mostly during the period from 1860 to 1920. They were small, often cruiser-sized warships that sacrificed speed and range for armour and armament.

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

:CoastalDefenceShip a :MilitaryShipFunction,
        skos:Concept ;
    rdfs:label "Küstenpanzerschiff"@de,
        "Coastal defence ship"@en,
        "海防戦艦"@ja,
        "Panserskip"@no,
        "Navio de defesa de costa"@pt,
        "Pansarskepp"@sv ;
    void:inDataset :datasetdefinition ;
    rdfs:isDefinedBy naval: ;
    owl:sameAs dbpedia:Coastal_defence_ship ;
    owl:subClass :BattleShip ;
    skos:broader :BattleShip ;
    skos:definition "Coastal defence ships (sometimes called coastal battleships or coast defence ships) were warships built for the purpose of coastal defence, mostly during the period from 1860 to 1920. They were small, often cruiser-sized warships that sacrificed speed and range for armour and armament."@en ;
    foaf:name "Coastal defence ship" .