naval:Frigate leaf node


URI

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

Label

Frigate

Description

A frigate is any of several types of warship, the term having been used for ships of various sizes and roles over the last few centuries.

Inherits from

  • owl:Thing
  • Implementation

    @prefix : <http://rdf.muninn-project.org/ontologies/naval#> .
    @prefix foaf: <http://xmlns.com/foaf/0.1/> .
    @prefix naval: <http://rdf.muninn-project.org/ontologies/naval> .
    @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#> .
    
    :Frigate a :MilitaryShipFunction,
            skos:Concept ;
        rdfs:label "Frigate"@en ;
        void:inDataset :datasetdefinition ;
        rdfs:isDefinedBy naval: ;
        skos:definition "A frigate is any of several types of warship, the term having been used for ships of various sizes and roles over the last few centuries."@en ;
        foaf:name "Frigate" .