# baseURI: https://www.omg.org/spec/MVF/MVFtoSKOSMapping/
# imports: http://www.w3.org/2008/05/skos-xl
# imports: https://www.omg.org/spec/Commons/AnnotationVocabulary/
# imports: https://www.omg.org/spec/Commons/Collections/
# imports: https://www.omg.org/spec/Commons/Designators/
# imports: https://www.omg.org/spec/Commons/TextDatatype/
# imports: https://www.omg.org/spec/MVF/ISO1087-VocabularyForTermsAndDefinitions/
# imports: https://www.omg.org/spec/MVF/MultipleVocabularyFacility/
@base  .
@prefix cmns-av:  .
@prefix cmns-col:  .
@prefix cmns-dsg:  .
@prefix cmns-txt:  .
@prefix dct:  .
@prefix mvf:  .
@prefix mvf-skos:  .
@prefix mvf-trm:  .
@prefix owl:  .
@prefix rdf:  .
@prefix rdfs:  .
@prefix skos:  .
@prefix skos-xl:  .
@prefix xsd:  .
	a owl:Ontology ;
	rdfs:label "Multiple Vocabulary Facility (MVF) MVF to SKOS Ontology" ;
	dct:abstract "This ontology provides a mapping from the concepts defined in MVF to the Simple Knowledge Organization System (SKOS) W3C Recommendation" ;
	dct:license "http://opensource.org/licenses/MIT"^^xsd:anyURI ;
	owl:imports
		 ,
		 ,
		 ,
		 ,
		 ,
		 ,
		
		;
	owl:versionIRI  ;
	cmns-av:copyright
		"Copyright (c) 2019-2023 Thematix Partners LLC" ,
		"Copyright (c) 2020-2023 Object Management Group, Inc."
		;
	.
skos:Collection
	a owl:Class ;
	rdfs:subClassOf cmns-col:Collection ;
	.
skos-xl:Label
	a owl:Class ;
	rdfs:subClassOf cmns-dsg:Name ;
	.
skos-xl:literalForm
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf cmns-txt:hasTextValue ;
	.
mvf-trm:ConceptSystem
	a owl:Class ;
	owl:equivalentClass skos:ConceptScheme ;
	.
mvf-trm:hasSuperordinateConcept
	a owl:ObjectProperty ;
	owl:equivalentProperty skos:broaderTransitive ;
	.
mvf:MVFEntry
	a owl:Class ;
	owl:equivalentClass skos:Concept ;
	.
mvf:hasBroaderEntry
	a owl:ObjectProperty ;
	owl:equivalentProperty skos:broader ;
	.
mvf:hasNarrowerEntry
	a owl:ObjectProperty ;
	owl:equivalentProperty skos:narrower ;
	.