http://rdf.muninn-project.org/ontologies/naval#MagentaClass
The Magenta class was a class of broadside ironclads of the French Navy. The type was designed by Dupuy de Lôme. The ships carried 50 guns in broadside. They were the only ironclad two-deckers ever built, and the first ironclad to feature a naval ram
@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#> .
:MagentaClass a :IroncladWarship,
:MilitaryShipClass,
skos:Concept ;
rdfs:label "Magenta class ironclad"@en,
"Classe Magenta"@fr ;
naval:hasBeamMeters "17.7" ;
naval:hasCrewSize "681" ;
naval:hasDisplacementMetricTonnes "7129" ;
naval:hasLenghtMeters "95.0" ;
naval:hasMaxSpeedKnots "12" ;
naval:ownedBy <http://rdf.muninn-project.org/ontologies/French_Navy> ;
void:inDataset :datasetdefinition ;
rdfs:isDefinedBy naval: ;
owl:sameAs dbpedia:Magenta_class_ironclad ;
skos:definition "The Magenta class was a class of broadside ironclads of the French Navy. The type was designed by Dupuy de Lôme. The ships carried 50 guns in broadside. They were the only ironclad two-deckers ever built, and the first ironclad to feature a naval ram"@en ;
foaf:name "Magenta Class" .