http://rdf.muninn-project.org/ontologies/naval#LittorioClass
The Littorio class, also known as the Vittorio Veneto class, was a class of battleship of the Regia Marina, the Italian navy. The class was composed of four ships: Littorio, Vittorio Veneto, Roma, and Impero. Only the first three ships of the class were completed, however. Built between 1934 and 1942, they were the most modern battleships used by Italy during World War II.
@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#> .
:LittorioClass a :MilitaryShipClass,
:TreatyBattleship,
skos:Concept ;
rdfs:label "Littorio-Klasse"@de,
"Littorio class battleship"@en,
"Clase Littorio"@es,
"Classe Littorio"@it,
"Littorio-klassen"@no,
"Pancerniki typu Littorio"@pl,
"Линейные корабли типа «Литторио»"@ru ;
naval:hasBeamMeters "32.82" ;
naval:hasDisplacementMetricTonnes "Standard:" ;
naval:hasDraughtMeters "9.6" ;
naval:hasLenghtMeters "237.76" ;
naval:hasMaxSpeedKPH "55.56" ;
naval:ownedBy <http://rdf.muninn-project.org/ontologies/Regia_Marina> ;
naval:succeededBy dbpedia:Caracciolo_class_battleship ;
void:inDataset :datasetdefinition ;
rdfs:isDefinedBy naval: ;
owl:sameAs dbpedia:Littorio_class_battleship ;
skos:definition "The Littorio class, also known as the Vittorio Veneto class, was a class of battleship of the Regia Marina, the Italian navy. The class was composed of four ships: Littorio, Vittorio Veneto, Roma, and Impero. Only the first three ships of the class were completed, however. Built between 1934 and 1942, they were the most modern battleships used by Italy during World War II."@en ;
foaf:name "Littorio Class" .