http://rdf.muninn-project.org/ontologies/naval#TreatyBattleship
A treaty battleship was a battleship built in the 1920s or 1930s under the terms of one of a number of international treaties governing warship construction. Many of these ships played an active role in the Second World War, but none survived long after it.
@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#> .
:TreatyBattleship a :MilitaryShipFunction,
skos:Concept ;
rdfs:label "Treaty battleship"@en,
"条約型戦艦"@ja,
"条约型战列舰"@zh ;
void:inDataset :datasetdefinition ;
rdfs:isDefinedBy naval: ;
owl:sameAs dbpedia:Treaty_battleship ;
owl:subClass :BattleShip ;
skos:broader :BattleShip ;
skos:definition "A treaty battleship was a battleship built in the 1920s or 1930s under the terms of one of a number of international treaties governing warship construction. Many of these ships played an active role in the Second World War, but none survived long after it."@en ;
foaf:name "Treaty battleship" .