# baseURI: https://www.omg.org/spec/MVF/ISO1087-TerminologyScience/
# imports: https://www.omg.org/spec/Commons/AnnotationVocabulary/
# imports: https://www.omg.org/spec/Commons/Classifiers/
# imports: https://www.omg.org/spec/Commons/Collections/
# imports: https://www.omg.org/spec/Commons/ContextualDesignators/
# imports: https://www.omg.org/spec/Commons/Designators/
# imports: https://www.omg.org/spec/Commons/Identifiers/
# imports: https://www.omg.org/spec/Commons/Locations/
# imports: https://www.omg.org/spec/Commons/Organizations/
# imports: https://www.omg.org/spec/Commons/QuantitiesAndUnits/
# 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-cls: .
@prefix cmns-col: .
@prefix cmns-cxtdsg: .
@prefix cmns-dsg: .
@prefix cmns-id: .
@prefix cmns-loc: .
@prefix cmns-org: .
@prefix cmns-qtu: .
@prefix cmns-txt: .
@prefix dct: .
@prefix mvf: .
@prefix mvf-trm: .
@prefix mvf-tsc: .
@prefix owl: .
@prefix rdf: .
@prefix rdfs: .
@prefix skos: .
@prefix xsd: .
a owl:Ontology ;
rdfs:label "Multiple Vocabulary Facility (MVF) Terminologies Ontology" ;
dct:abstract """The MVF ontology consists of three components:
- a core ontology corresponding to the MVF metamodel,
- an extension representing the subset of the ISO 1087 reference vocabulary used in other ISO standards for vocabulary representation,
- an extension that incorporates additional vocabulary from ISO 1087 for terminology science.
MVF also reuses several ontologies from the OMG Commons library for specific patterns, including designations, collections, and classifiers (this ontology).""" ;
dct:contributor
"Ed Barkmeyer, Thematix Partners LLC" ,
"Elisa Kendall, Thematix Partners LLC"
;
dct:license """Copyright (c) 2019-2025 Thematix Partners LLC
Copyright (c) 2019-2025 agnos.ai U.K. Ltd
Copyright (c) 2020-2025 Mayo Clinic
Copyright (c) 2020-2025 Object Management Group, Inc.
Copyright (c) 2022-2023 QuoteWell Insurance Services, LLC
Copyright (c) 2024-2025 Adaptive Analytics, Inc.
Copyright (c) 2024-2025 Coventry University
Copyright (c) 2024-2025 Dassault Systemes
Copyright (c) 2024-2025 Ontogenesis Solutions, LLC
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
See https://opensource.org/licenses/MIT."""^^xsd:anyURI ;
owl:imports
,
,
,
,
,
,
,
,
,
,
,
;
owl:versionIRI ;
skos:changeNote "The https://www.omg.org/spec/MVF/20230501/ISO1087-TerminologyScience.rdf version of the ontology was modified to integrate new constructs from Commons 1.3, eliminating the dependencies on LCC (MVF11-21), correct a label (MVF11-10), and add chronological and numeric ordering (MVF11-11)." ;
skos:scopeNote "Note that the set of ontologies provided for MVF do not provide exhaustive coverage of ISO 1087. We have not incorporated the terms related to data validation or natural language processing in the latest version of the standard, and certain classes under the heading of concept relation in the standard are handled as properties herein." ;
cmns-av:copyright
"Copyright (c) 2019-2025 Thematix Partners LLC" ,
"Copyright (c) 2019-2025 agnos.ai U.K. Ltd" ,
"Copyright (c) 2020-2025 Mayo Clinic" ,
"Copyright (c) 2020-2025 Object Management Group, Inc." ,
"Copyright (c) 2022-2023 QuoteWell Insurance Services, LLC" ,
"Copyright (c) 2024-2025 Adaptive Analytics, Inc." ,
"Copyright (c) 2024-2025 Coventry University" ,
"Copyright (c) 2024-2025 Dassault Systemes" ,
"Copyright (c) 2024-2025 Ontogenesis Solutions, LLC"
;
.
cmns-col:StructuredCollection
a owl:Class ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty cmns-col:hasArrangement ;
owl:onClass mvf-tsc:Macrostructure ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
] ;
skos:example "collection of artifacts, books, periodicals, artwork, terms, or other objects that form the core basis for a vocabulary, exhibit, library, or other organization" ;
.
mvf-tsc:BaseList
a owl:Class ;
rdfs:subClassOf
mvf-tsc:TerminologyResource ,
[
a owl:Restriction ;
owl:onProperty cmns-col:comprises ;
owl:someValuesFrom cmns-dsg:Designation ;
]
;
rdfs:label "base list" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.5.7" ;
skos:definition "list of designations resulting from term extraction" ;
skos:note "A base list usually gives rise to further terminology work." ;
.
mvf-tsc:Borrowing
a owl:Class ;
rdfs:subClassOf mvf-tsc:TerminologyWork ;
rdfs:label "borrowing" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.4.32" ;
skos:definition "method for the formation of designations in which a designation is adopted from another natural language or another domain or subject" ;
.
mvf-tsc:ChronologicalOrder
a owl:Class ;
rdfs:subClassOf mvf-tsc:SystematicOrder ;
rdfs:label "chronological order" ;
skos:definition "systematic order in which the terminological entries, concepts or terms are arranged according to the sequence of time in which associated events, states, or entities occur or are valid" ;
skos:example """Examples include:
- Legislative terms ordered by enactment date
- Vocabulary entries sorted by date of adoption or revision
- Clinical events sequenced by time of occurrence""" ;
cmns-av:explanatoryNote "A chronological ordering is based on temporal succession, such as calendar dates, time stamps, or historical periods. It reflects the actual or recorded timing of emergence, use, revision, or relevance. Such an ordering is frequently used in concept systems, terminologies, archival records, and historical datasets." ;
cmns-av:synonym "chronological ordering scheme" ;
.
mvf-tsc:ConceptHarmonization
a owl:Class ;
rdfs:subClassOf mvf-tsc:TerminologyWork ;
rdfs:label "concept harmonization" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.5.4" ;
skos:definition "terminology work aimed at the establishment of a correspondence between two or more closely related or overlapping concepts to eliminate or reduce minor differences between them" ;
.
mvf-tsc:Conversion
a owl:Class ;
rdfs:subClassOf mvf-tsc:TerminologyWork ;
rdfs:label "conversion" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.4.39" ;
skos:definition "method for the formation of designations in which the syntactic category of an existing word or lexical unit is changed" ;
skos:example "The conversion of 'constant' as an adjective to 'constant' as a noun in the domain of mathematics; the conversion of 'output' as a noun to 'output' as a verb in the domain of economics." ;
.
mvf-tsc:DataCategory
a owl:Class ;
rdfs:subClassOf cmns-cls:Classifier ;
rdfs:label "data category" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.6.3" ;
skos:definition "specification of a type of terminological data that is used for structuring terminological entries or terminology resources" ;
.
mvf-tsc:Derivation
a owl:Class ;
rdfs:subClassOf mvf-tsc:TerminologyWork ;
rdfs:label "derivation" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.4.38" ;
skos:definition "method for the formation of designations in which a designation is formed by adding one or more morphological elements to a word or lexical unit" ;
skos:example "Terms formed by derivation: 'printer' (print | -er), 'disassembly' (assemble | dis- | -y), 'hormonal' (hormon | -al)." ;
.
mvf-tsc:Glossary
a owl:Class ;
rdfs:subClassOf mvf-tsc:TerminologicalDictionary ;
rdfs:label "glossary" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.7.6" ;
skos:definition "terminological dictionary that contains designations from one or more domains or subjects together with equivalents in one or more natural languages" ;
skos:note "In English common language usage, glossary can refer to a monolingual list of designations and definitions in a domain or subject." ;
.
mvf-tsc:LanguageSpecificOrder
a owl:Class ;
rdfs:subClassOf mvf-tsc:Macrostructure ;
rdfs:label "language-specific order" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.7.12" ;
skos:definition "macrostructure in which the terminological entries reflect the ordering conventions specific to a given natural language or script" ;
skos:note "Alphabetical order in a monolingual terminology resource." ;
.
mvf-tsc:LoanTranslation
a owl:Class ;
rdfs:subClassOf mvf-tsc:TerminologyWork ;
rdfs:label "loan translation" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.35" ;
skos:definition "method for the formation of designations in which the elements of a designation in another natural language are translated literally into the recipient language" ;
skos:example "Loan translations in English are 'flea market' (from French marché aux puces), 'loan translation' (from German Lehnübersetzung)." ;
cmns-av:synonym "calque translation" ;
.
mvf-tsc:Macrostructure
a owl:Class ;
rdfs:subClassOf cmns-col:Arrangement ;
rdfs:label "macrostructure" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.7.8" ;
skos:definition "selection and arrangement of terminological entries in a collection" ;
.
mvf-tsc:Microstructure
a owl:Class ;
rdfs:subClassOf cmns-col:Arrangement ;
rdfs:label "microstructure" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.7.9" ;
skos:definition "selection and arrangement of terminological data in each terminological entry of a collection" ;
.
mvf-tsc:MixedOrder
a owl:Class ;
rdfs:subClassOf mvf-tsc:Macrostructure ;
rdfs:label "mixed order" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.7.13" ;
skos:definition "macrostructure which is a combination of systematic order, thematic order, and language-specific order" ;
cmns-av:synonym "mixed arrangement" ;
.
mvf-tsc:Nomenclature
a owl:Class ;
rdfs:subClassOf
mvf-tsc:Terminology ,
[
a owl:Restriction ;
owl:onProperty cmns-col:hasArrangement ;
owl:someValuesFrom mvf-tsc:SystematicOrder ;
]
;
rdfs:label "nomenclature" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.7.7" ;
skos:definition "terminology structured systematically according to pre-established naming rules" ;
skos:example "International Code of Virus Classification and Nomenclature" ;
skos:note "Nomenclatures have been elaborated in various domains (3.1.4), such as biology, medicine, and chemistry." ;
.
mvf-tsc:NumericOrder
a owl:Class ;
rdfs:subClassOf
mvf-tsc:SystematicOrder ,
[
a owl:Restriction ;
owl:onProperty mvf-tsc:hasAscendingOrder ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:boolean ;
] ,
[
a owl:Restriction ;
owl:onProperty mvf-tsc:hasDescendingOrder ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:boolean ;
] ,
[
a owl:Restriction ;
owl:onProperty mvf-tsc:hasNumericOrderOrigin ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:decimal ;
] ,
[
a owl:Restriction ;
owl:onProperty mvf-tsc:hasAlphabeticOrderOrigin ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:string ;
]
;
rdfs:label "numeric order" ;
skos:definition "systematic order in which the terminological entries, concepts or terms are arranged according to ascending or descending numerical values assigned to them" ;
skos:example """Examples include:
- ICD codes ordered numerically (e.g., A00, A01, A02…)
- Versioned terms (e.g., DrugName v1.0, v2.0)
- Enumerated lists (e.g., Level 1, Level 2, Level 3)""" ;
cmns-av:explanatoryNote "A numeric ordering is a kind of systematic ordering, with a couple of important attributes: (1) what the origin is - zero or one, typically, and (2) whether it is from low to high or high to low. It is typically based on quantitative values, such as numeric orderings of collections use positive integers, decimals, or coded numerals, but there could be other kinds of ordering that use, for example, alphabetical with numerals and/or distinctions by rank, such as A.1.1. It may reflect sequence, priority, versioning, or classification levels. Such an ordering is frequently used in nomenclatures, coded vocabularies, or enumerated lists to facilitate indexing, retrieval, or display." ;
cmns-av:synonym "numeric ordering scheme" ;
.
mvf-tsc:SystematicOrder
a owl:Class ;
rdfs:subClassOf mvf-tsc:Macrostructure ;
rdfs:label "systematic order" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.7.10" ;
skos:definition "macrostructure in which the terminological entries reflect the underlying concept system" ;
cmns-av:synonym "systematic arrangement" ;
.
mvf-tsc:TermBank
a owl:Class ;
rdfs:subClassOf
mvf-tsc:TerminologyResource ,
[
a owl:Restriction ;
owl:onProperty cmns-col:comprises ;
owl:someValuesFrom mvf-tsc:TerminologicalDatabase ;
]
;
rdfs:label "term bank" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.7.3" ;
skos:definition "collection of terminology databases including the organizational framework for recording, processing and disseminating terminological data" ;
cmns-av:synonym "terminological data bank" ;
.
mvf-tsc:TermExtraction
a owl:Class ;
rdfs:subClassOf
mvf-tsc:TerminologyWork ,
[
a owl:Restriction ;
owl:onProperty mvf-tsc:produces ;
owl:someValuesFrom mvf-tsc:BaseList ;
] ,
[
a owl:Restriction ;
owl:onProperty mvf-tsc:produces ;
owl:someValuesFrom mvf-tsc:TerminologicalConcordance ;
] ,
[
a owl:Restriction ;
owl:onProperty mvf-tsc:reflects ;
owl:someValuesFrom mvf-tsc:TextCorpus ;
]
;
rdfs:label "term extraction" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.5.6" ;
skos:definition "terminology work that involves the identification and excerption of terminological data by searching through a text corpus" ;
skos:note
"Term extraction is often supported by dedicated software tools." ,
"Terminological data of primary interest are typically designations, definitions and contexts."
;
.
mvf-tsc:TermFormation
a owl:Class ;
rdfs:subClassOf mvf-tsc:TerminologyWork ;
rdfs:label "term formation" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.31" ;
skos:definition "terminology work aimed at creating new terms using one or more of a variety of methods" ;
skos:note
"By analogy, 'term formation' can apply also to appellations, proper names and symbols." ,
"Methods of term formation may among others include transdisciplinary borrowing, translingual borrowing, loan translation, transliteration, transcription, derivation, or conversion, the creation of abbreviations or blends."
;
.
mvf-tsc:TermHarmonization
a owl:Class ;
rdfs:subClassOf mvf-tsc:TerminologyWork ;
rdfs:label "term harmonization" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.5.5" ;
skos:definition "terminology work leading to the selection of designations for harmonized concepts either in different natural languages or within the same natural language" ;
.
mvf-tsc:Terminography
a owl:Class ;
rdfs:subClassOf mvf-tsc:TerminologyWork ;
rdfs:label "terminography" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.5.5" ;
skos:definition "terminology work aimed at creating and maintaining terminology resources" ;
.
mvf-tsc:TerminologicalConcordance
a owl:Class ;
rdfs:subClassOf
mvf-tsc:TerminologyResource ,
[
a owl:Restriction ;
owl:onProperty cmns-cxtdsg:isApplicableIn ;
owl:onClass cmns-cxtdsg:Context ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
] ,
[
a owl:Restriction ;
owl:onProperty cmns-col:comprises ;
owl:someValuesFrom cmns-dsg:Designation ;
] ,
[
a owl:Restriction ;
owl:onProperty mvf-tsc:reflects ;
owl:someValuesFrom mvf-tsc:TextCorpus ;
]
;
rdfs:label "terminological concordance" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.5.8" ;
skos:definition "list of designations extracted from a text corpus together with a context and a source reference" ;
.
mvf-tsc:TerminologicalDatabase
a owl:Class ;
rdfs:subClassOf
cmns-col:StructuredCollection ,
[
a owl:Restriction ;
owl:onProperty cmns-org:isManagedBy ;
owl:allValuesFrom mvf-tsc:TermBank ;
] ,
[
a owl:Restriction ;
owl:onProperty cmns-col:comprises ;
owl:allValuesFrom mvf-tsc:TerminologyResource ;
]
;
rdfs:label "terminological database" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.7.2" ;
skos:definition "database comprising a terminology resource" ;
cmns-av:synonym "termbase" ;
.
mvf-tsc:TerminologicalDictionary
a owl:Class ;
rdfs:subClassOf
mvf-tsc:TerminologyResource ,
[
a owl:Restriction ;
owl:onProperty cmns-col:comprises ;
owl:someValuesFrom mvf:VocabularyEntry ;
] ,
[
a owl:Restriction ;
owl:onProperty cmns-col:hasArrangement ;
owl:someValuesFrom mvf-tsc:Macrostructure ;
] ,
[
a owl:Restriction ;
owl:onProperty cmns-cxtdsg:uses ;
owl:someValuesFrom mvf-trm:SpecialLanguage ;
]
;
rdfs:label "terminological dictionary" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.7.4" ;
skos:definition "terminology resource that is designed to be used as a reference work" ;
cmns-av:abbreviation "LSP dictionary" ;
cmns-av:synonym "special-language dictionary" ;
.
mvf-tsc:Terminologization
a owl:Class ;
rdfs:subClassOf
mvf-tsc:TerminologyWork ,
[
a owl:Restriction ;
owl:onProperty mvf-tsc:produces ;
owl:allValuesFrom mvf-trm:Term ;
]
;
rdfs:label "terminologization" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.4.30" ;
skos:definition "process by which a general language word or lexical unit is being used more and more as a term in a specific domain or subject" ;
.
mvf-tsc:Terminology
a owl:Class ;
rdfs:subClassOf
cmns-col:StructuredCollection ,
[
a owl:Restriction ;
owl:onProperty cmns-cxtdsg:isUsedBy ;
owl:onClass [
a owl:Class ;
owl:unionOf (
mvf-trm:Domain
mvf-trm:Subject
) ;
] ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ,
[
a owl:Restriction ;
owl:onProperty cmns-col:comprises ;
owl:someValuesFrom cmns-dsg:Designation ;
] ,
[
a owl:Restriction ;
owl:onProperty cmns-col:comprises ;
owl:someValuesFrom mvf:MVFEntry ;
]
;
rdfs:label "terminology" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.1.11" ;
skos:definition "set of designations and concepts belonging to one domain or subject" ;
.
mvf-tsc:TerminologyPlanning
a owl:Class ;
rdfs:subClassOf mvf-tsc:TerminologyWork ;
rdfs:label "terminology planning" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.5.3" ;
skos:definition "terminology work aimed at developing, improving, implementing and disseminating the terminology of a domain or subject" ;
skos:note "Terminology planning involves all aspects of terminology work and has among other objectives the objective of achieving vocabulary control through such normative documents as thesauri and terminology standards." ;
.
mvf-tsc:TerminologyProcessing
a owl:Class ;
rdfs:subClassOf mvf-tsc:Terminography ;
rdfs:label "terminology processing" ;
dct:source "ISO 1087-1, paragraph 3.6.3" ;
skos:definition "part of terminography concerned with computer aspects of database creation, maintenance and extraction of terminology from texts" ;
.
mvf-tsc:TerminologyResource
a owl:Class ;
rdfs:subClassOf
cmns-col:StructuredCollection ,
[
a owl:Restriction ;
owl:onProperty cmns-col:comprises ;
owl:onClass mvf:VocabularyEntry ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
]
;
rdfs:label "terminology resource" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.7.1" ;
skos:definition "collection of terminological entries" ;
skos:note "Terminology resources may be in paper or electronic format, e.g. paper dictionaries or glossaries, CDs, DVDs, databases or term banks." ;
cmns-av:abbreviation "TDC" ;
cmns-av:synonym "terminological data collection" ;
.
mvf-tsc:TerminologyScience
a owl:Class ;
rdfs:subClassOf mvf-trm:Domain ;
rdfs:label "terminology science" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.1.12" ;
skos:definition "science studying terminologies, aspects of terminology work, the resulting terminology resources, and terminological data" ;
cmns-av:synonym "terminology studies" ;
.
mvf-tsc:TerminologyWork
a owl:Class ;
rdfs:label "terminology work" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.5.1" ;
skos:definition "work concerned with the systematic collection, description, processing and presentation of concepts and their designations" ;
skos:note
"Terminology work often aims at creating and maintaining terminology resources." ,
"Terminology work often aims at terminology planning and can involve all of concept harmonization, term harmonization, and term formation."
;
cmns-av:synonym "terminology management" ;
.
mvf-tsc:TextCorpus
a owl:Class ;
rdfs:subClassOf cmns-col:StructuredCollection ;
rdfs:label "text corpus" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.6.4" ;
skos:definition "collection of natural language data" ;
cmns-av:synonym "corpus" ;
.
mvf-tsc:ThematicOrder
a owl:Class ;
rdfs:subClassOf mvf-tsc:Macrostructure ;
rdfs:label "thematic order" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.7.11" ;
skos:definition "macrostructure in which the terminological entries are grouped in accordance with a relational theme" ;
skos:example "In a human resource vocabulary, one group of terminological entries relates to recruitment processes, while another group relates to employee assessment." ;
cmns-av:synonym "thematic arrangement" ;
.
mvf-tsc:TransdisciplinaryBorrowing
a owl:Class ;
rdfs:subClassOf mvf-tsc:Borrowing ;
rdfs:label "transdisciplinary borrowing" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.4.33" ;
skos:definition "borrowing from another domain or subject" ;
skos:example "The term 'virus' was originally used in biology and later transferred to information technology." ;
.
mvf-tsc:TranslingualBorrowing
a owl:Class ;
rdfs:subClassOf mvf-tsc:Borrowing ;
rdfs:label "translingual borrowing" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.4.34" ;
skos:definition "borrowing from another natural language" ;
skos:example "An example of a direct borrowing into English is the French term 'calque'." ;
.
mvf-tsc:excerpts
a owl:ObjectProperty ;
rdfs:label "excerpts" ;
skos:definition "selects for quoting (from a passage), extracts" ;
.
mvf-tsc:hasAlphabeticOrderOrigin
a owl:DatatypeProperty ;
rdfs:subPropertyOf cmns-txt:hasTextValue ;
rdfs:label "has alphabetic order origin" ;
skos:definition "specifies the language-based origin for the ordering, particularly for alphabetically ordered elements with numerals and/or distinctions by rank" ;
.
mvf-tsc:hasAscendingOrder
a owl:DatatypeProperty ;
rdfs:label "has ascending order" ;
rdfs:range xsd:boolean ;
skos:definition "is arranged from smallest to largest numeric value (e.g., 1, 2, 3, …)" ;
.
mvf-tsc:hasDescendingOrder
a owl:DatatypeProperty ;
rdfs:label "has descending order" ;
rdfs:range xsd:boolean ;
skos:definition "is arranged from largest to smallest numeric value (e.g., 100, 99, 98, …)" ;
.
mvf-tsc:hasNumericOrderOrigin
a owl:DatatypeProperty ;
rdfs:subPropertyOf cmns-qtu:hasNumericValue ;
rdfs:label "has numeric order origin" ;
skos:definition "specifies the numeric origin for the ordering, typically zero or one" ;
.
mvf-tsc:informs
a owl:ObjectProperty ;
rdfs:subPropertyOf cmns-cls:characterizes ;
rdfs:label "informs" ;
skos:definition "gives character or essence to, communicates knowledge to" ;
.
mvf-tsc:makesTransparent
a owl:ObjectProperty ;
rdfs:subPropertyOf mvf-tsc:informs ;
rdfs:label "makes transparent" ;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.4.40" ;
skos:definition "expresses one or more characteristics of" ;
skos:note "Designations in the relation of transparency are called 'transparent' designations or 'motivated' designations. Designations lacking transparency are called 'unmotivated' designations." ;
.
mvf-tsc:produces
a owl:ObjectProperty ;
rdfs:subPropertyOf mvf-trm:associates ;
rdfs:label "produces" ;
skos:definition "causes something to exist, makes something available, manufactures" ;
.
mvf-tsc:reflects
a owl:ObjectProperty ;
rdfs:label "reflects" ;
skos:definition "makes manifest or apparent, shows" ;
.
mvf-tsc:studies
a owl:ObjectProperty ;
rdfs:label "studies" ;
skos:definition """application of the mental faculties to the acquisition of knowledge
- such application in a particular field or to a specific subject
- careful or extended consideration
- a careful examination or analysis of a phenomenon, development, or question""" ;
.
mvf-trm:SpecialLanguage
a owl:Class ;
rdfs:subClassOf mvf-tsc:TerminologyResource ;
.
mvf:Vocabulary
a owl:Class ;
rdfs:subClassOf
mvf-tsc:TerminologicalDictionary ,
[
a owl:Restriction ;
owl:onProperty cmns-id:isIdentifiedBy ;
owl:onClass cmns-loc:GeographicRegionIdentifier ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
]
;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.7.5" ;
skos:note
"A vocabulary is a terminological dictionary that contains designations and definitions from one or more domains or subjects." ,
"A vocabulary may be monolingual, bilingual or multilingual. A vocabulary is a terminological dictionary that contains designations (vocabulary entries) and definitions from one or more specific subject fields."
;
.
mvf:VocabularyEntry
a owl:Class ;
rdfs:subClassOf
[
a owl:Restriction ;
owl:onProperty cmns-col:hasArrangement ;
owl:onClass mvf-tsc:Microstructure ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
] ,
[
a owl:Restriction ;
owl:onProperty cmns-cxtdsg:isApplicableIn ;
owl:onClass mvf-trm:Subject ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
]
;
dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.6.2" ;
skos:note
"A terminological entry prepared in accordance with the principles and methods given in ISO 704 follows the same structural principles whether it is monolingual or multilingual." ,
"From a terminology perspective, a vocabulary entry is a collection of terminological data related to only one concept"
;
cmns-av:explanatoryNote "Notes on vocabulary entries can be represented using the skos:note annotation or any of its subproperties or other annotations as appropriate." ;
cmns-av:synonym "terminological entry" ;
.