http://rdf.muninn-project.org/ontologies/naval#HospitalShip
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.
Instances of naval:HospitalShip can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class owl:Thing | |||
naval:hasFullLoadDisplacement | owl:DatatypeProperty | Displacement of ship, under full load condition. | owl:Thing |
@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 .