# imports: https://www.omg.org/spec/LCC/Countries/CountryRepresentation/
# imports: https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/
# imports: https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/
# imports: https://www.omg.org/spec/LCC/Languages/LanguageRepresentation/
@prefix dct:  .
@prefix lcc-3166-1:  .
@prefix lcc-3166-2:  .
@prefix lcc-3166-2-vg:  .
@prefix lcc-cr:  .
@prefix lcc-lr:  .
@prefix owl:  .
@prefix rdf:  .
@prefix rdfs:  .
@prefix skos:  .
@prefix sm:  .
@prefix xsd:  .
	a owl:Ontology ;
	rdfs:label "ISO 3166-2 Subdivision Codes for Virgin Islands British Ontology" ;
	dct:issued "2021-10-30T01:57:18.464529+02:00"^^xsd:dateTime ;
	dct:license "http://opensource.org/licenses/MIT"^^xsd:anyURI ;
	sm:contentLanguage "https://www.w3.org/TR/owl2-quick-reference/"^^xsd:anyURI ;
	sm:copyright
		"Copyright (c) 2015-2017 Unisys" ,
		"Copyright (c) 2015-2020 Adaptive Inc." ,
		"Copyright (c) 2015-2021 Object Management Group, Inc." ,
		"Copyright (c) 2015-2021 Thematix Partners LLC" ,
		"Copyright (c) 2021 agnos.ai UK Ltd."
		;
	sm:dependsOn
		"https://www.omg.org/spec/LCC/Countries/CountryRepresentation/"^^xsd:anyURI ,
		"https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"^^xsd:anyURI ,
		"https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/"^^xsd:anyURI ,
		"https://www.omg.org/spec/LCC/Languages/LanguageRepresentation/"^^xsd:anyURI
		;
	sm:fileAbbreviation "lcc-3166-2-vg" ;
	sm:fileAbstract "This ontology represents the subset of the ISO 3166 standard that includes the actual ISO 3166-2 subdivision codes for Virgin Islands British, with the ontology and codes for the other parts of the standard represented in models that this ontology depends on." ;
	sm:filename "ISO3166-2-SubdivisionCodes-VG.rdf" ;
	rdfs:seeAlso
		 ,
		
		;
	owl:imports
		 ,
		 ,
		 ,
		
		;
	owl:versionIRI  ;
	.
lcc-3166-2-vg:Anegada
	a owl:NamedIndividual ;
	owl:sameAs lcc-3166-2-vg:VG-1004-Territory ;
	.
lcc-3166-2-vg:JostVanDyke
	a owl:NamedIndividual ;
	owl:sameAs lcc-3166-2-vg:VG-1092-Territory ;
	.
lcc-3166-2-vg:Tortola
	a owl:NamedIndividual ;
	owl:sameAs lcc-3166-2-vg:VG-1211-Territory ;
	.
lcc-3166-2-vg:VG-1004-Territory
	a
		owl:NamedIndividual ,
		lcc-cr:Territory
		;
	rdfs:label "Anegada"@en ;
	rdfs:isDefinedBy  ;
	skos:definition "the territory of Anegada in the country of Virgin Islands British" ;
	lcc-cr:hasEnglishShortName "Anegada"@en ;
	lcc-cr:hasFrenchShortName "Anegada"@fr ;
	lcc-cr:hasNumericRegionCode "1004" ;
	lcc-cr:isClassifiedBy lcc-3166-2:Territory ;
	lcc-cr:isSubregionOf lcc-3166-1:VirginIslandsBritish ;
	.
lcc-3166-2-vg:VG-1092-Territory
	a
		owl:NamedIndividual ,
		lcc-cr:Territory
		;
	rdfs:label "Jost Van Dyke"@en ;
	rdfs:isDefinedBy  ;
	skos:definition "the territory of Jost Van Dyke in the country of Virgin Islands British" ;
	lcc-cr:hasEnglishShortName "Jost Van Dyke"@en ;
	lcc-cr:hasFrenchShortName "Jost Van Dyke"@fr ;
	lcc-cr:hasNumericRegionCode "1092" ;
	lcc-cr:isClassifiedBy lcc-3166-2:Territory ;
	lcc-cr:isSubregionOf lcc-3166-1:VirginIslandsBritish ;
	.
lcc-3166-2-vg:VG-1211-Territory
	a
		owl:NamedIndividual ,
		lcc-cr:Territory
		;
	rdfs:label "Tortola"@en ;
	rdfs:isDefinedBy  ;
	skos:definition "the territory of Tortola in the country of Virgin Islands British" ;
	lcc-cr:hasEnglishShortName "Tortola"@en ;
	lcc-cr:hasFrenchShortName "Tortola"@fr ;
	lcc-cr:hasNumericRegionCode "1211" ;
	lcc-cr:isClassifiedBy lcc-3166-2:Territory ;
	lcc-cr:isSubregionOf lcc-3166-1:VirginIslandsBritish ;
	.
lcc-3166-2-vg:VG-1220-Territory
	a
		owl:NamedIndividual ,
		lcc-cr:Territory
		;
	rdfs:label "Virgin Gorda"@en ;
	rdfs:isDefinedBy  ;
	skos:definition "the territory of Virgin Gorda in the country of Virgin Islands British" ;
	lcc-cr:hasEnglishShortName "Virgin Gorda"@en ;
	lcc-cr:hasFrenchShortName "Virgin Gorda"@fr ;
	lcc-cr:hasNumericRegionCode "1220" ;
	lcc-cr:isClassifiedBy lcc-3166-2:Territory ;
	lcc-cr:isSubregionOf lcc-3166-1:VirginIslandsBritish ;
	.
lcc-3166-2-vg:VirginGorda
	a owl:NamedIndividual ;
	owl:sameAs lcc-3166-2-vg:VG-1220-Territory ;
	.