conflict:Military_Base


URI

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

Label

Military_Base

Description

"A military base is a facility directly owned and operated by and/or for the military or one of its branches that shelters military equipment and personnel, and facilitates training and operations.[citation needed] In general, a military base provides accommodations for one or more units, but it may also be used as a command center, a training ground, or a proving ground."

Usage

Instances of conflict:Military_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#> .

:Military_Base a owl:Class ;
    rdfs:comment "&quot;A military base is a facility directly owned and operated by and/or for the military or one of its branches that shelters military equipment and personnel, and facilitates training and operations.[citation needed] In general, a military base provides accommodations for one or more units, but it may also be used as a command center, a training ground, or a proving ground.&quot;"^^rdf:XMLLiteral ;
    rdfs:subClassOf :Single_Thing .