http://rdf.muninn-project.org/ontologies/naval#ScorpionClass
The two Scorpion class ironclads, HMS Scorpion and HMS Wivern, were ordered by the Confederate States Navy in 1862 and seized in 1863 by the British to prevent their delivery. This would have violated the Foreign Enlistment Act, which forbade British subjects to build or arm any ships for governments at war with governments friendly to Great Britain. The Scorpion-class were masted turret ships, each with two gun turrets that were designed to mount a pair of heavy muzzle-loading guns.
@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#> .
:ScorpionClass a :IroncladWarship,
:MilitaryShipClass,
skos:Concept ;
rdfs:label "Scorpion class ironclad"@en ;
naval:hasBeamMeters "12.8016" ;
naval:hasCrewSize "153" ;
naval:hasDisplacementMetricTonnes "2795" ;
naval:hasDraughtMeters "5.2" ;
naval:hasLenghtMeters "68.2752" ;
naval:hasMaxSpeedKPH "19.446" ;
naval:ownedBy dbpedia:Royal_Navy ;
void:inDataset :datasetdefinition ;
rdfs:isDefinedBy naval: ;
owl:sameAs dbpedia:Scorpion_class_ironclad ;
skos:definition "The two Scorpion class ironclads, HMS Scorpion and HMS Wivern, were ordered by the Confederate States Navy in 1862 and seized in 1863 by the British to prevent their delivery. This would have violated the Foreign Enlistment Act, which forbade British subjects to build or arm any ships for governments at war with governments friendly to Great Britain. The Scorpion-class were masted turret ships, each with two gun turrets that were designed to mount a pair of heavy muzzle-loading guns."@en ;
foaf:name "Scorpion Class" .