naval:SiegfriedClass leaf node


URI

http://rdf.muninn-project.org/ontologies/naval#SiegfriedClass

Label

Siegfried class coastal defense ship

Description

The Siegfried class was a group of six coastal defense ships built by the German Kaiserliche Marine ("Imperial Navy") in the late 19th century. The ships were intended to protect the German coastline from naval attacks. The class comprised the lead ship Siegfried, along with her sisters Beowulf, Frithjof, Heimdall, Hildebrand, and Hagen. All six ships were named after Norse mythological figures.

Inherits from

  • owl:Thing
  • Implementation

    @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 org: <http://rdf.muninn-project.org/ontologies/organization#> .
    @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#> .
    
    :SiegfriedClass a :CoastalDefenceShip,
            :MilitaryShipClass,
            skos:Concept ;
        rdfs:label "Siegfried-Klasse"@de,
            "Siegfried class coastal defense ship"@en,
            "Classe Siegfried"@fr,
            "Siegfriedklasse"@nl ;
        naval:hasBeamMeters "14.9" ;
        naval:hasCrewSize "276" ;
        naval:hasDisplacementMetricTonnes "3500" ;
        naval:hasDraughtMeters "5.7" ;
        naval:hasLenghtMeters "76.4" ;
        naval:hasMaxSpeedKnots "14" ;
        naval:ownedBy <http://rdf.muninn-project.org/ontologies/Kaiserliche_Marine> ;
        org:inEra org:EraGreatWar ;
        void:inDataset :datasetdefinition ;
        rdfs:isDefinedBy naval: ;
        owl:sameAs dbpedia:Siegfried_class_coastal_defense_ship ;
        skos:definition "The Siegfried class was a group of six coastal defense ships built by the German Kaiserliche Marine (\"Imperial Navy\") in the late 19th century. The ships were intended to protect the German coastline from naval attacks. The class comprised the lead ship Siegfried, along with her sisters Beowulf, Frithjof, Heimdall, Hildebrand, and Hagen. All six ships were named after Norse mythological figures."@en ;
        foaf:name "Siegfried Class" .