http://rdf.muninn-project.org/ontologies/naval#DefenceClass
The Defence class of ironclad battleships were the class which historically immediately followed the first two British ironclads, HMS Warrior and HMS Black Prince. The class consisted of two ships, HMS Defence and HMS Resistance.
@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#> .
:DefenceClass a :IroncladWarship,
:MilitaryShipClass,
skos:Concept ;
rdfs:label "Defence class ironclad"@en ;
naval:hasBeamMeters "16.4592" ;
naval:hasCrewSize "460" ;
naval:hasDisplacementMetricTonnes "5579" ;
naval:hasDraughtMeters "7.9" ;
naval:hasLenghtMeters "92.0496" ;
naval:hasMaxSpeedKPH "19.909" ;
naval:preceededBy dbpedia:Warrior_class_ironclad ;
naval:succeededBy dbpedia:Hector_class_ironclad ;
void:inDataset :datasetdefinition ;
rdfs:isDefinedBy naval: ;
owl:sameAs dbpedia:Defence_class_ironclad ;
skos:definition "The Defence class of ironclad battleships were the class which historically immediately followed the first two British ironclads, HMS Warrior and HMS Black Prince. The class consisted of two ships, HMS Defence and HMS Resistance."@en ;
foaf:name "Defence Class" .