# baseURI: https://www.omg.org/spec/MVF/ISO1087-VocabularyForTermsAndDefinitions/ # 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/DatesAndTimes/ # imports: https://www.omg.org/spec/Commons/Designators/ # imports: https://www.omg.org/spec/LCC/Languages/LanguageRepresentation/ # 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-dt: . @prefix dct: . @prefix lcc-lr: . @prefix mvf: . @prefix mvf-trm: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix skos: . @prefix xsd: . a owl:Ontology ; rdfs:label "Multiple Vocabulary Facility (MVF) Terms and Definitions 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 (this ontology), - 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.""" ; dct:contributor "Ed Barkmeyer, Thematix Partners LLC" , "Elisa Kendall, Thematix Partners LLC" , "Jim Odell, Thematix Partners LLC" ; dct:license "https://opensource.org/licenses/MIT"^^xsd:anyURI ; owl:imports , , , , , , , ; owl:versionIRI ; 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) 2011-2023 Thematix Partners LLC" , "Copyright (c) 2020-2023 Object Management Group, Inc." ; . cmns-cls:Aspect a owl:Class ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.1.3, 3.2.1" ; skos:example "'Being made of wood' as a property of a given 'table'; 'Belonging to person A' as a property of a given 'pet'; 'Having been formulated by Einstein' as a property of the equation 'E = mc squared'" ; skos:note "Characteristics are used for describing concepts." ; cmns-av:synonym "property" ; . cmns-col:hasPart a owl:ObjectProperty ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.2.14, 3.2.21" ; skos:note "hasPart is a concept relation between a comprehensive concept and a partitive concept." ; cmns-av:synonym "partitive concept relation" , "partitive relation" , "whole-part relation" ; . cmns-col:isPartOf a owl:ObjectProperty ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.2.22" ; skos:example "A partitive relation exists between the concepts 'bicycle' and 'wheel', 'molecule' and 'atom'." ; skos:note "isPartOf is a concept relation between a partitive concept and a comprehensive concept." ; cmns-av:synonym "part-of relation" , "part-whole relation" , "partitive concept relation" , "partitive relation" ; . cmns-dt:precedes a owl:ObjectProperty ; rdfs:subPropertyOf mvf-trm:associates ; . cmns-dt:succeeds a owl:ObjectProperty ; rdfs:subPropertyOf mvf-trm:associates ; . cmns-dsg:Name a owl:Class ; rdfs:subClassOf mvf-trm:Term ; . lcc-lr:NaturalLanguage a owl:Class ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.1.7" ; skos:note "A natural language is a language that is or was in active use in a community of people, and the rules of which are mainly deduced from usage." ; . mvf-trm:AcceptabilityRating a owl:Class ; rdfs:subClassOf mvf:TermStatus ; rdfs:label "acceptability rating" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.18" ; skos:definition "rating that allows for designations to be placed in order of preference as a guide to users" ; skos:note "The following ratings are common: preferred term, admitted term, deprecated term." ; . mvf-trm:Acronym a owl:Class ; rdfs:subClassOf mvf:Abbreviation ; rdfs:label "acronym" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.15" ; skos:definition "abbreviation that is made up of the initial letters of the components of the full form of a term or proper name or from syllables of the full form and that is pronounced syllabically" ; skos:example "Examples of acronyms are: laser, ISO, GATT, UNESCO, UNICEF" ; . mvf-trm:AdmittedTerm a owl:Class ; rdfs:subClassOf mvf-trm:RatedTerm ; rdfs:label "admitted term" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.20" ; owl:equivalentClass [ a owl:Restriction ; owl:onProperty mvf-trm:hasAcceptabilityRating ; owl:hasValue mvf-trm:admitted ; ] ; skos:definition "term that is a synonym for a preferred term, but not rated according to the acceptability rating scale as a preferred term" ; skos:example "With regard to the concept 'terminology science', \"terminology studies\" is an admitted term, whereas \"terminology science\" is the preferred term, and \"terminology\" is a deprecated term." ; skos:note 'There can be more than one admitted term. By analogy, "admitted" can also apply to appellations, proper names, and symbols.' ; . mvf-trm:Appellation a owl:Class ; rdfs:subClassOf cmns-dsg:Name ; rdfs:label "appellation" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.3" ; skos:definition "term that is applied to a group of objects whose relevant properties are identical" ; skos:example "Examples of appellations are: 'Nokia 7 Plus®' (mobile phone), 'Adobe® Acrobat® X Pro' (software), 'Road King®' (motorcycle)." ; . mvf-trm:Blend a owl:Class ; rdfs:subClassOf mvf-trm:Term ; rdfs:label "blend" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.13" ; skos:definition "designation that is formed by clipping and combining two or more words" ; skos:example "Examples of blends are: infotainment, cyberspace, quasar" ; cmns-av:synonym "blended designation" ; . mvf-trm:BorrowedTerm a owl:Class ; rdfs:subClassOf mvf-trm:Term ; rdfs:label "borrowed term" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.11" ; skos:definition "term taken from another language or from another domain or subject" ; skos:example "The term 'virus' was originally used in biology and later transferred to information. The English term 'internet' has been borrowed by many other languages." ; . mvf-trm:ClippedTerm a owl:Class ; rdfs:subClassOf mvf:Abbreviation ; rdfs:label "clipped term" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.17" ; skos:definition "abbreviation that is made up of a truncated term" ; skos:example "vet school (veterinarian school)" ; . mvf-trm:ComplexTerm a owl:Class ; rdfs:subClassOf mvf-trm:Term ; rdfs:label "complex term" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.4.9, 3.4.10" ; skos:definition "term that consists of more than one word or lexical unit" ; skos:example "Examples of complex terms are: computer mouse, fault recognition circuit." ; cmns-av:synonym "multi-word term" ; . mvf-trm:CompoundTerm a owl:Class ; rdfs:subClassOf mvf-trm:Term ; rdfs:label "compound term" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.8" ; skos:definition "simple term that can be split morphologically into separate components" ; skos:example "Examples of compound terms are: steamship, blackbird, afterbirth." ; . mvf-trm:ConceptDiagram a owl:Class ; rdfs:subClassOf mvf-trm:Diagram , [ a owl:Restriction ; owl:onProperty cmns-cxtdsg:appliesTo ; owl:someValuesFrom mvf-trm:ConceptSystem ; ] , [ a owl:Restriction ; owl:onProperty mvf-trm:depicts ; owl:someValuesFrom mvf:MVFEntry ; ] ; rdfs:label "concept diagram" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.2.29" ; skos:definition "graphic representation of a concept system" ; . mvf-trm:ConceptField a owl:Class ; rdfs:subClassOf cmns-col:Collection , [ a owl:Restriction ; owl:onProperty cmns-col:comprises ; owl:allValuesFrom mvf:MVFEntry ; ] , [ a owl:Restriction ; owl:onProperty cmns-cxtdsg:isUsedBy ; owl:someValuesFrom [ a owl:Class ; owl:unionOf ( mvf-trm:Domain mvf-trm:Subject ) ; ] ; ] ; rdfs:label "concept field" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.2.10" ; skos:definition "unstructured set of concepts belonging to the same domain or subject" ; . mvf-trm:ConceptModel a owl:Class ; rdfs:subClassOf mvf-trm:ConceptDiagram , [ a owl:Restriction ; owl:onProperty cmns-col:compliesWith ; owl:someValuesFrom mvf-trm:FormalLanguage ; ] ; rdfs:label "concept model" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.2.30" , "ISO 24156-1:2014 Graphic notations for concept modelling in terminology work and its relationship with UML - Part 1: Guidelines for using UML notation in terminology work" ; skos:definition "concept diagram formed by means of a formal language" ; . mvf-trm:ConceptSystem a owl:Class ; rdfs:subClassOf cmns-col:StructuredCollection , [ a owl:Restriction ; owl:onProperty cmns-cxtdsg:isUsedBy ; owl:onClass mvf-trm:Domain ; owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; ] , [ a owl:Restriction ; owl:onProperty cmns-col:comprises ; owl:someValuesFrom mvf:MVFEntry ; ] ; rdfs:label "concept system" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.2.28" ; skos:definition "set of concepts structured in one or more related domains according to the concept relations among its concepts" ; . mvf-trm:Definition a owl:Class ; rdfs:subClassOf cmns-cls:Aspect , [ a owl:Restriction ; owl:onProperty cmns-dsg:defines ; owl:onClass mvf:MVFEntry ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; ] ; rdfs:label "definition" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.3.1" ; skos:definition "representation of a concept by an expression that describes it and differentiates it from related concepts" ; . mvf-trm:DelimitingCharacteristic a owl:Class ; rdfs:subClassOf mvf-trm:EssentialCharacteristic ; rdfs:label "delimiting characteristic" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.2.5" ; skos:definition "essential characteristic used for distinguishing a concept from related concepts" ; skos:example "The delimiting characteristic 'support for the back' may be used for distinguishing the concepts stool and chair." ; . mvf-trm:DeprecatedTerm a owl:Class ; rdfs:subClassOf mvf-trm:RatedTerm ; rdfs:label "deprecated term" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.21" ; owl:equivalentClass [ a owl:Restriction ; owl:onProperty mvf-trm:hasAcceptabilityRating ; owl:hasValue mvf-trm:deprecated ; ] ; skos:definition "term which is a synonym for a preferred term, but rated according to the acceptability rating scale as undesired" ; skos:example "With regard to the concept 'terminology science, 'terminology' is a deprecated term, whereas 'terminology science' is the preferred term, and 'terminology studies' is an admitted term." ; skos:note "There can be more than one deprecated term. By analogy, 'deprecated' can also apply to appellations, proper names and symbols." ; . mvf-trm:Diagram a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty mvf-trm:depicts ; owl:someValuesFrom owl:Thing ; ] ; rdfs:label "diagram" ; skos:definition "two-dimensional geometric, symbolic representation of information that shows the appearance, structure, or workings of something" ; . mvf-trm:Domain a owl:Class ; rdfs:subClassOf cmns-cxtdsg:Context , [ a owl:Restriction ; owl:onProperty cmns-cxtdsg:uses ; owl:onClass mvf-trm:SpecialLanguage ; owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; ] ; rdfs:label "domain" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09,clause 3.1.4" ; skos:definition "field of special knowledge" ; skos:scopeNote "The borderlines and the granularity of a domain are determined from a purpose-related point of view. If a domain is subdivided, the result is again a domain." ; cmns-av:synonym "subject field" ; . mvf-trm:EssentialCharacteristic a owl:Class ; rdfs:subClassOf cmns-cls:Aspect , [ a owl:Restriction ; owl:onProperty cmns-cls:characterizes ; owl:someValuesFrom mvf:MVFEntry ; ] ; rdfs:label "essential characteristic" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.2.3" ; skos:definition "characteristic of a concept that is indispensable to understand that concept" ; . mvf-trm:ExtensionalDefinition a owl:Class ; rdfs:subClassOf cmns-col:Collection , mvf-trm:Definition , [ a owl:Restriction ; owl:onProperty cmns-cls:isCharacterizedBy ; owl:onClass cmns-cls:Aspect ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; ] , [ a owl:Restriction ; owl:onProperty cmns-col:comprises ; owl:someValuesFrom mvf-trm:Object ; ] ; rdfs:label "extensional definition" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.1.2, 3.3.3" ; skos:definition "definition that enumerates the objects to which a concept corresponds under one criterion of subdivision" ; . mvf-trm:FormalLanguage a owl:Class ; rdfs:subClassOf lcc-lr:Language ; rdfs:label "formal language" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.1.10" ; skos:definition "language whose rules are explicitly established before its use" ; skos:example "Web Ontology Language (OWL); the structured English informative language that is specified in the Semantics For Business Vocabulary and Rules (SBVR) Specification" ; skos:note "A formal language is a collection of expressions, following formal rules of well-formedness. See the Distributed Ontology, Model, and Specification Language (DOL) specification for additional criteria and classification, available at https://www.omg.org/spec/DOL/." ; skos:scopeNote "The purpose of formal language is to assure exact communication of information." ; . mvf-trm:GeneralConcept a owl:Class ; rdfs:subClassOf mvf:MVFEntry ; rdfs:label "general concept" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.2.9" ; owl:disjointWith mvf-trm:IndividualConcept ; skos:definition "concept that corresponds to a potentially unlimited number of objects which form a group by reason of shared properties" ; skos:example "Examples of general concepts are 'planet', 'tower', 'Nobel Prize in Physics', 'moon'." ; skos:note "For a general concept it is essential that a number of corresponding objects greater than 1 can be perceived or conceived of. For example 'spaceship' has been a general concept before such a material object existed, at the time when there existed only 1 such object, and later, when there existed several such objects." ; . mvf-trm:GeneralLanguage a owl:Class ; rdfs:subClassOf lcc-lr:NaturalLanguage ; rdfs:label "general language" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.1.8" ; skos:definition "natural language characterized by the use of linguistic means of expression independent of any specific domain" ; . mvf-trm:GenericExtensionalDefinition a owl:Class ; rdfs:subClassOf mvf-trm:ExtensionalDefinition ; rdfs:label "generic extensional definition" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.3.4" ; skos:definition "extensional definition that enumerates all the specific concepts of a generic concept under one criterion of subdivision on the same hierarchical level" ; skos:example "noble gas - helium, neon, argon, crypton, xenon or radon" ; skos:note "A generic extensional definition is based on a generic relation, and the enumeration ends with the operator 'or'; [i.e., a disjoint union of the subordinate concepts]." ; . mvf-trm:IndividualConcept a owl:Class ; rdfs:subClassOf mvf:MVFEntry ; rdfs:label "individual concept" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.2.8" ; skos:definition "concept that corresponds to a unique object" ; skos:example "Examples of individual concepts are 'Saturn', 'Eiffel Tower', 'Moon', 'serial number FRHR603928', '2016 Nobel Prize in Physics'." ; skos:note "Individual concepts are represented by proper names. In a UML model or similar context, an individual concept corresponds to a singleton class." ; . mvf-trm:Initialism a owl:Class ; rdfs:subClassOf mvf:Abbreviation ; rdfs:label "initialism" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.16" ; skos:definition "abbreviation that is made up of the initial letters of the components of the full form of a term or proper name or from syllables of the full form and that is pronounced letter by letter" ; skos:example "Examples of initialisms are: UN, ASTM, IEC, US, EU, DNA" ; . mvf-trm:IntensionalDefinition a owl:Class ; rdfs:subClassOf mvf-trm:Definition , [ a owl:Restriction ; owl:onProperty mvf-trm:hasDelimitingCharacteristic ; owl:allValuesFrom mvf-trm:DelimitingCharacteristic ; ] , [ a owl:Restriction ; owl:onProperty cmns-col:comprises ; owl:someValuesFrom cmns-cls:Aspect ; ] ; rdfs:label "intensional definition" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.2.6, 3.3.2" ; skos:definition "definition that conveys the intension of a concept by stating the immediate generic concept and its characteristics, including any delimiting characteristic(s)" ; skos:example "mechanical mouse: computer mouse in which movements are detected by rollers and a ball" , "optical mouse: computer mouse in which movements are detected by light sensors" ; skos:note "Intensional definitions are preferable to other types of definitions because they clearly reveal the characteristics of a concept within a concept system: they should be used whenever possible." ; . mvf-trm:NewTerm a owl:Class ; rdfs:subClassOf mvf-trm:Term ; rdfs:label "new term" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.12" ; skos:definition "term that is specifically coined for a given general concept" ; skos:example "smartwatch" ; skos:note "A new term may supersede an older term or may designate a new concept." ; cmns-av:synonym "neonym" , "neoterm" , "terminological neologism" ; . mvf-trm:NonEssentialCharacteristic a owl:Class ; rdfs:subClassOf cmns-cls:Aspect ; rdfs:label "non-essential characteristic" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09,claue 3.2.4" ; skos:definition "characteristic of a concept that is not indispensable to understand that concept" ; skos:example "For defining the concept 'traffic light', the colour 'red', 'green' or 'amber' is an essential characteristic, while for defining the concept 'computer mouse', the colour (e.g. 'ivory', 'blue' or 'red') is a non-essential characteristic." ; . mvf-trm:Object a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty cmns-cls:isCharacterizedBy ; owl:onClass cmns-cls:Aspect ; owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; ] ; rdfs:label "object" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.1.1" ; skos:definition "anything perceivable or conceivable" ; skos:note "Objects may be material (e.g. an engine, a sheet of paper, a diamond), immaterial (e.g. conversion ratio, a project plan) or imagined (e.g. a unicorn). Objects correspond to individuals in an ontology, instances in many programming languages." ; . mvf-trm:ObsoleteTerm a owl:Class ; rdfs:subClassOf mvf-trm:RatedTerm ; rdfs:label "obsolete term" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.22" ; owl:equivalentClass [ a owl:Restriction ; owl:onProperty mvf-trm:hasAcceptabilityRating ; owl:hasValue mvf-trm:obsolete ; ] ; skos:definition "term which is no longer in common use" ; skos:note "By analogy, 'obsolete' can also apply to appellations, proper names and symbols." ; . mvf-trm:PartitiveExtensionalDefinition a owl:Class ; rdfs:subClassOf mvf-trm:ExtensionalDefinition ; rdfs:label "partitive extensional definition" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.3.5" ; skos:definition "extensional definition that enumerates all the partitive concepts of a comprehensive concept on the same hierarchical level" ; skos:example "Family 18 in the Periodic Table: helium, neon, argon, crypton, xenon and radon." ; skos:note "A partitive extensional definition is based on a partitive relation, and the enumeration ends with the operator 'and'; [i.e., a union that is disjoint and covering of all parts of the whole]." ; . mvf-trm:PreferredTerm a owl:Class ; rdfs:subClassOf mvf-trm:RatedTerm ; rdfs:label "preferred term" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.19" ; owl:equivalentClass [ a owl:Restriction ; owl:onProperty mvf-trm:hasAcceptabilityRating ; owl:hasValue mvf-trm:preferred ; ] ; skos:definition "term rated according to the acceptability rating as the primary term for a given concept" ; skos:example "With regard to the concept 'terminology science' the preferred term is 'terminology science', whereas 'terminology studies' is an admitted term, and 'terminology' is a deprecated term." ; skos:note "By analogy, 'preferred' can also apply to appellations, proper names and symbols." ; . mvf-trm:ProperName a owl:Class ; rdfs:subClassOf cmns-dsg:Name ; rdfs:label "proper name" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.4" ; skos:definition "designation that represents an individual concept" ; skos:example "'International Organization for Standardization', 'IBM®', 'British Isles', 'United Nations'" ; . mvf-trm:RatedTerm a owl:Class ; rdfs:subClassOf mvf-trm:Term , [ a owl:Restriction ; owl:onProperty mvf-trm:hasAcceptabilityRating ; owl:cardinality "1"^^xsd:nonNegativeInteger ; ] ; rdfs:label "rated term" ; skos:definition "term rated according to an acceptability rating scale that allows for designations to be placed in order of preference as a guide to users" ; skos:note "The following ratings are common: preferred term, admitted term, deprecated term." ; . mvf-trm:ShortForm a owl:Class ; rdfs:subClassOf mvf:Abbreviation ; rdfs:label "short form" ; skos:definition "abbreviatiated form for a very long complex term or appellation, using fewer words to designate the same concept" ; . mvf-trm:SimpleTerm a owl:Class ; rdfs:subClassOf mvf-trm:Term ; rdfs:label "simple term" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.4.6, 3.4.7" ; skos:definition "term that consists of a single word or lexical unit" ; skos:example "Examples of simple terms are: sound, light, barrier, accessory, accessorize, virus, viral." ; cmns-av:synonym "single word term" ; . mvf-trm:SpecialLanguage a owl:Class ; rdfs:subClassOf lcc-lr:NaturalLanguage , mvf-trm:ConceptSystem , [ a owl:Restriction ; owl:onProperty cmns-cxtdsg:isUsedBy ; owl:someValuesFrom [ a owl:Class ; owl:unionOf ( mvf-trm:Domain mvf-trm:Subject ) ; ] ; ] ; rdfs:label "special language" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.1.9" ; skos:definition "natural language used in communication between experts in a domain and characterized by the use of specific linguistic means of expression" ; skos:scopeNote "The specific linguistic means of expression always include domain-specific terminology and phraseology and also can cover stylistic or syntactic features." ; cmns-av:synonym "LSP" , "language for special purposes" ; . mvf-trm:Subject a owl:Class ; rdfs:subClassOf cmns-cxtdsg:Context ; rdfs:label "subject" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.1.5" ; skos:definition "area of interest or expertise" ; . mvf-trm:Symbol a owl:Class ; rdfs:subClassOf mvf:VocabularyEntry ; rdfs:label "symbol" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.5" ; skos:definition "designation that represents a concept by non-linguistic means" ; skos:note """From section 7.5, ISO 704, symbols are an important aid to international communication because their visual representation of concepts functions independently of any given language. They can communicate information directly under difficult circumstances (e.g., traffic signs). Iconic symbols should bear some visual resemblance to the concept they represent. Generally their meaning should be directly apparent without explanation. In some cases, however, the visual resemblance of the symbol is less pronounced or completely lost. Its meaning may be no longer directly recognizable and may be supported only by general agreement. Terms using the letters of the alphabet as iconic symbols to communicate the shape of the letter itself rather than its sound shall not be considered a symbol. Characters that replace words or parts of words, such as mathematical symbols or currency symbols, are considered symbols.""" , "There are several types of symbols such as graphical symbols (ISO 3864, all parts) and letter symbols (ISO 80000, all parts)." ; . mvf-trm:Term a owl:Class ; rdfs:subClassOf mvf:VocabularyEntry , [ a owl:Restriction ; owl:onProperty cmns-dsg:denotes ; owl:onClass mvf-trm:GeneralConcept ; owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; ] ; rdfs:label "term" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.2" ; skos:definition "verbal designation of a general concept in a specific subject field" ; skos:note "A term may contain symbols and can have variants, e.g. different forms of spelling." ; . mvf-trm:admitted a owl:NamedIndividual , mvf-trm:AcceptabilityRating ; rdfs:label "admitted" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.20" ; skos:definition "term rated as a synonym for a preferred term" ; . mvf-trm:associates a owl:ObjectProperty ; rdfs:label "associates" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.2.23" ; skos:definition "relates two concepts having a non-hierarchical, thematic connection by virtue of experience" ; skos:example "An associative relation exists between the concepts education and teaching, baking and oven." ; skos:note "Associative relations are evidence that the terms are semantically or conceptually associated to the degree that it is important to make the connection explicit, on the grounds that it may suggest additional terms for use in indexing or retrieval." ; . mvf-trm:causes a owl:ObjectProperty ; rdfs:subPropertyOf mvf-trm:associates ; rdfs:label "causes" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.2.27" ; skos:definition "makes something happen or gives rise to some action, condition, or phenomenon as a consequence" ; skos:example "A causal relation exists between the concepts action and reaction, nuclear explosion and fall-out." ; . mvf-trm:depicts a owl:ObjectProperty ; rdfs:subPropertyOf cmns-dsg:describes ; rdfs:label "depicts" ; skos:definition "illustrates via an image" ; . mvf-trm:deprecated a owl:NamedIndividual , mvf-trm:AcceptabilityRating ; rdfs:label "deprecated" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.21" ; skos:definition "term rated as undesired" ; . mvf-trm:extends a owl:ObjectProperty ; rdfs:label "extends" ; skos:definition "supplements or augments" ; . mvf-trm:hasAcceptabilityRating a owl:ObjectProperty ; rdfs:subPropertyOf cmns-dsg:isDescribedBy ; rdfs:label "has acceptability rating" ; rdfs:range mvf-trm:AcceptabilityRating ; skos:definition "relates to a rating indicating its status with respect to the vocabulary" ; . mvf-trm:hasAntonym a owl:ObjectProperty , owl:SymmetricProperty ; rdfs:subPropertyOf mvf-trm:associates ; rdfs:label "has antonym" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.25" ; skos:definition "relates a designation to another representing a coordinate concept viewed as its logical complement or opposite" ; skos:example "Antonymy exists between the terms encoding and decoding, positive and negative." ; skos:note "Designations in the relation of antonymy are called 'antonyms'." ; . mvf-trm:hasDelimitingCharacteristic a owl:ObjectProperty ; rdfs:subPropertyOf cmns-cls:isCharacterizedBy ; rdfs:label "has delimiting characteristic" ; skos:definition "indicates a defining feature of" ; skos:note "A delimiting characteristic is a necessary condition for class membership." ; . mvf-trm:hasExtension a owl:ObjectProperty ; rdfs:label "has extension" ; owl:inverseOf mvf-trm:extends ; skos:definition "specifies something that supplements this entity" ; . mvf-trm:hasHomonym a owl:ObjectProperty , owl:SymmetricProperty ; rdfs:subPropertyOf mvf-trm:associates ; rdfs:label "has homonym" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.29" ; skos:definition "relates a designation to antoher that has common spelling and pronunciation but represents a different concept, i.e., has different meaning and origin" ; skos:example "The term 'bark' represents three unrelated concepts: 1) the concept 'bark' corresponding to certain vocal repertoires of dogs; 2) the concept 'bark' corresponding to the outside coverings of stems of woody plants; 3) the concept 'bark' corresponding to some sailing vessels." ; skos:note "Designations in the relation of homonymy are called 'homonyms'." ; . mvf-trm:hasIntension a owl:ObjectProperty ; rdfs:label "has intension" ; skos:definition "specifies something that explains the entity in terms of meaning" ; . mvf-trm:hasMononym a owl:ObjectProperty ; rdfs:subPropertyOf cmns-dsg:isSignifiedBy , mvf-trm:associates ; rdfs:label "has mononym" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.26" ; skos:definition "has as its singular (only) designation" ; skos:note "Mononymic relations between a concept and a term (designation, vocabulary entry) in a given language are those in which a given concept has only one designation. Designations in the relation of mononymy are called 'mononyms'." ; . mvf-trm:hasSuperordinateConcept a owl:ObjectProperty , owl:TransitiveProperty ; rdfs:subPropertyOf mvf:hasNarrowerEntry ; rdfs:label "has superordinate concept" ; skos:definition "indicates a broader, ancestral concept" ; cmns-av:synonym "is narrower transitive than" ; . mvf-trm:hasSynonym a owl:ObjectProperty , owl:SymmetricProperty ; rdfs:subPropertyOf mvf-trm:associates ; rdfs:label "has synonym" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.23" ; skos:definition "relates a vocabulary entry (designation) to another in a given natural language representing the same concept" ; skos:example "Synonymy exists between 'deuterium' and 'heavy hydrogen', between 'United Nations' and 'UN'." ; . mvf-trm:isCausedBy a owl:ObjectProperty ; rdfs:subPropertyOf mvf-trm:associates ; rdfs:label "is caused by" ; owl:inverseOf mvf-trm:causes ; skos:definition "is a consequence of" ; . mvf-trm:isCoordinateWith a owl:ObjectProperty ; rdfs:label "is coordinate with" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clauses 3.2.17, 3.2.18" ; skos:definition "indicates a concept that results from the same criterion of subdivision as another subordinate concept with the same immediate superordinate [parent] concept" ; skos:example "Applying 'layer of clothing' as a criterion of subdivision to 'clothing' yields 'outerwear' and 'underwear' as specific concepts. These concepts are coordinate concepts in relation to their generic concept 'clothing'." , "For the concept system 'computer mouse' according to ISO 704:2009, 5.5.2.2.1, Example 4 the type of characteristic 'computer connection' is used as a criterion of subdivision to divide the generic concept 'computer mouse into specific concepts such as 'cord mouse' and 'cordless mouse'." , "For the concept system 'computer' the type of characteristic 'function' is used as a criterion of subdivision to divide the comprehensive concept 'computer' into partitive concepts such as 'main board', 'display adapter', 'power supply', 'storage device' and 'input device'." , "For the concept system 'safety sign' according to ISO 3864-1:2011, 5, Table 1, the type of characteristic 'geometric shape' is used as a criterion of subdivision to divide the generic concept 'safety sign' into specific concepts such as 'mandatory action sign' and 'safe condition sign'." ; skos:note "A criterion of subdivision is a type of characteristic [aspect] according to which a superordinate concept is divided into subordinate concepts." ; cmns-av:synonym "is a sibling of" ; . mvf-trm:isDepictionOf a owl:ObjectProperty ; rdfs:subPropertyOf cmns-dsg:isDescribedBy ; rdfs:label "is depiction of" ; owl:inverseOf mvf-trm:depicts ; skos:definition "is an illustration of" ; . mvf-trm:isManagedBy a owl:ObjectProperty ; rdfs:label "is managed by" ; skos:definition "indicates an entity that administers, oversees, and potentially maintains or operates it" ; . mvf-trm:isMonosemeFor a owl:ObjectProperty ; rdfs:subPropertyOf cmns-dsg:denotes , mvf-trm:associates ; rdfs:label "is monoseme for" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.27" ; skos:definition "is the sole designation for" ; skos:note "Designations in the relation of monosemy are called 'monosemes'." ; . mvf-trm:isPolysemeFor a owl:ObjectProperty ; rdfs:subPropertyOf cmns-dsg:denotes , mvf-trm:associates ; rdfs:label "is polyseme for" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.28" ; skos:definition "relates a designation to more than one concept for which it has a different sense (meaning)" ; skos:example "The term 'bridge' represents three concepts that are related in form and/or function: 1) the concept 'bridge' corresponding to structures to carry traffic over a gap; 2) the concept 'bridge' corresponding to certain wooden parts of string instruments; 3) the concept 'bridge' corresponding to dental plates." ; skos:note "Designations in the relation of polysemy are called 'polysemes'." ; . mvf-trm:manages a owl:ObjectProperty ; rdfs:label "manages" ; owl:inverseOf mvf-trm:isManagedBy ; skos:definition "administers, oversees and possibly maintains and/or operates" ; . mvf-trm:obsolete a owl:NamedIndividual , mvf-trm:AcceptabilityRating ; rdfs:label "obsolete" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.22" ; skos:definition "term that is no longer in common use" ; . mvf-trm:preferred a owl:NamedIndividual , mvf-trm:AcceptabilityRating ; rdfs:label "preferred" ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.4.19" ; skos:definition "term rated as the primary term for a given concept" ; . mvf:Abbreviation a owl:Class ; rdfs:subClassOf mvf-trm:Term ; cmns-av:synonym "abbreviated form" ; . mvf:MVFEntry a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty cmns-cls:isCharacterizedBy ; owl:onClass cmns-cls:Aspect ; owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; ] , [ a owl:Restriction ; owl:onProperty cmns-dsg:isDefinedIn ; owl:onClass mvf-trm:Definition ; owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; ] ; owl:equivalentClass [ a owl:Class ; owl:unionOf ( mvf-trm:GeneralConcept mvf-trm:IndividualConcept ) ; ] ; cmns-av:synonym "concept" ; . mvf:VocabularyEntry a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty cmns-dsg:isDefinedIn ; owl:onClass mvf-trm:Definition ; owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; ] , [ a owl:Restriction ; owl:onProperty cmns-dsg:denotes ; owl:onClass mvf:MVFEntry ; owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; ] ; . mvf:hasBroaderEntry a owl:ObjectProperty ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.2.15" ; skos:example "'furniture' is a superordinate concept to 'table' and 'chair' in a generic relation; 'tree' is a superordinate concept to 'root' or 'branch' in a partitive relation." ; skos:note "hasBroaderEntry relates a generic or comprehensive concept to one that is more specific." ; cmns-av:synonym "is a broader concept than" , "is a superordinate concept of" ; . mvf:hasNarrowerEntry a owl:ObjectProperty ; dct:source "ISO 1087 Terminology work and terminology science - Vocabulary, Second edition, 2019-09, clause 3.2.16" ; skos:note "hasNarrowerEntry relates a specific or partitive concept to one that is more general." ; cmns-av:synonym "is a narrower concept than" , "is a subordinate concept of" ; .