conflict:Naval_Base leaf node


URI

http://purl.com/net/conflict#Naval_Base

Label

Naval_Base

Description

"A naval base (military port) is a military base, where warships and naval ships are deployed when they have no mission at sea or want to restock. Usually ships may also perform some minor repairs."

Usage

Instances of conflict:Naval_Base can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class owl:Thing
dc:creator owl:AnnotationProperty owl:Thing
dc:description owl:AnnotationProperty owl:Thing
dc:title owl:AnnotationProperty owl:Thing

Implementation

@prefix : <http://purl.com/net/conflict#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:Naval_Base a owl:Class ;
    rdfs:comment "&quot;A naval base (military port) is a military base, where warships and naval ships are deployed when they have no mission at sea or want to restock. Usually ships may also perform some minor repairs.&quot;"^^rdf:XMLLiteral ;
    rdfs:subClassOf :Military_Base .