naval:KoninginRegentesClass leaf node


URI

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

Label

Koningin Regentes class coastal defense ship

Description

The Koningin Regentes class was a class of coastal defence ships of the Royal Netherlands Navy. The class comprised Koningin Regentes, De Ruyter and Hertog Hendrik.

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#> .
    
    :KoninginRegentesClass a :CoastalDefenceShip,
            :MilitaryShipClass,
            skos:Concept ;
        rdfs:label "Koningin Regentes class coastal defense ship"@en ;
        naval:hasBeamMeters "15.189" ;
        naval:hasCrewSize "340" ;
        naval:hasDisplacementMetricTonnes "5002" ;
        naval:hasDraughtMeters "5.817" ;
        naval:hasLenghtMeters "96.622" ;
        naval:hasMaxSpeedKnots "16.5" ;
        naval:ownedBy dbpedia:Royal_Netherlands_Navy ;
        naval:preceededBy dbpedia:Evertsen_class_coastal_defence_ship ;
        naval:succeededBy dbpedia:HNLMS_Marten_Harpertzoon_Tromp_(1904) ;
        org:inEra org:EraGreatWar ;
        void:inDataset :datasetdefinition ;
        rdfs:isDefinedBy naval: ;
        owl:sameAs dbpedia:Koningin_Regentes_class_coastal_defense_ship ;
        skos:definition "The Koningin Regentes class was a class of coastal defence ships of the Royal Netherlands Navy. The class comprised Koningin Regentes, De Ruyter and Hertog Hendrik."@en ;
        foaf:name "Koningin Regentes Class" .