http://rdf.muninn-project.org/ontologies/naval#PrinceConsortClass
The Prince Consort class of battleship were four Royal Navy wooden-hulled broadside ironclads: HMS Royal Oak, HMS Prince Consort, HMS Ocean, and HMS Caledonia. They were originally laid down as Bulwark-class battleships, but were converted to ironclads. Royal Oak was Britain's fifth ironclad battleship completed. Prince Consort, Ocean, and Caledonia were built to a common design and are today known as the Prince Consort class, though contemporaries knew them as the Caledonia class.
@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#> .
:PrinceConsortClass a :IroncladWarship,
:MilitaryShipClass,
skos:Concept ;
rdfs:label "Prince Consort class ironclad"@en ;
naval:hasBeamMeters "17.6784" ;
naval:hasCrewSize "605" ;
naval:hasDisplacementMetricTonnes "6942" ;
naval:hasDraughtMeters "8.4" ;
naval:hasLenghtMeters "83.2104" ;
naval:hasMaxSpeedKPH "22.224" ;
void:inDataset :datasetdefinition ;
rdfs:isDefinedBy naval: ;
owl:sameAs dbpedia:Prince_Consort_class_ironclad ;
skos:definition "The Prince Consort class of battleship were four Royal Navy wooden-hulled broadside ironclads: HMS Royal Oak, HMS Prince Consort, HMS Ocean, and HMS Caledonia. They were originally laid down as Bulwark-class battleships, but were converted to ironclads. Royal Oak was Britain's fifth ironclad battleship completed. Prince Consort, Ocean, and Caledonia were built to a common design and are today known as the Prince Consort class, though contemporaries knew them as the Caledonia class."@en ;
foaf:name "Prince Consort Class" .