naval:hasInstancesBuilt leaf node


URI

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

Label

The ships or hulls that were built patterned on this class.

Usage

DOMAINPROPERTYRANGE
naval:Ship , naval:Hull naval:hasInstancesBuilt naval:ShipClass

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 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#> .

:hasInstancesBuilt a owl:ObjectProperty,
        skos:Concept ;
    rdfs:label "The ships or hulls that were built patterned on this class."@en ;
    void:inDataset :datasetdefinition ;
    rdfs:domain :Hull,
        :Ship ;
    rdfs:isDefinedBy naval: ;
    rdfs:range :ShipClass ;
    foaf:name "has instances built"@en .