http://rdf.muninn-project.org/ontologies/naval#AdmiralUshakovClass
The Admiral Ushakov-class were coast defense battleships built for the Imperial Russian Navy during the 1890s to counter armored ships of the Swedish Navy. All three ships were stationed in the Baltic Sea when the Russo-Japanese war began and sailed with the Baltic Fleet around the Cape of Good Hope to the Pacific. Two ships were captured by the Japanese and one was scuttled during the Battle of Tsushima.
@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#> .
:AdmiralUshakovClass a :CoastalDefenceShip,
:MilitaryShipClass,
skos:Concept ;
rdfs:label "Admiral Ushakov class coast defense ship"@en ;
naval:hasBeamMeters "15.85" ;
naval:hasCrewSize "404" ;
naval:hasDisplacementMetricTonnes "5051" ;
naval:hasDraughtMeters "5.9" ;
naval:hasLenghtMeters "87.3" ;
naval:hasMaxSpeedKnots "16" ;
naval:ownedBy <http://rdf.muninn-project.org/ontologies/Imperial_Japanese_Navy>,
<http://rdf.muninn-project.org/ontologies/Russian_Navy> ;
org:inEra org:EraGreatWar ;
void:inDataset :datasetdefinition ;
rdfs:isDefinedBy naval: ;
owl:sameAs dbpedia:Admiral_Ushakov_class_coast_defense_ship ;
skos:definition "The Admiral Ushakov-class were coast defense battleships built for the Imperial Russian Navy during the 1890s to counter armored ships of the Swedish Navy. All three ships were stationed in the Baltic Sea when the Russo-Japanese war began and sailed with the Baltic Fleet around the Cape of Good Hope to the Pacific. Two ships were captured by the Japanese and one was scuttled during the Battle of Tsushima."@en ;
foaf:name "Admiral Ushakov Class" .