naval:HospitalShip leaf node


URI

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

Label

Hospital Ship

Description

A hospital ship is a ship designated for primary function as a floating medical treatment facility or hospital. Most are operated by the military forces (mostly navies) of various countries, as they are intended to be used in or near war zones.

Inherits from

  • owl:Thing
  • Implementation

    @prefix : <http://rdf.muninn-project.org/ontologies/naval#> .
    @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#> .
    
    :HospitalShip a owl:Class,
            skos:Concept ;
        rdfs:label "Hospitalschiff"@de,
            "Hospital Ship"@en,
            "Navire Hôpital"@fr ;
        void:inDataset :datasetdefinition ;
        rdfs:isDefinedBy naval: ;
        owl:sameAs <http://en.wikipedia.org/wiki/Hospital_ship> ;
        owl:subClassOf :Ship ;
        skos:definition "A hospital ship is a ship designated for primary function as a floating medical treatment facility or hospital. Most are operated by the military forces (mostly navies) of various countries, as they are intended to be used in or near war zones."@en .