http://rdf.muninn-project.org/ontologies/naval#PreussenClass
The Preussen class of armored frigates was a class of three ships built for the German Imperial Navy in the early 1870s. The lead ship, Preussen, was laid down in 1871 and launched in 1873. Friedrich der Grosse also was laid down in 1871 and launched in 1874. Grosser Kurfürst, although the first to be laid down, in 1869, was the last to be completed, launched in 1875. The ships served in the fleet starting in 1876, when Preussen was commissioned.
@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#> .
:PreussenClass a :IroncladWarship,
:MilitaryShipClass,
skos:Concept ;
rdfs:label "Preussen class ironclad"@en,
"Clase Preußen"@es,
"Classe Preussen"@fr ;
naval:hasBeamMeters "16.3" ;
naval:hasCrewSize "454" ;
naval:hasDisplacementMetricTonnes "6821" ;
naval:hasDraughtMeters "7.11" ;
naval:hasLenghtMeters "96.59" ;
naval:hasMaxSpeedKPH "25.928" ;
naval:ownedBy <http://rdf.muninn-project.org/ontologies/Kaiserliche_Marine> ;
void:inDataset :datasetdefinition ;
rdfs:isDefinedBy naval: ;
owl:sameAs dbpedia:Preussen_class_ironclad ;
skos:definition "The Preussen class of armored frigates was a class of three ships built for the German Imperial Navy in the early 1870s. The lead ship, Preussen, was laid down in 1871 and launched in 1873. Friedrich der Grosse also was laid down in 1871 and launched in 1874. Grosser Kurfürst, although the first to be laid down, in 1869, was the last to be completed, launched in 1875. The ships served in the fleet starting in 1876, when Preussen was commissioned."@en ;
foaf:name "Preussen Class" .