@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <http://w3id.org/meta-share/meta-share> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix swrc: <http://swrc.ontoware.org/ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ms: <http://w3id.org/meta-share/meta-share/> .
@prefix msxml: <http://www.ilsp.gr/META-XMLSchema#> .
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix omtd: <http://w3id.org/meta-share/omtd-share/> .
@prefix odrl: <http://www.w3.org/ns/odrl/2/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .

cc:License
    a owl:Class .

<http://purl.org/NET/rdflicense/cc-by4.0>
    a owl:NamedIndividual .

<http://purl.org/coar/access_right/c_14cb>
    ms:conformsTo ms:COARightsStatementScheme ;
    a ms:AccessRightsStatementIdentifier, owl:NamedIndividual .

<http://purl.org/coar/access_right/c_16ec>
    ms:conformsTo ms:COARightsStatementScheme ;
    a ms:AccessRightsStatementIdentifier, owl:NamedIndividual ;
    owl:sameAs ms:restrictedAccess .

<http://purl.org/coar/access_right/c_abf2>
    ms:conformsTo ms:COARightsStatementScheme ;
    a ms:AccessRightsStatementIdentifier, owl:NamedIndividual ;
    owl:sameAs ms:openAccess .

<http://purl.org/coar/access_right/c_f1cf>
    ms:conformsTo ms:COARightsStatementScheme ;
    a ms:AccessRightsStatementIdentifier, owl:NamedIndividual .

dc:description
    a owl:AnnotationProperty .

dc:source
    a owl:AnnotationProperty .

dc:title
    a owl:AnnotationProperty .

dct:alternative
    a owl:DatatypeProperty .

dct:contributor
    a owl:AnnotationProperty .

dct:creator
    a owl:AnnotationProperty .

dct:description
    a owl:DatatypeProperty ;
    rdfs:subPropertyOf owl:topDataProperty .

dct:hasVersion
    a owl:DatatypeProperty .

dct:issued
    a owl:DatatypeProperty .

dct:license
    a owl:AnnotationProperty, owl:ObjectProperty .

dct:modified
    a owl:AnnotationProperty .

dct:publisher
    a owl:ObjectProperty ;
    owl:equivalentProperty ms:resourceProvider .

dct:replaces
    a owl:AnnotationProperty .

dct:source
    a owl:AnnotationProperty .

dct:title
    a owl:DatatypeProperty .

<http://purl.org/eprint/accessRights/OpenAccess>
    a owl:NamedIndividual ;
    owl:sameAs ms:openAccess .

<http://purl.org/eprint/accessRights/RestrictedAccess>
    a owl:NamedIndividual ;
    owl:sameAs ms:restrictedAccess .

datacite:AgentIdentifier
    a owl:Class ;
    rdfs:subClassOf datacite:Identifier .

datacite:AgentIdentifierScheme
    a owl:Class ;
    rdfs:subClassOf datacite:IdentifierScheme .

datacite:FunderIdentifier
    a owl:Class ;
    rdfs:subClassOf datacite:AgentIdentifier, [
        a owl:Restriction ;
        owl:allValuesFrom datacite:FunderIdentifierScheme ;
        owl:onProperty datacite:usesIdentifierScheme
    ] .

datacite:FunderIdentifierScheme
    a owl:Class ;
    rdfs:comment "The name of the scheme used to identify a funder"@en ;
    rdfs:label "Funder identfier scheme"@en ;
    rdfs:subClassOf datacite:AgentIdentifierScheme .

datacite:Identifier
    a owl:Class .

datacite:IdentifierScheme
    a owl:Class .

datacite:OrganizationIdentifier
    a owl:Class ;
    rdfs:comment "A string used to uniquely identify an organization"@en ;
    rdfs:label "Organization identifier"@en ;
    rdfs:subClassOf datacite:AgentIdentifier, [
        a owl:Restriction ;
        owl:allValuesFrom datacite:OrganizationIdentifierScheme ;
        owl:onProperty datacite:usesIdentifierScheme
    ] ;
    skos:altLabel "Organisation identifier"@en-uk .

datacite:OrganizationIdentifierScheme
    a owl:Class ;
    rdfs:comment "The name of the scheme used to identify an organization"@en ;
    rdfs:label "Organization identifier scheme"@en ;
    rdfs:subClassOf datacite:AgentIdentifierScheme .

datacite:PersonalIdentifier
    a owl:Class ;
    rdfs:comment "A string (e.g., PID, DOI, internal to an organization, etc.) used to uniquely identify a person"@en ;
    rdfs:label "Person identifier"@en ;
    rdfs:subClassOf datacite:AgentIdentifier, [
        a owl:Restriction ;
        owl:allValuesFrom datacite:PersonalIdentifierScheme ;
        owl:onProperty datacite:usesIdentifierScheme
    ] .

datacite:PersonalIdentifierScheme
    a owl:Class ;
    rdfs:comment "The name of the scheme used to identify a person"@en ;
    rdfs:label "Person identfier scheme"@en ;
    rdfs:subClassOf datacite:AgentIdentifierScheme .

datacite:ResourceIdentifier
    a owl:Class ;
    rdfs:subClassOf datacite:Identifier .

datacite:ResourceIdentifierScheme
    a owl:Class ;
    rdfs:comment "The name of the scheme used to identify a resource"@en ;
    rdfs:label "Resource identifier scheme"@en ;
    rdfs:subClassOf datacite:IdentifierScheme .

datacite:ark
    a ms:DocumentIdentifierScheme, ms:LRIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "Archival Resource Key"@en ;
    rdfs:label "ARK"@en .

datacite:arxiv
    a ms:DocumentIdentifierScheme, ms:LRIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "Identifier for ArXiv (http://arxiv.org/), a open access repository of preprints, having the format arXiv:1207.2147."@en ;
    rdfs:label "ArXiv"@en .

datacite:bibcode
    a ms:DocumentIdentifierScheme, ms:LRIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "It is the Astrophysics Data System bibliographic codes, a standardized 19 character identifier according to the syntax \"yyyyjjjjjvvvvmppppa\"."@en ;
    rdfs:label "bibcode"@en .

datacite:doi
    a datacite:OrganizationIdentifierScheme, ms:DocumentIdentifierScheme, ms:LRIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "Digital Object Identifier scheme (https://www.doi.org/)"@en ;
    rdfs:label "DOI"@en .

datacite:handle
    a ms:DocumentIdentifierScheme, ms:LRIdentifierScheme, ms:MetadataRecordIdentifierScheme, ms:RepositoryIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "the Handle system"@en ;
    rdfs:label "Handle"@en .

datacite:hasIdentifier
    a owl:ObjectProperty ;
    rdfs:comment "Associates an entity to an identifier, i.e. a string used to uniquely identify it"@en ;
    rdfs:domain owl:Thing ;
    rdfs:label "has identifier"@en ;
    rdfs:range datacite:Identifier .

datacite:isbn
    a ms:DocumentIdentifierScheme, ms:LRIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "International Standard Book Number"@en ;
    rdfs:label "ISBN"@en .

datacite:openid
    a datacite:PersonalIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "OpenID is an open standard that describes how users can be authenticated in a decentralized manner, eliminating the need for centralized registration services."@en ;
    rdfs:label "OpenID"@en .

datacite:orcid
    a datacite:PersonalIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "Open Researcher and Contributor Identifier."@en ;
    rdfs:label "ORCID"@en .

datacite:purl
    a ms:DocumentIdentifierScheme, ms:LRIdentifierScheme, ms:MetadataRecordIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "Persistent Uniform Resource Locator"@en ;
    rdfs:label "PURL"@en .

datacite:researcherid
    a datacite:PersonalIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "ResearcherID is an identifying system for scientific authors created and owned by Thomson Reuters."@en ;
    rdfs:label "ResearcherID"@en .

datacite:upc
    a ms:DocumentIdentifierScheme, ms:LRIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "Universal Product Code"@en ;
    rdfs:label "UPC"@en .

datacite:url
    a ms:DocumentIdentifierScheme, ms:LRIdentifierScheme, ms:MetadataRecordIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "Uniform Resource Locator"@en ;
    rdfs:label "URL"@en .

datacite:urn
    a ms:DocumentIdentifierScheme, ms:LRIdentifierScheme, ms:MetadataRecordIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "Uniform Resource Name"@en ;
    rdfs:label "URN"@en .

datacite:usesIdentifierScheme
    a owl:ObjectProperty ;
    rdfs:comment "Indicates the scheme used to provide the identifier for an entity"@en ;
    rdfs:domain datacite:Identifier ;
    rdfs:label "uses identifier scheme"@en ;
    rdfs:range datacite:IdentifierScheme .

vann:preferredNamespacePrefix
    a owl:AnnotationProperty .

vann:preferredNamespaceUri
    a owl:AnnotationProperty .

<http://rightsstatements.org/vocab/CNE/1.0/>
    ms:conformsTo ms:RightsStatementOrgScheme ;
    a ms:AccessRightsStatementIdentifier, owl:NamedIndividual .

<http://rightsstatements.org/vocab/InC-EDU/1.0/>
    ms:conformsTo ms:RightsStatementOrgScheme ;
    a ms:AccessRightsStatementIdentifier, owl:NamedIndividual .

<http://rightsstatements.org/vocab/InC-NC/1.0/>
    ms:conformsTo ms:RightsStatementOrgScheme ;
    a ms:AccessRightsStatementIdentifier, owl:NamedIndividual .

<http://rightsstatements.org/vocab/InC-OW-EU/1.0/>
    ms:conformsTo ms:RightsStatementOrgScheme ;
    a ms:AccessRightsStatementIdentifier, owl:NamedIndividual .

<http://rightsstatements.org/vocab/InC-RUU/1.0/>
    ms:conformsTo ms:RightsStatementOrgScheme ;
    a ms:AccessRightsStatementIdentifier, owl:NamedIndividual .

<http://rightsstatements.org/vocab/InC/1.0/>
    ms:conformsTo ms:RightsStatementOrgScheme ;
    a ms:AccessRightsStatementIdentifier, owl:NamedIndividual .

<http://rightsstatements.org/vocab/NKC/1.0/>
    ms:conformsTo ms:RightsStatementOrgScheme ;
    a ms:AccessRightsStatementIdentifier, owl:NamedIndividual .

<http://rightsstatements.org/vocab/NoC-CR/1.0/>
    ms:conformsTo ms:RightsStatementOrgScheme ;
    a ms:AccessRightsStatementIdentifier, owl:NamedIndividual .

<http://rightsstatements.org/vocab/NoC-NC/1.0/>
    ms:conformsTo ms:RightsStatementOrgScheme ;
    a ms:AccessRightsStatementIdentifier, owl:NamedIndividual .

<http://rightsstatements.org/vocab/NoC-OKLR/1.0/>
    ms:conformsTo ms:RightsStatementOrgScheme ;
    a ms:AccessRightsStatementIdentifier, owl:NamedIndividual .

<http://rightsstatements.org/vocab/NoC-US/1.0/>
    ms:conformsTo ms:RightsStatementOrgScheme ;
    a ms:AccessRightsStatementIdentifier, owl:NamedIndividual .

<http://rightsstatements.org/vocab/UND/1.0/>
    ms:conformsTo ms:RightsStatementOrgScheme ;
    a ms:AccessRightsStatementIdentifier, owl:NamedIndividual .

<http://w3id.org/meta-share/meta-share>
    dc:description """Meta-Share ontology v2. The ontology caters for the description of Language resources (corpora, lexical/conceptual resources, models, grammars, etc. and language processing tools and services) for Language Technology needs. 
It is also related to the OMTD-SHARE ontology (http://w3id.org/meta-share/omtd-share/) which caters for specific features (LT operation/area, data format, method, annotation type)."""@en ;
    dc:title "META-SHARE ontology"@en ;
    dct:creator <http://john.mccr.ae/>, "Dimitris Galanis", "John P. McCrae", "Jorge Gracia", "Katerina Gkirtzou", "Marta Villegas", "Penny Labropoulou", "Philipp Cimiano", "Victor Rodriguez Doncel" ;
    dct:license <http://purl.org/NET/rdflicense/cc-by4.0> ;
    dct:modified "2020-03-20" ;
    vann:preferredNamespacePrefix "ms" ;
    vann:preferredNamespaceUri <http://w3id.org/meta-share/meta-share/> ;
    a owl:NamedIndividual, owl:Ontology ;
    owl:priorVersion <http://lodserver.iula.upf.edu/Metashare/ontology/>, <http://purl.org/ms-lod/MetaShareRights.ttl#> ;
    owl:versionIRI <http://w3id.org/meta-share/meta-share/2.0.0> ;
    owl:versionInfo "v2.0.0 pre-release"@en .

<http://w3id.org/meta-share/meta-share/2.0.0/copyrightNotEvaluated>
    rdfs:label "Copyright Not Evaluated"@en .

<http://w3id.org/meta-share/meta-share/2.0.0/copyrightUndetermined>
    rdfs:label "Copyright Undetermined"@en .

<http://w3id.org/meta-share/meta-share/2.0.0/embargoedAccess>
    rdfs:comment "Embargoed access refers to a resource that is metadata only access until released for open access on a certain date. Embargoes can be required by publishers and funders policies, or set by the author (e.g such as in the case of theses and dissertations)."@en ;
    rdfs:label "embargoed access"@en .

<http://w3id.org/meta-share/meta-share/2.0.0/inCopyright>
    rdfs:label "In Copyright"@en .

<http://w3id.org/meta-share/meta-share/2.0.0/inCopyrightEUOrphan>
    rdfs:label "In Copyright - EU Orphan Work"@en .

<http://w3id.org/meta-share/meta-share/2.0.0/inCopyrightEdu>
    rdfs:label "In Copyright - Educational Use Permitted"@en .

<http://w3id.org/meta-share/meta-share/2.0.0/inCopyrightNCPermitted>
    rdfs:label "In Copyright - Non-Commercial Use Permitted"@en .

<http://w3id.org/meta-share/meta-share/2.0.0/inCopyrightRightsHoldersUnlocatable>
    rdfs:label "In Copyright - Rights-holder(s) Unlocatable or Unidentifiable"@en .

<http://w3id.org/meta-share/meta-share/2.0.0/metadataOnlyAccess>
    rdfs:comment "Metadata only access refers to a resource in which access is limited to metadata only. The resource itself is described by the metadata, but neither is directly available through the system or platform nor can be referenced to an open access copy in an external journal or trustworthy archive."@en ;
    rdfs:label "metadata only access" .

<http://w3id.org/meta-share/meta-share/2.0.0/noCopyright>
    rdfs:label "No Copyright - Other Known Legal Restrictions"@en .

<http://w3id.org/meta-share/meta-share/2.0.0/noCopyrightContract>
    rdfs:label "No Copyright - Contractual Restrictions"@en .

<http://w3id.org/meta-share/meta-share/2.0.0/noCopyrightNC>
    rdfs:label "No Copyright - Non-Commercial Use Only"@en .

<http://w3id.org/meta-share/meta-share/2.0.0/noCopyrightUS>
    rdfs:label "No Copyright - United States"@en .

<http://w3id.org/meta-share/meta-share/2.0.0/noKnownCopyright>
    rdfs:label "No Known Copyright"@en .

<http://w3id.org/meta-share/meta-share/2.0.0/openAccess1>
    rdfs:comment "Open access refers to a resource that is immediately and permanently online, and free for all on the Web, without financial and technical barriers.The resource is either stored in the repository or referenced to an external journal or trustworthy archive."@en ;
    rdfs:label "open access"@en .

<http://w3id.org/meta-share/meta-share/2.0.0/restrictedAccess1>
    rdfs:comment "Restricted access refers to a resource that is available in a system but with some type of restriction for full open access. This type of access can occur in a number of different situations. Some examples are described below: The user must log-in to the system in order to access the resource The user must send an email to the author or system administrator to access the resource Access to the resource is restricted to a specific community (e.g., limited to a university community)"@en ;
    rdfs:label "restricted access"@en .

<http://w3id.org/meta-share/meta-share/4:2:24four_2_2>
    a ms:ColourSpace, owl:NamedIndividual ;
    rdfs:label "4:2:2"@en .

ms:ADPCM
    a ms:SignalEncoding, owl:NamedIndividual ;
    rdfs:label "ADPCM"@en ;
    skos:altLabel "Adaptive differential pulse-code modulation"@en .

ms:ANC_domainClassification
    a ms:DomainClassificationScheme, owl:NamedIndividual ;
    rdfs:label "ANC domain classification system"@en ;
    skos:altLabel "American National Corpus domain classification system"@en .

ms:ANC_genreClassification
    a ms:TextGenreClassificationScheme, owl:NamedIndividual ;
    rdfs:label "ANC genre classification scheme"@en ;
    skos:altLabel "American National Corpus genre classification scheme"@en .

ms:ART
    a ms:Metric, owl:NamedIndividual ;
    rdfs:label "ART"@en ;
    skos:altLabel "Average Response Time"@en .

ms:AccessRightsStatement
    a owl:Class ;
    rdfs:comment "A formal statement indicative of licensing terms for the use of a resource (e.g., open access, free to read, etc.); its semantics should be clear, preferably formally expressed and documented at a URL"@en ;
    rdfs:label "Access rights statement"@en ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:allValuesFrom ms:AccessRightsStatementIdentifier ;
        owl:onProperty datacite:hasIdentifier
    ] .

ms:AccessRightsStatementIdentifier
    a owl:Class ;
    rdfs:comment "A string used to uniquely identify an access rights statement according to a specific scheme"@en ;
    rdfs:label "Access rights statement identifier"@en ;
    rdfs:subClassOf datacite:Identifier, [
        a owl:Restriction ;
        owl:allValuesFrom ms:AccessRightsStatementScheme ;
        owl:onProperty ms:conformsTo
    ] .

ms:AccessRightsStatementScheme
    a owl:Class ;
    rdfs:comment "The name of the scheme according to which an access rights statement is assigned to a distribution"@en ;
    rdfs:label "Access rights statement scheme"@en ;
    rdfs:subClassOf ms:ClassificationScheme .

ms:Actor
    a owl:Class ;
    rdfs:comment "A person, organization or group that participates in an event or process"@en ;
    rdfs:label "Actor"@en ;
    rdfs:subClassOf ms:DescribedEntity, foaf:Agent ;
    skos:note "Changed to subclass of foaf:agent because according to its definition (An agent (eg. person, group, software or physical artifact)), it might include entities that we do not consider at this time actors"@en .

ms:ActualUse
    a owl:Class ;
    rdfs:comment "Any activity where a language resource has been used (e.g., in a project, in an experiment, for a publication, etc.)"@en ;
    rdfs:label "Actual use"@en .

ms:AddressSet
    a owl:Class ;
    rdfs:comment "The physical address of an organization, group or person expressed in the form of distinct elements (street address, zip code, city, etc.)"@en ;
    rdfs:label "Address"@en .

ms:Affiliation
    a owl:Class ;
    rdfs:comment "Information the organization that a person works for (e.g., a company) or is affiliated with (e.g., university, etc.) and the data that are specific to this relation (e.g., position, professional contact information, etc.)"@en ;
    rdfs:label "Affiliation"@en .

ms:AgeGroup
    a owl:Class ;
    rdfs:comment "The age group to which the participant belongs"@en ;
    rdfs:label "Age group"@en .

ms:AlvisNLP
    a ms:Framework, owl:NamedIndividual ;
    rdfs:label "AlvisNLP"@en .

ms:AnnotatedElement
    a owl:Class ;
    rdfs:comment "A type of element that can be annotated and may differ depending on the annotation level"@en ;
    rdfs:label "Annotated element"@en .

ms:Annotation
    a owl:Class ;
    rdfs:comment "The part of a corpus that contains annotations (interpretative linguistic information grounded in a knowledge resource that is added manually or automatically to a text or corpus respectively)"@en ;
    rdfs:label "Annotation"@en .

ms:Application
    a owl:Class ;
    rdfs:comment "Any software program (or group of programs seen as a whole) intended for the end-user and addressing one or multiple related user needs."@en ;
    rdfs:label "Application"@en ;
    rdfs:subClassOf ms:ToolService .

ms:Audience
    a owl:Class ;
    rdfs:comment "Indication of the intended audience size of a multimedia resource"@en ;
    rdfs:label "Audience"@en .

ms:AudioFormat
    a owl:Class ;
    rdfs:comment "The format of the audio part of a multimedia resource"@en ;
    rdfs:label "Detailed audio format"@en .

ms:AudioGenre
    a owl:Class ;
    rdfs:comment "A classification of audio parts based on extra-linguistic and internal linguistic criteria and reflected on the audio style, form or content"@en ;
    rdfs:label "Audio genre"@en ;
    rdfs:subClassOf ms:Genre, [
        a owl:Restriction ;
        owl:allValuesFrom ms:AudioGenreIdentifier ;
        owl:onProperty datacite:hasIdentifier
    ], [
        a owl:Restriction ;
        owl:allValuesFrom ms:CorpusAudioPart ;
        owl:onProperty ms:genre
    ] .

ms:AudioGenreClassificationScheme
    a owl:Class ;
    rdfs:comment "A classification scheme devised for audio genres by an organization/authority"@en ;
    rdfs:label "Audio genre classification scheme"@en ;
    rdfs:subClassOf ms:ClassificationScheme .

ms:AudioGenreIdentifier
    a owl:Class ;
    rdfs:comment "A string used to uniquely identify an audio genre according to a specific classification scheme"@en ;
    rdfs:label "Audio genre identifier"@en ;
    rdfs:subClassOf datacite:Identifier, [
        a owl:Restriction ;
        owl:allValuesFrom ms:AudioGenreClassificationScheme ;
        owl:onProperty ms:conformsTo
    ] .

ms:AudioQualityMeasureIncluded
    a owl:Class ;
    rdfs:comment "The audio quality measures included in audio format"@en ;
    rdfs:label "Audio quality measure included"@en .

ms:AudioType
    a owl:Class ;
    rdfs:comment "A type of content included in a language resource pertaining to the audio level"@en ;
    rdfs:label "Audio type"@en ;
    rdfs:subClassOf ms:ContentType .

ms:Availability
    a owl:Class ;
    rdfs:comment "Availability status of the resource; conditionsOfUse can be further used to indicate the specific terms of availability"@en ;
    rdfs:label "Availability"@en ;
    skos:note "Is there a point of keeping it? makes sense only for \"under negotiation\" and 'availableThroughOtherDistributors' [change the value]; maybe also \"availableThroughOwnerOnly\"???"@en .

ms:BML
    ms:url "http://www.mindmakers.org/projects/bml-1-0/wiki#Introduction" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "BML"@en ;
    skos:altLabel "Behavior Markup Language"@en, "Behaviour Markup Language"@en .

ms:BNC_domainClassification
    a ms:DomainClassificationScheme, owl:NamedIndividual ;
    rdfs:label "BNC domain classification system"@en ;
    skos:altLabel "British National Corpus domain classification system"@en .

ms:BNC_textTypeClassification
    a ms:TextTypeClassificationScheme, owl:NamedIndividual ;
    rdfs:label "BNC text type classification scheme"@en .

ms:BaseItem
    a owl:Class ;
    rdfs:comment "Type of item that is represented in the n-gram resource"@en ;
    rdfs:label "Base item"@en .

ms:Big5
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Big5"@en .

ms:Big5-HKSCS
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Big5-HKSCS"@en .

ms:Big5_Solaris
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Big5_Solaris"@en .

ms:BodyPart
    a owl:Class ;
    rdfs:comment "The body parts visible in the video or image part of the resource"@en ;
    rdfs:label "Body part"@en .

ms:ByteOrder
    a owl:Class ;
    rdfs:comment "The byte order of 2 or more bytes sample"@en ;
    rdfs:label "Byte order"@en .

ms:CD-ROM
    a ms:DatasetDistributionForm, owl:NamedIndividual ;
    rdfs:comment "CD-ROM refers to a kind of distribution medium used for delivering a language resource; intended for resources delivered on CD-ROM"@en ;
    rdfs:label "CD-ROM"@en .

ms:CDMA
    a ms:SourceChannelType, owl:NamedIndividual ;
    rdfs:label "CDMA"@en .

ms:CES
    ms:url "https://www.cs.vassar.edu/CES/" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "CES"@en ;
    skos:altLabel "Corpus Encoding Standard"@en .

ms:CMYK
    a ms:ColourSpace, owl:NamedIndividual ;
    rdfs:label "CMYK"@en .

ms:COARightsStatementScheme
    a ms:AccessRightsStatementScheme, owl:NamedIndividual ;
    rdfs:comment "COAR access rights vocabulary (http://vocabularies.coar-repositories.org/documentation/access_rights/)"@en ;
    rdfs:label "COAR Rights Statement Scheme"@en .

ms:CORE
    a ms:MetadataRecordIdentifierScheme, owl:NamedIndividual ;
    rdfs:label "CORE"@en .

ms:Caffe
    a ms:Framework, owl:NamedIndividual ;
    rdfs:label "Caffe"@en .

ms:CapturingDeviceType
    a owl:Class ;
    rdfs:comment "The type of transducers through which the data is captured"@en ;
    rdfs:label "Capturing device type"@en .

ms:CapturingEnvironment
    a owl:Class ;
    rdfs:comment "The type of the capturing environment in terms of complexity"@en ;
    rdfs:label "Capturing environment"@en .

ms:CharacterEncoding
    a owl:Class ;
    rdfs:comment "The name of the character encoding used in the resource or accepted by the tool/service"@en ;
    rdfs:label "Character encoding"@en .

ms:CharacterEncodingSet
    dct:replaces msxml:characterEncoding .

ms:ClarinEL_TextTypeClassification
    a ms:TextTypeClassificationScheme, owl:NamedIndividual ;
    rdfs:label "CLARIN_EL text type classification scheme"@en .

ms:ClarinEL_domainClassification
    a ms:DomainClassificationScheme, owl:NamedIndividual ;
    rdfs:label "CLARIN-EL domain classification"@en .

ms:ClarinEl_TT001
    ms:conformsTo ms:ClarinEL_TextTypeClassification ;
    a ms:TextTypeIdentifier, owl:NamedIndividual .

ms:ClarinEl_TT002
    ms:conformsTo ms:ClarinEL_TextTypeClassification ;
    a ms:TextTypeIdentifier, owl:NamedIndividual .

ms:ClarinEl_TT003
    ms:conformsTo ms:ClarinEL_TextTypeClassification ;
    a ms:TextTypeIdentifier, owl:NamedIndividual .

ms:ClarinEl_TT004
    ms:conformsTo ms:ClarinEL_TextTypeClassification ;
    a ms:TextTypeIdentifier, owl:NamedIndividual .

ms:ClarinEl_TT005
    ms:conformsTo ms:ClarinEL_TextTypeClassification ;
    a ms:TextTypeIdentifier, owl:NamedIndividual .

ms:ClarinEl_TT006
    ms:conformsTo ms:ClarinEL_TextTypeClassification ;
    a ms:TextTypeIdentifier, owl:NamedIndividual .

ms:ClarinEl_TT007
    ms:conformsTo ms:ClarinEL_TextTypeClassification ;
    a ms:TextTypeIdentifier, owl:NamedIndividual .

ms:ClarinEl_TT008
    ms:conformsTo ms:ClarinEL_TextTypeClassification ;
    a ms:TextTypeIdentifier, owl:NamedIndividual .

ms:ClarinEl_TT009
    ms:conformsTo ms:ClarinEL_TextTypeClassification ;
    a ms:TextTypeIdentifier, owl:NamedIndividual .

ms:ClarinEl_TT010
    ms:conformsTo ms:ClarinEL_TextTypeClassification ;
    a ms:TextTypeIdentifier, owl:NamedIndividual .

ms:ClarinEl_TT011
    ms:conformsTo ms:ClarinEL_TextTypeClassification ;
    a ms:TextTypeIdentifier, owl:NamedIndividual .

ms:ClarinEl_TT012
    ms:conformsTo ms:ClarinEL_TextTypeClassification ;
    a ms:TextTypeIdentifier, owl:NamedIndividual .

ms:ClarinEl_TT013
    ms:conformsTo ms:ClarinEL_TextTypeClassification ;
    a ms:TextTypeIdentifier, owl:NamedIndividual .

ms:ClarinEl_TT014
    ms:conformsTo ms:ClarinEL_TextTypeClassification ;
    a ms:TextTypeIdentifier, owl:NamedIndividual .

ms:ClarinEl_TT015
    ms:conformsTo ms:ClarinEL_TextTypeClassification ;
    a ms:TextTypeIdentifier, owl:NamedIndividual .

ms:ClarinEl_TT016
    ms:conformsTo ms:ClarinEL_TextTypeClassification ;
    a ms:TextTypeIdentifier, owl:NamedIndividual .

ms:ClarinEl_TT017
    ms:conformsTo ms:ClarinEL_TextTypeClassification ;
    a ms:TextTypeIdentifier, owl:NamedIndividual .

ms:ClarinEl_TT018
    ms:conformsTo ms:ClarinEL_TextTypeClassification ;
    a ms:TextTypeIdentifier, owl:NamedIndividual .

ms:ClarinLicenceCategoryScheme
    a ms:LicenceCategoryScheme, owl:NamedIndividual ;
    rdfs:label "CLARIN licence category scheme"@en .

ms:Clarin_Domain001
    ms:conformsTo ms:ClarinEL_domainClassification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:Clarin_Domain002
    ms:conformsTo ms:ClarinEL_domainClassification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:Clarin_Domain003
    ms:conformsTo ms:ClarinEL_domainClassification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:Clarin_Domain004
    ms:conformsTo ms:ClarinEL_domainClassification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:Clarin_Domain005
    ms:conformsTo ms:ClarinEL_domainClassification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:Clarin_Domain006
    ms:conformsTo ms:ClarinEL_domainClassification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:Classification
    a owl:Class ;
    rdfs:comment "A type of classifying (arranging in groups/categories) language resources"@en ;
    rdfs:label "Classification"@en .

ms:ClassificationScheme
    a owl:Class ;
    rdfs:comment "Scheme used for the classification of a language resource based on various criteria (e.g., domains, text types, genres, etc.)"@en ;
    rdfs:label "Classification scheme"@en .

ms:ColourSpace
    a owl:Class ;
    rdfs:comment "The colour space for the video and image part(s) of a resource"@en ;
    rdfs:label "Colour space"@en .

ms:CompatibleLexiconType
    a owl:Class ;
    rdfs:comment "A classification into types for lexical lexicon that can be used with the grammar being described"@en ;
    rdfs:label "Compatible lexicon type"@en .

ms:Component
    a owl:Class ;
    rdfs:comment "A piece of software typically intended for a specific technical purpose, such as a particular implementation of a part-of-speech tagger (e.g TreeTagger), a tree parsing program (e.g., mstparser), etc. It is wrapped in a standard way within a particular component-oriented framework such as UIMA, GATE, etc. or as a specific type of web service."@en ;
    rdfs:label "Component"@en ;
    rdfs:subClassOf ms:ToolService .

ms:CompressionName
    a owl:Class ;
    rdfs:comment "The name of the compression applied"@en ;
    rdfs:label "Compression name"@en .

ms:ConditionOfUse
    dct:replaces msxml:restrictionsOfUse ;
    a owl:Class ;
    rdfs:comment "A condition imposed via a specified licence on the use of a language resource (e.g., non-commercial use, no derivatives, etc.)"@en ;
    rdfs:label "Condition of use"@en .

ms:ContentType
    a owl:Class ;
    rdfs:comment "A more detailed account of the linguistic information contained in the lexical/conceptual resource"@en ;
    rdfs:label "Content type"@en ;
    skos:note """could we organise them hierarchically?
for those that are used for annotation, align with annotationType values? or can we use annotationType together with these values as range for the property?
add definitions to all instances"""@en .

ms:ConversationalType
    a owl:Class ;
    rdfs:comment "Classification of the conversation included in a multimedia resource based on the number of participants"@en ;
    rdfs:label "Conversational type"@en .

ms:Corpus
    a owl:Class ;
    rdfs:comment "A structured collection of pieces of data (textual, audio, video, multimodal/multimedia, etc.) typically of considerable size and selected according to criteria external to the data (e.g., size, type of language, type of text producers or expected audience, etc.) to represent as comprehensively as possible the object of study"@en ;
    rdfs:label "Corpus"@en ;
    rdfs:subClassOf ms:DataLanguageResource, [
        a owl:Restriction ;
        owl:allValuesFrom ms:DatasetDistribution ;
        owl:onProperty ms:distribution
    ] .

ms:CorpusAudioPart
    a owl:Class ;
    rdfs:comment "The part of a corpus (or whole corpus) that consists of audio segments"@en ;
    rdfs:label "Corpus audio part"@en ;
    rdfs:subClassOf ms:CorpusMediaPart .

ms:CorpusImagePart
    a owl:Class ;
    rdfs:comment "The part of a corpus (or whole corpus) that consists of images (e.g., g a corpus of photographs and their captions)"@en ;
    rdfs:label "Corpus image part"@en ;
    rdfs:subClassOf ms:CorpusMediaPart .

ms:CorpusMediaPart
    a owl:Class ;
    rdfs:comment "A part/segment of a corpus based on its media type classification"@en ;
    rdfs:label "Corpus part"@en ;
    rdfs:subClassOf ms:MediaPart .

ms:CorpusSubclass
    a owl:Class ;
    rdfs:comment "A classification of corpora into types (used for descriptive reasons)"@en ;
    rdfs:label "Corpus subclass"@en .

ms:CorpusTextNumericalPart
    a owl:Class ;
    rdfs:comment "The part of a corpus (or whole corpus) that consists of sets of textual representations of measurements and observations linked to sensorimotor recordings"@en ;
    rdfs:label "Corpus text numerical part"@en ;
    rdfs:subClassOf ms:CorpusMediaPart .

ms:CorpusTextPart
    a owl:Class ;
    rdfs:comment "The part of a corpus (or a whole corpus) that consists of textual segments (e.g., a corpus of publications, or transcriptions of an oral corpus, or subtitles, etc.)"@en ;
    rdfs:label "Corpus text part"@en ;
    rdfs:subClassOf ms:CorpusMediaPart .

ms:CorpusVideoPart
    a owl:Class ;
    rdfs:comment "The part of a corpus (or whole corpus) that consists of video files (e.g., a corpus of film documentaries)"@en ;
    rdfs:label "Corpus video part"@en ;
    rdfs:subClassOf ms:CorpusMediaPart .

ms:Cost
    a owl:Class ;
    rdfs:comment "The cost for accessing a resource formally desribed as a set of amount and currency unit"@en ;
    rdfs:label "Cost"@en .

ms:Country
    a owl:Class ;
    rdfs:comment "The name of a country preferrably according to ISO 639"@en ;
    rdfs:label "Country"@en ;
    skos:note "add here the dataset from EU NAL"@en .

ms:Cp037
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp037"@en .

ms:Cp1006
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp1006"@en .

ms:Cp1025
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp1025"@en .

ms:Cp1026
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp1026"@en .

ms:Cp1046
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp1046"@en .

ms:Cp1047
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp1047"@en .

ms:Cp1097
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp1097"@en .

ms:Cp1098
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp1098"@en .

ms:Cp1112
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp1112"@en .

ms:Cp1122
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp1122"@en .

ms:Cp1123
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp1123"@en .

ms:Cp1124
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp1124"@en .

ms:Cp1140
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp1140"@en .

ms:Cp1141
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp1141"@en .

ms:Cp1142
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp1142"@en .

ms:Cp1143
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp1143"@en .

ms:Cp1144
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp1144"@en .

ms:Cp1145
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp1145"@en .

ms:Cp1146
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp1146"@en .

ms:Cp1147
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp1147"@en .

ms:Cp1148
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp1148"@en .

ms:Cp1149
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp1149"@en .

ms:Cp1381
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp1381"@en .

ms:Cp1383
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp1383"@en .

ms:Cp273
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp273"@en .

ms:Cp277
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp277"@en .

ms:Cp278
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp278"@en .

ms:Cp280
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp280"@en .

ms:Cp284
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp284"@en .

ms:Cp285
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp285"@en .

ms:Cp297
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp297"@en .

ms:Cp33722
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp33722"@en .

ms:Cp420
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp420"@en .

ms:Cp424
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp424"@en .

ms:Cp437
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp437"@en .

ms:Cp500
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp500"@en .

ms:Cp737
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp737"@en .

ms:Cp775
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp775"@en .

ms:Cp838
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp838"@en .

ms:Cp850
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp850"@en .

ms:Cp852
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp852"@en .

ms:Cp855
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp855"@en .

ms:Cp856
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp856"@en .

ms:Cp857
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp857"@en .

ms:Cp858
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp858"@en .

ms:Cp860
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp860"@en .

ms:Cp861
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp861"@en .

ms:Cp862
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp862"@en .

ms:Cp863
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp863"@en .

ms:Cp864
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp864"@en .

ms:Cp865
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp865"@en .

ms:Cp866
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp866"@en .

ms:Cp868
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp868"@en .

ms:Cp869
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp869"@en .

ms:Cp870
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp870"@en .

ms:Cp871
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp871"@en .

ms:Cp874
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp874"@en .

ms:Cp875
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp875"@en .

ms:Cp918
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp918"@en .

ms:Cp921
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp921"@en .

ms:Cp922
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp922"@en .

ms:Cp930
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp930"@en .

ms:Cp933
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp933"@en .

ms:Cp935
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp935"@en .

ms:Cp937
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp937"@en .

ms:Cp939
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp939"@en .

ms:Cp942
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp942"@en .

ms:Cp942C
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp942C"@en .

ms:Cp943
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp943"@en .

ms:Cp943C
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp943C"@en .

ms:Cp948
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp948"@en .

ms:Cp949
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp949"@en .

ms:Cp949C
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp949C"@en .

ms:Cp950
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp950"@en .

ms:Cp964
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp964"@en .

ms:Cp970
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Cp970"@en .

ms:Currency
    a owl:Class ;
    rdfs:comment "Any system of money used in a particular country"@en ;
    rdfs:label "Currency"@en .

ms:DAT
    a ms:RecordingDeviceType, owl:NamedIndividual ;
    rdfs:label "DAT"@en .

ms:DDC000
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC070
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC100
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC150
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC200
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC300
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC301
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC310
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC320
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC330
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC340
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC351
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC360
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC370
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC381
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC384
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual ;
    rdfs:label "DDC384" .

ms:DDC388
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual ;
    rdfs:label "DDC388"@en .

ms:DDC400
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC410
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC500
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC510
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC520
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC530
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC540
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC550
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC560
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC570
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC572
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC580
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC590
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC600
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC610
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC620
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC621
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC630
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual ;
    rdfs:label "DDC630"@en .

ms:DDC640
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC650
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC659
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual ;
    rdfs:label "DDC659"@en .

ms:DDC660
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC670
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC683
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC690
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC700
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC720
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC730
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC740
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC750
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC770
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC780
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC790
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC800
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC900
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC910
    ms:conformsTo ms:DDC_classification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:DDC_classification
    ms:url "https://www.oclc.org/en/dewey/resources/summaries.html" ;
    a ms:DomainClassificationScheme, owl:NamedIndividual ;
    rdfs:label "DDC"@en ;
    skos:altLabel "Dewey Decimal Classification"@en .

ms:DK-5
    ms:url "http://metadata.dk/dk5-as-linked-data" ;
    a ms:DomainClassificationScheme, owl:NamedIndividual ;
    rdfs:label "DK-5"@en ;
    skos:altLabel "Danish Decimal Classification 5th edition"@en .

ms:DVB-C
    a ms:SourceChannelType, owl:NamedIndividual ;
    rdfs:label "DVB-C"@en .

ms:DVB-S
    a ms:SourceChannelType, owl:NamedIndividual ;
    rdfs:label "DVB-S"@en .

ms:DVB-T
    a ms:SourceChannelType, owl:NamedIndividual ;
    rdfs:label "DVB-T"@en .

ms:DVD-R
    a ms:DatasetDistributionForm, owl:NamedIndividual ;
    rdfs:comment "Value for data distribution medium, used for language resources delivered on a DVD-R"@en ;
    rdfs:label "DVD-R"@en .

ms:DataLanguageResource
    a owl:Class ;
    rdfs:comment "A resource composed of linguistic material used to assist and augment language processing applications, but also, in a broader sense, in language and language-mediated research studies and applications; examples include data sets (textual, multimodal/multimedia and lexical data, grammars, language models, etc.) in machine readable form"@en ;
    rdfs:label "Data language resource"@en ;
    rdfs:subClassOf ms:LanguageResource .

ms:DatasetDistribution
    a owl:Class ;
    rdfs:comment "Any form with which a dataset is distributed, such as a downloadable form in a specific format (e.g., spreadsheet, plain text, etc.) or an API with which it can be accessed"@en ;
    rdfs:label "Dataset distribution"@en ;
    rdfs:subClassOf ms:Distribution, [
        a owl:Restriction ;
        owl:allValuesFrom ms:DatasetDistributionForm ;
        owl:onProperty ms:distributionForm
    ] .

ms:DatasetDistributionForm
    a owl:Class ;
    rdfs:comment "The form (medium/channel) used for distributing a language resource consisting of data (e.g., a corpus, a lexicon, etc.)"@en ;
    rdfs:label "Dataset distribution form"@en ;
    rdfs:subClassOf ms:DistributionForm .

ms:DescribedEntity
    a owl:Class ;
    rdfs:comment "The (type of) entity that is being described by a metadata record"@en ;
    rdfs:label "type of described entity"@en .

ms:Distribution
    a owl:Class ;
    rdfs:comment "Any form with which a language resource is distributed; for software, this can refer to web services, executable or code files, etc.; for datasets, it can be a downloadable form in a specific format (e.g., spreadsheet, plain text, etc.) or an API with which it can be accessed"@en ;
    rdfs:label "Distribution"@en .

ms:DistributionAudioFeature
    a owl:Class ;
    rdfs:comment "A feature that can be used for describing distinct distributable forms of audio resources/parts"@en ;
    rdfs:label "Audio feature"@en .

ms:DistributionForm
    a owl:Class ;
    rdfs:comment "Τhe form used for distributing (delivering or providing access) to the resource"@en ;
    rdfs:label "Distribution form"@en .

ms:DistributionImageFeature
    a owl:Class ;
    rdfs:comment "A feature that can be used for describing distinct distributable forms of image resources/parts"@en ;
    rdfs:label "Image feature"@en .

ms:DistributionTextFeature
    a owl:Class ;
    rdfs:comment "A feature that can be used for describing distinct distributable forms of text resources/parts"@en ;
    rdfs:label "Text feature"@en .

ms:DistributionTextNumericalFeature
    a owl:Class ;
    rdfs:comment "A feature that can be used for describing distinct distributable forms of numerical text resources/parts"@en ;
    rdfs:label "Numerical text feature"@en .

ms:DistributionVideoFeature
    a owl:Class ;
    rdfs:comment "A feature that can be used for describing distinct distributable forms of video resources/parts"@en ;
    rdfs:label "Video feature"@en .

ms:Division
    a owl:Class ;
    rdfs:comment "Section of a larger organization (e.g., school, faculty, department of a university, department or branch of a company, etc.)"@en ;
    rdfs:label "Division"@en .

ms:DivisionCategory
    a owl:Class ;
    rdfs:comment "A controlled vocabulary used for classifying divisions"@en ;
    rdfs:label "Division category"@en .

ms:Document
    a owl:Class ;
    rdfs:comment "A piece of written, printed, or electronic matter that is primarily intended for reading"@en ;
    rdfs:label "Document"@en ;
    rdfs:subClassOf ms:DescribedEntity .

ms:DocumentIdentifier
    a owl:Class ;
    rdfs:comment "A string (e.g., PID, DOI, internal to an organization, etc.) used to uniquely identify a document (mainly intended for published documents)"@en ;
    rdfs:label "Document identifier"@en ;
    rdfs:subClassOf datacite:ResourceIdentifier, [
        a owl:Restriction ;
        owl:allValuesFrom ms:DocumentIdentifierScheme ;
        owl:onProperty datacite:usesIdentifierScheme
    ] .

ms:DocumentIdentifierScheme
    a owl:Class ;
    rdfs:comment "A scheme according to which an identifier is assigned by the authority that issues it (e.g., DOI, PubMed Central, etc.) specifically for publications"@en ;
    rdfs:label "Document identifier scheme"@en ;
    rdfs:subClassOf datacite:ResourceIdentifierScheme .

ms:DocumentType
    a owl:Class ;
    rdfs:comment "A classification vocabulary for documents (e.g., article, book, etc.)"@en ;
    rdfs:label "Document type"@en .

ms:DocumentationType
    a owl:Class ;
    rdfs:comment "The type of the documentation vis-a-vis its relation with the language resource (e.g., general publication, user manual, etc.)"@en ;
    rdfs:label "Documentation type"@en .

ms:Domain
    a owl:Class ;
    rdfs:comment "A particular field of thought, activity, or interest related to a language resource, organization or person activities, etc."@en ;
    rdfs:label "Domain"@en ;
    rdfs:subClassOf ms:Classification, [
        a owl:Restriction ;
        owl:allValuesFrom ms:DomainIdentifier ;
        owl:onProperty datacite:hasIdentifier
    ] ;
    skos:example "health, law, banking, ..."@en ;
    skos:note "Adapted from https://www.collinsdictionary.com/dictionary/english/domain"@en .

ms:DomainClassification
    dct:replaces msxml:domainInfo .

ms:DomainClassificationScheme
    a owl:Class ;
    rdfs:comment "A classification scheme devised by an authority for domains"@en ;
    rdfs:label "Domain classification scheme"@en ;
    rdfs:subClassOf ms:ClassificationScheme .

ms:DomainIdentifier
    a owl:Class ;
    rdfs:comment "A string used to uniquely identify a domain according to a specific classification scheme"@en ;
    rdfs:label "Domain identifier"@en ;
    rdfs:subClassOf datacite:Identifier, [
        a owl:Restriction ;
        owl:allValuesFrom ms:DomainClassificationScheme ;
        owl:onProperty ms:conformsTo
    ] .

ms:Duration
    a owl:Class ;
    rdfs:comment "The time that an audio or video recording, etc. lasts"@en ;
    rdfs:label "Duration of audio"@en .

ms:DurationUnit
    a owl:Class ;
    rdfs:comment "A unit for measuring duration of audio / video parts"@en ;
    rdfs:label "Duration unit"@en .

ms:DynamicElement
    a owl:Class ;
    rdfs:comment "Element represented in the video part of a resource"@en ;
    rdfs:label "Dynamic element"@en .

ms:EAGLES
    ms:url "http://www.ilc.cnr.it/EAGLES/browse.html" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "EAGLES"@en .

ms:ELG-SHARE
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "ELG-SHARE"@en .

ms:ELG_Domain001
    ms:conformsTo ms:ELG_domainClassification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:ELG_Domain002
    ms:conformsTo ms:ELG_domainClassification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:ELG_Domain003
    ms:conformsTo ms:ELG_domainClassification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:ELG_Domain004
    ms:conformsTo ms:ELG_domainClassification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:ELG_Domain005
    ms:conformsTo ms:ELG_domainClassification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:ELG_Domain006
    ms:conformsTo ms:ELG_domainClassification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:ELG_Domain007
    ms:conformsTo ms:ELG_domainClassification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:ELG_Domain008
    ms:conformsTo ms:ELG_domainClassification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:ELG_Domain009
    ms:conformsTo ms:ELG_domainClassification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:ELG_Domain010
    ms:conformsTo ms:ELG_domainClassification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:ELG_Domain011
    ms:conformsTo ms:ELG_domainClassification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:ELG_Domain012
    ms:conformsTo ms:ELG_domainClassification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:ELG_Domain013
    ms:conformsTo ms:ELG_domainClassification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:ELG_Domain014
    ms:conformsTo ms:ELG_domainClassification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:ELG_Domain015
    ms:conformsTo ms:ELG_domainClassification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:ELG_Domain016
    ms:conformsTo ms:ELG_domainClassification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:ELG_Domain017
    ms:conformsTo ms:ELG_domainClassification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:ELG_Domain018
    ms:conformsTo ms:ELG_domainClassification ;
    a ms:DomainIdentifier, owl:NamedIndividual .

ms:ELG_domainClassification
    a ms:DomainClassificationScheme, owl:NamedIndividual ;
    rdfs:label "ELG domain classification"@en .

ms:ELRA
    a ms:MembershipInstitution, owl:NamedIndividual ;
    rdfs:comment "European Language Resources Association (www.elra.eu)"@en ;
    rdfs:label "ELRA"@en .

ms:EMA
    a ms:SourceChannel, owl:NamedIndividual ;
    rdfs:label "EMA"@en .

ms:EML
    ms:url "https://www.w3.org/TR/2009/WD-emotionml-20091029/" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "EmotionML"@en ;
    skos:altLabel "EML"@en, "Emotion Markup Language"@en .

ms:EMMA
    ms:url "https://www.w3.org/TR/emma/" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "EMMA"@en ;
    skos:altLabel "Extensible MultiModal Annotation markup language"@en .

ms:EUC-JP
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "EUC-JP"@en .

ms:EUC-KR
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "EUC-KR"@en .

ms:EUROVOC
    ms:url "https://eur-lex.europa.eu/browse/eurovoc.html" ;
    a ms:DomainClassificationScheme, owl:NamedIndividual ;
    rdfs:label "EUROVOC"@en .

ms:EncodingLevel
    a owl:Class ;
    rdfs:comment "The linguistic level of analysis a lexical/conceptual resource or language description caters for as represented in its contents"@en ;
    rdfs:label "Encoding level"@en .

ms:Evaluation
    a owl:Class ;
    rdfs:comment "Each of the procedures and outcomes followed for evaluating the performance and other features of a tool/service"@en ;
    rdfs:label "Evaluation"@en .

ms:EvaluationCriterion
    a owl:Class ;
    rdfs:comment "The criterion of the evaluation of a tool"@en ;
    rdfs:label "Evaluation criterion"@en .

ms:EvaluationLevel
    a owl:Class ;
    rdfs:comment "The evaluation level"@en ;
    rdfs:label "Evaluation level"@en .

ms:EvaluationMeasure
    a owl:Class ;
    rdfs:comment "The evaluation measure (human or automatic)"@en ;
    rdfs:label "Evaluation measure"@en .

ms:EvaluationType
    a owl:Class ;
    rdfs:comment "Indicates the type of evaluation performed on a tool/service"@en ;
    rdfs:label "Evaluation type"@en .

ms:ExtratextualInformation
    a owl:Class ;
    rdfs:comment "The non-textual information contained in a lexical/conceptual resouce (e.g., images, videos, audios, etc.); it can be used as an alternative to fully describing them as a proper part of the resource when they are not as important as the textual part (e.g., cases of a dictionary with images attached to some lemmas)"@en ;
    rdfs:label "Extratextual information"@en .

ms:ExtratextualInformationUnit
    a owl:Class ;
    rdfs:comment "The unit on which the extratextual information in a lexical/conceptual resource is attached"@en ;
    rdfs:label "Extratextual information unit"@en .

ms:Framework
    a owl:Class ;
    rdfs:comment "The implementation framework used for developing and running a tool/service"@en ;
    rdfs:label "Framework"@en .

ms:FundingType
    a owl:Class ;
    rdfs:comment "A classification of the funding of a project with regard to the source of the funds"@en ;
    rdfs:label "Funding type"@en .

ms:GATE
    a ms:Framework, owl:NamedIndividual ;
    rdfs:label "GATE"@en .

ms:GB18030
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "GB18030"@en .

ms:GBK
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "GBK"@en .

ms:GMX
    ms:url "https://xtm.cloud/manuals/gmx-v/GMX-V-2.0.html" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "GMX"@en ;
    skos:altLabel "Global information management Metrics eXchange"@en .

ms:GSM
    a ms:SourceChannelType, owl:NamedIndividual ;
    rdfs:label "GSM"@en .

ms:Galaxy
    a ms:Framework, owl:NamedIndividual ;
    rdfs:label "Galaxy"@en .

ms:Genre
    a owl:Class ;
    rdfs:comment "A way of classifying a language resource with regard to the style, form and content"@en ;
    rdfs:label "Genre"@en ;
    rdfs:subClassOf ms:Classification .

ms:GeographicCoverageClassification
    dct:replaces msxml:geographicCoverageInfo .

ms:GrAF
    ms:url "http://www.xces.org/ns/GrAF/1.0/" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "GrAF"@en ;
    skos:altLabel "Graph Annotation Framework"@en .

ms:Grammar
    a owl:Class ;
    rdfs:comment "A set of rules governing what strings are valid or allowable in a language or text [https://en.oxforddictionaries.com/definition/grammar]"@en ;
    rdfs:label "Grammar"@en ;
    rdfs:subClassOf ms:LanguageDescription .

ms:GrammaticalPhenomenaCoverage
    a owl:Class ;
    rdfs:comment "An indication of the grammatical phenomena covered by the grammar"@en ;
    rdfs:label "Grammatical phenomena coverage"@en .

ms:Group
    a owl:Class ;
    rdfs:comment "A set of persons related to some aspect of a language resource, that do not have a legal status (e.g., a group of software developers working on the same software)"@en ;
    rdfs:label "Group"@en .

ms:GroupIdentifier
    a owl:Class ;
    rdfs:comment "A string used to uniquely identify a group"@en ;
    rdfs:label "Group identifier"@en ;
    rdfs:subClassOf datacite:AgentIdentifier, [
        a owl:Restriction ;
        owl:allValuesFrom datacite:OrganizationIdentifierScheme ;
        owl:onProperty datacite:usesIdentifierScheme
    ] .

ms:H2O
    a ms:Framework, owl:NamedIndividual ;
    rdfs:label "H2O"@en .

<http://w3id.org/meta-share/meta-share/HD.1080>
    a ms:ResolutionStandard, owl:NamedIndividual ;
    rdfs:label "HD.1080"@en .

<http://w3id.org/meta-share/meta-share/HD.720>
    a ms:ResolutionStandard, owl:NamedIndividual ;
    rdfs:label "HD.720"@en .

ms:HamNoSys
    ms:url "https://www.sign-lang.uni-hamburg.de/dgs-korpus/index.php/hamnosys-97.html" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "HamNoSys"@en ;
    skos:altLabel "Hamburg Sign Language Notation System"@en .

ms:HearingImpairmentOfParticipants
    a owl:Class ;
    rdfs:comment "Whether the group of participants contains persons with hearing impairments"@en ;
    rdfs:label "Hearing impairment of participants"@en .

ms:ISCII91
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "ISCII91"@en .

ms:ISDN
    a ms:SourceChannelType, owl:NamedIndividual ;
    rdfs:label "ISDN"@en .

ms:ISO-2022-JP
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "ISO-2022-JP"@en .

ms:ISO-2022-KR
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "ISO-2022-KR"@en .

ms:ISO-8859-1
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "ISO-8859-1"@en .

ms:ISO-8859-15
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "ISO-8859-15"@en .

ms:ISO-8859-2
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "ISO-8859-2"@en .

ms:ISO-8859-3
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "ISO-8859-3"@en .

ms:ISO-8859-4
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "ISO-8859-4"@en .

ms:ISO-8859-5
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "ISO-8859-5"@en .

ms:ISO-8859-6
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "ISO-8859-6"@en .

ms:ISO-8859-7
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "ISO-8859-7"@en .

ms:ISO-8859-8
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "ISO-8859-8"@en .

ms:ISO-8859-9
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "ISO-8859-9"@en .

ms:ISO-8860-13
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "ISO-8860-13"@en .

ms:ISO12620
    ms:url "http://www.datcatinfo.net/#/", "http://www.iso.org/sites/dcr-redirect/dcr.html" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "ISO12620"@en ;
    skos:altLabel "DCR"@en, "Data Category Repository"@en .

ms:ISO16642
    ms:url "http://xml.coverpages.org/ISO16642-200207.pdf" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "ISO16642"@en ;
    skos:altLabel "TMF"@en, "Terminological Markup Framework"@en .

ms:ISO1987
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:comment "Quality systems -- Model for quality assurance in design/development, production, installation and servicing"@en ;
    rdfs:label "ISO 9001:1987"@en .

ms:ISO2022_CN_CNS
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "ISO2022_CN_CNS"@en .

ms:ISO2022_CN_GB
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "ISO2022_CN_GB"@en .

ms:ISO26162
    ms:url "https://www.iso.org/standard/43427.html" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "ISO 26162"@en ;
    skos:altLabel "Systems to manage terminology, knowledge and content"@en .

ms:ISO30042
    ms:url "https://www.iso.org/standard/45797.html" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "ISO 30042"@en ;
    skos:altLabel "TBX"@en, "TermBase eXchange"@en .

ms:ISO704
    ms:url "https://www.iso.org/standard/38109.html" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "ISO704"@en ;
    skos:altLabel "Terminology work"@en .

ms:ImageFormat
    a owl:Class ;
    rdfs:comment "The format used for the image part of a resource"@en ;
    rdfs:label "Detailed image format"@en .

ms:ImageGenre
    a owl:Class ;
    rdfs:comment "A category of images characterized by a particular style, form, or content according to a specific classification scheme"@en ;
    rdfs:label "Image genre"@en ;
    rdfs:subClassOf ms:Genre, [
        a owl:Restriction ;
        owl:allValuesFrom ms:ImageGenreIdentifier ;
        owl:onProperty datacite:hasIdentifier
    ], [
        a owl:Restriction ;
        owl:allValuesFrom ms:CorpusImagePart ;
        owl:onProperty ms:genre
    ] .

ms:ImageGenreClassificationScheme
    a owl:Class ;
    rdfs:comment "A classification scheme devised by an authority for image genres"@en ;
    rdfs:label "Image genre classification scheme"@en ;
    rdfs:subClassOf ms:ClassificationScheme .

ms:ImageGenreIdentifier
    a owl:Class ;
    rdfs:comment "A string used to uniquely identify an image genre according to a specific classification scheme"@en ;
    rdfs:label "Image genre identifier"@en ;
    rdfs:subClassOf datacite:Identifier, [
        a owl:Restriction ;
        owl:allValuesFrom ms:ImageGenreClassificationScheme ;
        owl:onProperty ms:conformsTo
    ] .

ms:InkML
    ms:url "https://www.w3.org/TR/InkML/" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "Ink ML"@en ;
    skos:altLabel "Ink Markup Language"@en .

ms:Interactivity
    a owl:Class ;
    rdfs:comment "The level of conversational interaction between speakers (for audio component) or participants (for video component)"@en ;
    rdfs:label "Interactivity"@en .

ms:JISAutoDetect
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "JISAutoDetect"@en .

ms:KOI8-R
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "KOI8-R"@en .

ms:Keras
    a ms:Framework, owl:NamedIndividual ;
    rdfs:label "Keras"@en .

ms:LAF
    ms:url "https://www.iso.org/standard/37326.html" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "LAF"@en ;
    skos:altLabel "ISO 24612"@en, "Linguistic Annotation Framework"@en .

ms:LCRSubclass
    a owl:Class ;
    rdfs:comment "A classification of lexical/conceptual resources into types (used for descriptive reasons)"@en ;
    rdfs:label "LCR subclass"@en .

ms:LDC
    a ms:MembershipInstitution, owl:NamedIndividual ;
    rdfs:comment "Linguistic Data Consortium"@en ;
    rdfs:label "LDC"@en .

ms:LDTask
    a owl:Class ;
    rdfs:comment "Identifies the task performed by the language description"@en ;
    rdfs:label "Language description task"@en ;
    skos:note "add links to omtd-share operations"@en .

ms:LMF
    ms:url "http://www.lexicalmarkupframework.org/" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "LMF"@en ;
    skos:altLabel "Lexical Markup Framework"@en .

ms:LRIdentifier
    a owl:Class ;
    rdfs:comment "A string (e.g., PID, DOI, internal to an organization, etc.) used to uniquely identify a language resource"@en ;
    rdfs:label "Language Resource identifier"@en ;
    rdfs:subClassOf datacite:ResourceIdentifier, [
        a owl:Restriction ;
        owl:allValuesFrom ms:LRIdentifierScheme ;
        owl:onProperty datacite:usesIdentifierScheme
    ] .

ms:LRIdentifierScheme
    a owl:Class ;
    rdfs:comment "The name of the scheme according to which the LRT identifier is assigned by the authority that issues it (e.g., DOI, ISLRN, etc.)"@en ;
    rdfs:label "LR identifier scheme"@en ;
    rdfs:subClassOf datacite:ResourceIdentifierScheme ;
    skos:altLabel "Language Resource identifier scheme"@en .

ms:LTArea
    a owl:ObjectProperty ;
    rdfs:comment "Introduces a Language Technology-related area associated with the activities or domain of interest of an entity"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Division
            ms:Document
            ms:Group
            ms:Organization
            ms:Person
            ms:Project
        )
    ] ;
    rdfs:label "LT area"@en ;
    rdfs:range omtd:Operation ;
    skos:altLabel "Language Technology area"@en .

ms:LTIntegrator
    a ms:OrganizationRole, owl:NamedIndividual ;
    rdfs:label "LT integrator"@en ;
    skos:altLabel "Language Technology integrator"@en .

ms:LTSupplier
    a ms:OrganizationRole, owl:NamedIndividual ;
    rdfs:label "LT supplier"@en ;
    skos:altLabel "Language Technology supplier"@en .

ms:LTUser
    a ms:OrganizationRole, owl:NamedIndividual ;
    rdfs:label "LT user"@en ;
    skos:altLabel "Language Technology user"@en .

ms:LanguageDescription
    a owl:Class ;
    rdfs:comment "A resource that describes a language or some aspect(s) of a language via a systematic documentation of linguistic structures"@en ;
    rdfs:label "Language description"@en ;
    rdfs:subClassOf ms:DataLanguageResource, [
        a owl:Restriction ;
        owl:allValuesFrom ms:DatasetDistribution ;
        owl:onProperty ms:distribution
    ] .

ms:LanguageDescriptionImagePart
    a owl:Class ;
    rdfs:comment "The part (or whole set) of a language description that consists of images (e.g., a grammar part with photos or images for sign languages)"@en ;
    rdfs:label "Language description image part"@en ;
    rdfs:subClassOf ms:LanguageDescriptionMediaPart .

ms:LanguageDescriptionMediaPart
    a owl:Class ;
    rdfs:comment "A part/segment of a language description based on its media type classification"@en ;
    rdfs:label "Language description part"@en ;
    rdfs:subClassOf ms:MediaPart .

ms:LanguageDescriptionTextPart
    a owl:Class ;
    rdfs:comment "The textual part (or whole set) of a language description"@en ;
    rdfs:label "Language description text part"@en ;
    rdfs:subClassOf ms:LanguageDescriptionMediaPart .

ms:LanguageDescriptionVideoPart
    a owl:Class ;
    rdfs:comment "The part (or whole set) of a language description that consists of videos (e.g., a grammar part with videos for sign languages)"@en ;
    rdfs:label "Language description video part"@en ;
    rdfs:subClassOf ms:LanguageDescriptionMediaPart .

ms:LanguageModel
    a owl:Class ;
    rdfs:comment "A statistical language model is a probability distribution over sequences of words. Given such a sequence, say of length m, it assigns a probability P (w1, ..., wm) to the whole sequence. [from Wikipedia (https://en.wikipedia.org/wiki/Language_model)]"@en ;
    rdfs:label "Language model"@en ;
    rdfs:subClassOf ms:LanguageDescription ;
    skos:altLabel "Statistical language model"@en .

ms:LanguageResource
    a owl:Class ;
    rdfs:comment "A resource composed of linguistic material used in the construction, improvement and/or evaluation of language processing applications, but also, in a broader sense, in language and language-mediated research studies and applications; the term is used with a broader meaning, encompassing (a) data sets (textual, multimodal/multimedia and lexical data, grammars, language models, etc.) in machine readable form, and (b) tools/technologies/services used for their processing and management."@en ;
    rdfs:label "Language Resource"@en ;
    rdfs:subClassOf ms:DescribedEntity, [
        a owl:Restriction ;
        owl:allValuesFrom ms:LRIdentifier ;
        owl:onProperty datacite:hasIdentifier
    ] ;
    skos:altLabel "LR"@en .

ms:LanguageVariety
    a owl:Class ;
    rdfs:comment "A particular linguistic system used in a specific region or by a social group"@en ;
    rdfs:label "Language variety"@en .

ms:LanguageVarietyType
    a owl:Class ;
    rdfs:comment "A classification for language varieties"@en ;
    rdfs:label "Language variety type"@en .

ms:LemmaType
    a owl:Class ;
    rdfs:comment "A type of content included in a language resource pertaining to the lemma"@en ;
    rdfs:label "Lemma type"@en ;
    rdfs:subClassOf ms:ContentType .

ms:LexicalConceptualResource
    a owl:Class ;
    rdfs:comment "A resource organised on the basis of lexical or conceptual entries (lexical items, terms, concepts, etc.) with their supplementary information (e.g., grammatical, semantic, statistical information, etc.)"@en ;
    rdfs:label "Lexical/Conceptual resource"@en ;
    rdfs:subClassOf ms:DataLanguageResource, [
        a owl:Restriction ;
        owl:allValuesFrom ms:DatasetDistribution ;
        owl:onProperty ms:distribution
    ], [
        a owl:Restriction ;
        owl:allValuesFrom ms:LexicalConceptualResourceMediaPart ;
        owl:onProperty ms:mediaPart
    ] .

ms:LexicalConceptualResourceAudioPart
    a owl:Class ;
    rdfs:comment "The part (or whole set of) a lexical/conceptual resource that consists of audio elements (e.g., a set of audio files for a lexicon)"@en ;
    rdfs:label "Lexical/Conceptual resource audio part"@en ;
    rdfs:subClassOf ms:LexicalConceptualResourceMediaPart .

ms:LexicalConceptualResourceImagePart
    a owl:Class ;
    rdfs:comment "A part (or whole set of) a lexical/conceptual resource that consists of images (e.g., a set of images used for a lexicon)"@en ;
    rdfs:label "Lexical/Conceptual resource image part"@en ;
    rdfs:subClassOf ms:LexicalConceptualResourceMediaPart .

ms:LexicalConceptualResourceMediaPart
    a owl:Class ;
    rdfs:comment "A part/segment of a lexical/conceptual resource based on its media type classification"@en ;
    rdfs:label "Lexical/ Conceptual resource part"@en ;
    rdfs:subClassOf ms:MediaPart .

ms:LexicalConceptualResourceTextPart
    a owl:Class ;
    rdfs:comment "A part (or whole set) of a lexical/conceptual resource that consists of textual elements"@en ;
    rdfs:label "Lexical/Conceptual resource text part"@en ;
    rdfs:subClassOf ms:LexicalConceptualResourceMediaPart .

ms:LexicalConceptualResourceVideoPart
    a owl:Class ;
    rdfs:comment "The part (or whole set) of a lexical/conceptual resource that consists of videos (e.g., a set of video files for the lexicon of a sign language)"@en ;
    rdfs:label "Lexical/Conceptual resource video part"@en ;
    rdfs:subClassOf ms:LexicalConceptualResourceMediaPart .

ms:LicenceCategory
    a owl:Class ;
    rdfs:comment "A classification scheme for licences"@en ;
    rdfs:label "Licence category"@en ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:allValuesFrom ms:LicenceCategoryScheme ;
        owl:onProperty ms:conformsTo
    ] .

ms:LicenceCategoryScheme
    a owl:Class ;
    rdfs:comment "The name of the scheme according to which a category is assigned to a licence"@en ;
    rdfs:label "Licence category scheme"@en .

ms:LicenceIdentifier
    a owl:Class ;
    rdfs:comment "A string used to uniquely identify a licence"@en ;
    rdfs:label "Licence identifier"@en-uk ;
    rdfs:subClassOf datacite:ResourceIdentifier, [
        a owl:Restriction ;
        owl:allValuesFrom ms:LicenceIdentifierScheme ;
        owl:onProperty datacite:usesIdentifierScheme
    ] .

ms:LicenceIdentifierScheme
    a owl:Class ;
    rdfs:comment "The name of the scheme according to which an identifier is assigned to a licence by the authority that issues it"@en ;
    rdfs:label "Licence identifier scheme"@en ;
    rdfs:subClassOf datacite:ResourceIdentifierScheme .

ms:LicenceTerms
    a owl:Class ;
    rdfs:comment "A legal document (licence or terms of use/service) with which the language resource is distributed"@en ;
    rdfs:label "Licence"@en-uk ;
    rdfs:subClassOf cc:License, ms:DescribedEntity, [
        a owl:Restriction ;
        owl:allValuesFrom ms:LicenceIdentifier ;
        owl:onProperty datacite:hasIdentifier
    ] ;
    skos:note "Kanella test"@en, """Until now, this included an enumerated list of individuals; I think it's better to treat them as proper entities with name, identifier, etc. 

This means that for the editors we need to 
- add a set of well known licences using the SPDX codes (https://spdx.org/licenses/) and any set already in RDF form (e.g., https://github.com/creativecommons/cc.licenserdf/tree/master/cc/licenserdf/licenses and Victor's list) with our own extra elements
- allow them to add a new licence with the specific elements that we want
- add the clarin licence categories & conditions of use with the ODRL representation


Note: I have created a file with the CC-rdf licences and its ontology so that I can edit them and add the supplementary features => under MS ontologies, file testrdflicencesCC.txt"""@en .

ms:LicenseInfo
    rdfs:comment "Links a resource to the licence under which it is distributed; values are taken from a list of standard licences"@en .

ms:LingualityType
    a owl:Class ;
    rdfs:comment "Classification of a resource (part) based on the number of languages it includes"@en ;
    rdfs:label "Linguality type"@en .

ms:LinkToOtherMedia
    a owl:Class ;
    rdfs:comment "The links between different media parts of a multimedia resource"@en ;
    rdfs:label "Link to other media"@en .

ms:LΤRelatedTo
    a owl:ObjectProperty ;
    rdfs:comment "Links a tool/service (the one being described) to a language resource that bears some relation to it"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "LT tool/service related to"@en ;
    rdfs:range ms:DataLanguageResource ;
    rdfs:subPropertyOf ms:isRelatedTo ;
    owl:inverseOf ms:isRelatedToLT .

ms:MAD
    a ms:Metric, owl:NamedIndividual ;
    rdfs:label "MAD"@en ;
    skos:altLabel "Mean Annotations per Document"@en .

ms:MAF
    ms:url "https://www.iso.org/standard/51934.html" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "MAF"@en ;
    skos:altLabel "ISO 24611"@en, "Morpho-syntactic Annotation Framework"@en .

ms:MDRecordRelatedTo
    a owl:ObjectProperty ;
    rdfs:comment "Links an external metadata record that has some relation with the metadata record of the resource being described or the resource itself"@en ;
    rdfs:domain ms:MetadataRecord ;
    rdfs:label "metadata record related to"@en ;
    rdfs:range [
        a owl:Class ;
        owl:unionOf (ms:LanguageResource
            ms:MetadataRecord
        )
    ] ;
    rdfs:subPropertyOf ms:isRelatedTo ;
    owl:inverseOf ms:isRelatedToMDRecord .

ms:MDTV
    a ms:Metric, owl:NamedIndividual ;
    rdfs:label "MDTV"@en ;
    skos:altLabel "Mean Time per Document Volume"@en .

ms:META-SHARE
    a ms:MembershipInstitution, owl:NamedIndividual ;
    rdfs:label "META-SHARE"@en .

ms:MLIF
    ms:url "https://www.iso.org/standard/37330.html" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "MLIF"@en ;
    skos:altLabel "ISO 24616"@en, "Multilingual Information Framework"@en .

ms:MLModel
    a owl:Class ;
    rdfs:comment "The model artifact that is created through a training process involving an ML algorithm (that is, the learning algorithm) and the training data to learn from."@en ;
    rdfs:label "Machine Learning model"@en ;
    rdfs:subClassOf ms:LanguageDescription ;
    skos:altLabel "ML model"@en .

ms:MMI
    ms:url "https://www.w3.org/TR/mmi-framework/" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "MMI"@en ;
    skos:altLabel "Multi-Modal Interaction framework"@en .

ms:MS874
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "MS874"@en .

ms:MS_AG001
    ms:conformsTo ms:MS_audioGenreClassification ;
    a ms:AudioGenreIdentifier, owl:NamedIndividual .

ms:MS_AG002
    ms:conformsTo ms:MS_audioGenreClassification ;
    a ms:AudioGenreIdentifier, owl:NamedIndividual .

ms:MS_AG003
    ms:conformsTo ms:MS_audioGenreClassification ;
    a ms:AudioGenreIdentifier, owl:NamedIndividual .

ms:MS_AG004
    ms:conformsTo ms:MS_audioGenreClassification ;
    a ms:AudioGenreIdentifier, owl:NamedIndividual .

ms:MS_AG005
    ms:conformsTo ms:MS_audioGenreClassification ;
    a ms:AudioGenreIdentifier, owl:NamedIndividual .

ms:MS_AG006
    ms:conformsTo ms:MS_audioGenreClassification ;
    a ms:AudioGenreIdentifier, owl:NamedIndividual .

ms:MS_SG001
    ms:conformsTo ms:MS_SpeechGenreClassification ;
    a ms:SpeechGenreIdentifier, owl:NamedIndividual .

ms:MS_SG002
    ms:conformsTo ms:MS_SpeechGenreClassification ;
    a ms:SpeechGenreIdentifier, owl:NamedIndividual .

ms:MS_SG003
    ms:conformsTo ms:MS_SpeechGenreClassification ;
    a ms:SpeechGenreIdentifier, owl:NamedIndividual .

ms:MS_SG004
    ms:conformsTo ms:MS_SpeechGenreClassification ;
    a ms:SpeechGenreIdentifier, owl:NamedIndividual .

ms:MS_SG005
    ms:conformsTo ms:MS_SpeechGenreClassification ;
    a ms:SpeechGenreIdentifier, owl:NamedIndividual .

ms:MS_SG006
    ms:conformsTo ms:MS_SpeechGenreClassification ;
    a ms:SpeechGenreIdentifier, owl:NamedIndividual .

ms:MS_SG007
    ms:conformsTo ms:MS_SpeechGenreClassification ;
    a ms:SpeechGenreIdentifier, owl:NamedIndividual .

ms:MS_SG008
    ms:conformsTo ms:MS_SpeechGenreClassification ;
    a ms:SpeechGenreIdentifier, owl:NamedIndividual .

ms:MS_SG009
    ms:conformsTo ms:MS_SpeechGenreClassification ;
    a ms:SpeechGenreIdentifier, owl:NamedIndividual .

ms:MS_SG010
    a ms:SpeechGenreIdentifier, owl:NamedIndividual .

ms:MS_SG011
    ms:conformsTo ms:MS_SpeechGenreClassification ;
    a ms:SpeechGenreIdentifier, owl:NamedIndividual .

ms:MS_SG012
    ms:conformsTo ms:MS_SpeechGenreClassification ;
    a ms:SpeechGenreIdentifier, owl:NamedIndividual .

ms:MS_SG013
    a ms:SpeechGenreIdentifier, owl:NamedIndividual .

ms:MS_SpeechGenreClassification
    a ms:SpeechGenreClassificationScheme, owl:NamedIndividual ;
    rdfs:label "META-SHARE speech genre classification scheme"@en .

ms:MS_audioGenreClassification
    a ms:AudioGenreClassificationScheme, owl:NamedIndividual ;
    rdfs:label "META-SHARE audio genre classification scheme"@en .

ms:MTBF
    a ms:Metric, owl:NamedIndividual ;
    rdfs:label "MTBF"@en ;
    skos:altLabel "Mean Time Between Failures"@en .

ms:MTSA
    a ms:Metric, owl:NamedIndividual ;
    rdfs:label "MTSA"@en ;
    skos:altLabel "Mean Time Seek Annotations"@en .

ms:MTTR
    a ms:Metric, owl:NamedIndividual ;
    rdfs:label "MTTR"@en ;
    skos:altLabel "Mean Time To Repair"@en .

ms:MULTEXT
    ms:url "https://tei-c.org/activities/projects/multilingual-text-tools-and-corpora-multext/" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "MULTEXT"@en .

ms:MUMIN
    ms:url "https://cst.dk/mumin/" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "MUMIN"@en ;
    skos:altLabel "MUltiModal INterfaces"@en .

ms:MXNet
    a ms:Framework, owl:NamedIndividual ;
    rdfs:label "MXNet"@en .

ms:MacArabic
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "MacArabic"@en .

ms:MacCentralEurope
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "MacCentralEurope"@en .

ms:MacCroatian
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "MacCroatian"@en .

ms:MacCyrillic
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "MacCyrillic"@en .

ms:MacDingbat
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "MacDingbat"@en .

ms:MacGreek
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "MacGreek"@en .

ms:MacHebrew
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "MacHebrew"@en .

ms:MacIceland
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "MacIceland"@en .

ms:MacRoman
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "MacRoman"@en .

ms:MacRomania
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "MacRomania"@en .

ms:MacSymbol
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "MacSymbol"@en .

ms:MacThai
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "MacThai"@en .

ms:MacTurkish
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "MacTurkish"@en .

ms:MacUkraine
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "MacUkraine"@en .

ms:MeSH_classification
    ms:url "http://www.openclinical.org/medTermMesh.html" ;
    a ms:SubjectClassificationScheme, owl:NamedIndividual ;
    rdfs:label "MeSH"@en ;
    skos:altLabel "Medical Subject Headings"@en .

ms:MediaPart
    a owl:Class ;
    rdfs:comment "A part of a language resource based on the media type it belongs to (e.g., text, audio, video parts of a corpus or lexicon)"@en ;
    rdfs:label "Media part"@en .

ms:MediaType
    a owl:Class ;
    rdfs:comment "A classification of language resource parts based on the physical medium they are available in (e.g., text, video, audio)"@en ;
    rdfs:label "Media type"@en .

ms:MembershipInstitution
    a owl:Class ;
    rdfs:comment "An institution with members that can benefit from specific conditions on the use of a resource (e.g. discount, unlimited access, etc.)"@en ;
    rdfs:label "Membership institution"@en .

ms:MetadataRecord
    a owl:Class ;
    rdfs:comment "A set of formalized structured information used to describe the contents, structure, function, etc., of an entity, usually according to a specific set of rules (metadata schema)"@en ;
    rdfs:label "Metadata record"@en ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:allValuesFrom ms:MetadataSchema ;
        owl:onProperty ms:compliesWith
    ] ;
    owl:equivalentClass dcat:CatalogRecord .

ms:MetadataRecordIdentifier
    a owl:Class ;
    rdfs:comment "A string (e.g., PID, DOI, internal to an organization, etc.) used to uniquely identify a metadata record"@en ;
    rdfs:label "Metadata record identifier"@en ;
    rdfs:subClassOf datacite:ResourceIdentifier, [
        a owl:Restriction ;
        owl:allValuesFrom ms:MetadataRecordIdentifierScheme ;
        owl:onProperty datacite:usesIdentifierScheme
    ] .

ms:MetadataRecordIdentifierScheme
    a owl:Class ;
    rdfs:comment "The name of the scheme according to which the metadata record identifier is assigned by the authority that issues it (e.g., DOI, URL, etc.)"@en ;
    rdfs:label "Metadata record identifier scheme"@en ;
    rdfs:subClassOf datacite:ResourceIdentifierScheme .

ms:MetadataSchema
    a owl:Class ;
    rdfs:comment "A formal set of metadata elements organized in a specific way"@en ;
    rdfs:label "Metadata schema"@en .

ms:Metric
    a owl:Class ;
    rdfs:comment "The metric used for the evaluation of the tool/service"@en ;
    rdfs:label "Metric"@en .

ms:MicrosoftCognitiveToolkit
    a ms:Framework, owl:NamedIndividual ;
    rdfs:label "Microsoft Cognitive Toolkit"@en .

ms:ModalityType
    a owl:Class ;
    rdfs:comment "A classification of modalities represented in the resource or processed by a tool/service"@en ;
    rdfs:label "Modality type"@en .

ms:MorphologicalType
    a owl:Class ;
    rdfs:comment "A type of content included in a language resource pertaining to the morphological level"@en ;
    rdfs:label "Morphological type"@en ;
    rdfs:subClassOf ms:ContentType .

ms:MultilingualityType
    a owl:Class ;
    rdfs:comment "A classification of a bi/multilingual resource (part) into parallel, comparable or mixed"@en ;
    rdfs:label "Multilinguality type"@en .

ms:NGramModel
    a owl:Class ;
    rdfs:comment "A language model consisting of n-grams, i.e., specific sequences of a number of words"@en ;
    rdfs:label "N-gram model"@en ;
    rdfs:subClassOf ms:LanguageDescription .

ms:NLM_classification
    a ms:SubjectClassificationScheme, owl:NamedIndividual ;
    rdfs:comment "Classification scheme of the National Library of Medicine (https://www.nlm.nih.gov/class/)"@en ;
    rdfs:label "NLM classification scheme"@en .

ms:Naturality
    a owl:Class ;
    rdfs:comment "The level of naturality for multimodal/multimedia resources"@en ;
    rdfs:label "Naturality"@en .

ms:NeuralNetwork
    a owl:Class ;
    rdfs:comment "A set of algorithms, modeled loosely after the human brain, designed to recognize patterns [adapted from https://skymind.ai/wiki/neural-network]"@en ;
    rdfs:label "Neural network"@en ;
    rdfs:subClassOf ms:MLModel .

ms:NoiseLevel
    a owl:Class ;
    rdfs:comment "The level of background noise"@en ;
    rdfs:label "Noise level"@en .

ms:NonSpeechItem
    a owl:Class ;
    rdfs:comment "A non-speech element that maybe included in the audio corpus or lexical/conceptual resource"@en ;
    rdfs:label "Non-speech item"@en .

ms:OAXAL
    ms:url "https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=oaxal" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "OAXAL"@en ;
    skos:altLabel "OASIS Open Architecture for XML Authoring and Localization Reference Model"@en .

ms:OMTDShareRightsStatementScheme
    a ms:AccessRightsStatementScheme, owl:NamedIndividual ;
    rdfs:label "OMTD-SHARE rights statement scheme"@en .

ms:OpenAIRE
    a ms:MetadataRecordIdentifierScheme, ms:ProjectIdentifierScheme, owl:NamedIndividual ;
    rdfs:label "OpenAIRE"@en .

ms:OperatingSystem
    a owl:Class ;
    rdfs:comment "The operating system on which the software is compatible with"@en ;
    rdfs:label "operating system"@en .

ms:Organization
    a owl:Class ;
    rdfs:comment "A company or other group of people that works together for a particular purpose [https://dictionary.cambridge.org/dictionary/english/organization]"@en-uk ;
    rdfs:label "Organization"@en ;
    rdfs:subClassOf foaf:Organization ;
    skos:altLabel "Organisation"@en-uk .

ms:OrganizationLegalStatus
    a owl:Class ;
    rdfs:comment "A classification vocabulary for organizations as legal entities"@en ;
    rdfs:label "Organization legal status"@en .

ms:OrganizationRole
    a owl:Class ;
    rdfs:comment "A vocabulary for classifying organizations according to their role in relation to Language Technology"@en ;
    rdfs:label "Organization role"@en .

ms:Origin
    a owl:Class ;
    rdfs:comment "The relation of the language of the group of participants with respect to the acquisition stage"@en ;
    rdfs:label "Origin"@en .

ms:PAROLE_G001
    ms:conformsTo ms:PAROLE_genreClassification ;
    a ms:TextGenreIdentifier, owl:NamedIndividual .

ms:PAROLE_G002
    ms:conformsTo ms:PAROLE_genreClassification ;
    a ms:TextGenreIdentifier, owl:NamedIndividual .

ms:PAROLE_G003
    ms:conformsTo ms:PAROLE_genreClassification ;
    a ms:TextGenreIdentifier, owl:NamedIndividual .

ms:PAROLE_G004
    ms:conformsTo ms:PAROLE_genreClassification ;
    a ms:TextGenreIdentifier, owl:NamedIndividual .

ms:PAROLE_G005
    ms:conformsTo ms:PAROLE_genreClassification ;
    a ms:TextGenreIdentifier, owl:NamedIndividual .

ms:PAROLE_G006
    ms:conformsTo ms:PAROLE_genreClassification ;
    a ms:TextGenreIdentifier, owl:NamedIndividual .

ms:PAROLE_G007
    ms:conformsTo ms:PAROLE_genreClassification ;
    a ms:TextGenreIdentifier, owl:NamedIndividual .

ms:PAROLE_G008
    ms:conformsTo ms:PAROLE_genreClassification ;
    a ms:TextGenreIdentifier, owl:NamedIndividual .

ms:PAROLE_G009
    ms:conformsTo ms:PAROLE_genreClassification ;
    a ms:TextGenreIdentifier, owl:NamedIndividual .

ms:PAROLE_genreClassification
    a ms:TextGenreClassificationScheme, owl:NamedIndividual ;
    rdfs:label "PAROLE_genre classification scheme"@en .

ms:PAROLE_topicClassification
    a ms:SubjectClassificationScheme, owl:NamedIndividual ;
    rdfs:label "PAROLE_topic classification scheme"@en .

ms:Parameter
    a owl:Class ;
    rdfs:comment "A a special kind of variable in computer programming language that is used to pass information between functions or procedures [from https://www.techopedia.com/definition/3725/parameter-param]"@en ;
    rdfs:label "Parameter"@en .

ms:ParameterType
    a owl:Class ;
    rdfs:comment "A specific (not yet standardised) typing system for parameters (e.g., whether it's boolean, string, integer, a document, mapping, etc.)"@en ;
    rdfs:label "Parameter type"@en .

ms:Participant
    a owl:Class ;
    rdfs:comment "A person that has participated in the recording of the audio, video, sensorimotor (textNumerical) part of the resource"@en ;
    rdfs:label "Participant"@en ;
    rdfs:subClassOf ms:Person .

ms:PerformanceIndicator
    a owl:Class ;
    rdfs:comment "The performance indicator used in the evaluation of a software given in the form of the metric used and reporting on the measure and unit of measure for this"@en ;
    rdfs:label "Performance indicator"@en .

ms:Person
    a owl:Class ;
    rdfs:comment "A human being"@en ;
    rdfs:label "Person"@en ;
    rdfs:subClassOf foaf:Person, [
        a owl:Restriction ;
        owl:allValuesFrom datacite:PersonalIdentifier ;
        owl:onProperty datacite:hasIdentifier
    ] ;
    skos:note "Subclass of foaf to exclude imaginary persons"@en .

ms:PreviousAnnotationTypesPolicy
    a owl:Class ;
    rdfs:comment "Policy types that a tool/service has with respect to the annotation types included in the annotated resource that it takes as input (i.e. whether it keeps, modifies or drops them in the output resource)"@en ;
    rdfs:label "Previous annotation types policy"@en .

ms:ProcessMode
    a owl:Class ;
    rdfs:comment "Classification of the mode of operation applied when processing a resource"@en ;
    rdfs:label "Process mode"@en .

ms:ProcessingResource
    a owl:Class ;
    rdfs:comment "A set of requirements posed on the resource that is input for processing by a tool/service"@en ;
    rdfs:label "Input content resource"@en .

ms:ProcessingResourceType
    a owl:Class ;
    rdfs:comment "The type of the resource that a tool/service takes as input or produces as output"@en ;
    rdfs:label "Processing resource type"@en ;
    skos:note "Unsure of the values for audio/video files"@en .

ms:Project
    a owl:Class ;
    rdfs:comment "A set of operations undertaken as a whole by an individual or organization and related to some aspect of the lifecycle of the language resource (e.g., funding, deployment, etc.)"@en ;
    rdfs:label "Project"@en ;
    rdfs:subClassOf ms:DescribedEntity, foaf:Project, [
        a owl:Restriction ;
        owl:allValuesFrom ms:ProjectIdentifier ;
        owl:onProperty datacite:hasIdentifier
    ] .

ms:ProjectIdentifier
    a owl:Class ;
    rdfs:comment "A string (e.g., PID, internal to an organization, issued by the funding authority, etc.) used to uniquely identify a project"@en ;
    rdfs:label "Project identifier"@en ;
    rdfs:subClassOf datacite:ResourceIdentifier, [
        a owl:Restriction ;
        owl:allValuesFrom ms:ProjectIdentifierScheme ;
        owl:onProperty datacite:usesIdentifierScheme
    ] .

ms:ProjectIdentifierScheme
    a owl:Class ;
    rdfs:comment "The name of the scheme according to which an identifier is assigned to a project by the authority that issues it"@en ;
    rdfs:label "Project identifier scheme"@en ;
    rdfs:subClassOf datacite:ResourceIdentifierScheme .

ms:PyTorch
    a ms:Framework, owl:NamedIndividual ;
    rdfs:label "PyTorch"@en .

ms:Quality
    a owl:Class ;
    rdfs:comment "The quality level of image part(s) of a resource"@en ;
    rdfs:label "Quality"@en-uk .

ms:REST
    a ms:WebServiceType, owl:NamedIndividual ;
    rdfs:label "REST"@en .

ms:RGB
    a ms:ColourSpace, owl:NamedIndividual ;
    rdfs:label "RGB"@en .

ms:RasterOrVectorGraphics
    a owl:Class ;
    rdfs:comment "Type of graphics of the image part(s) of a resource"@en ;
    rdfs:label "Raster or vector graphics"@en .

ms:RecordingDeviceType
    a owl:Class ;
    rdfs:comment "The nature of the recording platform hardware and the storage medium"@en ;
    rdfs:label "Recording device type"@en .

ms:RecordingEnvironment
    a owl:Class ;
    rdfs:comment "A setting where the recording of a multimedia resource took place"@en ;
    rdfs:label "Recording environment"@en .

ms:RecordingQuality
    a owl:Class ;
    rdfs:comment "Indication of the audio or video recording quality"@en ;
    rdfs:label "Recording quality"@en-uk .

ms:RelatedLexiconType
    a owl:Class ;
    rdfs:comment "Indicates the type for the lexica that must or can be used with the grammar"@en ;
    rdfs:label "Related lexicon type"@en .

ms:Relation
    a owl:Class ;
    rdfs:comment "A relation holding between two language resources (e.g., a raw corpus and its annotated version, the annotation tool used for it, etc.)"@en ;
    rdfs:label "Relation"@en .

ms:RepositoryIdentifier
    a owl:Class ;
    rdfs:comment "A string (e.g., PID, DOI, internal to an organization, etc.) used to uniquely identify a repository"@en ;
    rdfs:label "Repository identifier"@en ;
    rdfs:subClassOf datacite:AgentIdentifier, [
        a owl:Restriction ;
        owl:allValuesFrom ms:RepositoryIdentifierScheme ;
        owl:onProperty datacite:usesIdentifierScheme
    ] .

ms:RepositoryIdentifierScheme
    a owl:Class ;
    rdfs:comment "The name of the scheme used to identify a repository"@en ;
    rdfs:label "Repository identifier scheme"@en ;
    rdfs:subClassOf datacite:AgentIdentifierScheme .

ms:RequiredHardware
    a owl:Class ;
    rdfs:comment "Type of hardware required for running a tool and/or computational grammar"@en ;
    rdfs:label "Required hardware"@en .

ms:Resolution
    a owl:Class ;
    rdfs:comment "The image resolution used for the video/image part(s) of a resource"@en ;
    rdfs:label "Resolution"@en .

ms:ResolutionStandard
    a owl:Class ;
    rdfs:comment "The standard to which the resolution conforms"@en ;
    rdfs:label "Resolution standard"@en .

ms:RightsStatementOrgScheme
    a ms:AccessRightsStatementScheme, owl:NamedIndividual ;
    rdfs:label "Rights_Statements_Org scheme"@en .

ms:SNR
    a ms:AudioQualityMeasureIncluded, owl:NamedIndividual ;
    rdfs:label "SNR"@en .

ms:SOAP
    a ms:WebServiceType, owl:NamedIndividual ;
    rdfs:label "SOAP"@en .

ms:SPDX
    ms:url "https://spdx.org/licenses/" ;
    a ms:LicenceIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "Value for LicenceIdentifierScheme referring to the codes (identifiers) for licences used by SPDX (https://spdx.org/licenses/))"@en ;
    rdfs:label "SPDX"@en .

ms:SRX
    ms:url "https://www.gala-global.org/srx-20-april-7-2008" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "SRX"@en ;
    skos:altLabel "Segmentation Rules eXchange"@en .

ms:ScenarioType
    a owl:Class ;
    rdfs:comment "A classification of the task defined for the conversation or the interaction of participants in a multimedia resource"@en ;
    rdfs:label "Scenario type"@en .

ms:SceneIllumination
    a owl:Class ;
    rdfs:comment "Information on the illumination of the scene"@en ;
    rdfs:label "Scene illumination"@en .

ms:Scikit-Learn
    a ms:Framework, owl:NamedIndividual ;
    rdfs:label "Scikit-Learn"@en .

ms:SegmentationLevel
    a owl:Class ;
    rdfs:comment "The level at which a resource may be segmented (e.g., clause, word, unit, etc.)"@en ;
    rdfs:label "Segmentation level"@en .

ms:SemAF
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "Semantic Annotation Framework"@en .

ms:SemAF-DA
    ms:url "https://www.iso.org/standard/76443.html" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "SemAF-DA"@en ;
    skos:altLabel "Semantic Annotation Framework - Dialogue Acts"@en .

ms:SemAF-DS
    ms:url "https://www.iso.org/obp/ui/#iso:std:iso:ts:24617:-5:ed-1:v1:en" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "SemAF-DS"@en ;
    skos:altLabel "Semantic Annotation Framework - Discourse Structure"@en .

ms:SemAF-NE
    ms:url "http://semanticweb.kaist.ac.kr/research/tc37sc4/new_doc/iso_tc37_sc4_N796_wg2_proposed_WD_24617-3_SemAF-NE.pdf" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "SemAF-NE"@en ;
    skos:altLabel "Semantic Annotation Framework - Named Entities"@en .

ms:SemAF-SR
    ms:url "https://www.iso.org/standard/56866.html" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "SemAF-SR"@en ;
    skos:altLabel "Semantic Annotation Framework - Semantic Roles"@en .

ms:SemanticType
    a owl:Class ;
    rdfs:comment "A type of content included in a language resource pertaining to the semantic level"@en ;
    rdfs:label "Semantic type"@en ;
    rdfs:subClassOf ms:ContentType .

ms:Sex
    a owl:Class ;
    rdfs:comment "Either of the two major forms of individuals that occur in many species and that are distinguished respectively as female or male especially on the basis of their reproductive organs and structures [https://www.merriam-webster.com/dictionary/sex]"@en ;
    rdfs:label "Sex"@en .

ms:Shift_JIS
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "Shift_JIS"@en .

ms:SignConvention
    a owl:Class ;
    rdfs:comment "Binary representation of numbers"@en ;
    rdfs:label "Sign convention"@en .

ms:SignalEncoding
    a owl:Class ;
    rdfs:comment "The encoding of the audio type of a multimedia resource"@en ;
    rdfs:label "Signal encoding"@en .

ms:Size
    a owl:Class ;
    rdfs:comment "The size of the resource with regard to the SizeUnit measurement in form of a number"@en ;
    rdfs:label "Size"@en .

ms:SizeUnit
    a owl:Class ;
    rdfs:comment "The unit of measurement used for determining and describing the size of a resource (part)"@en ;
    rdfs:label "Size unit"@en .

ms:SocialMediaOccupationalAccount
    a owl:Class ;
    rdfs:comment "The details for the social media or occupational account of a person or organization"@en ;
    rdfs:label "Social media occupational account"@en .

ms:SocialMediaOccupationalAccountType
    a owl:Class ;
    rdfs:comment "A list of social media"@en ;
    rdfs:label "Social media account occupational type"@en .

ms:SoftwareDistribution
    a owl:Class ;
    rdfs:comment "Any form with which software is distributed (e.g., web services, executable or code files, etc.)"@en ;
    rdfs:label "Software distribution"@en ;
    rdfs:subClassOf ms:Distribution, [
        a owl:Restriction ;
        owl:allValuesFrom ms:SoftwareDistributionForm ;
        owl:onProperty ms:distributionForm
    ] .

ms:SoftwareDistributionForm
    a owl:Class ;
    rdfs:comment "The medium, delivery channel or form (e.g., source code, API, web service, etc.) through which a software object is distributed"@en ;
    rdfs:label "Software distribution form"@en ;
    rdfs:subClassOf ms:DistributionForm .

ms:SourceChannel
    a owl:Class ;
    rdfs:comment "Information on the source channel"@en ;
    rdfs:label "Source channel"@en .

ms:SourceChannelType
    a owl:Class ;
    rdfs:comment "Type of the source channel"@en ;
    rdfs:label "Source channel type"@en .

ms:SpeakingImpairmentOfParticipants
    a owl:Class ;
    rdfs:comment "Whether the group of participants contains persons withwith speakingimpairments"@en ;
    rdfs:label "Speaking impairment of participants"@en .

ms:SpeechGenre
    a owl:Class ;
    rdfs:comment "A category for the conventionalized discourse of the speech part of a language resource, based on extra-linguistic and internal linguistic criteria"@en ;
    rdfs:label "Speech genre"@en ;
    rdfs:subClassOf ms:Genre, [
        a owl:Restriction ;
        owl:allValuesFrom ms:SpeechGenreIdentifier ;
        owl:onProperty datacite:hasIdentifier
    ], [
        a owl:Restriction ;
        owl:allValuesFrom ms:CorpusAudioPart ;
        owl:onProperty ms:genre
    ] .

ms:SpeechGenreClassificationScheme
    a owl:Class ;
    rdfs:comment "A classification scheme used for speech genres devised by an authority or organization"@en ;
    rdfs:label "Speech genre classification scheme"@en ;
    rdfs:subClassOf ms:ClassificationScheme .

ms:SpeechGenreIdentifier
    a owl:Class ;
    rdfs:comment "A string used to uniquely identify a speech genre according to a specific classification scheme"@en ;
    rdfs:label "Speech genre identifier"@en ;
    rdfs:subClassOf datacite:Identifier, [
        a owl:Restriction ;
        owl:allValuesFrom ms:SpeechGenreClassificationScheme ;
        owl:onProperty ms:conformsTo
    ] .

ms:SpeechInfluence
    a owl:Class ;
    rdfs:comment "A factor influencing speech"@en ;
    rdfs:label "Speech influence"@en .

ms:SpeechItem
    a owl:Class ;
    rdfs:comment "An element contained in an audio recording that is pronounced and annotated as such"@en ;
    rdfs:label "Speech item"@en .

ms:StandardBestPractice
    a owl:Class ;
    rdfs:comment "A standard or best practice widely used to which the lexical/conceptual resource or corpus conforms to"@en ;
    rdfs:label "Standard/Best practice"@en ;
    skos:note "some of these are only formats rather than standards; how can we distinguish?"@en .

ms:StaticElement
    a owl:Class ;
    rdfs:comment "The static elements visible on images"@en ;
    rdfs:label "Static element"@en .

ms:Subject
    a owl:Class ;
    rdfs:comment "A situation, event, thing, etc. that is discussed in the contents of a language resource"@en ;
    rdfs:label "Subject"@en ;
    rdfs:subClassOf ms:Classification ;
    skos:altLabel "Topic"@en .

ms:SubjectClassificationScheme
    a owl:Class ;
    rdfs:comment "A classification scheme used for subjects/topics devised by an authority or organization"@en ;
    rdfs:label "Subject classification scheme"@en ;
    rdfs:subClassOf ms:ClassificationScheme .

ms:SubjectIdentifier
    a owl:Class ;
    rdfs:comment "A string used to uniquely identify a subject according to a specific classification scheme"@en ;
    rdfs:label "Subject identifier"@en ;
    rdfs:subClassOf datacite:Identifier, [
        a owl:Restriction ;
        owl:allValuesFrom ms:SubjectClassificationScheme ;
        owl:onProperty ms:conformsTo
    ] .

ms:Subset
    a owl:Class ;
    rdfs:comment "A subset of a language resource in terms of a specific parameter (e.g., per domain, time coverage, linguistic level of representation, etc.)"@en ;
    rdfs:label "Subset"@en .

ms:SupportType
    a owl:Class ;
    rdfs:comment "The type of support provided for the use of a resource"@en ;
    rdfs:label "Support type"@en .

ms:SynAF
    ms:url "https://www.iso.org/standard/62508.html" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "SynAF"@en ;
    skos:altLabel "Syntactic Annotation Framework"@en .

ms:SyntacticType
    a owl:Class ;
    rdfs:comment "A type of content included in a language resource pertaining to the syntactic level"@en ;
    rdfs:label "Syntactic type"@en ;
    rdfs:subClassOf ms:ContentType .

ms:SyntacticoSemanticType
    a owl:Class ;
    rdfs:comment "A type of content included in a language resource pertaining to the syntactico-semantic level"@en ;
    rdfs:label "Syntactico-semantic type"@en ;
    rdfs:subClassOf ms:ContentType .

ms:T-HPair
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "T-H pair"@en .

ms:TBX
    ms:url "https://www.tbxinfo.net/tbx-about/" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "TBX"@en ;
    skos:altLabel "TermBase eXchange"@en .

ms:TEI
    ms:url "https://tei-c.org/" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "TEI"@en ;
    skos:altLabel "Text Encoding Initiative"@en .

ms:TEI_P3
    ms:url "https://www.tei-c.org/Vault/GL/P3/index.htm" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "TEI P3"@en ;
    skos:altLabel "Text Encoding Initiative P3"@en .

ms:TEI_P4
    ms:url "https://tei-c.org/Vault/P4/doc/html/" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "TEI P4"@en ;
    skos:altLabel "Text Encoding Initiative P4"@en .

ms:TEI_P5
    ms:url "https://tei-c.org/guidelines/p5/" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "TEI P5"@en ;
    skos:altLabel "Text Encoding Initiative P5"@en .

ms:TIS-620
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "TIS-620"@en .

ms:TMX
    ms:url "http://www.opentag.com/tmx.htm" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "TMX"@en ;
    skos:altLabel "Translation Memory eXchange"@en .

ms:TRL
    a owl:Class ;
    rdfs:comment "An indicator of the maturity level of particular technologies according to a measurement system defined by EC [adapted from https://ec.europa.eu/info/funding-tenders/opportunities/portal/screen/support/faq/2890]"@en ;
    rdfs:label "TRL"@en ;
    skos:altLabel "Technology Readiness Level"@en .

ms:TST-CENTRALE
    a ms:MembershipInstitution, owl:NamedIndividual ;
    rdfs:label "TST-Centrale"@en .

ms:TensorFlow
    a ms:Framework, owl:NamedIndividual ;
    rdfs:label "TensorFlow"@en .

ms:TextGenre
    a owl:Class ;
    rdfs:comment "A category of text characterized by a particular style, form, or content according to a specific classification scheme"@en ;
    rdfs:label "Text genre"@en ;
    rdfs:subClassOf ms:Genre, [
        a owl:Restriction ;
        owl:allValuesFrom ms:TextGenreIdentifier ;
        owl:onProperty datacite:hasIdentifier
    ], [
        a owl:Restriction ;
        owl:allValuesFrom ms:CorpusTextPart ;
        owl:onProperty ms:genre
    ] .

ms:TextGenreClassificationScheme
    a owl:Class ;
    rdfs:comment "A classification scheme used for text genres devised by an authority or organization"@en ;
    rdfs:label "Text genre classification scheme"@en ;
    rdfs:subClassOf ms:ClassificationScheme .

ms:TextGenreIdentifier
    a owl:Class ;
    rdfs:comment "A string used to uniquely identify a text genre according to a specific classification scheme"@en ;
    rdfs:label "Text genre identifier"@en ;
    rdfs:subClassOf datacite:Identifier, [
        a owl:Restriction ;
        owl:allValuesFrom ms:TextGenreClassificationScheme ;
        owl:onProperty ms:conformsTo
    ] .

ms:TextIncludedInImage
    a owl:Class ;
    rdfs:comment "Provides information on the type of text that may be on the image"@en ;
    rdfs:label "Text included in image"@en .

ms:TextIncludedInVideo
    a owl:Class ;
    rdfs:comment "The presence or not of text in or in conjunction with the video and, if yes, the type"@en ;
    rdfs:label "Text included in video"@en .

ms:TextNumericalFormat
    a owl:Class ;
    rdfs:comment "The format(s) of the textNumerical part of the resource"@en ;
    rdfs:label "TextNumerical format"@en .

ms:TextType
    a owl:Class ;
    rdfs:comment "An abstract category designed to characterize the main structure of a particular text or one of its parts according to its dominant properties [from https://www.lhn.uni-hamburg.de/node/121.html]"@en ;
    rdfs:label "Text type"@en ;
    rdfs:subClassOf ms:Classification, [
        a owl:Restriction ;
        owl:allValuesFrom ms:TextTypeIdentifier ;
        owl:onProperty datacite:hasIdentifier
    ] .

ms:TextTypeClassificationScheme
    a owl:Class ;
    rdfs:comment "A classification scheme used for text types devised by an authority or organization"@en ;
    rdfs:label "Text type classification scheme"@en ;
    rdfs:subClassOf ms:ClassificationScheme .

ms:TextTypeIdentifier
    a owl:Class ;
    rdfs:comment "A string used to uniquely identify a text type according to a specific classification scheme"@en ;
    rdfs:label "Text type identifier"@en ;
    rdfs:subClassOf datacite:Identifier, [
        a owl:Restriction ;
        owl:allValuesFrom ms:TextTypeClassificationScheme ;
        owl:onProperty ms:conformsTo
    ] .

ms:ThreeD
    a ms:VisualModelling, owl:NamedIndividual ;
    rdfs:label "3D"@en .

ms:ThreeG
    a ms:SourceChannelType, owl:NamedIndividual ;
    rdfs:label "3G"@en .

ms:TimeCoverageClassification
    dct:replaces msxml:timeCoverageInfo .

ms:TimeML
    ms:url "http://www.timeml.org/" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "TimeML"@en ;
    skos:altLabel "Time Markup Language"@en .

ms:ToolService
    a owl:Class ;
    rdfs:comment "A tool/service/any piece of software that performs language processing and/or any Language Technology related operation."@en ;
    rdfs:label "Language Technology tool/service"@en ;
    rdfs:subClassOf ms:LanguageResource ;
    skos:altLabel "LT tool/service"@en .

ms:TranslationType
    a owl:Class ;
    rdfs:comment "A type of content included in a language resource relevant to the translation procedure"@en ;
    rdfs:label "Translation type"@en ;
    rdfs:subClassOf ms:ContentType .

ms:TwoD
    a ms:VisualModelling, owl:NamedIndividual ;
    rdfs:label "2D"@en .

ms:UDC_classification
    ms:url "http://www.udcc.org/" ;
    a ms:DomainClassificationScheme, owl:NamedIndividual ;
    rdfs:label "UDC"@en ;
    skos:altLabel "Universal Decimal Classification"@en .

ms:UIMA
    a ms:Framework, owl:NamedIndividual ;
    rdfs:label "UIMA"@en .

ms:US-ASCII
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "US-ASCII"@en .

ms:UTF-16
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "UTF-16"@en .

ms:UTF-16BE
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "UTF-16BE"@en .

ms:UTF-16LE
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "UTF-16LE"@en .

ms:UTF-8
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "UTF-8"@en .

ms:UsageType
    a owl:Class ;
    rdfs:comment "A type of content included in a language resource encoding usage information"@en ;
    rdfs:label "Usage type"@en ;
    rdfs:subClassOf ms:ContentType .

ms:UserType
    a owl:Class ;
    rdfs:comment "Classification type for users of a language resource; usually required for assessing the licensing or pricing policies for the use of the resource"@en ;
    rdfs:label "User type"@en .

ms:VGA
    a ms:ResolutionStandard, owl:NamedIndividual ;
    rdfs:label "VGA"@en .

ms:VOIP
    a ms:SourceChannelType, owl:NamedIndividual ;
    rdfs:label "VOIP"@en .

ms:Validation
    a owl:Class ;
    rdfs:comment "Each of the procedures and outcomes followed for validating a language resource, i.e. confirming that its contents/structure/operation is as claimed after careful examination"@en ;
    rdfs:label "Validation"@en .

ms:ValidationExtent
    a owl:Class ;
    rdfs:comment "The resource coverage in terms of validated data"@en ;
    rdfs:label "Validation extent"@en .

ms:ValidationType
    a owl:Class ;
    rdfs:comment "Classification of validation that indicates whether the validation was made on the contents or on formal aspects of the resource"@en ;
    rdfs:label "Validation type"@en .

ms:VersionType
    a owl:Class ;
    rdfs:comment "A type of versioning vocabulary used mainly for works (e.g., scholarly articles, books, etc.) that go through a formal review process before final publication, marked with major changes across the versions"@en ;
    rdfs:label "Version type"@en ;
    skos:note "When the COAR vocabulary is published (cf. https://www.coar-repositories.org/activities/repository-interoperability/coar-vocabularies/version-type-vocabulary/) check again"@en .

ms:VideoFormat
    a owl:Class ;
    rdfs:label "Detailed video format"@en ;
    owl:backwardCompatibleWith "The format of a video (part of a) resource"@en .

ms:VideoGenre
    a owl:Class ;
    rdfs:comment "A classification of video parts based on extra-linguistic and internal linguistic criteria and reflected on the video style, form or content"@en ;
    rdfs:label "Video genre"@en ;
    rdfs:subClassOf ms:Genre, [
        a owl:Restriction ;
        owl:allValuesFrom ms:VideoGenreIdentifier ;
        owl:onProperty datacite:hasIdentifier
    ], [
        a owl:Restriction ;
        owl:allValuesFrom ms:CorpusVideoPart ;
        owl:onProperty ms:genre
    ] .

ms:VideoGenreClassificationScheme
    a owl:Class ;
    rdfs:comment "A classification scheme devised by an authority for video genres"@en ;
    rdfs:label "Video genre classification scheme"@en ;
    rdfs:subClassOf ms:ClassificationScheme .

ms:VideoGenreIdentifier
    a owl:Class ;
    rdfs:comment "A string used to uniquely identify a video genre according to a specific classification scheme"@en ;
    rdfs:label "Video genre identifier"@en ;
    rdfs:subClassOf datacite:Identifier, [
        a owl:Restriction ;
        owl:allValuesFrom ms:VideoGenreClassificationScheme ;
        owl:onProperty ms:conformsTo
    ] .

ms:VisualModelling
    a owl:Class ;
    rdfs:comment "The dimensional form applied on the video or image part(s) of a corpus"@en ;
    rdfs:label "Visual modelling"@en .

ms:VocalTractCondition
    a owl:Class ;
    rdfs:comment "The vocal tract condition that may influence the speech of the participant"@en ;
    rdfs:label "Vocal tract condition"@en .

ms:WebServiceType
    a owl:Class ;
    rdfs:comment "A classification of web services based on the protocol used for accessing them"@en ;
    rdfs:label "Web service type"@en .

ms:WordEmbedding
    a owl:Class ;
    rdfs:comment "Word embedding is the collective name for a set of language modeling and feature learning techniques in natural language processing where words or phrases from the vocabulary are mapped to vectors of real numbers. [wikipedia]"@en ;
    rdfs:label "Word embedding"@en ;
    rdfs:subClassOf ms:MLModel .

ms:XCES
    ms:url "http://www.xces.org/" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "XCES"@en ;
    skos:altLabel "Corpus Encoding Standard for XML"@en .

ms:XLIFF
    ms:url "http://docs.oasis-open.org/xliff/v1.2/os/xliff-core.html" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "XLIFF"@en ;
    skos:altLabel "XML Localization Interchange File Format"@en .

ms:YUV
    a ms:ColourSpace, owl:NamedIndividual ;
    rdfs:label "YUV"@en .

ms:aLaw
    a ms:SignalEncoding, owl:NamedIndividual ;
    rdfs:label "A-law"@en .

ms:aac
    a ms:CompressionName, owl:NamedIndividual ;
    rdfs:label "AAC"@en ;
    skos:altLabel "Advanced Audio Coding"@en .

ms:abbreviation
    a ms:LemmaType, owl:NamedIndividual ;
    rdfs:label "abbreviation"@en .

ms:abstract
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces a summary of the contents of a document"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "abstract"@en ;
    rdfs:range rdf:langString .

ms:academic
    a ms:UserType, owl:NamedIndividual ;
    rdfs:comment "Value for 'user type' reserved for individuals affiliated to academir or, in general, educational or research institutions and the respective organisations"@en ;
    rdfs:label "academic"@en .

ms:academic1
    ms:conformsTo ms:ClarinLicenceCategoryScheme ;
    a ms:LicenceCategory, owl:NamedIndividual ;
    rdfs:label "academic"@en ;
    skos:altLabel "ACA"@en .

ms:academicInstitution
    a ms:OrganizationLegalStatus, owl:NamedIndividual ;
    rdfs:label "academic institution"@en .

ms:academicText
    datacite:hasIdentifier ms:ClarinEl_TT001 ;
    a ms:TextType, owl:NamedIndividual ;
    rdfs:label "academic text"@en .

ms:academicUser
    a ms:ConditionOfUse, owl:NamedIndividual ;
    rdfs:label "academic user"@en .

ms:accentuation
    a ms:AudioType, owl:NamedIndividual ;
    rdfs:label "accentuation"@en .

ms:accepted
    a ms:VersionType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Version type' used for versions as accepted for publication (following a reviewing process that may have introduced changes from the submitted version)"@en ;
    rdfs:label "accepted"@en .

ms:accessLocation
    a owl:DatatypeProperty ;
    rdfs:comment "A URL where the resource can be accessed from; it can be used for landing pages or for cases where the resource is accessible via an interface, i.e. cases where the resource itself is not provided with a direct link for downloading"@en ;
    rdfs:domain ms:Distribution ;
    rdfs:label "access location"@en ;
    rdfs:range xsd:anyURI ;
    rdfs:subPropertyOf ms:distributionLocation .

ms:accessRights
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the rights for accessing the distributable form(s) of a language resource (preferrably in accordance to a formalised vocabulary)"@en ;
    rdfs:domain ms:Distribution ;
    rdfs:label "access rights"@en ;
    rdfs:range ms:AccessRightsStatement .

ms:accesses
    a owl:ObjectProperty ;
    rdfs:comment "Links a tool/service B that is (or can be) used for accessing LR A (e.g., a corpus workbench, s/w for lexicon access) to the LR A"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "accesses"@en ;
    rdfs:range [
        a owl:Class ;
        owl:unionOf (ms:DataLanguageResource
            ms:MediaPart
        )
    ] ;
    rdfs:subPropertyOf ms:LΤRelatedTo ;
    owl:inverseOf ms:isAccessedBy .

ms:accessibleThroughInterface
    a ms:DatasetDistributionForm, owl:NamedIndividual ;
    rdfs:comment "Value for distribution medium, used for corpora and lexical/conceptual resources that can be accessed via a human-intended interface (e.g., corpus workbench, lexicon browsing interface, etc.)"@en ;
    rdfs:label "accessible through interface"@en .

ms:accessibleThroughQuery
    a ms:DatasetDistributionForm, owl:NamedIndividual ;
    rdfs:comment "Value for dataset distribution medium, used for lexical/conceptual resources that can be accessed via a SPARQL endpoint"@en ;
    rdfs:label "accessible through query"@en .

ms:actorRelatedTo
    a owl:ObjectProperty ;
    rdfs:comment "Links actors to a language resource with which they have some relation"@en ;
    rdfs:domain ms:Actor ;
    rdfs:label "actor related to"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:isRelatedTo ;
    owl:inverseOf ms:isRelatedToActor .

ms:actualUse
    a owl:ObjectProperty ;
    rdfs:comment "Provides information on how the resource has been used (e.g., in a project, for a publication, for testing a tool/service, etc.)"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "actual use"@en ;
    rdfs:range ms:ActualUse .

ms:actualUseDetails
    a owl:DatatypeProperty ;
    rdfs:comment "Describes in free text specific use cases or situations where the language resource has been used"@en ;
    rdfs:domain ms:ActualUse ;
    rdfs:label "actual use details"@en ;
    rdfs:range rdf:langString .

ms:additionalHWRequirements
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies hardware requirements that are needed for running a tool/service"@en ;
    rdfs:domain ms:SoftwareDistribution ;
    rdfs:label "additional h/w requirements"@en ;
    rdfs:range xsd:string ;
    skos:altLabel "additional hardware requirements"@en .

ms:address
    a owl:DatatypeProperty ;
    rdfs:comment "The street and the number of the postal address of a person or organization"@en ;
    rdfs:domain ms:AddressSet ;
    rdfs:label "address"@en ;
    rdfs:range rdf:langString .

ms:addressSet
    a owl:ObjectProperty ;
    rdfs:comment "Links to the physical address of an organization, group or person represented as a set of distinct elements (street, number, zip code, city, etc.)"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Affiliation
            ms:Division
            ms:Group
            ms:Organization
            ms:Person
        )
    ] ;
    rdfs:label "address"@en ;
    rdfs:range ms:AddressSet .

ms:administrativeText
    datacite:hasIdentifier ms:ClarinEl_TT008 ;
    a ms:TextType, owl:NamedIndividual ;
    rdfs:label "administrative text"@en .

ms:adult
    a ms:AgeGroup, owl:NamedIndividual ;
    rdfs:label "adult"@en .

ms:advertising
    datacite:hasIdentifier ms:PAROLE_G002 ;
    a ms:TextGenre, owl:NamedIndividual ;
    rdfs:label "advertising"@en .

ms:advertisingAndPublicRelations
    datacite:hasIdentifier ms:DDC659 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Advertising & Public Relations"@en .

ms:affiliatedOrganization
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the organization that a person is affiliated with or works for"@en ;
    rdfs:domain ms:Affiliation ;
    rdfs:label "affiliated organization"@en ;
    rdfs:range ms:Organization .

ms:affiliation
    a owl:ObjectProperty ;
    rdfs:comment "Introduces information on an organization to whom the person is affiliated and the data relevant to this relation (i.e. position, email, etc.)"@en ;
    rdfs:domain ms:Person ;
    rdfs:label "affiliation"@en ;
    rdfs:range ms:Affiliation .

ms:age
    a owl:DatatypeProperty ;
    rdfs:comment "Age of a person"@en ;
    rdfs:domain ms:Participant ;
    rdfs:label "age"@en ;
    rdfs:range xsd:int .

ms:ageGroup
    a owl:ObjectProperty ;
    rdfs:comment "The age group to which the participant belongs"@en ;
    rdfs:domain ms:Participant ;
    rdfs:label "age group"@en ;
    rdfs:range ms:AgeGroup .

ms:ageGroupOfParticipants
    a owl:ObjectProperty ;
    rdfs:comment "The age range of the group of participants"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusImagePart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "age group of participants"@en ;
    rdfs:range ms:AgeGroup .

ms:ageRangeEndOfParticipants
    a owl:DatatypeProperty ;
    rdfs:comment "End of age range of the group of participants"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusImagePart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "age range end of participants"@en ;
    rdfs:range xsd:int .

ms:ageRangeStartOfParticipants
    a owl:DatatypeProperty ;
    rdfs:comment "Start of age range of the group of participants"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusImagePart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "age range start of participants"@en ;
    rdfs:range xsd:int .

ms:agriculture
    datacite:hasIdentifier ms:DDC630 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:comment "The science, art, or practice of cultivating the soil, producing crops, and raising livestock and in varying degrees the preparation and marketing of the resulting products [https://www.merriam-webster.com/dictionary/agriculture]"@en ;
    rdfs:label "Agriculture"@en .

ms:airTrafficControl
    datacite:hasIdentifier ms:MS_SG001 ;
    a ms:SpeechGenre, owl:NamedIndividual ;
    rdfs:label "air traffic control"@en .

ms:airflow
    a ms:SourceChannel, owl:NamedIndividual ;
    rdfs:label "airflow"@en .

ms:alcohol
    a ms:SpeechInfluence, owl:NamedIndividual ;
    rdfs:label "alcohol"@en .

ms:algorithm
    a owl:DatatypeProperty ;
    rdfs:comment "Identifies the training algorithm used for the model (e.g., maximum entropy, svm, etc.)"@en ;
    rdfs:domain ms:MLModel ;
    rdfs:label "algorithm"@en ;
    rdfs:range rdf:langString .

ms:algorithmDetails
    a owl:DatatypeProperty ;
    rdfs:comment "Provides a detailed description of the algorithm, incl. info on whether it's supervised or not"@en ;
    rdfs:domain ms:MLModel ;
    rdfs:label "algorithm details"@en ;
    rdfs:range rdf:langString .

ms:alias
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces a name used for a participant of a multimedia resource instead of his/her real one"@en ;
    rdfs:domain ms:Participant ;
    rdfs:label "alias"@en ;
    rdfs:range rdf:langString .

ms:alternativeTitle
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces an alternative title (e.g. short title) used for the document being described"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "alternative title"@en ;
    rdfs:range rdf:langString ;
    rdfs:subPropertyOf dct:alternative .

ms:amount
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the number of units that constitute anything that can be measured (e.g. size of a data resource or cost, etc.)"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Cost
            ms:Size
        )
    ] ;
    rdfs:label "amount"@en ;
    rdfs:range xsd:float .

ms:analysis
    a ms:LDTask, owl:NamedIndividual ;
    rdfs:label "analysis"@en .

ms:anaphora
    a ms:GrammaticalPhenomenaCoverage, owl:NamedIndividual ;
    rdfs:label "anaphora"@en .

ms:anaphoraResolution
    a ms:LDTask, owl:NamedIndividual ;
    rdfs:label "anaphora resolution"@en .

ms:android
    a ms:OperatingSystem, owl:NamedIndividual ;
    rdfs:label "Android"@en .

ms:anechoicChamber
    a ms:RecordingEnvironment, owl:NamedIndividual ;
    rdfs:label "anechoic chamber"@en .

ms:animalVocalization
    datacite:hasIdentifier ms:MS_AG006 ;
    a ms:AudioGenre, owl:NamedIndividual ;
    rdfs:label "animal vocalization"@en .

ms:animalsZoology
    datacite:hasIdentifier ms:DDC590 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Animals (Zoology)"@en .

ms:annotatedCorpus
    a ms:CorpusSubclass, owl:NamedIndividual ;
    rdfs:comment "A corpus that has been processed and thus includes the raw data and the automatic or manual annotations that have been added to them"@en ;
    rdfs:label "annotated corpus"@en .

ms:annotatedElement
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the elements annotated at each annotation level"@en ;
    rdfs:domain ms:Annotation ;
    rdfs:label "annotated element"@en ;
    rdfs:range ms:AnnotatedElement .

ms:annotation
    a owl:ObjectProperty ;
    rdfs:comment "Links a corpus to its annotated part(s)"@en ;
    rdfs:domain ms:CorpusMediaPart ;
    rdfs:label "annotation"@en ;
    rdfs:range ms:Annotation .

ms:annotationEndDate
    a owl:DatatypeProperty ;
    rdfs:comment "The date in which the annotation process has ended"@en ;
    rdfs:domain ms:Annotation ;
    rdfs:label "annotation end date"@en ;
    rdfs:range xsd:date .

ms:annotationMode
    a owl:ObjectProperty ;
    rdfs:comment "Indicates whether the resource is annotated manually or by automatic processes"@en ;
    rdfs:domain ms:Annotation ;
    rdfs:label "annotation mode"@en ;
    rdfs:range ms:ProcessMode ;
    rdfs:subPropertyOf ms:processMode .

ms:annotationModeDetails
    a owl:DatatypeProperty ;
    rdfs:comment "Provides further information on annotation process "@en ;
    rdfs:domain ms:Annotation ;
    rdfs:label "annotation mode details"@en ;
    rdfs:range rdf:langString .

ms:annotationReport
    a owl:ObjectProperty ;
    rdfs:comment "Links to a report describing the annotation process, tool, method, etc. of the language resource"@en ;
    rdfs:domain ms:Annotation ;
    rdfs:label "annotation report"@en ;
    rdfs:range ms:Document ;
    rdfs:subPropertyOf ms:isDocumentedBy ;
    owl:inverseOf ms:documentsAnnotation .

ms:annotationResource
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the annotation resource used for annotating a corpus or that has been used for the input resource of a tool/service or that should be used (dependency) for the annotation"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:MLModel
            ms:ProcessingResource
            ms:ToolService
        )
    ] ;
    rdfs:label "annotation resource"@en ;
    rdfs:range ms:LexicalConceptualResource ;
    rdfs:subPropertyOf ms:dependsOn ;
    owl:inverseOf ms:isAnnotationResourceOf .

ms:annotationSchema
    a owl:ObjectProperty ;
    rdfs:comment "The annotation schema used for annotating a resource or for the input resource (if annotated) of a tool/service or that should be used (dependency) for the annotation"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:MLModel
            ms:ProcessingResource
            ms:ToolService
        )
    ] ;
    rdfs:label "annotation schema"@en ;
    rdfs:range ms:LexicalConceptualResource ;
    rdfs:subPropertyOf ms:dependsOn ;
    owl:inverseOf ms:isAnnotationSchemaOf .

ms:annotationScheme
    a ms:LCRSubclass, owl:NamedIndividual ;
    rdfs:comment "A set of elements and values designed to annotate data. It usually consists in a formal representation. It aims to represent a specific level of information, such as morphological features of words, syntactic dependency relations between phrases, discourse level information, etc. It can consist of a flat structure of elements and values (e.g., part-of-speech tags) or it can be more complex with interrelated elements (e.g., specific morphological features to be used for each part-of-speech)."@en ;
    rdfs:label "annotation scheme"@en .

ms:annotationStandoff
    a owl:DatatypeProperty ;
    rdfs:comment "Indicates whether the annotation is created inline or in a stand-off fashion"@en ;
    rdfs:domain ms:Annotation ;
    rdfs:label "annotation standoff"@en ;
    rdfs:range xsd:boolean .

ms:annotationStartDate
    a owl:DatatypeProperty ;
    rdfs:comment "The date in which the annotation process has started"@en ;
    rdfs:domain ms:Annotation ;
    rdfs:label "annotation start date"@en ;
    rdfs:range xsd:date .

ms:annotationType
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the annotation type of the annotated version(s) of a resource or the annotation type a tool/ service requires or produces as an output"@en ;
    rdfs:domain ms:Annotation ;
    rdfs:label "annotation type"@en ;
    rdfs:range omtd:AnnotationType .

ms:annotationsCorpus
    a ms:CorpusSubclass, owl:NamedIndividual ;
    rdfs:comment "A corpus of annotations without the raw data"@en ;
    rdfs:label "annotations corpus"@en .

ms:annotator
    a owl:ObjectProperty ;
    rdfs:comment "Identifies the person or organisation responsible for the annotation of a resource"@en ;
    rdfs:domain ms:Annotation ;
    rdfs:label "annotator"@en ;
    rdfs:range ms:Actor ;
    rdfs:subPropertyOf ms:isRelatedToActor ;
    owl:inverseOf ms:isAnnotatorOf .

ms:anonymizationDetails
    a owl:DatatypeProperty ;
    rdfs:comment "If the resource has been anonymized, this field can be used for entering more information, e.g., tool or method used for the anonymization, by whom it has been performed, whether there was any check of the results, etc."@en ;
    rdfs:domain ms:DataLanguageResource ;
    rdfs:label "anonymization details"@en ;
    rdfs:range rdf:langString .

ms:anonymized
    a owl:DatatypeProperty ;
    rdfs:comment "Indicates whether the language resource has been anonymized"@en ;
    rdfs:domain ms:DataLanguageResource ;
    rdfs:label "anonymized"@en ;
    rdfs:range xsd:boolean .

ms:antonym
    a ms:SemanticType, owl:NamedIndividual ;
    rdfs:label "antonym"@en .

ms:apiSpecification
    a ms:DocumentationType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Documentation type' used for the specification description of an API"@en ;
    rdfs:label "API specification"@en .

ms:applicationWord
    a ms:SpeechItem, owl:NamedIndividual ;
    rdfs:label "application word"@en .

ms:appliedPhysics
    datacite:hasIdentifier ms:DDC621 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Applied Physics"@en .

ms:architecture
    datacite:hasIdentifier ms:DDC720 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Architecture"@en .

ms:arm
    a ms:BodyPart, owl:NamedIndividual ;
    rdfs:label "arm"@en .

ms:article
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "article"@en .

ms:article1
    a ms:DocumentType, owl:NamedIndividual ;
    rdfs:comment "An article from a journal or magazine"@en ;
    rdfs:label "article"@en .

ms:artifactPart
    a owl:DatatypeProperty ;
    rdfs:comment "Indicates the parts of the artifacts represented in the image corpus"@en ;
    rdfs:domain ms:StaticElement ;
    rdfs:label "artifact part"@en ;
    rdfs:range rdf:langString .

ms:artsAndRecreation
    datacite:hasIdentifier ms:DDC700 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Arts & Recreation"@en .

ms:aspect
    a ms:MorphologicalType, owl:NamedIndividual ;
    rdfs:label "aspect"@en .

ms:assisted
    a ms:Naturality, owl:NamedIndividual ;
    rdfs:label "assisted"@en .

ms:association
    a ms:OrganizationLegalStatus, owl:NamedIndividual ;
    rdfs:label "association"@en .

ms:astronomy
    datacite:hasIdentifier ms:DDC520 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Astronomy"@en .

ms:atrac
    a ms:CompressionName, owl:NamedIndividual ;
    rdfs:label "altrac"@en .

ms:attached
    a ms:RelatedLexiconType, owl:NamedIndividual ;
    rdfs:label "attached"@en .

ms:attachedLexiconPosition
    a owl:DatatypeProperty ;
    rdfs:comment "Indicates the position of the lexicon, if attached to the grammar"@en ;
    rdfs:domain ms:LanguageDescription ;
    rdfs:label "attached lexicon position"@en ;
    rdfs:range rdf:langString .

ms:attribution
    a ms:ConditionOfUse, owl:NamedIndividual, odrl:Set ;
    rdfs:comment "Value for 'ConditionOfUse' that states that the use of a language resource must acknowledge it with an attribution note usually according to terms specified in the licensing document"@en ;
    rdfs:label "attribution"@en ;
    odrl:permission [
        odrl:duty [
            odrl:action cc:Attribution
        ]
    ] .

ms:attributionText
    a owl:DatatypeProperty ;
    rdfs:comment "The text that must be quoted for attribution purposes when using a resource - for cases where a resource is provided with a restriction on attribution"@en ;
    rdfs:domain ms:Distribution ;
    rdfs:label "attribution text"@en ;
    rdfs:range rdf:langString .

ms:audience
    a owl:ObjectProperty ;
    rdfs:comment "Indicates the intended audience size of a multimedia resource"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "audience"@en ;
    rdfs:range ms:Audience .

ms:audio
    a ms:MediaType, owl:NamedIndividual ;
    rdfs:comment "Value for 'MediaType' for the form of a language resource (part) composed of or relating to sound(s)"@en ;
    rdfs:label "audio"@en .

ms:audioFormat
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the features of the format of the audio part of a language resource"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:LexicalConceptualResourceAudioPart
        )
    ] ;
    rdfs:label "detailed audio format"@en ;
    rdfs:range ms:AudioFormat .

ms:audioQualityMeasureIncluded
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the audio quality measures"@en ;
    rdfs:domain ms:AudioFormat ;
    rdfs:label "audio quality measure included"@en ;
    rdfs:range ms:AudioQualityMeasureIncluded .

ms:author
    a owl:ObjectProperty ;
    rdfs:comment "Introduces the details for a person that has created the document being described"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "author"@en ;
    rdfs:range ms:Person .

ms:automatic
    a ms:ProcessMode, owl:NamedIndividual ;
    rdfs:comment "Value for 'Process mode' and its subclasses used for fully automatic processes where the results of the process have undergone no manual edits"@en ;
    rdfs:label "automatic"@en .

ms:automatic1
    a ms:EvaluationMeasure, owl:NamedIndividual ;
    rdfs:label "automatic"@en .

ms:auxiliary
    a ms:MorphologicalType, owl:NamedIndividual ;
    rdfs:label "auxiliary"@en .

ms:availability
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the availability status of the resource"@en ;
    rdfs:domain ms:Distribution ;
    rdfs:label "availability"@en ;
    rdfs:range ms:Availability .

ms:availabilityEndDate
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the end date of availability of a resource - only for cases where a resource is available for a restricted time period."@en ;
    rdfs:domain ms:Distribution ;
    rdfs:label "availability end date"@en ;
    rdfs:range xsd:date .

ms:availabilityStartDate
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the start date of availability of a resource - only for cases where a resource is available for a restricted time period."@en ;
    rdfs:domain ms:Distribution ;
    rdfs:label "availability start date"@en ;
    rdfs:range xsd:date .

ms:available
    a ms:Availability, owl:NamedIndividual ;
    rdfs:comment "For resources available through the infrastructure"@en ;
    rdfs:label "available"@en .

ms:availableThroughOtherDistributor
    dct:replaces msxml:notAvailableThroughMetashare ;
    rdfs:comment "For resources that are documented in the catalogue but the contents of which can only be accessed through other distribution channels."@en ;
    rdfs:label "Available Through Other Distributor"@en .

ms:availableThroughOtherDistributors
    a ms:Availability, owl:NamedIndividual ;
    rdfs:comment "For resources that are available through other distribution channels"@en ;
    rdfs:label "available through other distributors"@en .

ms:avi
    a ms:CompressionName, owl:NamedIndividual ;
    rdfs:label "avi"@en .

ms:backgroundNoise
    a ms:AudioQualityMeasureIncluded, owl:NamedIndividual ;
    rdfs:label "background noise"@en .

ms:backgroundNoise1
    a ms:AnnotatedElement, owl:NamedIndividual ;
    rdfs:label "background noise"@en .

ms:banking
    datacite:hasIdentifier ms:ELG_Domain014 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "banking"@en .

ms:baseItem
    a owl:ObjectProperty ;
    rdfs:comment "Type of item that is represented in the n-gram resource"@en ;
    rdfs:domain ms:NGramModel ;
    rdfs:label "base item"@en ;
    rdfs:range ms:BaseItem .

ms:bibliographicRecord
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies in the form of free text a set of bibliographic data (a bibliographic record) preferrably in bibtex form"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "bibliographic record"@en ;
    rdfs:range xsd:string .

ms:bigEndian
    a ms:ByteOrder, owl:NamedIndividual ;
    rdfs:label "Big Endian"@en .

ms:bigram
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "bigram"@en .

ms:bilingual
    a ms:LingualityType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Linguality type' for resource (parts) which include material in two languages"@en ;
    rdfs:label "bilingual"@en .

ms:biochemistry
    datacite:hasIdentifier ms:DDC572 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Biochemistry"@en .

ms:biology
    datacite:hasIdentifier ms:DDC570 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Biology"@en .

ms:blackBox
    a ms:EvaluationType, owl:NamedIndividual ;
    rdfs:label "black box"@en .

ms:blogText
    datacite:hasIdentifier ms:ClarinEl_TT002 ;
    a ms:TextType, owl:NamedIndividual ;
    rdfs:label "blog text"@en .

ms:bluRay
    a ms:DatasetDistributionForm, owl:NamedIndividual ;
    rdfs:comment "bluRay refers to a kind of distribution/access medium used for delivering a language resource; intended for resources delivered on bluRay disks"@en ;
    rdfs:label "bluRay"@en .

ms:bodyGesture
    a ms:ModalityType, owl:NamedIndividual ;
    rdfs:comment "Value for 'ModalityType' for body gestures represented in a language resource"@en ;
    rdfs:label "body gesture"@en .

ms:bodyMovement
    a owl:DatatypeProperty ;
    rdfs:comment "Indicates the body parts that move in the video part of the resource"@en ;
    rdfs:domain ms:DynamicElement ;
    rdfs:label "body movement"@en ;
    rdfs:range rdf:langString .

ms:bodyPart
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the body parts visible in the video or image part of the resource"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:DynamicElement
            ms:StaticElement
        )
    ] ;
    rdfs:label "body part"@en ;
    rdfs:range ms:BodyPart .

ms:book
    a ms:DocumentType, owl:NamedIndividual ;
    rdfs:label "book"@en .

ms:bookTitle
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces the human readable text that is used as the title of a book (differentiating from the title of an article)"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "book title"@en ;
    rdfs:range rdf:langString ;
    rdfs:subPropertyOf dct:title .

ms:booklet
    a ms:DocumentType, owl:NamedIndividual ;
    rdfs:label "booklet"@en .

ms:boolean
    a ms:ParameterType, owl:NamedIndividual ;
    rdfs:label "boolean"@en .

ms:branch
    a ms:DivisionCategory, owl:NamedIndividual ;
    rdfs:label "branch"@en .

ms:broadcastNews
    datacite:hasIdentifier ms:MS_SG009 ;
    a ms:SpeechGenre, owl:NamedIndividual ;
    rdfs:label "broadcast news"@en .

ms:business
    datacite:hasIdentifier ms:ELG_Domain011 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "business"@en .

ms:byte
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "byte"@en .

ms:byteOrder
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the byte order of 2 or more bytes sample"@en ;
    rdfs:domain ms:AudioFormat ;
    rdfs:label "byte order"@en ;
    rdfs:range ms:ByteOrder .

ms:callIn
    datacite:hasIdentifier ms:MS_SG002 ;
    a ms:SpeechGenre, owl:NamedIndividual ;
    rdfs:label "call-in"@en .

ms:camcorder
    a ms:SourceChannel, owl:NamedIndividual ;
    rdfs:label "camcorder"@en .

ms:camera
    a ms:CapturingDeviceType, owl:NamedIndividual ;
    rdfs:label "camera"@en .

ms:caption
    a ms:TextIncludedInImage, owl:NamedIndividual ;
    rdfs:label "caption"@en .

ms:caption1
    a ms:TextIncludedInVideo, owl:NamedIndividual ;
    rdfs:label "caption"@en .

ms:captureTime
    a ms:TextIncludedInImage, owl:NamedIndividual ;
    rdfs:label "capture time"@en .

ms:capturingDetails
    a owl:DatatypeProperty ;
    rdfs:comment "Provides further information on the capturing method and procedure"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusImagePart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "capturing details"@en ;
    rdfs:range rdf:langString .

ms:capturingDeviceType
    a owl:ObjectProperty ;
    rdfs:comment "Provides information on the type of the transducers through which the data is captured"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusImagePart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "capturing device type"@en ;
    rdfs:range ms:CapturingDeviceType .

ms:capturingDeviceTypeDetails
    a owl:DatatypeProperty ;
    rdfs:comment "Provides further information on the capturing device"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusImagePart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "capturing device type details"@en ;
    rdfs:range rdf:langString .

ms:capturingEnvironment
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the type of the capturing environment"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusImagePart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "capturing environment"@en ;
    rdfs:range ms:CapturingEnvironment .

ms:case
    a ms:MorphologicalType, owl:NamedIndividual ;
    rdfs:label "case"@en .

ms:categoryLabel
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces a human readable name (label) by which a classification category (e.g. text type, text genre, domain, etc.) is known"@en ;
    rdfs:domain ms:Classification ;
    rdfs:label "category label"@en ;
    rdfs:range rdf:langString ;
    rdfs:subPropertyOf dct:title .

ms:characterEncoding
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the character encoding used for a language resource data distribution"@en ;
    rdfs:domain ms:DistributionTextFeature ;
    rdfs:label "character encoding"@en ;
    rdfs:range ms:CharacterEncoding .

ms:chatText
    datacite:hasIdentifier ms:ClarinEl_TT014 ;
    a ms:TextType, owl:NamedIndividual ;
    rdfs:label "chat text"@en .

ms:chemicalEngineering
    datacite:hasIdentifier ms:DDC660 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Chemical Engineering"@en .

ms:chemistry
    datacite:hasIdentifier ms:DDC540 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Chemistry"@en .

ms:child
    a ms:AgeGroup, owl:NamedIndividual ;
    rdfs:label "child"@en .

ms:chunking
    a ms:LDTask, owl:NamedIndividual ;
    rdfs:label "chunking"@en .

ms:citationText
    a owl:DatatypeProperty ;
    rdfs:comment "Provides the text that must be quoted for citation purposes when using a language resource"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "citation text"@en ;
    rdfs:range rdf:langString .

ms:cites
    a owl:ObjectProperty ;
    rdfs:comment "Links to the language resource(s) that a publication includes in its citations"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "cites"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:documentRelatedTo ;
    owl:inverseOf ms:isCitedBy .

ms:city
    a owl:DatatypeProperty ;
    rdfs:comment "The name of the city, town or village as mentioned in the postal address of a person or organization "@en ;
    rdfs:domain ms:AddressSet ;
    rdfs:label "city"@en ;
    rdfs:range rdf:langString .

ms:class
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "class"@en .

ms:clause
    a ms:SegmentationLevel, owl:NamedIndividual ;
    rdfs:label "clause"@en .

ms:clauseStructure
    a ms:GrammaticalPhenomenaCoverage, owl:NamedIndividual ;
    rdfs:label "clause structure"@en .

ms:clippingRate
    a ms:AudioQualityMeasureIncluded, owl:NamedIndividual ;
    rdfs:label "clipping rate"@en .

ms:cliticForm
    a ms:LemmaType, owl:NamedIndividual ;
    rdfs:label "clitic form"@en ;
    skos:altLabel "inflectional form"@en .

ms:closeTalkMicrophone
    a ms:CapturingDeviceType, owl:NamedIndividual ;
    rdfs:label "close talk microphone"@en .

ms:closedPublicPlace
    a ms:RecordingEnvironment, owl:NamedIndividual ;
    rdfs:label "closed public place"@en .

ms:collocation
    a ms:UsageType, owl:NamedIndividual ;
    rdfs:label "collocation"@en .

ms:colourDepth
    a owl:DatatypeProperty ;
    rdfs:comment "The number of bits used to represent the colour of a single pixel"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:ImageFormat
            ms:VideoFormat
        )
    ] ;
    rdfs:label "colour depth"@en ;
    rdfs:range xsd:int .

ms:colourSpace
    a owl:ObjectProperty ;
    rdfs:comment "Defines the colour space for the video"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:ImageFormat
            ms:VideoFormat
        )
    ] ;
    rdfs:label "colour space"@en ;
    rdfs:range ms:ColourSpace .

ms:combinationOfModalities
    a ms:ModalityType, owl:NamedIndividual ;
    rdfs:comment "Value for 'ModalityType' for language resources that include various modalities"@en ;
    rdfs:label "combination of modalities"@en .

ms:command
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies a command line used to invoke a software component"@en ;
    rdfs:domain ms:SoftwareDistribution ;
    rdfs:label "command"@en ;
    rdfs:range xsd:string .

ms:commerceTrade
    datacite:hasIdentifier ms:DDC381 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Commerce (Trade)"@en .

ms:commercial
    a ms:UserType, owl:NamedIndividual ;
    rdfs:comment "Value for 'user type' reserved for individuals affiliated with a commercial institution and the respective organisations"@en ;
    rdfs:label "commercial"@en .

ms:commercial1
    a ms:NonSpeechItem, owl:NamedIndividual ;
    rdfs:comment "Value for non-speech item, used for commercials (advertisements)"@en ;
    rdfs:label "commercial"@en .

ms:commercialSupport
    a ms:SupportType, owl:NamedIndividual ;
    rdfs:label "commercial support"@en .

ms:commercialUser
    a ms:ConditionOfUse, owl:NamedIndividual ;
    rdfs:label "commercial user"@en .

ms:communicate
    a owl:NamedIndividual, skos:concept ;
    rdfs:comment "The Assigner permits/prohibits the Assignees to communicate the Asset to the public"@en ;
    rdfs:label "communicate"@en ;
    skos:closeMatch odrl:present .

ms:communications
    datacite:hasIdentifier ms:DDC384 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Communications"@en .

ms:comparable
    a ms:MultilingualityType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Multilinguality type' for resource parts or resources that consist of the similar text segments in two or more languages (e.g., a corpus of legislation texts in Greek and English)"@en ;
    rdfs:label "comparable"@en .

ms:compatible
    a ms:RelatedLexiconType, owl:NamedIndividual ;
    rdfs:label "compatible"@en .

ms:compatibleLexiconType
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the type of (external) lexicon that can be used with the grammar"@en ;
    rdfs:domain ms:LanguageDescription ;
    rdfs:label "compatible lexicon type"@en ;
    rdfs:range ms:CompatibleLexiconType .

ms:complex
    a ms:CapturingEnvironment, owl:NamedIndividual ;
    rdfs:label "complex"@en .

ms:compliesWith
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the vocabulary/standard/best practice to which a resource is compliant with"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:LanguageResource
            ms:MetadataRecord
        )
    ] ;
    rdfs:label "complies with"@en ;
    rdfs:range ms:StandardBestPractice .

ms:component1
    a ms:ParameterType, owl:NamedIndividual ;
    rdfs:label "component"@en .

ms:compound
    a ms:LemmaType, owl:NamedIndividual ;
    rdfs:label "compound"@en .

ms:compressed
    a owl:DatatypeProperty ;
    rdfs:comment "Whether the audio, video or image is compressed or not"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:AudioFormat
            ms:ImageFormat
            ms:VideoFormat
        )
    ] ;
    rdfs:label "compressed"@en ;
    rdfs:range xsd:boolean .

ms:compressionLoss
    a owl:DatatypeProperty ;
    rdfs:comment "Whether there is loss due to compression"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:AudioFormat
            ms:ImageFormat
            ms:VideoFormat
        )
    ] ;
    rdfs:label "compression loss"@en ;
    rdfs:range xsd:boolean .

ms:compressionName
    a owl:ObjectProperty ;
    rdfs:comment "The name of the compression applied"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:AudioFormat
            ms:ImageFormat
            ms:VideoFormat
        )
    ] ;
    rdfs:label "compression name"@en ;
    rdfs:range ms:CompressionName .

ms:computationalLexicon
    a ms:LCRSubclass, owl:NamedIndividual ;
    rdfs:comment "A lexicon which is intended for computational purposes and thus contains words associated with information relevant for the specific purposes"@en ;
    rdfs:label "computational lexicon"@en .

ms:computerScienceInformationGeneralWorks
    datacite:hasIdentifier ms:DDC000 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Computer Science, Information & General Works"@en .

ms:concept
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "concept"@en .

ms:conditionOfUse
    a owl:ObjectProperty ;
    rdfs:comment "Links a licence with a specific condition/term of use imposed for accessing a language resource. It is an optional element and only to be taken as providing brief human readable information on the fact that the language resource is provided under a specific set of conditions. These correspond to the most frequently used conditions imposed by the licensor (via the specified licence). The proper exposition of all conditions and possible exceptions is to be found inside the licence text. Depositors should, hence, carefully choose the values of this field to match the licence chosen and users should carefully read that licence before using the language resource."@en ;
    rdfs:domain ms:LicenceTerms ;
    rdfs:label "condition of use"@en ;
    rdfs:range ms:ConditionOfUse .

ms:conference
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces the name of the conference where the document being described was presented"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "conference"@en ;
    rdfs:range rdf:langString .

ms:conferenceRoom
    a ms:RecordingEnvironment, owl:NamedIndividual ;
    rdfs:label "conference room"@en .

ms:conformsTo
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the vocabulary/scheme to which a value (e.g., as of text genre, domain, etc.) conforms to"@en ;
    rdfs:domain ms:Classification ;
    rdfs:label "conforms to"@en ;
    rdfs:range ms:ClassificationScheme .

ms:constructionOfBuildings
    datacite:hasIdentifier ms:DDC690 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Construction of Buildings"@en .

ms:consultingFirm
    a ms:OrganizationRole, owl:NamedIndividual ;
    rdfs:label "consulting firm"@en .

ms:contact
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the data of the person/organization/group that can be contacted for information about a language resource"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "contact"@en ;
    rdfs:range ms:Actor ;
    rdfs:subPropertyOf ms:isRelatedToActor ;
    owl:inverseOf ms:isContactFor .

ms:content
    a ms:ValidationType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Validation type' indicating that the validation is performed on the contents of the resource"@en ;
    rdfs:label "content"@en .

ms:contributor
    a owl:ObjectProperty ;
    rdfs:comment "Introduces the details for a person that has contributed in some way to the production of a document or resource"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "contributor"@en ;
    rdfs:range ms:Person .

ms:conversation
    datacite:hasIdentifier ms:MS_SG012 ;
    a ms:SpeechGenre, owl:NamedIndividual ;
    rdfs:label "conversation"@en .

ms:conversationalType
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the conversational type of a multimedia resource"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "conversational type"@en ;
    rdfs:range ms:ConversationalType .

ms:coordination
    a ms:GrammaticalPhenomenaCoverage, owl:NamedIndividual ;
    rdfs:label "coordination"@en .

ms:coordinator
    a owl:ObjectProperty ;
    rdfs:comment "Introduces the organization that coordinates the project being described"@en ;
    rdfs:domain ms:Project ;
    rdfs:label "coordinator"@en ;
    rdfs:range ms:Organization ;
    skos:altLabel "co-ordinator"@en .

ms:copyrightNotEvaluated
    datacite:hasIdentifier <http://rightsstatements.org/vocab/CNE/1.0/> ;
    a ms:AccessRightsStatement, owl:NamedIndividual .

ms:copyrightStatement
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces a free text statement that may be included with the language resource, usually containing the name(s) of copyright holders and licensing terms"@en ;
    rdfs:domain ms:Distribution ;
    rdfs:label "copyright notice"@en ;
    rdfs:range rdf:langString .

ms:copyrightUndetermined
    datacite:hasIdentifier <http://rightsstatements.org/vocab/UND/1.0/> ;
    a ms:AccessRightsStatement, owl:NamedIndividual .

ms:cordis
    a ms:ProjectIdentifierScheme, owl:NamedIndividual ;
    rdfs:label "cordis"@en ;
    skos:altLabel "rcn"@en .

ms:corpora
    a ms:ParameterType, owl:NamedIndividual ;
    rdfs:label "corpora"@en .

ms:corpus
    a ms:ProcessingResourceType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Resource type' for corpora, i.e. sets of datafiles (e.g., texts, audio recordings, videos, images, photographs, etc.)"@en ;
    rdfs:label "corpus"@en .

ms:corpusSubclass
    a owl:ObjectProperty ;
    rdfs:comment "Introduces a classification of corpora into types (used for descriptive reasons)"@en ;
    rdfs:domain ms:Corpus ;
    rdfs:label "corpus subclass"@en ;
    rdfs:range ms:CorpusSubclass .

ms:cost
    a owl:ObjectProperty ;
    rdfs:comment "Introduces the cost for accessing a resource or the overall budget of a project, formally described as a set of amount and currency unit"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Distribution
            ms:Project
        )
    ] ;
    rdfs:label "cost"@en ;
    rdfs:range ms:Cost .

ms:country
    a owl:ObjectProperty ;
    rdfs:comment "Introduces the name of the country mentioned in the postal address of a person or organization as defined in the list of values of ISO 3166"@en ;
    rdfs:domain ms:AddressSet ;
    rdfs:label "country"@en ;
    rdfs:range ms:Country .

ms:countryOfRegistration
    a owl:ObjectProperty ;
    rdfs:comment "Introduces the country in which an organization was officially registered for the first time as a legal entity"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Division
            ms:Organization
        )
    ] ;
    rdfs:label "country of registration"@en ;
    rdfs:range ms:Country .

ms:creationDetails
    a owl:DatatypeProperty ;
    rdfs:comment "Provides additional information on the creation of a language resource"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:LexicalConceptualResource
            ms:MediaPart
        )
    ] ;
    rdfs:label "creation details"@en ;
    rdfs:range rdf:langString .

ms:creationEndDate
    a owl:DatatypeProperty ;
    rdfs:comment "The date in which the process of creating a resource was completed"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "creation end date"@en ;
    rdfs:range xsd:date .

ms:creationMode
    a owl:ObjectProperty ;
    rdfs:comment "Specifies whether the resource was created automatically or in a manual or interactive mode"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:LexicalConceptualResource
            ms:MediaPart
        )
    ] ;
    rdfs:label "creation mode"@en ;
    rdfs:range ms:ProcessMode ;
    rdfs:subPropertyOf ms:processMode .

ms:creationStartDate
    a owl:DatatypeProperty ;
    rdfs:comment "The date in which the process of creating the resource started"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "creation start date"@en ;
    rdfs:range xsd:date ;
    skos:note "how do we handle cases where a resource was created, for instance, in 2000? Is this the start or end date?"@en .

ms:creditCardNumber
    a ms:SpeechItem, owl:NamedIndividual ;
    rdfs:label "credit card number"@en .

ms:crossReference
    a ms:SemanticType, owl:NamedIndividual ;
    rdfs:label "cross-reference"@en .

ms:crossTalk
    a ms:AudioQualityMeasureIncluded, owl:NamedIndividual ;
    rdfs:label "cross talk"@en .

ms:culture
    datacite:hasIdentifier ms:Clarin_Domain004 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "culture"@en .

ms:currency
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the currency used for describing the cost of a resource"@en ;
    rdfs:domain ms:Cost ;
    rdfs:label "currency"@en ;
    rdfs:range ms:Currency .

ms:data
    a ms:ParameterType, owl:NamedIndividual ;
    rdfs:label "data"@en .

ms:dataEvaluator
    a ms:OrganizationRole, owl:NamedIndividual ;
    rdfs:label "data evaluator"@en .

ms:dataFormat
    a owl:ObjectProperty ;
    rdfs:comment "Indicates the format(s) of a data resource"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:AudioFormat
            ms:DistributionTextFeature
            ms:DistributionTextNumericalFeature
            ms:ImageFormat
            ms:Parameter
            ms:VideoFormat
        )
    ] ;
    rdfs:label "data format"@en ;
    rdfs:range omtd:DataFormat .

ms:daylight
    a ms:SceneIllumination, owl:NamedIndividual ;
    rdfs:label "daylight"@en .

ms:debate
    datacite:hasIdentifier ms:MS_SG013 ;
    a ms:SpeechGenre, owl:NamedIndividual ;
    rdfs:label "debate"@en .

ms:defaultValue
    a owl:DatatypeProperty ;
    rdfs:comment "Used for parameters that take a list of values in order to indicate the default value(s)"@en ;
    rdfs:domain ms:Parameter ;
    rdfs:label "default value"@en ;
    rdfs:range xsd:string .

ms:defence
    datacite:hasIdentifier ms:ELG_Domain010 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "defence"@en .

ms:definition
    a ms:SemanticType, owl:NamedIndividual ;
    rdfs:label "definition"@en ;
    skos:altLabel "gloss"@en .

ms:definitionsParsing
    a ms:LDTask, owl:NamedIndividual ;
    rdfs:label "parsing of definitions"@en .

ms:degree
    a ms:MorphologicalType, owl:NamedIndividual ;
    rdfs:label "degree"@en .

ms:demoLocation
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the URL where a user can access the demo of a tool/service"@en ;
    rdfs:domain ms:SoftwareDistribution ;
    rdfs:label "demo location"@en ;
    rdfs:range xsd:anyURI .

ms:demoResource
    a ms:DocumentationType, owl:NamedIndividual ;
    rdfs:comment "Value for 'DocumentationType' used for demos of a resource available usually through the internet (e.g., video demos)"@en ;
    rdfs:label "demo resource"@en .

ms:dentalProsthesis
    a ms:VocalTractCondition, owl:NamedIndividual ;
    rdfs:label "dental prosthesis"@en .

ms:department
    a ms:DivisionCategory, owl:NamedIndividual ;
    rdfs:label "department"@en .

ms:dependentLR
    a owl:ObjectProperty ;
    rdfs:comment "Links to LR B that requires LR A (the one being described) for its operation or that has been processed with LR A"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "dependent language resource"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:isRelatedToLR ;
    owl:inverseOf ms:dependsOn .

ms:dependsOn
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:comment "Links to LR B that is required for the operation of LR A (the one being described) or that has been used in its processing"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "depends on"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:isRelatedToLR ;
    skos:altLabel "supporting resource"@en .

ms:derivation
    a ms:MorphologicalType, owl:NamedIndividual ;
    rdfs:label "derivation"@en .

ms:describedEntity
    a owl:ObjectProperty ;
    rdfs:comment "Links to the entity that is being described by a metadata record"@en ;
    rdfs:domain ms:MetadataRecord ;
    rdfs:label "type of described entity"@en ;
    rdfs:range ms:DescribedEntity ;
    skos:note "foaf:primaryTopic in DCAT"@en .

ms:describes
    a owl:ObjectProperty ;
    rdfs:comment "Links to the language resource(s) that are described (contents, operation, etc.) in a document"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "describes"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:documents ;
    owl:inverseOf ms:isDescribedBy .

ms:description
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces a short free-text account that provides information about the resource (e.g., function, contents, technical information, etc.)"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "description"@en ;
    rdfs:range rdf:langString ;
    rdfs:subPropertyOf dct:description ;
    skos:note """Add some link to datacite:hasDescription and descriptionType:abstract (always for language resources). The rest of the values of descriptionType make sense mainly for publications, but this handling allows easier extension at a later time.

But note that there is no class datacite:Description; descriptionType is in range of anything that \"hasDescriptionType\""""@en .

ms:diagnostic
    a ms:EvaluationLevel, owl:NamedIndividual ;
    rdfs:label "diagnostic"@en .

ms:dialect
    a ms:LanguageVarietyType, owl:NamedIndividual ;
    rdfs:comment "Value for 'LanguageVarietyType' used for a particular form of a language which is peculiar to a specific region or social group"@en ;
    rdfs:label "dialect"@en .

ms:dialectAccent
    a owl:DatatypeProperty ;
    rdfs:comment "Provides information on the dialect accent of the participant"@en ;
    rdfs:domain ms:Participant ;
    rdfs:label "dialect accent"@en ;
    rdfs:range rdf:langString .

ms:dialectAccentOfParticipants
    a owl:DatatypeProperty ;
    rdfs:comment "Provides information on the dialect accent of the group of participants"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusImagePart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "dialect accent of participants"@en ;
    rdfs:range rdf:langString .

ms:dialogue
    a ms:ConversationalType, owl:NamedIndividual ;
    rdfs:label "dialogue"@en .

ms:dictionary
    a ms:LCRSubclass, owl:NamedIndividual ;
    rdfs:comment "A book or electronic resource that contains a list of words (usually in alphabetical order) and explains their meanings, or gives a word for them in another language and other information (e.g., spelling, pronunciation, etc.)"@en ;
    rdfs:label "dictionary"@en .

ms:digest
    a owl:DatatypeProperty ;
    rdfs:comment "Links a docker image to the sha256 hash (used for selecting the appropriate version)"@en ;
    rdfs:domain ms:SoftwareDistribution ;
    rdfs:label "digest"@en ;
    rdfs:range xsd:string .

ms:diphone
    a ms:SegmentationLevel, owl:NamedIndividual ;
    rdfs:label "diphone"@en .

ms:diphone1
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "diphone"@en .

ms:disasterManagement
    datacite:hasIdentifier ms:ELG_Domain005 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "disaster management"@en .

ms:discipline
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces an academic field of study or research area that a person, group or organization is expert in"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Division
            ms:Group
            ms:Organization
            ms:Person
        )
    ] ;
    rdfs:label "discipline"@en ;
    rdfs:range rdf:langString ;
    skos:altLabel "area of expertise"@en, "research area"@en ;
    skos:example "computer programming, translation and interpreting, linguistics, ..."@en .

ms:discourseMarker
    a ms:AnnotatedElement, owl:NamedIndividual ;
    rdfs:label "discourse marker"@en .

ms:discussion
    datacite:hasIdentifier ms:PAROLE_G005 ;
    a ms:TextGenre, owl:NamedIndividual ;
    rdfs:label "discussion"@en .

ms:discussionForum
    a ms:SupportType, owl:NamedIndividual ;
    rdfs:label "discussion forum"@en .

ms:discussionURL
    a owl:DatatypeProperty ;
    rdfs:comment "Links to a URL where there's a discussion thread (e.g., user forum) about a resource"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "discussion URL"@en ;
    rdfs:range xsd:anyURI .

ms:displays
    a owl:ObjectProperty ;
    rdfs:comment "Links a tool/service B that is (or can be) used to display LR A (e.g., a tool for visualizing relations in a lexicon, or annotations in a corpus) to the LR A"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "displays"@en ;
    rdfs:range [
        a owl:Class ;
        owl:unionOf (ms:DataLanguageResource
            ms:MediaPart
        )
    ] ;
    rdfs:subPropertyOf ms:LΤRelatedTo ;
    owl:inverseOf ms:isDisplayedBy ;
    skos:altLabel "visualises"@en, "visualizes"@en .

ms:distractor
    a owl:DatatypeProperty ;
    rdfs:comment "Identifies any distractors visible in the resource"@en ;
    rdfs:domain ms:DynamicElement ;
    rdfs:label "distractor"@en ;
    rdfs:range rdf:langString .

ms:distribution
    a owl:ObjectProperty ;
    rdfs:comment "Links a language resource to the various forms with which it is distributed"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "distribution"@en ;
    rdfs:range ms:Distribution ;
    skos:closeMatch <dcat:distribution> .

ms:distributionAudioFeature
    a owl:ObjectProperty ;
    rdfs:comment "Links to a feature that can be used for describing distinct distributable forms of audio resources/parts"@en ;
    rdfs:domain ms:DatasetDistribution ;
    rdfs:label "audio feature"@en ;
    rdfs:range ms:DistributionAudioFeature .

ms:distributionForm
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the form (medium/channel) with which a resource is distributed (delivered or provided access to)"@en ;
    rdfs:domain ms:Distribution ;
    rdfs:label "distribution form"@en ;
    rdfs:range ms:DistributionForm .

ms:distributionImageFeature
    a owl:ObjectProperty ;
    rdfs:comment "Links to a feature that can be used for describing distinct distributable forms of image resources/parts"@en ;
    rdfs:domain ms:DatasetDistribution ;
    rdfs:label "image feature"@en ;
    rdfs:range ms:DistributionImageFeature .

ms:distributionLocation
    a owl:DatatypeProperty ;
    rdfs:comment "A URL point from which a language resource can be directly accessed (downloaded or executed)"@en ;
    rdfs:domain ms:Distribution ;
    rdfs:label "distribution location"@en ;
    rdfs:range xsd:anyURI .

ms:distributionRightsHolder
    a owl:ObjectProperty ;
    rdfs:comment "Identifies a person or an organization that holds the distribution rights. The range and scope of distribution rights is defined in the distribution agreement. The distributor in most cases only has a limited licence to distribute the work and collect royalties on behalf of the licensor or the IPR holder and cannot give to any recipient of the work permissions that exceed the scope of the distribution agreement (e.g., to allow uses of the work that are not defined in the distribution agreement)"@en ;
    rdfs:domain ms:Distribution ;
    rdfs:label "distribution rights holder"@en ;
    rdfs:range ms:Actor ;
    rdfs:subPropertyOf ms:isRelatedToActor ;
    owl:inverseOf ms:isDistributionRightsHolderOf .

ms:distributionTextFeature
    a owl:ObjectProperty ;
    rdfs:comment "Links to a feature that can be used for describing distinct distributable forms of text resources/parts"@en ;
    rdfs:domain ms:DatasetDistribution ;
    rdfs:label "text feature"@en ;
    rdfs:range ms:DistributionTextFeature .

ms:distributionTextNumericalFeature
    a owl:ObjectProperty ;
    rdfs:comment "Links to a feature that can be used for describing distinct distributable forms of numerical text resources/parts"@en ;
    rdfs:domain ms:DatasetDistribution ;
    rdfs:label "numerical text feature"@en ;
    rdfs:range ms:DistributionTextNumericalFeature .

ms:distributionVideoFeature
    a owl:ObjectProperty ;
    rdfs:comment "Links to a feature that can be used for describing distinct distributable forms of video resources/parts"@en ;
    rdfs:domain ms:DatasetDistribution ;
    rdfs:label "video feature"@en ;
    rdfs:range ms:DistributionVideoFeature .

ms:divisionAlternativeName
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces an alternative name (other than the short name) used for a division"@en ;
    rdfs:domain ms:Division ;
    rdfs:label "division alternative name"@en ;
    rdfs:range rdf:langString ;
    rdfs:subPropertyOf dct:alternative .

ms:divisionCategory
    a owl:ObjectProperty ;
    rdfs:comment "Classifies the division of an organization according to a controlled vocabulary"@en ;
    rdfs:domain ms:Division ;
    rdfs:label "division category"@en ;
    rdfs:range ms:DivisionCategory .

ms:divisionName
    a owl:DatatypeProperty ;
    rdfs:comment "The official title of a unit of an organization (e.g., faculty or department of a university, department of a research organization or private company, etc.)"@en ;
    rdfs:domain ms:Division ;
    rdfs:label "division name"@en ;
    rdfs:range rdf:langString ;
    rdfs:subPropertyOf dct:title .

ms:divisionShortName
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces the short name (abbreviation, acronym, etc.) used for the division of an organization"@en ;
    rdfs:domain ms:Division ;
    rdfs:label "division short name"@en ;
    rdfs:range rdf:langString ;
    rdfs:subPropertyOf dct:alternative .

ms:dockerDownloadLocation
    a owl:DatatypeProperty ;
    rdfs:comment "A location where the software in the form of a docker image can be downloaded from"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "docker download location"@en ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf ms:downloadLocation .

ms:dockerImage
    a ms:SoftwareDistributionForm, owl:NamedIndividual ;
    rdfs:comment "Value for software distribution form, used for software objects distributed as Docker images, i.e. packaged together with all their dependencies and ready to be executed"@en ;
    rdfs:label "docker image"@en .

ms:document2
    a ms:ParameterType, owl:NamedIndividual ;
    rdfs:label "document"@en .

ms:documentRelatedTo
    a owl:ObjectProperty ;
    rdfs:comment "Links to the entity (language resource, project, part of a language resource) that is somehow related to the document that is described"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "document related to"@en ;
    rdfs:range [
        a owl:Class ;
        owl:unionOf (ms:LanguageResource
            ms:Project
        )
    ] ;
    rdfs:subPropertyOf ms:isRelatedTo ;
    owl:inverseOf ms:isRelatedToDocument .

ms:documentType
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the type of the document (e.g., article, book, etc.) provided with or related to the language resource"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "document type"@en ;
    rdfs:range ms:DocumentType .

ms:documentationType
    a owl:ObjectProperty ;
    rdfs:comment "Classifies the documentation vis-a-vis its relation with the language resource (e.g., general publication, user manual, url for online help, etc.)"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "documentation type"@en ;
    rdfs:range ms:DocumentationType .

ms:documents
    a owl:ObjectProperty ;
    rdfs:comment "Links a document to a language resource (e.g., research paper describing its contents or its use in a project, user manual, etc.)"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "documents"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:documentRelatedTo ;
    owl:inverseOf ms:isDocumentedBy .

ms:documentsAnnotation
    a owl:ObjectProperty ;
    rdfs:comment "Links a report to the annotation process, tool, method, etc. of a language resource that it describes"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "documents annotation"@en ;
    rdfs:range ms:Annotation ;
    rdfs:subPropertyOf ms:documents .

ms:documentsEvaluation
    a owl:ObjectProperty ;
    rdfs:comment "Links a report to the evaluation process, tool, method, etc. of the tool or service it purports to describe"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "documents evaluation"@en ;
    rdfs:range ms:Evaluation ;
    rdfs:subPropertyOf ms:documents ;
    owl:inverseOf ms:evaluationReport .

ms:documentsGuidelines
    a owl:ObjectProperty ;
    rdfs:comment "Links the guidelines used for the creation or annotation of a language resource to this language resource"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "documents guidelines"@en ;
    rdfs:range [
        a owl:Class ;
        owl:unionOf (ms:Annotation
            ms:LanguageResource
        )
    ] ;
    rdfs:subPropertyOf ms:documents ;
    owl:inverseOf ms:guidelines .

ms:documentsUsage
    a owl:ObjectProperty ;
    rdfs:comment "Links a document (e.g., research article, report) describing the use of a language resource (e.g., in a project, application, experiment or use case) to the data of this use"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "documents usage"@en ;
    rdfs:range ms:ActualUse ;
    rdfs:subPropertyOf ms:documents ;
    owl:inverseOf ms:usageReport .

ms:documentsValidation
    a owl:ObjectProperty ;
    rdfs:comment "Links a document with detailed information on the validation process and results to the data of this validation"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "documents validation"@en ;
    rdfs:range ms:Validation ;
    rdfs:subPropertyOf ms:documents ;
    owl:inverseOf ms:validationReport .

ms:domain
    a owl:ObjectProperty ;
    rdfs:comment "Identifies the domain according to which an entity is classified"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Actor
            ms:Division
            ms:Document
            ms:LanguageResource
            ms:ProcessingResource
            ms:Project
        )
    ] ;
    rdfs:label "domain"@en ;
    rdfs:range ms:Domain .

ms:domain1
    a ms:SemanticType, owl:NamedIndividual ;
    rdfs:label "domain"@en .

ms:downloadLocation
    a owl:DatatypeProperty ;
    rdfs:comment "A URL where the language resource (mainly data but also downloadable software programmes or forms) can be downloaded from"@en ;
    rdfs:domain ms:Distribution ;
    rdfs:label "download location"@en ;
    rdfs:range xsd:anyURI ;
    rdfs:subPropertyOf ms:distributionLocation ;
    skos:note "rule: must be filled in when SoftwareDistributionForm = downloadable; must not be filled in for web services; optional in all other cases"@en .

ms:downloadable
    a ms:DatasetDistributionForm, owl:NamedIndividual ;
    rdfs:comment "Value for distribution medium, used for language resources that can be downloaded from a remote location"@en ;
    rdfs:label "downloadable"@en .

ms:draft
    a ms:VersionType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Version type' used for versions during the writing up process"@en ;
    rdfs:label "draft"@en .

ms:drop
    a ms:PreviousAnnotationTypesPolicy, owl:NamedIndividual ;
    rdfs:label "drop"@en .

ms:durationOfAudio
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the duration of the audio recording including silences, music, pauses, etc."@en ;
    rdfs:domain ms:DatasetDistribution ;
    rdfs:label "duration of audio"@en ;
    rdfs:range ms:Duration .

ms:durationOfEffectiveSpeech
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the duration of effective speech of the audio (part of a) resource"@en ;
    rdfs:domain ms:DatasetDistribution ;
    rdfs:label "duration of effective speech"@en ;
    rdfs:range ms:Duration .

ms:durationUnit
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the unit used for measuring the duration of a resource"@en ;
    rdfs:domain ms:Duration ;
    rdfs:label "duration unit"@en ;
    rdfs:range ms:DurationUnit .

ms:dv
    a ms:RecordingDeviceType, owl:NamedIndividual ;
    rdfs:label "DV"@en .

ms:dynamicElement
    a owl:ObjectProperty ;
    rdfs:comment "Groups information on the dynamic elements that are represented in the video part of the resource"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusVideoPart
            ms:LanguageDescriptionVideoPart
            ms:LexicalConceptualResourceVideoPart
        )
    ] ;
    rdfs:label "dynamic element"@en ;
    rdfs:range ms:DynamicElement ;
    skos:note "it was like this in MS-OWL v1, although it's not multiple; helps to organise the elements though"@en .

ms:ean13
    ms:url "https://en.wikipedia.org/wiki/International_Article_Number" ;
    a ms:DocumentIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "Value for resourceIdentifierSchemeName, referring to EAN (International Article Number, also known as European Article Number) and more specifically to the EAN 13 standard (cf. https://en.wikipedia.org/wiki/International_Article_Number)"@en ;
    rdfs:label "EAN 13"@en ;
    skos:altLabel "European Article Number 13 standard"@en .

ms:earthSciencesGeology
    datacite:hasIdentifier ms:DDC550 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Earth Sciences & Geology"@en .

ms:ecMaxContribution
    a owl:ObjectProperty ;
    rdfs:comment "Introduces the maximum amount of money contributed from EC funds"@en ;
    rdfs:domain ms:Project ;
    rdfs:label "EC max contribution"@en ;
    rdfs:range ms:Cost .

ms:economics
    datacite:hasIdentifier ms:DDC330 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Economics"@en .

ms:edition
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces the number of the edition for the document that has been described"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "edition"@en ;
    rdfs:range xsd:string .

ms:editor
    a owl:ObjectProperty ;
    rdfs:comment "Introduces the details for a person that has edited the document being described"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "editor"@en ;
    rdfs:range ms:Person .

ms:edits
    a owl:ObjectProperty ;
    rdfs:comment "Links a tool/service B that is (or can be) used for editing LR A (the one being described) to LR A"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "edits"@en ;
    rdfs:range [
        a owl:Class ;
        owl:unionOf (ms:DataLanguageResource
            ms:MediaPart
        )
    ] ;
    rdfs:subPropertyOf ms:LΤRelatedTo ;
    owl:inverseOf ms:isEditedBy .

ms:education
    datacite:hasIdentifier ms:DDC370 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Education"@en .

ms:educationLevel
    a owl:DatatypeProperty ;
    rdfs:comment "Provides information on the education level of the participant"@en ;
    rdfs:domain ms:Participant ;
    rdfs:label "education level"@en ;
    rdfs:range rdf:langString .

ms:eissn
    ms:url "https://en.wikipedia.org/wiki/International_Standard_Serial_Number" ;
    a ms:DocumentIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "Value for resourceIdentifierSchemeName, referring to the e-ISSN (electronic International Standard Serial Number, https://en.wikipedia.org/wiki/International_Standard_Serial_Number)"@en ;
    rdfs:label "e-ISSN"@en .

ms:elderly
    a ms:AgeGroup, owl:NamedIndividual ;
    rdfs:label "elderly"@en .

ms:element
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "element"@en .

ms:elg
    a datacite:AgentIdentifierScheme, datacite:FunderIdentifierScheme, datacite:OrganizationIdentifierScheme, datacite:PersonalIdentifierScheme, ms:DocumentIdentifierScheme, ms:LRIdentifierScheme, ms:LicenceIdentifierScheme, ms:MetadataRecordIdentifierScheme, ms:ProjectIdentifierScheme, ms:RepositoryIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "European Language Grid identifier scheme (used for internal purposes)"@en ;
    rdfs:label "ELG"@en .

ms:elicited
    a ms:Naturality, owl:NamedIndividual ;
    rdfs:label "elicited"@en .

ms:email
    a owl:DatatypeProperty ;
    rdfs:comment "Points to the email address of a person, organization or group"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Affiliation
            ms:Division
            ms:Group
            ms:Organization
            ms:Person
        )
    ] ;
    rdfs:label "email"@en ;
    rdfs:range xsd:string ;
    skos:example "john.smith@example.com, ..."@en .

ms:emailText
    datacite:hasIdentifier ms:ClarinEl_TT016 ;
    a ms:TextType, owl:NamedIndividual ;
    rdfs:label "email text"@en .

ms:embargoedAccess
    datacite:hasIdentifier <http://purl.org/coar/access_right/c_f1cf> ;
    a ms:AccessRightsStatement, owl:NamedIndividual .

ms:embeddedMicrophone
    a ms:CapturingDeviceType, owl:NamedIndividual ;
    rdfs:label "embedded microphone"@en .

ms:emotionalExpressive
    datacite:hasIdentifier ms:MS_SG007 ;
    a ms:SpeechGenre, owl:NamedIndividual ;
    rdfs:label "emotional expressive"@en .

ms:encodingLevel
    a owl:ObjectProperty ;
    rdfs:comment "Classifies the contents of a lexical/conceptual resource or language description as regards the linguistic level of analysis it caters for"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:LanguageDescription
            ms:LexicalConceptualResource
        )
    ] ;
    rdfs:label "encoding level" ;
    rdfs:range ms:EncodingLevel .

ms:encyclopaedicText
    datacite:hasIdentifier ms:ClarinEl_TT003 ;
    a ms:TextType, owl:NamedIndividual ;
    rdfs:label "encyclopaedic text"@en .

ms:energy
    datacite:hasIdentifier ms:ELG_Domain002 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "energy"@en .

ms:energy1
    datacite:hasIdentifier ms:Clarin_Domain001 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Energy"@en .

ms:engineering
    datacite:hasIdentifier ms:DDC620 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Engineering"@en .

ms:entry
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "entry"@en .

ms:environment
    datacite:hasIdentifier ms:Clarin_Domain002 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Environment"@en .

ms:euFunds
    a ms:FundingType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Funding type' for projects with EU funds"@en ;
    rdfs:label "EU funds"@en .

ms:euro
    a ms:Currency, owl:NamedIndividual ;
    rdfs:label "euro"@en .

ms:evaluated
    a owl:DatatypeProperty ;
    rdfs:comment "Indicates whether the tool or service has been evaluated"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "evaluated"@en ;
    rdfs:range xsd:boolean .

ms:evaluation
    a owl:ObjectProperty ;
    rdfs:comment "Provides information on the evaluation process and results for a tool/service"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "evaluation"@en ;
    rdfs:range ms:Evaluation .

ms:evaluationCriterion
    a owl:ObjectProperty ;
    rdfs:comment "Defines the criterion(s) of the evaluation of a tool"@en ;
    rdfs:domain ms:Evaluation ;
    rdfs:label "evaluation criterion"@en ;
    rdfs:range ms:EvaluationCriterion .

ms:evaluationDetails
    a owl:DatatypeProperty ;
    rdfs:comment "Provides further information on the evaluation process of a tool or service"@en ;
    rdfs:domain ms:Evaluation ;
    rdfs:label "evaluation details"@en ;
    rdfs:range rdf:langString .

ms:evaluationLevel
    a owl:ObjectProperty ;
    rdfs:comment "Indicates the evaluation level"@en ;
    rdfs:domain ms:Evaluation ;
    rdfs:label "evaluation level"@en ;
    rdfs:range ms:EvaluationLevel .

ms:evaluationMeasure
    a owl:ObjectProperty ;
    rdfs:comment "Defines whether the evaluation measure is human or automatic"@en ;
    rdfs:domain ms:Evaluation ;
    rdfs:label "evaluation measure"@en ;
    rdfs:range ms:EvaluationMeasure .

ms:evaluationReport
    a owl:ObjectProperty ;
    rdfs:comment "Links to a report describing the evaluation process, tool, method, etc. of the tool or service"@en ;
    rdfs:domain ms:Evaluation ;
    rdfs:label "evaluation report"@en ;
    rdfs:range ms:Document ;
    rdfs:subPropertyOf ms:isDocumentedBy .

ms:evaluationType
    a owl:ObjectProperty ;
    rdfs:comment "Indicates the evaluation type"@en ;
    rdfs:domain ms:Evaluation ;
    rdfs:label "evaluation type"@en ;
    rdfs:range ms:EvaluationType .

ms:evaluationUse
    a ms:ConditionOfUse, owl:NamedIndividual ;
    rdfs:comment "Value for 'ConditionOfUse' that states that the language resource can only be used for evaluation purposes"@en ;
    rdfs:label "evaluation use"@en ;
    skos:note "add odrl"@en .

ms:evaluator
    a owl:ObjectProperty ;
    rdfs:comment "Describes the person or organization that evaluated the tool or service"@en ;
    rdfs:domain ms:Evaluation ;
    rdfs:label "evaluator"@en ;
    rdfs:range ms:Actor ;
    rdfs:subPropertyOf ms:isRelatedToActor ;
    owl:inverseOf ms:isEvaluatorOf .

ms:eventDescription
    a owl:DatatypeProperty ;
    rdfs:comment "Provides description of any events represented in the image corpus"@en ;
    rdfs:domain ms:StaticElement ;
    rdfs:label "event description"@en ;
    rdfs:range rdf:langString .

ms:eventType
    a ms:SemanticType, owl:NamedIndividual ;
    rdfs:label "event type"@en .

ms:example
    a ms:ExtratextualInformationUnit, owl:NamedIndividual ;
    rdfs:label "example"@en .

ms:example1
    a ms:UsageType, owl:NamedIndividual ;
    rdfs:label "example"@en .

ms:executableCode
    a ms:SoftwareDistributionForm, owl:NamedIndividual ;
    rdfs:comment "Value for software distribution form, used for software objects available as binary files already compiled and ready to be executed"@en ;
    rdfs:label "executable code"@en .

ms:executionLocation
    a owl:DatatypeProperty ;
    rdfs:comment "A URL where the resource (mainly software) can be directly executed"@en ;
    rdfs:domain ms:SoftwareDistribution ;
    rdfs:label "execution location"@en ;
    rdfs:range xsd:anyURI ;
    rdfs:subPropertyOf ms:distributionLocation ;
    skos:note "rule: must be filled in when SoftwareDistributionMedium = webService; otherwise, not to be filled in"@en .

ms:expression
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "expression"@en .

ms:externalReference
    a owl:ObjectProperty ;
    rdfs:comment "Provides reference to another resource to which the lexicalConceptualResource is linked (e.g., link to a wordnet or ontology)"@en ;
    rdfs:domain ms:LexicalConceptualResource ;
    rdfs:label "external reference"@en ;
    rdfs:range ms:LexicalConceptualResource .

ms:extratextualInformation
    a owl:ObjectProperty ;
    rdfs:comment "Indicates the extratextual information contained in a lexical/conceptual resource; it can be used as an alternative to the representation of the audio, image, video, etc. part(s) of the resource when these are not considered important enough to fully describe"@en ;
    rdfs:domain ms:LexicalConceptualResource ;
    rdfs:label "extratextual information"@en ;
    rdfs:range ms:ExtratextualInformation .

ms:extratextualInformationUnit
    a owl:ObjectProperty ;
    rdfs:comment "Indicates the unit on which the extratextual information is attached to in the lexical conceptual resource"@en ;
    rdfs:domain ms:LexicalConceptualResource ;
    rdfs:label "extratextual information unit"@en ;
    rdfs:range ms:ExtratextualInformationUnit .

ms:extrinsic
    a ms:EvaluationCriterion, owl:NamedIndividual ;
    rdfs:label "extrinsic"@en .

ms:eyeMovement
    a owl:DatatypeProperty ;
    rdfs:comment "Indicates the movement of the eyes visible in the resource"@en ;
    rdfs:domain ms:DynamicElement ;
    rdfs:label "eye movement"@en ;
    rdfs:range rdf:langString .

ms:face
    a ms:BodyPart, owl:NamedIndividual ;
    rdfs:label "face"@en .

ms:faceExpression
    a owl:DatatypeProperty ;
    rdfs:comment "Indicates the facial expressions visible in the resource"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:DynamicElement
            ms:StaticElement
        )
    ] ;
    rdfs:label "face expression"@en ;
    rdfs:range rdf:langString .

ms:faceToFaceConversation
    datacite:hasIdentifier ms:ClarinEl_TT013 ;
    a ms:TextType, owl:NamedIndividual ;
    rdfs:label "face to face conversation"@en ;
    skos:altLabel "face-to-face conversation"@en .

ms:faceView
    a owl:DatatypeProperty ;
    rdfs:comment "Indicates the view of the face(s) that appear in the video or on the image part of the resource"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:DynamicElement
            ms:StaticElement
        )
    ] ;
    rdfs:label "face view"@en ;
    rdfs:range rdf:langString .

ms:facebook
    a ms:SocialMediaOccupationalAccountType, owl:NamedIndividual ;
    rdfs:label "facebook"@en .

ms:facialExpression
    a ms:ModalityType, owl:NamedIndividual ;
    rdfs:comment "Value for 'ModalityType' for facial expressions represented in a language resource"@en ;
    rdfs:label "facial expression"@en .

ms:factor
    a owl:DatatypeProperty ;
    rdfs:comment "A factor that has been used for the n-gram resource"@en ;
    rdfs:domain ms:NGramModel ;
    rdfs:label "factor"@en ;
    rdfs:range xsd:string .

ms:faculty
    a ms:DivisionCategory, owl:NamedIndividual ;
    rdfs:label "faculty"@en .

ms:farfieldMicrophone
    a ms:CapturingDeviceType, owl:NamedIndividual ;
    rdfs:label "farfield microphone"@en .

ms:faxNumber
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces the fax number of a person, group or organization; recommended format: +_international code_city code_number without spaces"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Division
            ms:Group
            ms:Organization
            ms:Person
        )
    ] ;
    rdfs:label "fax number"@en ;
    rdfs:range xsd:string ;
    skos:example "+123456789012"@en .

ms:feature
    datacite:hasIdentifier ms:PAROLE_G001 ;
    a ms:TextGenre, owl:NamedIndividual ;
    rdfs:label "feature"@en .

ms:fee
    a owl:DatatypeProperty ;
    rdfs:comment "Describes in free the costs that are required to use the resource, a fragment of the resource or to use a tool or service"@en ;
    rdfs:domain ms:Distribution ;
    rdfs:label "fee"@en ;
    rdfs:range rdf:langString ;
    skos:note "pricing policy can be a more generic concept; discuss if we want to formalise this" .

ms:female
    a ms:Sex, owl:NamedIndividual ;
    rdfs:label "female"@en .

ms:few
    a ms:Audience, owl:NamedIndividual ;
    rdfs:label "few"@en .

ms:fiction
    datacite:hasIdentifier ms:PAROLE_G006 ;
    a ms:TextGenre, owl:NamedIndividual ;
    rdfs:label "fiction"@en .

ms:fidelity
    a owl:DatatypeProperty ;
    rdfs:comment "Defines whether blur is present in the moving sequences"@en ;
    rdfs:domain ms:VideoFormat ;
    rdfs:label "fidelity"@en ;
    rdfs:range xsd:boolean .

ms:file
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "file"@en .

ms:file1
    a ms:ProcessingResourceType, owl:NamedIndividual ;
    rdfs:label "file"@en .

ms:finance
    datacite:hasIdentifier ms:ELG_Domain016 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "finance"@en .

ms:five-gram
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "5-gram"@en .

ms:fix
    a ms:SceneIllumination, owl:NamedIndividual ;
    rdfs:label "fix"@en .

ms:flac
    a ms:CompressionName, owl:NamedIndividual ;
    rdfs:label "FLAC"@en ;
    skos:altLabel "Free Lossless Audio Codec"@en .

ms:flash
    a ms:RecordingDeviceType, owl:NamedIndividual ;
    rdfs:label "flash"@en .

ms:float
    a ms:ParameterType, owl:NamedIndividual ;
    rdfs:label "float"@en .

ms:floatingPoint
    a ms:SignConvention, owl:NamedIndividual ;
    rdfs:label "floating point"@en .

ms:foot
    a ms:BodyPart, owl:NamedIndividual ;
    rdfs:label "foot"@en .

ms:foreignAffairs
    datacite:hasIdentifier ms:ELG_Domain012 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "foreign affairs"@en .

ms:formal
    a ms:ValidationType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Validation type' indicating that the validation is performed on formal aspects of the resource (e.g., size, syntactic validation, etc.)"@en ;
    rdfs:label "formal"@en .

ms:formalism
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the formalism (bibliographic reference, URL, name) used for the creation/enrichment of the resource (grammar or tool/service)"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:LanguageDescription
            ms:ToolService
        )
    ] ;
    rdfs:label "formalism"@en ;
    rdfs:range rdf:langString .

ms:four-gram
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "4-gram"@en .

ms:frame
    a ms:SegmentationLevel, owl:NamedIndividual ;
    rdfs:label "frame"@en .

ms:frame1
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "frame"@en .

ms:frameNet
    a ms:CompatibleLexiconType, ms:LCRSubclass, owl:NamedIndividual ;
    rdfs:comment "A lexical database based on annotating examples of how words are used in actual texts in accordance to the notion of 'semantic frame' (schematic representation of a situation involving various participants, props and other conceptual roles); originally built for English and extended to other languages according to the same design principles"@en ;
    rdfs:label "FrameNet"@en .

ms:frameRate
    a owl:DatatypeProperty ;
    rdfs:comment "The number of frames per second"@en ;
    rdfs:domain ms:VideoFormat ;
    rdfs:label "frame rate"@en ;
    rdfs:range xsd:int .

ms:framework
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the implementation framework used for developing and running a tool/service"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "framework"@en ;
    rdfs:range ms:Framework .

ms:freeSpeech
    a ms:SpeechItem, owl:NamedIndividual ;
    rdfs:label "free speech"@en .

ms:freeSupport
    a ms:SupportType, owl:NamedIndividual ;
    rdfs:label "free support"@en .

ms:frequency
    a ms:UsageType, owl:NamedIndividual ;
    rdfs:label "frequency"@en .

ms:frogStory
    a ms:ScenarioType, owl:NamedIndividual ;
    rdfs:label "frog story"@en .

ms:full
    a ms:ValidationExtent, owl:NamedIndividual ;
    rdfs:label "full"@en .

ms:function
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the operation/function/task that a software object performs"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "function"@en ;
    rdfs:range omtd:Operation ;
    skos:altLabel "operation", "task" .

ms:funder
    a owl:ObjectProperty ;
    rdfs:comment "Identifies the person or organization or group that has financed the project"@en ;
    rdfs:domain ms:Project ;
    rdfs:label "funder"@en ;
    rdfs:range ms:Actor ;
    rdfs:subPropertyOf ms:isRelatedToActor ;
    owl:inverseOf ms:isFunderOf .

ms:fundingAuthority
    a ms:OrganizationLegalStatus, owl:NamedIndividual ;
    rdfs:label "funding authority"@en .

ms:fundingCountry
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the name of the funding country, in case of national funding as mentioned in ISO3166"@en ;
    rdfs:domain ms:Project ;
    rdfs:label "funding country"@en ;
    rdfs:range ms:Country .

ms:fundingProject
    a owl:ObjectProperty ;
    rdfs:comment "Links a language resource to the project that has funded its creation, enrichment, extension, etc."@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "funded by"@en ;
    rdfs:range ms:Project ;
    rdfs:subPropertyOf ms:isRelatedToProject ;
    owl:inverseOf ms:isFundingProjectOf ;
    skos:altLabel "funding project"@en .

ms:fundingSchemeCategory
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces a category (usually defined by the funding authority) of the funding scheme to which a project complies"@en ;
    rdfs:domain ms:Project ;
    rdfs:label "funding scheme category"@en ;
    rdfs:range xsd:string .

ms:fundingType
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the type of funding of a project with regard to the source of the funding"@en ;
    rdfs:domain ms:Project ;
    rdfs:label "funding type"@en ;
    rdfs:range ms:FundingType .

ms:galaxyWorkflow
    a ms:SoftwareDistributionForm, owl:NamedIndividual ;
    rdfs:comment "Value for software distribution form, used for software workflows created with the Galaxy workflow engine"@en ;
    rdfs:label "galaxy workflow"@en .

ms:gb
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "gb"@en ;
    skos:altLabel "gigabyte"@en .

ms:gender
    a ms:MorphologicalType, owl:NamedIndividual ;
    rdfs:label "gender"@en .

ms:general
    datacite:hasIdentifier ms:Clarin_Domain003 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "General"@en .

ms:generalDocumenation
    a ms:DocumentationType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Documentation type' used for documents that describe a language resource or some aspect of it"@en ;
    rdfs:label "general documentation"@en .

ms:generation
    a ms:LDTask, owl:NamedIndividual ;
    rdfs:label "generation"@en .

ms:genre
    a owl:ObjectProperty ;
    rdfs:comment "Links a language resource (part) to the genre it belongs to"@en ;
    rdfs:domain ms:CorpusMediaPart ;
    rdfs:label "genre"@en ;
    rdfs:range ms:Genre .

ms:geographicCoverage
    a owl:DatatypeProperty ;
    rdfs:comment "Indicates the geographic region that the content of a resource is about; for countries, recommended use of ISO-3166"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Corpus
            ms:LanguageDescription
            ms:LexicalConceptualResource
            ms:Subset
        )
    ] ;
    rdfs:label "geographic coverage"@en ;
    rdfs:range rdf:langString ;
    skos:note "string or Location (iso3166) and geographic coordinates?"@en .

ms:geographicDistributionOfParticipants
    a owl:DatatypeProperty ;
    rdfs:comment "Gives information on the geographic distribution of the participants"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusImagePart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "geographic distribution of participants"@en ;
    rdfs:range rdf:langString .

ms:geographyAndTravel
    datacite:hasIdentifier ms:DDC910 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Geography & Travel"@en .

ms:gesture
    a owl:DatatypeProperty ;
    rdfs:comment "Indicates the type of gestures visible in the resource"@en ;
    rdfs:domain ms:DynamicElement ;
    rdfs:label "gesture"@en ;
    rdfs:range rdf:langString .

ms:github
    a ms:SocialMediaOccupationalAccountType, owl:NamedIndividual ;
    rdfs:label "GitHub"@en .

ms:gitlab
    a ms:SocialMediaOccupationalAccountType, owl:NamedIndividual ;
    rdfs:label "GitLab"@en .

ms:givenName
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces the given name (also known as \"first name\") of a person"@en ;
    rdfs:domain ms:Person ;
    rdfs:label "given name"@en ;
    rdfs:range rdf:langString ;
    skos:altLabel "first name"@en, "forename"@en .

ms:glassBox
    a ms:EvaluationType, owl:NamedIndividual ;
    rdfs:label "glass box"@en .

ms:goldStandardLocation
    a owl:DatatypeProperty ;
    rdfs:comment "Links to the URL where a gold standard resource can be found in order to be used for evaluation purposes"@en ;
    rdfs:domain ms:Evaluation ;
    rdfs:label "gold standard location"@en ;
    rdfs:range xsd:anyURI ;
    rdfs:subPropertyOf ms:url .

ms:googleChromeOS
    a ms:OperatingSystem, owl:NamedIndividual ;
    rdfs:label "Google Chrome OS"@en .

ms:grammaticalPhenomenaCoverage
    a owl:ObjectProperty ;
    rdfs:comment "Gives an indication of the grammatical phenomena covered by the grammar"@en ;
    rdfs:domain ms:LanguageDescription ;
    rdfs:label "grammatical phenomena coverage"@en ;
    rdfs:range ms:GrammaticalPhenomenaCoverage .

ms:grantNumber
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies an identification number usually issued by the funding authority and referring uniquely to the project that has received the funding"@en ;
    rdfs:domain ms:Project ;
    rdfs:label "grant number"@en ;
    rdfs:range xsd:string .

ms:graphicArtsAndDecorativeArts
    datacite:hasIdentifier ms:DDC740 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Graphic Arts & Decorative Arts"@en .

ms:graphicCard
    a ms:RequiredHardware, owl:NamedIndividual ;
    rdfs:label "graphic card"@en .

ms:grid
    ms:url "https://www.grid.ac/" ;
    a datacite:OrganizationIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "GRID identifier scheme (Global Research Identifier Database, https://www.grid.ac/)"@en ;
    rdfs:label "GRID"@en .

ms:group
    a ms:DivisionCategory, owl:NamedIndividual ;
    rdfs:label "group"@en .

ms:guidelines
    a ms:DocumentationType, owl:NamedIndividual, owl:ObjectProperty ;
    rdfs:comment "Links to the document used as guidelines for the creation or annotation of a corpus"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Annotation
            ms:LanguageResource
        )
    ] ;
    rdfs:label "guidelines"@en ;
    rdfs:range ms:Document ;
    rdfs:subPropertyOf ms:isDocumentedBy .

ms:hand
    a ms:BodyPart, owl:NamedIndividual ;
    rdfs:label "hand"@en .

ms:handArmMovement
    a owl:DatatypeProperty ;
    rdfs:comment "Indicates the movement of hands and/or arms visible in the resource"@en ;
    rdfs:domain ms:DynamicElement ;
    rdfs:label "hand arm movement"@en ;
    rdfs:range rdf:langString .

ms:handManipulation
    a owl:DatatypeProperty ;
    rdfs:comment "Gives information on the manipulation of objects by hand"@en ;
    rdfs:domain ms:DynamicElement ;
    rdfs:label "hand manipulation"@en ;
    rdfs:range rdf:langString .

ms:hardDisk
    a ms:DatasetDistributionForm, owl:NamedIndividual ;
    rdfs:comment "Value for data distribution medium, used for resources that are delivered on a hard disk"@en ;
    rdfs:label "hard disk"@en .

ms:hardDisk1
    a ms:RecordingDeviceType, owl:NamedIndividual ;
    rdfs:label "hard disk"@en .

ms:hardwareAndHouseholdAppliances
    datacite:hasIdentifier ms:DDC683 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Hardware & Household Appliances"@en .

ms:hasAlignedVersion
    a owl:ObjectProperty ;
    rdfs:comment "Links to a corpus B which contains an aligned version of corpus A (the one being described)"@en ;
    rdfs:domain ms:Corpus ;
    rdfs:label "has aligned version"@en ;
    rdfs:range ms:Corpus ;
    rdfs:subPropertyOf ms:hasVersion ;
    owl:inverseOf ms:isAlignedVersionOf .

ms:hasAnalysed
    a owl:ObjectProperty ;
    rdfs:comment "Links a tool/service B that is (or can be or has been) used for analysing LR A (e.g., a statistical tool) to LR A"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "has analysed"@en ;
    rdfs:range [
        a owl:Class ;
        owl:unionOf (ms:DataLanguageResource
            ms:MediaPart
        )
    ] ;
    rdfs:subPropertyOf ms:LΤRelatedTo ;
    owl:inverseOf ms:isAnalysedBy .

ms:hasAnnotated
    a owl:ObjectProperty ;
    rdfs:comment "Links a tool/service B that has been used for annotating LR A (e.g., a tagger, NER, etc.) to LR A"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "has annotated"@en ;
    rdfs:range ms:Annotation ;
    rdfs:subPropertyOf ms:LΤRelatedTo ;
    owl:inverseOf ms:isAnnotatedBy .

ms:hasAnnotatedVersion
    a owl:ObjectProperty ;
    rdfs:comment "Links to a corpus B which contains the annotations of corpus A (the one being described)"@en ;
    rdfs:domain ms:Corpus ;
    rdfs:label "has annotated version"@en ;
    rdfs:range ms:Corpus ;
    rdfs:subPropertyOf ms:hasVersion ;
    owl:inverseOf ms:isAnnotatedVersionOf .

ms:hasArchived
    a owl:ObjectProperty ;
    rdfs:comment "Links a tool/service B that is (or can be or has been) used for archiving LR A to LR A"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "has archived"@en ;
    rdfs:range ms:DataLanguageResource ;
    rdfs:subPropertyOf ms:LΤRelatedTo ;
    owl:inverseOf ms:isArchivedBy .

ms:hasConvertedVersion
    a owl:ObjectProperty ;
    rdfs:comment "Links to LR B that has been used for creating LR A (the one being described) through a conversion procedure, e.g., a PDF to text conversion"@en ;
    rdfs:domain ms:DataLanguageResource ;
    rdfs:label "has converted version"@en ;
    rdfs:range ms:DataLanguageResource ;
    rdfs:subPropertyOf ms:hasVersion ;
    owl:inverseOf ms:isConvertedVersionOf .

ms:hasCreated
    a owl:ObjectProperty ;
    rdfs:comment "Links a tool/service B that is (or can be or has been) used for creating LR A to LR A"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "has created"@en ;
    rdfs:range [
        a owl:Class ;
        owl:unionOf (ms:DataLanguageResource
            ms:MediaPart
        )
    ] ;
    rdfs:subPropertyOf ms:LΤRelatedTo ;
    owl:inverseOf ms:isCreatedBy .

ms:hasDivision
    a owl:ObjectProperty ;
    rdfs:comment "Links an organization to the division(s) (e.g., company branch, university faculty or department, etc.) it consists of"@en ;
    rdfs:domain ms:Organization ;
    rdfs:label "has division"@en ;
    rdfs:range ms:Division ;
    owl:inverseOf ms:isDivisionOf .

ms:hasElicited
    a owl:ObjectProperty ;
    rdfs:comment "Links a tool/service B that is (or can be or has been) used for eliciting LR A to LR A"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "has elicited"@en ;
    rdfs:range [
        a owl:Class ;
        owl:unionOf (ms:DataLanguageResource
            ms:MediaPart
        )
    ] ;
    rdfs:subPropertyOf ms:LΤRelatedTo ;
    owl:inverseOf ms:isElicitedBy .

ms:hasEvaluated
    a owl:ObjectProperty ;
    rdfs:comment "Links a tool/service that has been used for evaluating an LR A to the data of this evaluation"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "has evaluated"@en ;
    rdfs:range ms:Evaluation ;
    rdfs:subPropertyOf ms:LΤRelatedTo ;
    owl:inverseOf ms:isEvaluatedBy .

ms:hasMetadata
    a owl:ObjectProperty ;
    rdfs:comment "Links to an external metadata record that describes the same language resource in another catalogue, repository, etc."@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "has metadata"@en ;
    rdfs:range ms:MetadataRecord ;
    rdfs:subPropertyOf ms:isRelatedToMDRecord ;
    owl:inverseOf ms:isMetadataOf .

ms:hasOriginalSource
    a owl:ObjectProperty ;
    rdfs:comment "Links a language resource to the original source that has been used for its creation, where it's derived or elicited from"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:LanguageResource
            ms:MediaPart
        )
    ] ;
    rdfs:label "has original source"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:isRelatedToLR ;
    owl:inverseOf ms:hasOutcome .

ms:hasOutcome
    a owl:ObjectProperty ;
    rdfs:comment "Links to LR B which is created / extracted from LR A (the one being described), i.e. LR A has been used as the basis/initial/source material for LR B"@en ;
    rdfs:domain ms:ActualUse ;
    rdfs:label "has outcome"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:isRelatedToLR ;
    skos:altLabel "is source of"@en .

ms:hasPart
    a owl:ObjectProperty ;
    rdfs:comment "Links to LR B which is contained in LR A (the one being described), e.g., a monolingual corpus part of a bilingual corpus"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "has part"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:isRelatedToLR ;
    owl:inverseOf ms:isPartOf .

ms:hasRecorded
    a owl:ObjectProperty ;
    rdfs:comment "Links a tool/service to the data of the language resource (e.g., audio or video part of a corpus) it has recorded"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "has recorded"@en ;
    rdfs:range [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:subPropertyOf ms:LΤRelatedTo ;
    owl:inverseOf ms:isRecordedBy .

ms:hasSubset
    a owl:ObjectProperty ;
    rdfs:comment "Links to a subset of the resource that is described in order to add specific information on the subset (e.g. size per language for multilingual corpora, size per domain for lexica with multiple domains, etc.)"@en ;
    rdfs:domain ms:MediaPart ;
    rdfs:label "has subset"@en ;
    rdfs:range ms:Subset ;
    skos:note "introduced to cater for all sizePer properties; decided not to use the isPartOf because I wanted to keep this for \"whole\" language resources"@en .

ms:hasValidated
    a owl:ObjectProperty ;
    rdfs:comment "Links a tool/service B that is (or can be) used for validating LR A to the data of this validation"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "has validated"@en ;
    rdfs:range ms:Validation ;
    rdfs:subPropertyOf ms:LΤRelatedTo ;
    owl:inverseOf ms:isValidatedBy .

ms:hasVersion
    a owl:ObjectProperty ;
    rdfs:comment "Links to LR B that is a version of LR A (the one being described)"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "has version"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:isRelatedToLR ;
    owl:inverseOf ms:isVersionOf .

ms:head
    a ms:BodyPart, owl:NamedIndividual ;
    rdfs:label "head"@en .

ms:headMovement
    a owl:DatatypeProperty ;
    rdfs:comment "Indicates the movements of the head visible in the resource"@en ;
    rdfs:domain ms:DynamicElement ;
    rdfs:label "head movement"@en ;
    rdfs:range rdf:langString .

ms:headOfficeAddress
    a owl:ObjectProperty ;
    rdfs:comment "Links to the physical address of the head office of an organization or group represented as a set of distinct elements (street, zip code, city, etc.)"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Affiliation
            ms:Division
            ms:Group
            ms:Organization
        )
    ] ;
    rdfs:label "address (head office)"@en ;
    rdfs:range ms:AddressSet ;
    rdfs:subPropertyOf ms:addressSet .

ms:health
    datacite:hasIdentifier ms:ELG_Domain009 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "health"@en .

ms:hearingImpairment
    a owl:DatatypeProperty ;
    rdfs:comment "Provides information on any hearing impairment the participant may have"@en ;
    rdfs:domain ms:Participant ;
    rdfs:label "hearing impairment"@en ;
    rdfs:range rdf:langString .

ms:hearingImpairmentOfParticipants
    a owl:ObjectProperty ;
    rdfs:comment "Specifies whether the group of participants contains persons with hearing impairments"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusImagePart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "hearing impairment of participants"@en ;
    rdfs:range ms:HearingImpairmentOfParticipants .

ms:height
    a owl:DatatypeProperty ;
    rdfs:comment "Provides information on the height of the participant in cm"@en ;
    rdfs:domain ms:Participant ;
    rdfs:label "height"@en ;
    rdfs:range xsd:int .

ms:high
    a ms:RecordingQuality, owl:NamedIndividual ;
    rdfs:label "high"@en .

ms:high1
    a ms:Quality, owl:NamedIndividual ;
    rdfs:label "high"@en .

ms:high2
    a ms:NoiseLevel, owl:NamedIndividual ;
    rdfs:label "high"@en .

ms:history
    datacite:hasIdentifier ms:DDC900 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "History"@en .

ms:homeAndFamilyManagement
    datacite:hasIdentifier ms:DDC640 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Home & Family Management"@en .

ms:homepage
    a owl:DatatypeProperty ;
    rdfs:comment "Links to a URL that includes information on a person (e.g., CV, publications, communication information, etc.)"@en ;
    rdfs:domain ms:Person ;
    rdfs:label "home page"@en ;
    rdfs:range xsd:anyURI ;
    rdfs:subPropertyOf ms:url .

ms:honorificPrefix
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces a honorific prefix (or title) such as Dr./Mr/Ms. that precedes the name of a person"@en ;
    rdfs:domain ms:Person ;
    rdfs:label "honorific prefix"@en ;
    rdfs:range rdf:langString ;
    skos:altLabel "title"@en .

ms:hour
    a ms:DurationUnit, owl:NamedIndividual ;
    rdfs:label "hour"@en .

ms:hour1
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "hour"@en .

ms:human
    a ms:EvaluationMeasure, owl:NamedIndividual ;
    rdfs:label "human"@en .

ms:humanNonSpeech
    datacite:hasIdentifier ms:MS_AG001 ;
    a ms:AudioGenre, owl:NamedIndividual ;
    rdfs:label "human non speech"@en .

ms:hyperbaric
    a ms:SpeechInfluence, owl:NamedIndividual ;
    rdfs:label "hyperbaric"@en .

ms:hyperonym
    a ms:SemanticType, owl:NamedIndividual ;
    rdfs:label "hyperonym"@en .

ms:hyponym
    a ms:SemanticType, owl:NamedIndividual ;
    rdfs:label "hyponym"@en .

ms:iOS
    a ms:OperatingSystem, owl:NamedIndividual ;
    rdfs:label "iOS"@en .

ms:idiomaticExpression
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "idiomatic expression"@en .

ms:image
    a ms:MediaType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Media type' for the for of a language resource (part) consisting of visual representations (e.g., pictures, photos)"@en ;
    rdfs:label "image"@en .

ms:image1
    a ms:ExtratextualInformation, owl:NamedIndividual ;
    rdfs:label "image"@en .

ms:image2
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "image"@en .

ms:image3
    a owl:DatatypeProperty ;
    rdfs:comment "Links to a URL with an image file (e.g., a photo, or cartoon image) that is used for identifying a person (e.g., on a home page)"@en ;
    rdfs:domain ms:Person ;
    rdfs:label "image"@en ;
    rdfs:range xsd:anyURI .

ms:imageFormat
    a owl:ObjectProperty ;
    rdfs:comment "Provides information on each of the format(s) of the image part of a resource"@en ;
    rdfs:domain ms:DatasetDistribution ;
    rdfs:label "detailed image format"@en ;
    rdfs:range ms:ImageFormat .

ms:impact
    a ms:EvaluationLevel, owl:NamedIndividual ;
    rdfs:label "impact"@en .

ms:implementationLanguage
    a owl:DatatypeProperty ;
    rdfs:comment "The programming language(s) used for the development of a tool/service, which is needed for running the tools/services, in case no executables are available"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "implementation language"@en ;
    rdfs:range xsd:string .

ms:inBook
    a ms:DocumentType, owl:NamedIndividual ;
    rdfs:label "in book"@en .

ms:inCar
    a ms:RecordingEnvironment, owl:NamedIndividual ;
    rdfs:label "in car"@en .

ms:inCollection
    a ms:DocumentType, owl:NamedIndividual ;
    rdfs:label "in collection"@en .

ms:inCopyright
    datacite:hasIdentifier <http://rightsstatements.org/vocab/InC/1.0/> ;
    a ms:AccessRightsStatement, owl:NamedIndividual .

ms:inCopyrightEUOrphan
    datacite:hasIdentifier <http://rightsstatements.org/vocab/InC-OW-EU/1.0/> ;
    a ms:AccessRightsStatement, owl:NamedIndividual .

ms:inCopyrightEdu
    datacite:hasIdentifier <http://rightsstatements.org/vocab/InC-EDU/1.0/> ;
    a ms:AccessRightsStatement, owl:NamedIndividual .

ms:inCopyrightNCPermitted
    datacite:hasIdentifier <http://rightsstatements.org/vocab/InC-NC/1.0/> ;
    a ms:AccessRightsStatement, owl:NamedIndividual .

ms:inCopyrightRightsHoldersUnlocatable
    datacite:hasIdentifier <http://rightsstatements.org/vocab/InC-RUU/1.0/> ;
    a ms:AccessRightsStatement, owl:NamedIndividual .

ms:inProceedings
    a ms:DocumentType, owl:NamedIndividual ;
    rdfs:label "in proceedings"@en .

ms:included
    a ms:RelatedLexiconType, owl:NamedIndividual ;
    rdfs:label "included"@en .

ms:incorporate
    a owl:NamedIndividual, skos:concept ;
    rdfs:comment "The Assigner permits/prohibits the Assignees to incorporate the Asset unmodified into a Collective Work."@en ;
    rdfs:label "incorporate"@en ;
    skos:broaderTransitive odrl:use .

ms:industrial
    a ms:RecordingEnvironment, owl:NamedIndividual ;
    rdfs:label "industrial"@en .

ms:inflection
    a ms:MorphologicalType, owl:NamedIndividual ;
    rdfs:label "inflection"@en .

ms:informLicensor
    a ms:ConditionOfUse, owl:NamedIndividual, odrl:Set ;
    rdfs:comment "Value for 'ConditionOfUse' which states that users must inform the licensor as to the kind of use they intend to make of the resource"@en ;
    rdfs:label "inform licensor"@en ;
    odrl:permission [
        odrl:duty [
            odrl:action cc:Notify
        ]
    ] .

ms:information
    datacite:hasIdentifier ms:PAROLE_G003 ;
    a ms:TextGenre, owl:NamedIndividual ;
    rdfs:label "information"@en .

ms:ingestedRecord
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "ingested record"@en .

ms:inputContentResource
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the requirements set by a tool/service for the (content) resource that it processes"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "input content resource"@en ;
    rdfs:range ms:ProcessingResource .

ms:installationManual
    a ms:DocumentationType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Documentation type' used for documents that contain instructions on how to install a software"@en ;
    rdfs:label "installation manual"@en .

ms:institute
    a ms:DivisionCategory, owl:NamedIndividual ;
    rdfs:label "institute"@en .

ms:instruction
    datacite:hasIdentifier ms:PAROLE_G004 ;
    a ms:TextGenre, owl:NamedIndividual ;
    rdfs:label "instruction"@en .

ms:instrumentalMusic
    datacite:hasIdentifier ms:MS_AG005 ;
    a ms:AudioGenre, owl:NamedIndividual ;
    rdfs:label "instrumental music"@en .

ms:insurance
    datacite:hasIdentifier ms:ELG_Domain006 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "insurance"@en .

ms:integer
    a ms:ParameterType, owl:NamedIndividual ;
    rdfs:label "integer"@en .

ms:intendedApplication
    a owl:ObjectProperty ;
    rdfs:comment "Specifies an LT application for which the language resource has been created or for which it can be used or is recommended to be used"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "intended application"@en ;
    rdfs:range omtd:Operation .

ms:interaction
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the parts that interact in an audio or video component"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "interaction"@en ;
    rdfs:range rdf:langString .

ms:interactive
    a ms:ProcessMode, owl:NamedIndividual ;
    rdfs:comment "Value for 'Process mode' and its subclasses used for processes that include some interaction between the processing tool and the human agent performing the process"@en ;
    rdfs:label "interactive"@en .

ms:interactive1
    a ms:Interactivity, owl:NamedIndividual ;
    rdfs:label "interactive"@en .

ms:interactiveMedia
    a owl:DatatypeProperty ;
    rdfs:comment "Any interactive media visible in the resource"@en ;
    rdfs:domain ms:DynamicElement ;
    rdfs:label "interactive media"@en ;
    rdfs:range rdf:langString .

ms:interactivity
    a owl:ObjectProperty ;
    rdfs:comment "Indicates the level of conversational interaction between speakers (for audio component) or participants (for video component)"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "interactivity"@en ;
    rdfs:range ms:Interactivity .

ms:interannotatorAgreement
    a owl:DatatypeProperty ;
    rdfs:comment "Provides information on the inter-annotator agreement and the methods/metrics applied"@en ;
    rdfs:domain ms:Annotation ;
    rdfs:label "interannotator agreement"@en ;
    rdfs:range rdf:langString .

ms:internalRecord
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "internal record"@en .

ms:internet
    a ms:SourceChannel, owl:NamedIndividual ;
    rdfs:label "internet"@en .

ms:interpolated
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies whether the n-gram resource is interpolated (Interpolated language models are constructed by 2 or more corpora and each corpus is represented in the model according to a predefined weight)"@en ;
    rdfs:domain ms:NGramModel ;
    rdfs:label "interpolated"@en ;
    rdfs:range xsd:boolean .

ms:interview
    datacite:hasIdentifier ms:ClarinEl_TT006 ;
    a ms:TextType, owl:NamedIndividual ;
    rdfs:label "interview"@en .

ms:interview1
    datacite:hasIdentifier ms:MS_SG006 ;
    a ms:SpeechGenre, owl:NamedIndividual ;
    rdfs:label "interview"@en .

ms:intraannotatorAgreement
    a owl:DatatypeProperty ;
    rdfs:comment "Provides information on the intra-annotator agreement and the methods/metrics applied "@en ;
    rdfs:domain ms:Annotation ;
    rdfs:label "intra-annotator agreement"@en ;
    rdfs:range rdf:langString .

ms:intrinsic
    a ms:EvaluationCriterion, owl:NamedIndividual ;
    rdfs:label "intrinsic"@en .

ms:iprHolder
    a owl:ObjectProperty ;
    rdfs:comment "A person or an organization who holds the full Intellectual Property Rights (Copyright, trademark, etc.) that subsist in the resource. The IPR holder could be different from the creator that may have assigned the rights to the IPR holder (e.g., an author as a creator assigns her rights to the publisher who is the IPR holder) and the distributor that holds a specific licence (i.e. a permission) to distribute the work via a specific distributor."@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "IPR holder"@en ;
    rdfs:range ms:Actor ;
    rdfs:subPropertyOf ms:isRelatedToActor ;
    owl:inverseOf ms:isIprHolderOf ;
    skos:altLabel "intellectual property rights holder"@en, "rights holder"@en .

ms:irregularForm
    a ms:MorphologicalType, owl:NamedIndividual ;
    rdfs:label "irregular form"@en .

ms:isAccessedBy
    a owl:ObjectProperty ;
    rdfs:comment "Links to a tool/service B that is (or can be) used for accessing LR A (the one being described), e.g., a corpus workbench, s/w for lexicon access"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:DataLanguageResource
            ms:MediaPart
        )
    ] ;
    rdfs:label "is accessed by"@en ;
    rdfs:range ms:ToolService ;
    rdfs:subPropertyOf ms:isRelatedToLT ;
    skos:altLabel "access tool"@en .

ms:isAlignedVersionOf
    a owl:ObjectProperty ;
    rdfs:comment "Links to a corpus B which is the aligned version of corpus A (the one being described)"@en ;
    rdfs:domain ms:Corpus ;
    rdfs:label "is aligned version of"@en ;
    rdfs:range ms:Corpus ;
    rdfs:subPropertyOf ms:isVersionOf .

ms:isAnalysedBy
    a owl:ObjectProperty ;
    rdfs:comment "Links to a tool/service B that is (or can be or has been) used for analysing LR A (the one being described), e.g., a statistical tool"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:DataLanguageResource
            ms:MediaPart
        )
    ] ;
    rdfs:label "is analysed by"@en ;
    rdfs:range ms:ToolService ;
    rdfs:subPropertyOf ms:isRelatedToLT ;
    skos:altLabel "analysis tool"@en .

ms:isAnnotatedBy
    a owl:ObjectProperty ;
    rdfs:comment "Links to a tool/service B that has been used for annotating LR A (the one being described), e.g., a tagger, NER, etc."@en ;
    rdfs:domain ms:Annotation ;
    rdfs:label "is annotated by"@en ;
    rdfs:range ms:ToolService ;
    rdfs:subPropertyOf ms:isRelatedToLT ;
    skos:altLabel "annotation tool"@en .

ms:isAnnotatedVersionOf
    a owl:ObjectProperty ;
    rdfs:comment "Links to a corpus B which is the raw corpus that has been annotated (corpus A, the one being described)"@en ;
    rdfs:domain ms:Corpus ;
    rdfs:label "is annotated version of"@en ;
    rdfs:range ms:Corpus ;
    rdfs:subPropertyOf ms:isVersionOf .

ms:isAnnotationResourceOf
    a owl:ObjectProperty ;
    rdfs:comment "Links an annotation resource to the corpus where it has been used for annotating or to data of an annotation tool/service that has been or can be combined with"@en ;
    rdfs:domain ms:LexicalConceptualResource ;
    rdfs:label "is annotation resource of"@en ;
    rdfs:range [
        a owl:Class ;
        owl:unionOf (ms:MLModel
            ms:ProcessingResource
            ms:ToolService
        )
    ] ;
    rdfs:subPropertyOf ms:dependentLR .

ms:isAnnotationSchemaOf
    a owl:ObjectProperty ;
    rdfs:comment "Links an annotation schema to the corpus where it has been used for annotating or to data of an annotation tool/service that has been or can be combined with"@en ;
    rdfs:domain ms:LexicalConceptualResource ;
    rdfs:label "is annotation schema of"@en ;
    rdfs:range [
        a owl:Class ;
        owl:unionOf (ms:MLModel
            ms:ProcessingResource
            ms:ToolService
        )
    ] ;
    rdfs:subPropertyOf ms:dependentLR .

ms:isAnnotatorOf
    a owl:ObjectProperty ;
    rdfs:comment "Identifies the resource(s) that have been annotated by the person/organization"@en ;
    rdfs:domain ms:Actor ;
    rdfs:label "is annotator of"@en ;
    rdfs:range ms:Annotation ;
    rdfs:subPropertyOf ms:actorRelatedTo .

ms:isArchivedBy
    a owl:ObjectProperty ;
    rdfs:comment "Links to a tool/service B that is (or can be or has been) used for archiving LR A (the one being described)"@en ;
    rdfs:domain ms:DataLanguageResource ;
    rdfs:label "is archived by"@en ;
    rdfs:range ms:ToolService ;
    rdfs:subPropertyOf ms:isRelatedToLT ;
    skos:altLabel "archiving tool"@en .

ms:isCitedBy
    a owl:ObjectProperty ;
    rdfs:comment "Links to a publication that cites the language resource described"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "is cited by"@en ;
    rdfs:range ms:Document ;
    rdfs:subPropertyOf ms:isRelatedToDocument .

ms:isCombinedWith
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:comment "Links to a LR B that has been used together with LR A (the one being described) to create LR C, e.g., two monolingual wordnets/corpora aligned to produce a bilingual resource"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "is combined with"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:isRelatedToLR .

ms:isCompatibleWith
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:comment "Links to a LR B that can be used together with LR A (the one being described), e.g., a lexicon that is compatible with a grammar"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "is compatible with"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:dependsOn .

ms:isContactFor
    a owl:ObjectProperty ;
    rdfs:comment "Links to the language resource(s) for which the person/organization/group can be contacted for further information"@en ;
    rdfs:domain ms:Actor ;
    rdfs:label "is contact for"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:actorRelatedTo .

ms:isContinuationOf
    a owl:ObjectProperty ;
    rdfs:comment "Links to LR B that forms the basis of LR A (the one being described) upon which it has continued to extend / enrich"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "is continuation of"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:isVersionOf ;
    owl:inverseOf ms:isContinuedBy .

ms:isContinuedBy
    a owl:ObjectProperty ;
    rdfs:comment "Links to a LR B that extends / continues / enriches LR A (the one being described)"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "is continued by"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:hasVersion .

ms:isConvertedVersionOf
    a owl:ObjectProperty ;
    rdfs:comment "Links to LR B that has been the outcome of a conversion procedure from LR A (the one being described), e.g., a PDF to text conversion"@en ;
    rdfs:domain ms:DataLanguageResource ;
    rdfs:label "is converted version of"@en ;
    rdfs:range ms:DataLanguageResource ;
    rdfs:subPropertyOf ms:isVersionOf .

ms:isCreatedBy
    a owl:ObjectProperty ;
    rdfs:comment "Links to a tool/service B that has been used for creating LR A (the one being described)"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:DataLanguageResource
            ms:MediaPart
        )
    ] ;
    rdfs:label "is created by"@en ;
    rdfs:range ms:ToolService ;
    rdfs:subPropertyOf ms:isRelatedToLT ;
    skos:altLabel "creation tool"@en, "derivation tool"@en .

ms:isDescribedBy
    a owl:ObjectProperty ;
    rdfs:comment "Links to a document that describes the contents or operation of a language resource"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "is described by"@en ;
    rdfs:range ms:Document ;
    rdfs:subPropertyOf ms:isDocumentedBy .

ms:isDisplayedBy
    a owl:ObjectProperty ;
    rdfs:comment "Links to a tool/service B that is (or can be) used to display LR A (the one being described), e.g., a tool for visualizing relations in a lexicon, or annotations in a corpus"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:DataLanguageResource
            ms:MediaPart
        )
    ] ;
    rdfs:label "is displayed by"@en ;
    rdfs:range ms:ToolService ;
    rdfs:subPropertyOf ms:isRelatedToLT ;
    skos:altLabel "display tool"@en, "visualization tool"@en .

ms:isDistributionRightsHolderOf
    a owl:ObjectProperty ;
    rdfs:comment "Identifies the language resource for which a person or an organization holds the distribution rights. The range and scope of distribution rights is defined in the distribution agreement. The distributor in most cases only has a limited licence to distribute the work and collect royalties on behalf of the licensor or the IPR holder and cannot give to any recipient of the work permissions that exceed the scope of the distribution agreement (e.g., to allow uses of the work that are not defined in the distribution agreement)"@en ;
    rdfs:domain ms:Actor ;
    rdfs:label "is distribution rights holder of"@en ;
    rdfs:range ms:Distribution ;
    rdfs:subPropertyOf ms:actorRelatedTo .

ms:isDivisionOf
    a owl:ObjectProperty ;
    rdfs:comment "Links a division (e.g., company branch, university department or faculty) to the organization to which it belongs"@en ;
    rdfs:domain ms:Division ;
    rdfs:label "is division of"@en ;
    rdfs:range ms:Organization .

ms:isDocumentedBy
    a owl:ObjectProperty ;
    rdfs:comment "Links a language resource to a document (e.g., research paper describing its contents or its use in a project, user manual, etc.) or any other form of documentation (e.g., a URL with support information) that is related to the resource"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "is documented by"@en ;
    rdfs:range ms:Document ;
    rdfs:subPropertyOf ms:isRelatedToDocument ;
    skos:altLabel "documentation report"@en .

ms:isEditedBy
    a owl:ObjectProperty ;
    rdfs:comment "Links to a tool/service B that is (or can be) used for editing LR A (the one being described)"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:DataLanguageResource
            ms:MediaPart
        )
    ] ;
    rdfs:label "is edited by"@en ;
    rdfs:range ms:ToolService ;
    rdfs:subPropertyOf ms:isRelatedToLT ;
    skos:altLabel "editing tool"@en .

ms:isElicitedBy
    a owl:ObjectProperty ;
    rdfs:comment "Links to a tool/service B that is (or can be or has been) used for eliciting LR A (the one being described)"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:DataLanguageResource
            ms:MediaPart
        )
    ] ;
    rdfs:label "is elicited by"@en ;
    rdfs:range ms:ToolService ;
    rdfs:subPropertyOf ms:isRelatedToLT ;
    skos:altLabel "elicitation tool"@en .

ms:isEvaluatedBy
    a owl:ObjectProperty ;
    rdfs:comment "Links to a tool/service B that has been used to evaluate LR A (the one being described)"@en ;
    rdfs:domain ms:Evaluation ;
    rdfs:label "is evaluated by"@en ;
    rdfs:range ms:ToolService ;
    rdfs:subPropertyOf ms:isRelatedToLT ;
    skos:altLabel "evaluation tool"@en .

ms:isEvaluatorOf
    a owl:ObjectProperty ;
    rdfs:comment "Identifies the tool or service(s) that a person or organization that has evaluated"@en ;
    rdfs:domain ms:Actor ;
    rdfs:label "is evaluator of"@en ;
    rdfs:range ms:Evaluation ;
    rdfs:subPropertyOf ms:actorRelatedTo .

ms:isExactMatchWith
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:comment "Links to LR B that has the same contents with LR A; they may have different names or the same name and be stored on different locations"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "is exact match with"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:isRelatedToLR ;
    skos:altLabel "is identical with"@en, "is same as"@en .

ms:isFactored
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies whether the model is factored or not"@en ;
    rdfs:domain ms:NGramModel ;
    rdfs:label "is factored"@en ;
    rdfs:range xsd:boolean .

ms:isFunderOf
    a owl:ObjectProperty ;
    rdfs:comment "Links to the projects) that the person/organization has financed"@en ;
    rdfs:domain ms:Actor ;
    rdfs:label "is funder of"@en ;
    rdfs:range ms:Project ;
    rdfs:subPropertyOf ms:actorRelatedTo .

ms:isFundingProjectOf
    a owl:ObjectProperty ;
    rdfs:comment "Links a project to the language resource(s) that it has funded (e.g., creation, enrichment, extension, etc.)"@en ;
    rdfs:domain ms:Project ;
    rdfs:label "is funding project of"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:projectRelatedTo .

ms:isIprHolderOf
    a owl:ObjectProperty ;
    rdfs:comment "Links to the resource(s) for which a person or an organization holds the full Intellectual Property Rights (Copyright, trademark, etc.). The IPR holder could be different from the creator that may have assigned the rights to the IPR holder (e.g., an author as a creator assigns her rights to the publisher who is the IPR holder) and the distributor that holds a specific licence (i.e. a permission) to distribute the work via a specific distributor."@en ;
    rdfs:domain ms:Actor ;
    rdfs:label "is IPR holder of"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:actorRelatedTo .

ms:isLicensorOr
    a owl:ObjectProperty ;
    rdfs:comment "Links to the resource(s) which a person or organisation is legally eligible to license and actually licenses. The licensor could be different from the creator, the distributor or the IPR holder. The licensor has the necessary rights or licences to license the work and is the party that actually licenses the resource that is distributed via the specific channel. She will have obtained the necessary rights or licences from the IPR holder and she may have a distribution agreement with a distributor that disseminates the work under a set of conditions defined in the specific licence and collects revenue on the licensor's behalf. The attribution of the creator, separately from the attribution of the licensor, may be part of the licence under which the resource is distributed (as e.g., is the case with Creative Commons Licences)."@en ;
    rdfs:domain ms:Actor ;
    rdfs:label "is licensor of"@en ;
    rdfs:range ms:Distribution ;
    rdfs:subPropertyOf ms:actorRelatedTo ;
    owl:inverseOf ms:licensor .

ms:isMLModelOf
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the tool/service with which the ML model can be combined in order to perform the desired task"@en ;
    rdfs:domain ms:MLModel ;
    rdfs:label "is ML model of"@en ;
    rdfs:range ms:ToolService ;
    rdfs:subPropertyOf ms:dependentLR ;
    owl:inverseOf ms:mlModel ;
    skos:altLabel "is Machine Learning model of"@en .

ms:isMetadataCreatorOf
    a owl:ObjectProperty ;
    rdfs:comment "Links to the metadata record(s) that a person has created"@en ;
    rdfs:domain ms:Person ;
    rdfs:label "is metadata creator of"@en ;
    rdfs:range ms:MetadataRecord ;
    rdfs:subPropertyOf ms:actorRelatedTo ;
    owl:inverseOf ms:metadataCreator .

ms:isMetadataCuratorOf
    a owl:ObjectProperty ;
    rdfs:comment "Links to the metadata record(s) for which a person is responsible for creating, updating, enriching, etc."@en ;
    rdfs:domain ms:Person ;
    rdfs:label "is metadata curator of"@en ;
    rdfs:range ms:MetadataRecord ;
    rdfs:subPropertyOf ms:actorRelatedTo ;
    owl:inverseOf ms:metadataCurator .

ms:isMetadataOf
    a owl:ObjectProperty ;
    rdfs:comment "Links an external metadata record (from another catalogue, repository, etc.) to the language resource described"@en ;
    rdfs:domain ms:MetadataRecord ;
    rdfs:label "is metadata of"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:MDRecordRelatedTo .

ms:isPartOf
    a owl:ObjectProperty ;
    rdfs:comment "Links to LR B which contains LR A (the one being described), e.g., a bilingual corpus that includes a monolingual corpus"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "is part of"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:isRelatedToLR .

ms:isPartWith
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:comment "Links to LR B that together with LR A (the one being described) are parts of LR C"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "is part with"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:isRelatedToLR .

ms:isParticipatingOrganizationIn
    a owl:ObjectProperty ;
    rdfs:comment "Identifies the project(s) where an organization has officially participated or participates in"@en ;
    rdfs:domain ms:Organization ;
    rdfs:label "participant in"@en ;
    rdfs:range ms:Project ;
    rdfs:subPropertyOf ms:actorRelatedTo ;
    owl:inverseOf ms:participatingOrganization ;
    skos:example "European Language Technology Project, Machine Translation for Elderly People, ..."@en .

ms:isQueriedBy
    a owl:ObjectProperty ;
    rdfs:comment "Links to a tool/service B that is (or can be) used for querying LR A (the one being described)"@en ;
    rdfs:domain ms:DataLanguageResource ;
    rdfs:label "is queried by"@en ;
    rdfs:range ms:ToolService ;
    rdfs:subPropertyOf ms:isRelatedToLT ;
    owl:inverseOf ms:queries ;
    skos:altLabel "query tool"@en .

ms:isRecordedBy
    a owl:ObjectProperty ;
    rdfs:comment "Links to a tool/service that has been used for recording a video or audio corpus part"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "is recorded by"@en ;
    rdfs:range ms:ToolService ;
    rdfs:subPropertyOf ms:isRelatedToLT ;
    skos:altLabel "recording platform software"@en, "recording tool"@en .

ms:isRecorderOf
    a owl:ObjectProperty ;
    rdfs:comment "Links to the audio or video part of the resource(s) that a person/organization has recorded"@en ;
    rdfs:domain ms:Actor ;
    rdfs:label "is recorder of"@en ;
    rdfs:range [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:subPropertyOf ms:actorRelatedTo ;
    owl:inverseOf ms:recorder .

ms:isRelatedTo
    a owl:ObjectProperty ;
    rdfs:comment "Identifies a relation holding between two language resources or a language resource and a document or actor or, in general, a satellite entity"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:DescribedEntity
            ms:MetadataRecord
        )
    ] ;
    rdfs:label "is related to"@en ;
    rdfs:range [
        a owl:Class ;
        owl:unionOf (ms:Actor
            ms:Document
            ms:LanguageResource
        )
    ] .

ms:isRelatedToActor
    a owl:ObjectProperty ;
    rdfs:comment "Links to the data of an actor that bears some relation to the language resource that is described"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Distribution
            ms:LanguageResource
            ms:MetadataRecord
        )
    ] ;
    rdfs:label "is related to actor"@en ;
    rdfs:range ms:Actor ;
    rdfs:subPropertyOf ms:isRelatedTo .

ms:isRelatedToDocument
    a owl:ObjectProperty ;
    rdfs:comment "Links to a document that is somehow related to the entity that is described"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:LanguageResource
            ms:Project
        )
    ] ;
    rdfs:label "is related to document"@en ;
    rdfs:range ms:Document ;
    rdfs:subPropertyOf ms:isRelatedTo .

ms:isRelatedToLR
    a owl:ObjectProperty ;
    rdfs:comment "Links to a language resource that holds a relation with the entity being described (without further specification of the relation type)"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Division
            ms:Document
            ms:Group
            ms:LanguageResource
            ms:Organization
            ms:Person
            ms:Project
        )
    ] ;
    rdfs:label "is related to Language Resource"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:isRelatedTo .

ms:isRelatedToLT
    a owl:ObjectProperty ;
    rdfs:comment "Links to a tool/service B that bears some relation to LR A (the one being described)"@en ;
    rdfs:domain ms:DataLanguageResource ;
    rdfs:label "is related to LT tool/service"@en ;
    rdfs:range ms:ToolService ;
    rdfs:subPropertyOf ms:isRelatedTo .

ms:isRelatedToMDRecord
    a owl:ObjectProperty ;
    rdfs:comment "Links to an external metadata record that has some relation with the metadata record of the resource being described or the resource itself"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:LanguageResource
            ms:MetadataRecord
        )
    ] ;
    rdfs:label "is related to metadata record"@en ;
    rdfs:range ms:MetadataRecord ;
    rdfs:subPropertyOf ms:isRelatedTo .

ms:isRelatedToProject
    a owl:ObjectProperty ;
    rdfs:comment "Links to a project that has some relation with the language resource that is described (e.g., has funded its creation)"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "is related to project"@en ;
    rdfs:range ms:Project ;
    rdfs:subPropertyOf ms:isRelatedTo ;
    owl:inverseOf ms:projectRelatedTo .

ms:isReplacedWith
    a owl:ObjectProperty ;
    rdfs:comment "Links to LR B that is a newer version of LR A (the one being described) and replaces it"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "is replaced with"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:hasVersion ;
    owl:inverseOf ms:replaces .

ms:isRequiredLRBy
    a owl:ObjectProperty ;
    rdfs:comment "Links to a language resource that is required for the operation of a tool/service or computational grammar"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:LanguageDescription
            ms:LexicalConceptualResource
        )
    ] ;
    rdfs:label "is required language resource by"@en ;
    rdfs:range [
        a owl:Class ;
        owl:unionOf (ms:LanguageDescription
            ms:ProcessingResource
            ms:ToolService
        )
    ] ;
    rdfs:subPropertyOf ms:dependentLR ;
    owl:inverseOf ms:requiresLR .

ms:isResourceCreatorOf
    a owl:ObjectProperty ;
    rdfs:comment "Links to the language resource(s) that a person/organization has created"@en ;
    rdfs:domain ms:Actor ;
    rdfs:label "is resource creator of"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:actorRelatedTo ;
    owl:inverseOf ms:resourceCreator .

ms:isResourceProviderOf
    a owl:ObjectProperty ;
    rdfs:comment "Links to a resource for which the person/organization is responsible of providing, curating and maintaining"@en ;
    rdfs:domain ms:Actor ;
    rdfs:label "is resource provider of"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:actorRelatedTo ;
    owl:inverseOf ms:resourceProvider .

ms:isReviewedBy
    a owl:ObjectProperty ;
    rdfs:comment "Links to a document that contains the review of LR A (the one being described)"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "is reviewed by"@en ;
    rdfs:range ms:Document ;
    rdfs:subPropertyOf ms:isDocumentedBy ;
    owl:inverseOf ms:reviews ;
    skos:altLabel "review"@en .

ms:isSimilarTo
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:comment "Links to LR B that bears resemblances to LR A (the one being described), e.g., they have been built with the same theoretical principles or are the same with different formats or processed at the same level with different tools"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "is similar to"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:isRelatedToLR ;
    skos:altLabel "is similar with"@en .

ms:isTypesystemOf
    a owl:ObjectProperty ;
    rdfs:comment "Links a typesystem to the corpus where it has been used for annotating or to data of an annotation tool/service that has been or can be combined with"@en ;
    rdfs:domain ms:LexicalConceptualResource ;
    rdfs:label "is typesystem of"@en ;
    rdfs:range [
        a owl:Class ;
        owl:unionOf (ms:MLModel
            ms:ProcessingResource
            ms:ToolService
        )
    ] ;
    rdfs:subPropertyOf ms:dependentLR ;
    owl:inverseOf ms:typesystem .

ms:isUsageProjectOf
    a owl:ObjectProperty ;
    rdfs:comment "Links a project where a language resource has been used to this LR"@en ;
    rdfs:domain ms:Project ;
    rdfs:label "is usage project of"@en ;
    rdfs:range ms:ActualUse ;
    rdfs:subPropertyOf ms:projectRelatedTo ;
    owl:inverseOf ms:usageProject .

ms:isValidatedBy
    a owl:ObjectProperty ;
    rdfs:comment "Links to a tool/service B that is (or can be) used for validating LR A (the one being described)"@en ;
    rdfs:domain ms:Validation ;
    rdfs:label "is validated by"@en ;
    rdfs:range ms:ToolService ;
    rdfs:subPropertyOf ms:isRelatedToLT ;
    skos:altLabel "validation tool"@en .

ms:isValidatorOf
    a owl:ObjectProperty ;
    rdfs:comment "Links person(s), group(s) or organization(s) that have performed a specific validation of a language resource to the data of this validation"@en ;
    rdfs:domain ms:Actor ;
    rdfs:label "is validator of"@en ;
    rdfs:range ms:Validation ;
    rdfs:subPropertyOf ms:actorRelatedTo ;
    owl:inverseOf ms:validator .

ms:isVersionOf
    a owl:ObjectProperty ;
    rdfs:comment "Links to LR B that is a version (corrected, annotated, enriched, processed, etc.) of LR A (the one being described)"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "is version of"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:isRelatedToLR .

ms:islrn
    ms:url "http://www.islrn.org" ;
    a ms:LRIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "Value for LRTIdentifierScheme referring to ISLRN (International Standard Language Resource Number, http://www.islrn.org/)"@en ;
    rdfs:label "ISLRN" .

ms:isolatedDigit
    a ms:SpeechItem, owl:NamedIndividual ;
    rdfs:label "isolated digit"@en .

ms:isolatedWord
    a ms:SpeechItem, owl:NamedIndividual ;
    rdfs:label "isolated word"@en .

ms:issn
    ms:url "http://www.issn.org" ;
    a ms:DocumentIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "Value for resourceIdentifierSchemeName, referring to the ISSN (International Standard Serial Number, http://www.issn.org/)"@en ;
    rdfs:label "ISSN"@en ;
    skos:altLabel "International Standard Serial Number"@en .

ms:issueTracker
    a ms:DocumentationType, owl:NamedIndividual ;
    rdfs:comment "Value for 'DocumentationType' for issue-tracking tools used by software developers usually available through a dedicated web page"@en ;
    rdfs:label "issue tracker"@en .

ms:istc
    ms:url "http://www.istc-international.org/" ;
    a ms:DocumentIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "Value for resourceIdentifierSchemeName, referring to the ISTC (International Standard Text Code, http://www.istc-international.org/)"@en ;
    rdfs:label "ISTC"@en ;
    skos:altLabel "International Standard Text Code"@en .

ms:item
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "item"@en .

ms:jargon
    a ms:LanguageVarietyType, owl:NamedIndividual ;
    rdfs:comment "Value for 'LanguageVarietyType' used for a particular type of language mainly used in a specific context (e.g., by a professional or social group) which may not be well understood outside that context"@en ;
    rdfs:label "jargon"@en .

ms:journal
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces the name of the journal where the document being described has been published"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "journal"@en ;
    rdfs:range rdf:langString .

ms:journalisticText
    datacite:hasIdentifier ms:ClarinEl_TT018 ;
    a ms:TextType, owl:NamedIndividual ;
    rdfs:label "journalistic text"@en .

ms:kb
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "kilobyte"@en ;
    skos:altLabel "kb"@en .

ms:keep
    a ms:PreviousAnnotationTypesPolicy, owl:NamedIndividual ;
    rdfs:label "keep"@en .

ms:keyword
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces a word or phrase considered important for the description of an entity and thus used to index or classify it"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Division
            ms:Document
            ms:Group
            ms:LanguageResource
            ms:Organization
            ms:Person
            ms:Project
        )
    ] ;
    rdfs:label "keyword"@en ;
    rdfs:range rdf:langString ;
    skos:altLabel "keyphrase"@en ;
    skos:example "crisis management, speech synthesis, subtitling, ..."@en .

ms:keyword1
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "keyword"@en .

ms:laboratory
    a ms:DivisionCategory, owl:NamedIndividual ;
    rdfs:label "laboratory"@en .

ms:landingPage
    a owl:DatatypeProperty ;
    rdfs:comment "Links to a web page that provides additional information about a language resource (e.g., its contents, acknowledgements, link to the access location, etc.)"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "landing page"@en ;
    rdfs:range xsd:anyURI ;
    rdfs:subPropertyOf ms:url ;
    skos:note "dcat:landingPage has range foaf:Document and is a subproperty of foaf:page; no distinction is made between physical and electronic documents. so I'm not sure what the most appropriate relation is for us"@en .

ms:landscapePart
    a owl:DatatypeProperty ;
    rdfs:comment "Indicates the landscape parts represented in the image corpus"@en ;
    rdfs:domain ms:StaticElement ;
    rdfs:label "landscape part"@en ;
    rdfs:range rdf:langString .

ms:language
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the language that is used in the resource or supported by the tool/service"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusImagePart
            ms:CorpusTextPart
            ms:CorpusVideoPart
            ms:LanguageDescriptionImagePart
            ms:LanguageDescriptionTextPart
            ms:LanguageDescriptionVideoPart
            ms:LexicalConceptualResourceAudioPart
            ms:LexicalConceptualResourceImagePart
            ms:LexicalConceptualResourceTextPart
            ms:LexicalConceptualResourceVideoPart
        )
    ] ;
    rdfs:label "language"@en ;
    rdfs:range xsd:anyURI ;
    skos:note "in the xsd, we have the full BCP47 recommendation combination, in ontology as a uri (to link with an ontology)"@en .

ms:language1
    datacite:hasIdentifier ms:DDC400 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Language"@en .

ms:languageDependent
    a owl:DatatypeProperty ;
    rdfs:comment "Indicates whether the operation of the tool or service is language dependent or not"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "language dependent"@en ;
    rdfs:range xsd:boolean .

ms:languageDescription
    a ms:ProcessingResourceType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Resource type' for language descriptions, e.g., grammars, machine learning models, etc., i.e. language resources that formally describe a language"@en ;
    rdfs:label "language description"@en .

ms:languageEngineeringResearchUse
    dct:replaces "Value for 'ConditionOfUse' which states that the resource can only be used for research purposes in the Language Enginnering / Language Technology domain."@en ;
    a ms:ConditionOfUse, owl:NamedIndividual ;
    rdfs:label "language engineering research use"@en .

ms:languageServiceProvider
    a ms:OrganizationRole, owl:NamedIndividual ;
    rdfs:label "language service provider"@en .

ms:languageVariety
    a owl:ObjectProperty ;
    rdfs:comment "Relates a language resource that contains segments in a language variety (e.g., dialect, jargon) to it"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusImagePart
            ms:CorpusTextPart
            ms:CorpusVideoPart
            ms:LanguageDescriptionImagePart
            ms:LanguageDescriptionTextPart
            ms:LanguageDescriptionVideoPart
            ms:LexicalConceptualResourceAudioPart
            ms:LexicalConceptualResourceImagePart
            ms:LexicalConceptualResourceTextPart
            ms:LexicalConceptualResourceVideoPart
        )
    ] ;
    rdfs:label "language variety"@en ;
    rdfs:range ms:LanguageVariety ;
    skos:note "in MS we have language variety attached to language; check if this is ok; introduce a class Language after deciding on how to treat languages"@en .

ms:languageVarietyName
    a owl:DatatypeProperty ;
    rdfs:comment "A textual string used for referring to a language variety"@en ;
    rdfs:domain ms:LanguageVariety ;
    rdfs:label "language variety name"@en ;
    rdfs:range rdf:langString .

ms:languageVarietyType
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the type of the language variety"@en ;
    rdfs:domain ms:LanguageVariety ;
    rdfs:label "language variety type"@en ;
    rdfs:range ms:LanguageVarietyType .

ms:largeCompany
    a ms:OrganizationLegalStatus, owl:NamedIndividual ;
    rdfs:label "large company"@en .

ms:largeMembraneMicrophone
    a ms:CapturingDeviceType, owl:NamedIndividual ;
    rdfs:label "large membrane microphone"@en .

ms:largePublic
    a ms:Audience, owl:NamedIndividual ;
    rdfs:label "large public"@en .

ms:laryngograph
    a ms:SourceChannel, owl:NamedIndividual ;
    rdfs:label "laryngograph"@en .

ms:laryngograph1
    a ms:CapturingDeviceType, owl:NamedIndividual ;
    rdfs:label "laryngograph"@en .

ms:lavalierMicrophone
    a ms:CapturingDeviceType, owl:NamedIndividual ;
    rdfs:label "lavalier microphone"@en .

ms:law
    datacite:hasIdentifier ms:DDC340 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Law"@en .

ms:law1
    datacite:hasIdentifier ms:ELG_Domain018 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "law"@en .

ms:lcrSubclass
    a owl:ObjectProperty ;
    rdfs:comment "Introduces a classification of lexical/conceptual resources into types (used for descriptive reasons)"@en ;
    rdfs:domain ms:LexicalConceptualResource ;
    rdfs:label "LCR subclass"@en ;
    rdfs:range ms:LCRSubclass .

ms:ldTask
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the task performed by the language description"@en ;
    rdfs:domain ms:LanguageDescription ;
    rdfs:label "language description task"@en ;
    rdfs:range ms:LDTask .

ms:lecture
    datacite:hasIdentifier ms:MS_SG010 ;
    a ms:SpeechGenre, owl:NamedIndividual ;
    rdfs:label "lecture"@en .

ms:lectureRoom
    a ms:RecordingEnvironment, owl:NamedIndividual ;
    rdfs:label "lecture room"@en .

ms:leg
    a ms:BodyPart, owl:NamedIndividual ;
    rdfs:label "leg"@en .

ms:legend
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces the legend of the soundtrack"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:LexicalConceptualResourceAudioPart
        )
    ] ;
    rdfs:label "legend"@en ;
    rdfs:range rdf:langString .

ms:lemma
    a ms:LemmaType, owl:NamedIndividual ;
    rdfs:label "lemma"@en .

ms:lemma1
    a ms:ExtratextualInformationUnit, owl:NamedIndividual ;
    rdfs:label "lemma"@en .

ms:letter
    a ms:BaseItem, owl:NamedIndividual ;
    rdfs:label "letter"@en .

ms:letter1
    datacite:hasIdentifier ms:ClarinEl_TT004 ;
    a ms:TextType, owl:NamedIndividual ;
    rdfs:label "letter"@en .

ms:lexicalConceptualResource
    a ms:ProcessingResourceType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Processing resource type' for lexical and conceptual resources (e.g., lexica, ontologies, gazetteers, terminological lists, dictionaries, thesauri, etc.)"@en ;
    rdfs:label "lexical/conceptual resource"@en .

ms:lexicalType
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "lexical type"@en .

ms:lexicalUnit
    a ms:ExtratextualInformationUnit, owl:NamedIndividual ;
    rdfs:label "lexical unit"@en .

ms:lexicon
    a ms:LCRSubclass, owl:NamedIndividual ;
    rdfs:comment "(a list of) all the words used in a particular language or subject, or a dictionary [https://dictionary.cambridge.org/dictionary/english/lexicon]"@en ;
    rdfs:label "lexicon"@en .

ms:library
    a ms:SoftwareDistributionForm, owl:NamedIndividual ;
    rdfs:comment "Value for software distribution form, used for software objects in the form of libraries (e.g. Java, python libraries)"@en ;
    rdfs:label "library"@en .

ms:libraryOfCongress_Classification
    a ms:DomainClassificationScheme, owl:NamedIndividual ;
    rdfs:label "LCC"@en ;
    skos:altLabel "Library of Congress classification system"@en .

ms:libraryofCongressSubjectHeadings_classification
    a ms:SubjectClassificationScheme, owl:NamedIndividual ;
    rdfs:label "LCSH"@en ;
    skos:altLabel "Library of Congress Subject Headings"@en .

ms:licenceCategory
    a owl:ObjectProperty ;
    rdfs:comment "Categorises a licence according to a classification scheme"@en ;
    rdfs:domain ms:LicenceTerms ;
    rdfs:label "licence category"@en ;
    rdfs:range ms:LicenceCategory .

ms:licenceTerms
    a owl:ObjectProperty ;
    rdfs:comment "Links the distribution (distributable form) of a language resource to the licence or terms of use/service (a specific legal document) with which it is distributed"@en ;
    rdfs:domain ms:Distribution ;
    rdfs:label "licence"@en ;
    rdfs:range ms:LicenceTerms ;
    rdfs:subPropertyOf dct:license .

ms:licenceTermsAlternativeName
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces an alternative name (other than the short name) used for a licence or terms of use"@en ;
    rdfs:domain ms:LicenceTerms ;
    rdfs:label "licence/terms of use/service name"@en ;
    rdfs:range rdf:langString ;
    rdfs:subPropertyOf dct:alternative .

ms:licenceTermsName
    a owl:DatatypeProperty ;
    rdfs:comment "The name by which a legal document (e.g., licence, terms of use, terms of service) is known"@en ;
    rdfs:domain ms:LicenceTerms ;
    rdfs:label "licence/terms of use/service name"@en ;
    rdfs:range rdf:langString ;
    rdfs:subPropertyOf dct:title .

ms:licenceTermsShortName
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces the short name (abbreviation, acronym, etc.) used for a licence or terms of use document"@en ;
    rdfs:domain ms:LicenceTerms ;
    rdfs:label "licence/Terms of use/service short name"@en ;
    rdfs:range rdf:langString ;
    rdfs:subPropertyOf dct:alternative .

ms:licenceTermsURL
    a owl:DatatypeProperty ;
    rdfs:comment "Links to the URL where the text of a licence/terms of use/service is found"@en ;
    rdfs:domain ms:LicenceTerms ;
    rdfs:label "licence/terms of use/service URL"@en ;
    rdfs:range xsd:anyURI ;
    rdfs:subPropertyOf ms:url .

ms:licenseInfo
    rdfs:comment "Links a resource to the licence under which it is distributed; values are taken from a list of standard licences"@en .

ms:licensor
    a owl:ObjectProperty ;
    rdfs:comment "The person or organisation who is legally eligible to license and actually licenses the resource. The licensor could be different from the creator, the distributor or the IPR holder. The licensor has the necessary rights or licences to license the work and is the party that actually licenses the resource that is distributed via the specific channel. She will have obtained the necessary rights or licences from the IPR holder and she may have a distribution agreement with a distributor that disseminates the work under a set of conditions defined in the specific licence and collects revenue on the licensor's behalf. The attribution of the creator, separately from the attribution of the licensor, may be part of the licence under which the resource is distributed (as e.g., is the case with Creative Commons Licences)."@en ;
    rdfs:domain ms:Distribution ;
    rdfs:label "licensor"@en ;
    rdfs:range ms:Person ;
    rdfs:subPropertyOf ms:isRelatedToActor .

ms:lifeSciences
    datacite:hasIdentifier ms:Clarin_Domain005 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:comment "A branch of science (such as biology, medicine, and sometimes anthropology or sociology) that deals with living organisms and life processes —usually used in plural"@en ;
    rdfs:label "life sciences"@en .

ms:linearPCM
    a ms:SignalEncoding, owl:NamedIndividual ;
    rdfs:label "linear PCM"@en .

ms:lingualityType
    a owl:ObjectProperty ;
    rdfs:comment "Indicates whether the resource includes one, two or more languages"@en ;
    rdfs:domain ms:MediaPart ;
    rdfs:label "linguality type"@en ;
    rdfs:range ms:LingualityType .

ms:linguisticInformation
    a owl:ObjectProperty ;
    rdfs:comment "Provides a more detailed account of the linguistic information contained in the lexical/conceptual resource"@en ;
    rdfs:domain ms:LexicalConceptualResource ;
    rdfs:label "linguistic information"@en ;
    rdfs:range ms:ContentType .

ms:linguistics
    datacite:hasIdentifier ms:DDC410 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Linguistics"@en .

ms:linkToOtherMedia
    a owl:ObjectProperty ;
    rdfs:comment "Describes the linking between different media parts of a resource (how they interact with or link to each other)"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusMediaPart
            ms:LanguageDescriptionMediaPart
        )
    ] ;
    rdfs:label "link to other media"@en ;
    rdfs:range ms:LinkToOtherMedia .

ms:linkedIn
    a ms:SocialMediaOccupationalAccountType, owl:NamedIndividual ;
    rdfs:label "linkedIn"@en .

ms:linux
    a ms:OperatingSystem, owl:NamedIndividual ;
    rdfs:label "Linux"@en .

ms:lissn
    a ms:DocumentIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "Value for resourceIdentifierSchemeName, referring to the linking ISSN or ISSN-L"@en ;
    rdfs:label "LISSN"@en ;
    skos:altLabel "ISSN-L"@en .

ms:literaryText
    datacite:hasIdentifier ms:ClarinEl_TT012 ;
    a ms:TextType, owl:NamedIndividual ;
    rdfs:label "literary text"@en .

ms:literatureRhetoricAndCriticism
    datacite:hasIdentifier ms:DDC800 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Literature, Rhetoric & Criticism"@en .

ms:littleEndian
    a ms:ByteOrder, owl:NamedIndividual ;
    rdfs:label "Little Endian"@en .

ms:logo
    a owl:DatatypeProperty ;
    rdfs:comment "Links to a symbol or graphic object used to identify an entity; please, add a URL with an image file"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Division
            ms:Group
            ms:LanguageResource
            ms:LicenceTerms
            ms:Organization
            ms:Project
        )
    ] ;
    rdfs:label "logo"@en ;
    rdfs:range xsd:anyURI ;
    skos:example "https://www.logo.eu"@en .

ms:low
    a ms:RecordingQuality, owl:NamedIndividual ;
    rdfs:label "low"@en .

ms:low1
    a ms:Quality, owl:NamedIndividual ;
    rdfs:label "low"@en .

ms:low2
    a ms:NoiseLevel, owl:NamedIndividual ;
    rdfs:label "low"@en .

ms:lsid
    ms:url "http://www.webcitation.org/getfile?fileid=27fcd073ea70199946ace15c6868520be2cab2ab" ;
    a ms:DocumentIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "Value for resourceIdentifierSchemeName, referring to the LSID (Life Sciences Identifier, http://www.webcitation.org/getfile?fileid=27fcd073ea70199946ace15c6868520be2cab2ab)"@en ;
    rdfs:label "LSID"@en ;
    skos:altLabel "Life Sciences Identifier"@en .

ms:mac-OS
    a ms:OperatingSystem, owl:NamedIndividual ;
    rdfs:label "MAC-OS"@en .

ms:machineReadableDictionary
    a ms:LCRSubclass, owl:NamedIndividual ;
    rdfs:comment "a dictionary usually meant for humans in a form that a computer can process"@en ;
    rdfs:label "Machine Readable Dictionary"@en ;
    skos:altLabel "MRD"@en .

ms:mailingListName
    a owl:DatatypeProperty ;
    rdfs:comment "Indicates the name of a mailing list used in relation to a language resource"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "mailing list name"@en ;
    rdfs:range xsd:string .

ms:male
    a ms:Sex, owl:NamedIndividual ;
    rdfs:label "male"@en .

ms:managementAndPublicRelations
    datacite:hasIdentifier ms:DDC650 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Management & Public Relations"@en .

ms:manual
    a ms:ProcessMode, owl:NamedIndividual ;
    rdfs:comment "Value for 'Process mode' and its subclasses used for processes that are performed manually"@en ;
    rdfs:label "manual"@en .

ms:manual1
    a ms:DocumentType, owl:NamedIndividual ;
    rdfs:label "manual"@en .

ms:manufacturing
    datacite:hasIdentifier ms:DDC670 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Manufacturing"@en .

ms:mapTask
    a ms:ScenarioType, owl:NamedIndividual ;
    rdfs:label "map task"@en .

ms:mappingOfResources
    a ms:LCRSubclass, owl:NamedIndividual ;
    rdfs:comment "a resource consisting of mapping values and/or rules between two resources"@en ;
    rdfs:label "mapping of resources"@en .

ms:mastersThesis
    a ms:DocumentType, owl:NamedIndividual ;
    rdfs:label "masters thesis"@en .

ms:mathematics
    datacite:hasIdentifier ms:DDC510 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Mathematics"@en .

ms:maven
    ms:url "https://maven.apache.org/pom.html#Maven_Coordinates" ;
    a ms:LRIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "Value for LRTIdentifierScheme referring to the Maven coordinates (cf. Maven POM, https://maven.apache.org/pom.html#Maven_Coordinates)"@en ;
    rdfs:label "maven"@en .

ms:mb
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "mb"@en ;
    skos:altLabel "megabyte"@en .

ms:measure
    a owl:DatatypeProperty ;
    rdfs:comment "Defines the measure calculated for the metric"@en ;
    rdfs:domain ms:PerformanceIndicator ;
    rdfs:label "measure"@en ;
    rdfs:range xsd:float .

ms:media
    datacite:hasIdentifier ms:ELG_Domain008 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "media"@en .

ms:mediaPart
    a owl:ObjectProperty ;
    rdfs:comment "Links a language resource to the parts it consists of (e.g., an oral corpus with the audio and its transcribed text part)"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "media part"@en ;
    rdfs:range ms:MediaPart .

ms:mediaType
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the media type of a language resource (the physical medium of the contents representation) or of the input/output of a language processing tool/service; each media type is described through a distinctive set of technical features; a language resource may consist of different media parts"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:MediaPart
            ms:ProcessingResourceType
        )
    ] ;
    rdfs:label "media type"@en ;
    rdfs:range ms:MediaType .

ms:mediaTypeDetails
    a owl:DatatypeProperty ;
    rdfs:comment "Provides further information on the way the media types are linked and/or synchronized with each other within the same resource"@en ;
    rdfs:domain ms:LinkToOtherMedia ;
    rdfs:label "media type details"@en ;
    rdfs:range rdf:langString .

ms:medication
    a ms:SpeechInfluence, owl:NamedIndividual ;
    rdfs:label "medication"@en .

ms:medicineAndHealth
    datacite:hasIdentifier ms:DDC610 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Medicine & Health"@en .

ms:medium
    a ms:RecordingQuality, owl:NamedIndividual ;
    rdfs:label "medium"@en .

ms:medium1
    a ms:Quality, owl:NamedIndividual ;
    rdfs:label "medium"@en .

ms:medium2
    a ms:NoiseLevel, owl:NamedIndividual ;
    rdfs:label "medium"@en .

ms:meeting
    datacite:hasIdentifier ms:MS_SG011 ;
    a ms:SpeechGenre, owl:NamedIndividual ;
    rdfs:label "meeting"@en .

ms:meetingProceedings
    datacite:hasIdentifier ms:ClarinEl_TT009 ;
    a ms:TextType, owl:NamedIndividual ;
    rdfs:label "meeting proceedings"@en .

ms:memberOfAssociation
    a owl:ObjectProperty ;
    rdfs:comment "Links to an association or network that the organization or person is member of"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Division
            ms:Organization
            ms:Person
        )
    ] ;
    rdfs:label "member of association"@en ;
    rdfs:range ms:Organization .

ms:memberOfAssociation1
    a ms:ConditionOfUse, owl:NamedIndividual ;
    rdfs:label "member of association"@en .

ms:membershipInstitution
    a owl:ObjectProperty ;
    rdfs:comment "Introduces an institution with members that can benefit from specific conditions on the use of a resource (e.g. discount, unlimited access, etc.)"@en ;
    rdfs:domain ms:Distribution ;
    rdfs:label "membership institution"@en ;
    rdfs:range ms:MembershipInstitution .

ms:meronym
    a ms:SemanticType, owl:NamedIndividual ;
    rdfs:label "meronym"@en .

ms:metaShare
    ms:url "http://www.meta-share.org" ;
    a ms:LRIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "Value for LRTIdentifierScheme referring to the identifier assigned by META-SHARE (http://www.meta-share.org/)"@en ;
    rdfs:label "META-SHARE"@en ;
    skos:note "in MS, we had MetaShareId and not the scheme; in general, discuss the use of \"local resource identifier scheme\" from DataCite as a value"@en .

ms:metadataCreationDate
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the date when the metadata record was first created"@en ;
    rdfs:domain ms:MetadataRecord ;
    rdfs:label "metadata creation date"@en ;
    rdfs:range xsd:date .

ms:metadataCreator
    a owl:ObjectProperty ;
    rdfs:comment "Introduces the person who has created the metadata record"@en ;
    rdfs:domain ms:MetadataRecord ;
    rdfs:label "metadata creator"@en ;
    rdfs:range ms:Person ;
    rdfs:subPropertyOf ms:isRelatedToActor .

ms:metadataCurator
    a owl:ObjectProperty ;
    rdfs:comment "A person responsible for the creation, update, enrichment, etc. of a metadata record describing an entity"@en ;
    rdfs:domain ms:MetadataRecord ;
    rdfs:label "metadata curator"@en ;
    rdfs:range ms:Person ;
    rdfs:subPropertyOf ms:isRelatedToActor .

ms:metadataLastDateUpdated
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the date when the last update of the metadata record was made"@en ;
    rdfs:domain ms:MetadataRecord ;
    rdfs:label "metadata last date updated"@en ;
    rdfs:range xsd:date .

ms:metadataOnlyAccess
    datacite:hasIdentifier <http://purl.org/coar/access_right/c_14cb> ;
    a ms:AccessRightsStatement, owl:NamedIndividual .

ms:metalanguage
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the language that is used as support for the resource (e.g., a grammar of French described in English or a French dictionary with English definitions)"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:LanguageDescriptionImagePart
            ms:LanguageDescriptionTextPart
            ms:LanguageDescriptionVideoPart
            ms:LexicalConceptualResourceAudioPart
            ms:LexicalConceptualResourceImagePart
            ms:LexicalConceptualResourceTextPart
            ms:LexicalConceptualResourceVideoPart
        )
    ] ;
    rdfs:label "metalanguage"@en ;
    rdfs:range xsd:anyURI ;
    skos:note "in the xsd, this is expressed with a BCP47 combination while in the ontology as a URI (to link with an ontology)"@en .

ms:method
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the method used for the development of a tool/service or the ML model"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:MLModel
            ms:ToolService
        )
    ] ;
    rdfs:label "method"@en ;
    rdfs:range omtd:TdmMethod .

ms:metric
    a owl:ObjectProperty ;
    rdfs:comment "Identifies the metric used for the evaluation of the tool/service"@en ;
    rdfs:domain ms:PerformanceIndicator ;
    rdfs:label "metric"@en ;
    rdfs:range ms:Metric .

ms:microphone
    a ms:RequiredHardware, owl:NamedIndividual ;
    rdfs:label "microphone"@en .

ms:microphone1
    a ms:CapturingDeviceType, owl:NamedIndividual ;
    rdfs:label "microphone"@en .

ms:microphoneArray
    a ms:CapturingDeviceType, owl:NamedIndividual ;
    rdfs:label "microphone array"@en .

ms:minute
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "minute"@en .

ms:minute1
    a ms:DurationUnit, owl:NamedIndividual ;
    rdfs:label "minute"@en .

ms:mispronunciation
    a ms:AnnotatedElement, owl:NamedIndividual ;
    rdfs:label "mispronunciation"@en .

ms:mixed
    a ms:ProcessMode, owl:NamedIndividual ;
    rdfs:comment "Value for 'Process mode' and its subclasses used for mixed processes, usually involving an automatic processing followed by human edits"@en ;
    rdfs:label "mixed"@en .

ms:mixedH
    a ms:HearingImpairmentOfParticipants, owl:NamedIndividual ;
    rdfs:label "mixed"@en .

ms:mixedS
    a ms:SpeakingImpairmentOfParticipants, owl:NamedIndividual ;
    rdfs:label "mixed"@en .

ms:mlFramework
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the framework that has been used for developing a model (e.g. keras, tensorflow, etc.)"@en ;
    rdfs:domain ms:MLModel ;
    rdfs:label "ML framework"@en ;
    rdfs:range xsd:string ;
    skos:altLabel "Machine Learning framework"@en .

ms:mlModel
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the ML model that must be used together with the tool/service to perform the desired task"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "ML model"@en ;
    rdfs:range ms:MLModel ;
    rdfs:subPropertyOf ms:dependsOn .

ms:modalityType
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the type of the modality represented in the resource or processed by a tool/service"@en ;
    rdfs:domain ms:MediaPart ;
    rdfs:label "modality type"@en ;
    rdfs:range ms:ModalityType .

ms:modalityTypeDetails
    a owl:DatatypeProperty ;
    rdfs:comment "Provides further information on the modalities represented in a language resource"@en ;
    rdfs:domain ms:MediaPart ;
    rdfs:label "modality type details"@en ;
    rdfs:range rdf:langString .

ms:modelVariant
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces a label that can be used to identify the variant of a ML model"@en ;
    rdfs:domain ms:MLModel ;
    rdfs:label "model variant"@en ;
    rdfs:range xsd:string .

ms:modify
    a ms:PreviousAnnotationTypesPolicy, owl:NamedIndividual ;
    rdfs:label "modify"@en .

ms:moneyAmount
    a ms:SpeechItem, owl:NamedIndividual ;
    rdfs:label "money amount"@en .

ms:monolingual
    a ms:LingualityType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Linguality type' for resource (parts) which include material in one language"@en ;
    rdfs:label "monolingual"@en .

ms:monologue
    a ms:ConversationalType, owl:NamedIndividual ;
    rdfs:label "monologue"@en .

ms:mood
    a ms:MorphologicalType, owl:NamedIndividual ;
    rdfs:label "mood"@en .

ms:morphologicalLexicon
    a ms:CompatibleLexiconType, ms:LCRSubclass, owl:NamedIndividual ;
    rdfs:comment "a lexicon with morphological information associated with its entries"@en ;
    rdfs:label "morphological lexicon"@en .

ms:morphology
    a ms:EncodingLevel, owl:NamedIndividual ;
    rdfs:comment "Value for 'EncodingLevel' for the particular linguistic level that relates to the study of word formation (such as inflection, derivation and compounding)"@en ;
    rdfs:label "morphology"@en .

ms:mouth
    a ms:BodyPart, owl:NamedIndividual ;
    rdfs:label "mouth"@en .

ms:mov
    a ms:CompressionName, owl:NamedIndividual ;
    rdfs:label "mov"@en .

ms:mp3
    a ms:CompressionName, owl:NamedIndividual ;
    rdfs:label "mp3"@en .

ms:mpeg
    a ms:CompressionName, owl:NamedIndividual ;
    rdfs:label "mpeg"@en .

ms:mpg
    a ms:CompressionName, owl:NamedIndividual ;
    rdfs:label "mpg"@en .

ms:mu-law
    a ms:SignalEncoding, owl:NamedIndividual ;
    rdfs:label "mu-law"@en .

ms:multiValue
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies whether the parameter takes a list of values"@en ;
    rdfs:domain ms:Parameter ;
    rdfs:label "multi-value"@en ;
    rdfs:range xsd:boolean .

ms:multiWordUnit
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "multi-word unit"@en ;
    skos:altLabel "multi-word expression"@en .

ms:multiWordUnit1
    a ms:LemmaType, owl:NamedIndividual ;
    rdfs:label "multi-word unit"@en ;
    skos:altLabel "multi-word expression"@en .

ms:multilingual
    a ms:LingualityType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Linguality type' for resource (parts) which include material in three or more languages"@en ;
    rdfs:label "multilingual"@en .

ms:multilingualSingleText
    a ms:MultilingualityType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Multilinguality type' for resource parts or resources that consist of segments including text in two or more languages (e.g., the transcription of a European Parliament session with MPs speaking in their native language)"@en ;
    rdfs:label "multilingual single text"@en .

ms:multilingualityType
    a owl:ObjectProperty ;
    rdfs:comment "Indicates whether the resource (part) is parallel, comparable or mixed"@en ;
    rdfs:domain ms:MediaPart ;
    rdfs:label "multilinguality type"@en ;
    rdfs:range ms:MultilingualityType .

ms:multilingualityTypeDetails
    a owl:DatatypeProperty ;
    rdfs:comment "Provides further information on multilinguality of a resource in free text"@en ;
    rdfs:domain ms:MediaPart ;
    rdfs:label "multilinguality type details" ;
    rdfs:range rdf:langString .

ms:multilogue
    a ms:ConversationalType, owl:NamedIndividual ;
    rdfs:label "multilogue"@en .

ms:multipleSources
    a ms:SceneIllumination, owl:NamedIndividual ;
    rdfs:label "multiple sources"@en .

ms:music
    a ms:NonSpeechItem, owl:NamedIndividual ;
    rdfs:label "music"@en .

ms:music1
    datacite:hasIdentifier ms:DDC780 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Music"@en .

ms:narrative
    datacite:hasIdentifier ms:MS_SG008 ;
    a ms:SpeechGenre, owl:NamedIndividual ;
    rdfs:label "narrative"@en .

ms:nationalFunds
    a ms:FundingType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Funding type' for projects funded by national authorities"@en ;
    rdfs:label "national funds"@en .

ms:nationalMaxContribution
    a owl:ObjectProperty ;
    rdfs:comment "Introduces the maximum amount of money contributed from national funds"@en ;
    rdfs:domain ms:Project ;
    rdfs:label "national max contribution"@en ;
    rdfs:range ms:Cost .

ms:nationalSecurity
    datacite:hasIdentifier ms:ELG_Domain015 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "national security"@en .

ms:native
    a ms:Origin, owl:NamedIndividual ;
    rdfs:label "native"@en .

ms:natural
    a ms:Naturality, owl:NamedIndividual ;
    rdfs:label "natural"@en .

ms:naturalNumber
    a ms:SpeechItem, owl:NamedIndividual ;
    rdfs:label "natural number"@en .

ms:naturality
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the level of naturality for multimodal/multimedia resources"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "naturality"@en ;
    rdfs:range ms:Naturality .

ms:neologism
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "neologism"@en .

ms:network
    a ms:OrganizationLegalStatus, owl:NamedIndividual ;
    rdfs:label "network"@en .

ms:newsMediaJournalismAndPublishing
    datacite:hasIdentifier ms:DDC070 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "News, Media, Journalism & Publishing"@en .

ms:no
    a ms:SpeakingImpairmentOfParticipants, owl:NamedIndividual ;
    rdfs:label "no"@en .

ms:noCopyright
    datacite:hasIdentifier <http://rightsstatements.org/vocab/NoC-OKLR/1.0/> ;
    a ms:AccessRightsStatement, owl:NamedIndividual .

ms:noCopyrightContract
    datacite:hasIdentifier <http://rightsstatements.org/vocab/NoC-CR/1.0/> ;
    a ms:AccessRightsStatement, owl:NamedIndividual .

ms:noCopyrightNC
    datacite:hasIdentifier <http://rightsstatements.org/vocab/NoC-NC/1.0/> ;
    a ms:AccessRightsStatement, owl:NamedIndividual .

ms:noCopyrightUS
    datacite:hasIdentifier <http://rightsstatements.org/vocab/NoC-US/1.0/> ;
    a ms:AccessRightsStatement, owl:NamedIndividual .

ms:noDerivatives
    a ms:ConditionOfUse, owl:NamedIndividual, odrl:Set ;
    rdfs:comment "Value for 'ConditionOfUse' which states that the users of the resource are not allowed to share derivatives of the resource"@en ;
    rdfs:label "no derivatives"@en ;
    odrl:prohibition [
        odrl:action cc:DerivativeWorks
    ] .

ms:noH
    a ms:HearingImpairmentOfParticipants, owl:NamedIndividual ;
    rdfs:label "no"@en .

ms:noKnownCopyright
    datacite:hasIdentifier <http://rightsstatements.org/vocab/NKC/1.0/> ;
    a ms:AccessRightsStatement, owl:NamedIndividual .

ms:noRedistribution
    a ms:ConditionOfUse, owl:NamedIndividual ;
    rdfs:comment "Value for 'ConditionOfUse' which states that users are not allowed to redistribute the resource"@en ;
    rdfs:label "no redistribution"@en ;
    odrl:prohibition [
        odrl:action cc:Reproduction
    ] .

ms:noise
    a ms:NonSpeechItem, owl:NamedIndividual ;
    rdfs:label "noise"@en .

ms:noise1
    datacite:hasIdentifier ms:MS_AG002 ;
    a ms:AudioGenre, owl:NamedIndividual ;
    rdfs:label "noise"@en .

ms:noiseLevel
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the level of background noise"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:LexicalConceptualResourceAudioPart
        )
    ] ;
    rdfs:label "noise level"@en ;
    rdfs:range ms:NoiseLevel .

ms:nonCommercialUse
    a ms:ConditionOfUse, owl:NamedIndividual, odrl:Set ;
    rdfs:comment "Value for 'ConditionOfUse' which states that the language resource cannot be used for commercial purposes, i.e. where there is some direct profit from using it"@en ;
    rdfs:label "non-commercial use"@en ;
    odrl:prohibition [
        odrl:action <https://creativecommons.org/ns#CommercialUse>
    ] .

ms:nonFiction
    datacite:hasIdentifier ms:PAROLE_G008 ;
    a ms:TextGenre, owl:NamedIndividual ;
    rdfs:label "non fiction"@en .

ms:nonInteractive
    a ms:Interactivity, owl:NamedIndividual ;
    rdfs:label "non interactive"@en .

ms:nonNative
    a ms:Origin, owl:NamedIndividual ;
    rdfs:label "nonNative"@en .

ms:nonSpeechItem
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the distinct non-speech elements that maybe included in the audio part of a corpus or lexical/conceptual resource"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:LexicalConceptualResourceAudioPart
        )
    ] ;
    rdfs:label "non-speech item"@en ;
    rdfs:range ms:NonSpeechItem .

ms:none
    a ms:BodyPart, owl:NamedIndividual ;
    rdfs:label "none"@en .

ms:none1
    a ms:TextIncludedInVideo, owl:NamedIndividual ;
    rdfs:label "none"@en .

ms:none2
    a ms:TextIncludedInImage, owl:NamedIndividual ;
    rdfs:label "none"@en .

ms:none3
    a ms:Audience, owl:NamedIndividual ;
    rdfs:label "none"@en .

ms:none4
    a ms:RelatedLexiconType, owl:NamedIndividual ;
    rdfs:label "none"@en .

ms:none5
    a ms:RequiredHardware, owl:NamedIndividual ;
    rdfs:label "none"@en .

ms:note
    a ms:NonSpeechItem, owl:NamedIndividual ;
    rdfs:label "note"@en .

ms:note1
    a ms:UsageType, owl:NamedIndividual ;
    rdfs:label "note"@en .

ms:npRecognition
    a ms:LDTask, owl:NamedIndividual ;
    rdfs:label "recognition of noun phrases"@en .

ms:npStructure
    a ms:GrammaticalPhenomenaCoverage, owl:NamedIndividual ;
    rdfs:label "NP structure"@en ;
    skos:altLabel "Structure of noun phrases"@en .

ms:number
    a ms:MorphologicalType, owl:NamedIndividual ;
    rdfs:label "number"@en .

ms:numberOfParticipants
    a owl:DatatypeProperty ;
    rdfs:comment "The number of the persons participating in the audio or video part of the resource"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusImagePart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "number of participants"@en ;
    rdfs:range xsd:int .

ms:numberOfTracks
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the number of audio channels"@en ;
    rdfs:domain ms:AudioFormat ;
    rdfs:label "number of tracks"@en ;
    rdfs:range xsd:int ;
    skos:note "In MS it's a controlled vocabulary (1, 2, 4, 8) but I think it's too much"@en .

ms:numberOfTrainedSpeakers
    a owl:DatatypeProperty ;
    rdfs:comment "The number of participants that have been trained for the specific task"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusImagePart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "number of trained speakers"@en ;
    rdfs:range xsd:int .

ms:oai
    ms:url "http://www.openarchives.org/OAI/2.0/guidelines-oai-identifier.htm" ;
    a ms:LRIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "Value for LRTIdentifierScheme referring to the OAI identifier (Open Archives Initiative, http://www.openarchives.org/OAI/2.0/guidelines-oai-identifier.htm)"@en ;
    rdfs:label "OAI"@en .

ms:ocrSystem
    a ms:RequiredHardware, owl:NamedIndividual ;
    rdfs:label "OCR system"@en .

ms:office
    a ms:RecordingEnvironment, owl:NamedIndividual ;
    rdfs:label "office"@en .

ms:official
    datacite:hasIdentifier ms:PAROLE_G009 ;
    a ms:TextGenre, owl:NamedIndividual ;
    rdfs:label "official"@en .

ms:oggVorbis
    a ms:CompressionName, owl:NamedIndividual ;
    rdfs:label "Ogg Vorbis"@en .

ms:omtd
    ms:url "https://services.openminted.eu/home" ;
    a ms:LRIdentifierScheme, ms:MetadataRecordIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "Value for LRTIdentifierScheme referring to the identifier assigned by the OpenMinTeD platform (https://services.openminted.eu/home)"@en ;
    rdfs:label "OMTD"@en .

ms:omtdAccess1
    ms:conformsTo ms:OMTDShareRightsStatementScheme ;
    a ms:AccessRightsStatementIdentifier, owl:NamedIndividual .

ms:omtdAccess2
    ms:conformsTo ms:OMTDShareRightsStatementScheme ;
    a ms:AccessRightsStatementIdentifier, owl:NamedIndividual .

ms:omtdDocker
    ms:url "https://guidelines.openminted.eu/components_resourceIdentifier.html" ;
    a ms:LRIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "Value for LRTIdentifierScheme referring to the recommended by OpenMinTeD use of identifiers for Docker images uploaded to the registry (https://guidelines.openminted.eu/components_resourceIdentifier.html)"@en ;
    rdfs:label "OMTD-Docker"@en .

ms:onLineHelpURL
    a ms:DocumentationType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Documentation type' for the online help site of a language resource"@en ;
    rdfs:label "online help URL"@en .

ms:onlineEducationalGame
    a ms:ScenarioType, owl:NamedIndividual ;
    rdfs:label "online educational game"@en .

ms:onlyMSmembers
    a ms:ConditionOfUse, owl:NamedIndividual, odrl:Set ;
    rdfs:comment "Value for 'ConditionsOfUse' which states that the language resource can only be used by members of the MetaShare network"@en ;
    rdfs:label "only META-SHARE members"@en ;
    skos:note "should we also add something more generic for restricting a resource to specific group members (as for spatial constraint)? and I don't think the odrl is ok."@en ;
    odrl:permission [
        odrl:constraint [
            odrl:operator odrl:eq ;
            odrl:recipient ms:onlyMSmembers
        ]
    ] .

ms:ontology
    a ms:CompatibleLexiconType, ms:LCRSubclass, owl:NamedIndividual ;
    rdfs:comment "a set of concepts and categories in a subject area or domain that shows their properties and the relations between them [https://en.oxforddictionaries.com/definition/ontology]"@en ;
    rdfs:label "ontology"@en .

ms:openAccess
    datacite:hasIdentifier ms:omtdAccess2 ;
    a ms:AccessRightsStatement, owl:NamedIndividual ;
    rdfs:comment "The free and online availability of literature, which allows to read, download, copy, distribute, print, search, or link to the ful text, crawl articles for indexing, pass them as data to software, or use them for any other useful purpose. An availability that is granted without financial, legal, or technical barriers other than those inseparable from gaining access to the internet itself, and those related to giving authors control over the integrity of their work and the right to be properly acknowledged and cited."@en ;
    rdfs:label "open access"@en .

ms:openAccess1
    datacite:hasIdentifier <http://purl.org/coar/access_right/c_abf2> ;
    a ms:AccessRightsStatement, owl:NamedIndividual .

ms:openPublicPlace
    a ms:RecordingEnvironment, owl:NamedIndividual ;
    rdfs:label "open public place"@en .

ms:operatingSystem
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the operating system on which a software object can run"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "operating system"@en ;
    rdfs:range ms:OperatingSystem .

ms:optional
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies whether the parameter is mandatory or optional"@en ;
    rdfs:domain ms:Parameter ;
    rdfs:label "optional"@en ;
    rdfs:range xsd:boolean .

ms:order
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the maximum number of items in the sequence"@en ;
    rdfs:domain ms:NGramModel ;
    rdfs:label "order"@en ;
    rdfs:range xsd:int .

ms:organizationAlternativeName
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces an alternative name (other than the official title or the short name) used for an organization"@en ;
    rdfs:domain ms:Organization ;
    rdfs:label "organization alternative name"@en ;
    rdfs:range rdf:langString ;
    rdfs:subPropertyOf dct:alternative .

ms:organizationBio
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces a short free-text account that provides information on an organization"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Division
            ms:Group
            ms:Organization
        )
    ] ;
    rdfs:label "organization description"@en ;
    rdfs:range rdf:langString ;
    rdfs:subPropertyOf dct:description .

ms:organizationDescription
    a owl:DatatypeProperty ;
    rdfs:comment "Provides description of the organizations that may appear in the image corpus"@en ;
    rdfs:domain ms:StaticElement ;
    rdfs:label "organization description"@en ;
    rdfs:range rdf:langString .

ms:organizationLegalStatus
    a owl:ObjectProperty ;
    rdfs:comment "Classifies an organization according to its legal status"@en ;
    rdfs:domain ms:Organization ;
    rdfs:label "organization legal status"@en ;
    rdfs:range ms:OrganizationLegalStatus .

ms:organizationName
    a owl:DatatypeProperty ;
    rdfs:comment "The official title of an organization"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Group
            ms:Organization
        )
    ] ;
    rdfs:label "organization name"@en ;
    rdfs:range rdf:langString ;
    rdfs:subPropertyOf dct:title .

ms:organizationRole
    a owl:ObjectProperty ;
    rdfs:comment "Classifies an organization according to its role/mission"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Division
            ms:Group
            ms:Organization
        )
    ] ;
    rdfs:label "organization role"@en ;
    rdfs:range ms:OrganizationRole .

ms:organizationShortName
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces the short name (abbreviation, acronym, etc.) used for an organization"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Group
            ms:Organization
        )
    ] ;
    rdfs:label "organization short name"@en ;
    rdfs:range rdf:langString ;
    rdfs:subPropertyOf dct:alternative .

ms:origin
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the relation of the language of a participant with respect to the acquisition stage"@en ;
    rdfs:domain ms:Participant ;
    rdfs:label "origin"@en ;
    rdfs:range ms:Origin .

ms:originOfParticipants
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the relation of the language of the group of participants with respect to the acquisition stage"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusImagePart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "origin of participants"@en ;
    rdfs:range ms:Origin .

ms:originalSourceDescription
    a owl:DatatypeProperty ;
    rdfs:comment "A description in free text of the source material that has been used for the creation of a language data resource"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:LexicalConceptualResource
            ms:MediaPart
            ms:ToolService
        )
    ] ;
    rdfs:label "original source description"@en ;
    rdfs:range rdf:langString .

ms:os-independent
    a ms:OperatingSystem, owl:NamedIndividual ;
    rdfs:label "OS-independent"@en .

ms:other
    a datacite:FunderIdentifierScheme, datacite:OrganizationIdentifierScheme, datacite:PersonalIdentifierScheme, ms:AnnotatedElement, ms:AudioGenre, ms:AudioGenreClassificationScheme, ms:AudioQualityMeasureIncluded, ms:BaseItem, ms:CapturingDeviceType, ms:CompatibleLexiconType, ms:CompressionName, ms:ConditionOfUse, ms:ContentType, ms:Currency, ms:DatasetDistributionForm, ms:DivisionCategory, ms:DocumentIdentifierScheme, ms:DocumentType, ms:Domain, ms:DomainClassificationScheme, ms:EncodingLevel, ms:ExtratextualInformation, ms:ExtratextualInformationUnit, ms:Framework, ms:FundingType, ms:GrammaticalPhenomenaCoverage, ms:ImageGenreClassificationScheme, ms:Interactivity, ms:LCRSubclass, ms:LDTask, ms:LRIdentifierScheme, ms:LanguageVarietyType, ms:LicenceIdentifierScheme, ms:MembershipInstitution, ms:MetadataRecordIdentifierScheme, ms:Metric, ms:ModalityType, ms:MultilingualityType, ms:Naturality, ms:NonSpeechItem, ms:OperatingSystem, ms:OrganizationLegalStatus, ms:OrganizationRole, ms:ParameterType, ms:ProcessingResourceType, ms:ProjectIdentifierScheme, ms:RecordingDeviceType, ms:RecordingEnvironment, ms:RepositoryIdentifierScheme, ms:RequiredHardware, ms:ScenarioType, ms:SceneIllumination, ms:SegmentationLevel, ms:SignalEncoding, ms:SizeUnit, ms:SocialMediaOccupationalAccountType, ms:SoftwareDistributionForm, ms:SourceChannel, ms:SourceChannelType, ms:SpeechGenre, ms:SpeechGenreClassificationScheme, ms:SpeechInfluence, ms:SpeechItem, ms:StandardBestPractice, ms:SubjectClassificationScheme, ms:SupportType, ms:TextGenre, ms:TextGenreClassificationScheme, ms:TextType, ms:TextTypeClassificationScheme, ms:VideoGenreClassificationScheme, ms:VocalTractCondition, ms:WebServiceType, owl:NamedIndividual ;
    rdfs:comment "Value used when none of the recommended values of an element is appropriate for an item"@en ;
    rdfs:label "other"@en .

ms:otherMedia
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the media types that are linked to the media type described within the same resource"@en ;
    rdfs:domain ms:LinkToOtherMedia ;
    rdfs:label "other media"@en ;
    rdfs:range ms:MediaType .

ms:otherOfficeAddress
    a owl:ObjectProperty ;
    rdfs:comment "Links to the physical address of an office (other than the principal one) of an organization or group represented as a set of distinct elements (street, zip code, city, etc.)"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Affiliation
            ms:Division
            ms:Group
            ms:Organization
        )
    ] ;
    rdfs:label "address (other offices)"@en ;
    rdfs:range ms:AddressSet ;
    rdfs:subPropertyOf ms:addressSet .

ms:output
    a owl:DatatypeProperty ;
    rdfs:comment "Indicates whether the output of the operation of the grammar is a statement of grammaticality (grammatical/ungrammatical) or structures (interpretation of the input)"@en ;
    rdfs:domain ms:LanguageDescription ;
    rdfs:label "output"@en ;
    rdfs:range rdf:langString .

ms:outputResource
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the output results of a tool/service, i.e. the features of the processed (content) resource"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "output resource"@en ;
    rdfs:range ms:ProcessingResource .

ms:outputText
    a ms:ProcessingResourceType, owl:NamedIndividual ;
    rdfs:label "output text"@en .

ms:overlapping
    a ms:Interactivity, owl:NamedIndividual ;
    rdfs:label "overlapping"@en .

ms:ownFunds
    a ms:FundingType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Funding type' for self-funded projects"@en ;
    rdfs:label "own funds"@en .

ms:pages
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces the range of pages (preferrably with a dash between) on which a document is printed"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "pages"@en ;
    rdfs:range xsd:string .

ms:painting
    datacite:hasIdentifier ms:DDC750 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Painting"@en .

ms:paleontology
    datacite:hasIdentifier ms:DDC560 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Paleontology"@en .

ms:paperCopy
    a ms:DatasetDistributionForm, owl:NamedIndividual ;
    rdfs:comment "Value for data distribution medium, used for language resources that are delivered in paper format"@en ;
    rdfs:label "paper copy"@en .

ms:paragraph
    a ms:SegmentationLevel, owl:NamedIndividual ;
    rdfs:label "paragraph"@en .

ms:parallel
    a ms:MultilingualityType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Multilinguality type' for resource parts or resources that consist of the equivalent text segments in two or more languages (e.g., an original and its translation equivalents)"@en ;
    rdfs:label "parallel"@en .

ms:parameter
    a owl:ObjectProperty ;
    rdfs:comment "Introduces a parameter used for running a tool/service"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "parameter"@en ;
    rdfs:range ms:Parameter .

ms:parameterDescription
    a owl:DatatypeProperty ;
    rdfs:comment "Provides a short account of he parameter (e.g., function it performs, input / output requirements, etc.) in free text"@en ;
    rdfs:domain ms:Parameter ;
    rdfs:label "parameter description"@en ;
    rdfs:range rdf:langString .

ms:parameterLabel
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces a short free text used to show to the user for the parameter"@en ;
    rdfs:domain ms:Parameter ;
    rdfs:label "parameter label"@en ;
    rdfs:range rdf:langString .

ms:parameterName
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces a free text used to identify the parameter"@en ;
    rdfs:domain ms:Parameter ;
    rdfs:label "parameter name"@en ;
    rdfs:range xsd:string .

ms:parameterType
    a owl:ObjectProperty ;
    rdfs:comment "Classifies the parameter according to a specific (not yet standardised) typing system (e.g., whether it's boolean, string, integer, a document, mapping, etc.)"@en ;
    rdfs:domain ms:Parameter ;
    rdfs:label "parameter type"@en ;
    rdfs:range ms:ParameterType .

ms:parsing
    a ms:LDTask, owl:NamedIndividual ;
    rdfs:label "parsing"@en .

ms:partOfSpeech
    a ms:MorphologicalType, owl:NamedIndividual ;
    rdfs:label "part of speech"@en .

ms:partial
    a ms:ValidationExtent, owl:NamedIndividual ;
    rdfs:label "partial"@en .

ms:participant
    a owl:ObjectProperty ;
    rdfs:comment "Introduces descriptive characteristics of a person that has participated in the audio, video, sensorimotor (textNumerical) part of the resource"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusImagePart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "participant"@en ;
    rdfs:range ms:Participant .

ms:participatingOrganization
    a owl:ObjectProperty ;
    rdfs:comment "Indicates the organization(s) that participate (or have participated) in a project"@en ;
    rdfs:domain ms:Project ;
    rdfs:label "participating organization"@en ;
    rdfs:range ms:Organization ;
    rdfs:subPropertyOf ms:isRelatedToActor .

ms:pearStory
    a ms:ScenarioType, owl:NamedIndividual ;
    rdfs:label "pear story"@en .

ms:pennTreeBank
    ms:url "https://link.springer.com/chapter/10.1007/978-94-010-0201-1_1" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "Penn treebank"@en .

ms:performanceIndicator
    a owl:ObjectProperty ;
    rdfs:comment "Describes the performance indicator used for the evaluation of a tool/service"@en ;
    rdfs:domain ms:Evaluation ;
    rdfs:label "performance indicator"@en ;
    rdfs:range ms:PerformanceIndicator .

ms:perplexity
    a owl:DatatypeProperty ;
    rdfs:comment "Provides information on the perplexity derived from running on test set taken from the same corpus"@en ;
    rdfs:domain ms:NGramModel ;
    rdfs:label "perplexity"@en ;
    rdfs:range xsd:float .

ms:person1
    a ms:MorphologicalType, owl:NamedIndividual ;
    rdfs:label "person"@en .

ms:personDescription
    a owl:DatatypeProperty ;
    rdfs:comment "Provides descriptive features for the persons represented in the image corpus"@en ;
    rdfs:domain ms:StaticElement ;
    rdfs:label "person description"@en ;
    rdfs:range rdf:langString .

ms:personalDataDetails
    a owl:DatatypeProperty ;
    rdfs:comment "If the resource includes personal data, this field can be used for entering more information, e.g., whether special handling of the resource is required (e.g., anonymization, further request for use, etc.)"@en ;
    rdfs:domain ms:DataLanguageResource ;
    rdfs:label "personal data details"@en ;
    rdfs:range rdf:langString .

ms:personalDataIncluded
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies whether the language resource contains personal data (mainly in the sense falling under the GDPR)"@en ;
    rdfs:domain ms:DataLanguageResource ;
    rdfs:label "personal data included"@en ;
    rdfs:range xsd:boolean .

ms:pharmaceutics
    datacite:hasIdentifier ms:ELG_Domain003 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "pharmaceutics"@en .

ms:phdThesis
    a ms:DocumentType, owl:NamedIndividual ;
    rdfs:label "PhD thesis"@en .

ms:philosophy
    datacite:hasIdentifier ms:DDC100 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Philosophy"@en .

ms:phoneme
    a ms:BaseItem, owl:NamedIndividual ;
    rdfs:label "phoneme"@en .

ms:phoneme1
    a ms:SegmentationLevel, owl:NamedIndividual ;
    rdfs:label "phoneme"@en .

ms:phoneme2
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "phoneme"@en .

ms:phoneticUnit
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "phonetic unit"@en .

ms:phoneticallyBalancedSentence
    a ms:SpeechItem, owl:NamedIndividual ;
    rdfs:label "phonetically balanced sentence"@en .

ms:phoneticallyRichSentence
    a ms:SpeechItem, owl:NamedIndividual ;
    rdfs:label "phonetically rich sentence"@en .

ms:phoneticallyRichWord
    a ms:SpeechItem, owl:NamedIndividual ;
    rdfs:label "phonetically rich word"@en .

ms:phonetics
    a ms:EncodingLevel, owl:NamedIndividual ;
    rdfs:comment "Value for 'EncodingLevel' for the particular linguistic level that relates to the study of speech sounds"@en ;
    rdfs:label "phonetics"@en .

ms:phonology
    a ms:EncodingLevel, owl:NamedIndividual ;
    rdfs:comment "Value for 'EncodingLevel' for the particular linguistic level that relates to the study of speech sounds that constitute the fundamental components of a language"@en ;
    rdfs:label "phonology"@en .

ms:photographyComputerArtFilmVideo
    datacite:hasIdentifier ms:DDC770 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Photography, Computer Art, Film, Video"@en .

ms:phrase
    a ms:SegmentationLevel, owl:NamedIndividual ;
    rdfs:label "phrase"@en .

ms:physics
    datacite:hasIdentifier ms:DDC530 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Physics"@en .

ms:placeOfBirth
    a owl:DatatypeProperty ;
    rdfs:comment "The place in which the participant has been born"@en ;
    rdfs:domain ms:Participant ;
    rdfs:label "place of birth"@en ;
    rdfs:range rdf:langString .

ms:placeOfChildhood
    a owl:DatatypeProperty ;
    rdfs:comment "The place in which the participant lived as a child"@en ;
    rdfs:domain ms:Participant ;
    rdfs:label "place of childhood"@en ;
    rdfs:range rdf:langString .

ms:placeOfLiving
    a owl:DatatypeProperty ;
    rdfs:comment "The place of living of a participant"@en ;
    rdfs:domain ms:Participant ;
    rdfs:label "place of living"@en ;
    rdfs:range rdf:langString .

ms:placeOfSecondEducation
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the place of the secondary education of the participant"@en ;
    rdfs:domain ms:Participant ;
    rdfs:label "place of second education"@en ;
    rdfs:range rdf:langString .

ms:plain
    a ms:CapturingEnvironment, owl:NamedIndividual ;
    rdfs:label "plain"@en .

ms:planned
    a ms:Naturality, owl:NamedIndividual ;
    rdfs:label "planned"@en .

ms:plants
    datacite:hasIdentifier ms:DDC580 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Plants"@en .

ms:plugin
    a ms:SoftwareDistributionForm, owl:NamedIndividual ;
    rdfs:comment "Value for software distribution form, used for software objects in the form of plugins (e.g. Chrome browser extension)"@en ;
    rdfs:label "plugin"@en .

ms:pmcid
    ms:url "https://www.ncbi.nlm.nih.gov/pmc/pmctopmid/" ;
    a ms:DocumentIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "Value for resourceIdentifierSchemeName, referring to the PMCID (PubMed Central Identifier, https://www.ncbi.nlm.nih.gov/pmc/pmctopmid/)"@en ;
    rdfs:label "PMCID"@en ;
    skos:altLabel "PubMed Central Identifier"@en .

ms:pmid
    ms:url "https://www.ncbi.nlm.nih.gov/pmc/pmctopmid/" ;
    a ms:DocumentIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "Value for resourceIdentifierSchemeName, referring to the PMID (PubMed Identifier, https://www.ncbi.nlm.nih.gov/pmc/pmctopmid/)"@en ;
    rdfs:label "PMID"@en ;
    skos:altLabel "PubMed Identifier"@en .

ms:politicalScience
    datacite:hasIdentifier ms:DDC320 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Political Science"@en .

ms:politics
    datacite:hasIdentifier ms:ELG_Domain017 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "politics"@en .

ms:posesPerSubject
    a owl:DatatypeProperty ;
    rdfs:comment "Indicates the number of poses per subject that participates in the video part of the resource"@en ;
    rdfs:domain ms:DynamicElement ;
    rdfs:label "poses per subject"@en ;
    rdfs:range xsd:int .

ms:position
    a owl:DatatypeProperty ;
    rdfs:comment "The position or the title of a person if affiliated to an organization "@en ;
    rdfs:domain ms:Affiliation ;
    rdfs:label "position"@en ;
    rdfs:range rdf:langString .

ms:ppAttachment
    a ms:GrammaticalPhenomenaCoverage, owl:NamedIndividual ;
    rdfs:label "PP attachment"@en ;
    skos:altLabel "Attachment of Prepositional phrases"@en .

ms:pragmatics
    a ms:EncodingLevel, owl:NamedIndividual ;
    rdfs:comment "Value for 'EncodingLevel' for the particular linguistic level of analysis that studies the relationship of sentences to the environment in which they occur"@en ;
    rdfs:label "pragmatics"@en .

ms:pragueTreebank
    ms:url "http://ufal.mff.cuni.cz/pdt2.0/" ;
    a ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:label "Prague treebank"@en ;
    skos:altLabel "PDT"@en, "Prague Dependency Treebank"@en .

ms:predicate
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "predicate"@en .

ms:presentation
    datacite:hasIdentifier ms:MS_SG003 ;
    a ms:SpeechGenre, owl:NamedIndividual ;
    rdfs:label "presentation"@en .

ms:previousAnnotationTypesPolicy
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the policy that a tool/service has with respect to the annotation types included in the annotated resource that it takes as input (i.e. whether it keeps, modifies or drops them in the output resource)"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "previous annotation types policy"@en ;
    rdfs:range ms:PreviousAnnotationTypesPolicy .

ms:private
    datacite:hasIdentifier ms:PAROLE_G007 ;
    a ms:TextGenre, owl:NamedIndividual ;
    rdfs:label "private"@en .

ms:proceedings
    a ms:DocumentType, owl:NamedIndividual ;
    rdfs:label "proceedings"@en .

ms:processMode
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the type of processing performed on a language resource"@en ;
    rdfs:domain owl:Thing ;
    rdfs:label "process mode"@en ;
    rdfs:range ms:ProcessMode .

ms:processingResourceType
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the resource type that a tool/service takes as input or produces as output"@en ;
    rdfs:domain ms:ProcessingResource ;
    rdfs:label "processing resource type"@en ;
    rdfs:range ms:ProcessingResourceType .

ms:profession
    a owl:DatatypeProperty ;
    rdfs:comment "Provides information on the participant's profession"@en ;
    rdfs:domain ms:Participant ;
    rdfs:label "profession"@en ;
    rdfs:range rdf:langString .

ms:projectAlternativeName
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces an alternative name (other than the short name) used for a project"@en ;
    rdfs:domain ms:Project ;
    rdfs:label "project alternative name"@en ;
    rdfs:range rdf:langString ;
    rdfs:subPropertyOf dct:alternative .

ms:projectEndDate
    a owl:DatatypeProperty ;
    rdfs:comment "The end date of a project"@en ;
    rdfs:domain ms:Project ;
    rdfs:label "project end date"@en ;
    rdfs:range xsd:date .

ms:projectName
    a owl:DatatypeProperty ;
    rdfs:comment "The official title of a project"@en ;
    rdfs:domain ms:Project ;
    rdfs:label "project name"@en ;
    rdfs:range rdf:langString ;
    rdfs:subPropertyOf dct:title ;
    skos:altLabel "project title"@en .

ms:projectRelatedTo
    a owl:ObjectProperty ;
    rdfs:comment "Links a project to the language resource(s) it has some relation with (e.g., funded the creation of)"@en ;
    rdfs:domain ms:Project ;
    rdfs:label "project related to"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:isRelatedTo .

ms:projectReport
    a owl:DatatypeProperty ;
    rdfs:comment "Links to a report issued by a project"@en ;
    rdfs:domain ms:Project ;
    rdfs:label "project report"@en ;
    rdfs:range rdf:langString .

ms:projectShortName
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces a short name (e.g., acronym, abbreviated form) by which a project is known"@en ;
    rdfs:domain ms:Project ;
    rdfs:label "project short name"@en ;
    rdfs:range rdf:langString ;
    rdfs:subPropertyOf dct:alternative .

ms:projectStartDate
    a owl:DatatypeProperty ;
    rdfs:comment "The starting date of a project"@en ;
    rdfs:domain ms:Project ;
    rdfs:label "project start date"@en ;
    rdfs:range xsd:date .

ms:projectSummary
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces a short description (in free text) of the main objectives, mission or contents of the project"@en ;
    rdfs:domain ms:Project ;
    rdfs:label "project summary"@en ;
    rdfs:range rdf:langString .

ms:prompted
    a ms:Naturality, owl:NamedIndividual ;
    rdfs:label "prompted"@en .

ms:properNoun
    a ms:SpeechItem, owl:NamedIndividual ;
    rdfs:label "proper noun"@en .

ms:prosodicBoundary
    a ms:SegmentationLevel, owl:NamedIndividual ;
    rdfs:label "prosodic boundary"@en .

ms:psychology
    datacite:hasIdentifier ms:DDC150 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Psychology"@en .

ms:public
    ms:conformsTo ms:ClarinLicenceCategoryScheme ;
    a ms:LicenceCategory, owl:NamedIndividual ;
    rdfs:label "public"@en ;
    skos:altLabel "PUB"@en .

ms:publicAdministration
    datacite:hasIdentifier ms:ELG_Domain007 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "public administration"@en .

ms:publicAdministration1
    datacite:hasIdentifier ms:DDC351 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Public Administration"@en .

ms:publicOrganization
    a ms:OrganizationLegalStatus, owl:NamedIndividual ;
    rdfs:label "public organization"@en .

ms:publication
    a ms:DocumentationType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Documentation type' used for published documents about a language resource (mainly meant for documents that describe the resource itself rather than its deployment)"@en ;
    rdfs:label "publication"@en .

ms:publicationDate
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the date when a language resource has been made available to the public"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Distribution
            ms:Document
            ms:LanguageResource
        )
    ] ;
    rdfs:label "publication date"@en ;
    rdfs:range xsd:date ;
    rdfs:subPropertyOf dct:issued ;
    skos:note """problem: when is the first publication date if a resource has been made available through zenodo, meta-share, clarin, etc.?? How can this be propagated? 
Important for citation purposes
should we also differentiate between distributions? e.g., a csv published at a different time from a database?"""@en .

ms:publicationForCitation
    a ms:DocumentationType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Documentation type' for a published document describing the language resource and which is recommended by the resource creator(s) to be used for citation purposes when the resource is mentioned in another publication"@en ;
    rdfs:label "publication for citation"@en .

ms:published
    a ms:VersionType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Version type' used for versions as published in digital or print form"@en ;
    rdfs:label "published"@en .

ms:publishedRecord
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "published record"@en .

ms:publisher
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces the name of an organization that has published the document being described"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "publisher"@en ;
    rdfs:range rdf:langString .

ms:publishing
    datacite:hasIdentifier ms:ELG_Domain001 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "publishing"@en .

ms:qualiaStructure
    a ms:SemanticType, owl:NamedIndividual ;
    rdfs:label "qualia structure"@en .

ms:quality
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the quality level of image resource"@en ;
    rdfs:domain ms:ImageFormat ;
    rdfs:label "quality"@en ;
    rdfs:range ms:Quality .

ms:quantization
    a owl:DatatypeProperty ;
    rdfs:comment "The number of bits for each audio sample"@en ;
    rdfs:domain ms:AudioFormat ;
    rdfs:label "quantization"@en ;
    rdfs:range xsd:int ;
    skos:note "In MS it's a controlled vocabulary (8, 16, 24, 32, 64) but I found it too much"@en .

ms:queries
    a owl:ObjectProperty ;
    rdfs:comment "Links a tool/service B that is (or can be) used for querying LR A to LR A"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "queries"@en ;
    rdfs:range ms:DataLanguageResource ;
    rdfs:subPropertyOf ms:LΤRelatedTo .

ms:question
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "question"@en .

ms:questionAnswer
    datacite:hasIdentifier ms:MS_SG004 ;
    a ms:SpeechGenre, owl:NamedIndividual ;
    rdfs:label "question answer"@en .

ms:radio
    a ms:SourceChannel, owl:NamedIndividual ;
    rdfs:label "radio"@en .

ms:raster
    a ms:RasterOrVectorGraphics, owl:NamedIndividual ;
    rdfs:label "raster"@en .

ms:rasterOrVectorGraphics
    a owl:ObjectProperty ;
    rdfs:comment "Indicates if the image is stored as raster or vector graphics"@en ;
    rdfs:domain ms:ImageFormat ;
    rdfs:label "raster or vector graphics"@en ;
    rdfs:range ms:RasterOrVectorGraphics .

ms:rawCorpus
    a ms:CorpusSubclass, owl:NamedIndividual ;
    rdfs:comment "The form of the corpus that has not been enriched with annotations"@en ;
    rdfs:label "raw corpus"@en .

ms:re3data
    a ms:RepositoryIdentifierScheme, owl:NamedIndividual ;
    rdfs:label "re3data"@en .

ms:readSpeech
    a ms:Naturality, owl:NamedIndividual ;
    rdfs:label "read speech"@en .

ms:realAudio
    a ms:CompressionName, owl:NamedIndividual ;
    rdfs:label "real audio"@en .

ms:recorder
    a owl:ObjectProperty ;
    rdfs:comment "Links to the recorder(s) of the audio or video part of the resource"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "recorder"@en ;
    rdfs:range ms:Actor ;
    rdfs:subPropertyOf ms:isRelatedToActor .

ms:recordingDeviceType
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the nature of the recording platform hardware and the storage medium"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "recording device type"@en ;
    rdfs:range ms:RecordingDeviceType .

ms:recordingDeviceTypeDetails
    a owl:DatatypeProperty ;
    rdfs:comment "Free text description of the recording device"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "recording device type details"@en ;
    rdfs:range rdf:langString .

ms:recordingEnvironment
    a owl:ObjectProperty ;
    rdfs:comment "Specifies where the recording took place"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "recording environment"@en ;
    rdfs:range ms:RecordingEnvironment .

ms:recordingPlatformSoftware
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the software used for the recording platform"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "recording platform software"@en ;
    rdfs:range xsd:string .

ms:recordingQuality
    a owl:ObjectProperty ;
    rdfs:comment "Indicates the audio or video recording quality"@en ;
    rdfs:domain ms:AudioFormat ;
    rdfs:label "recording quality"@en ;
    rdfs:range ms:RecordingQuality .

ms:redeposit
    a ms:ConditionOfUse, owl:NamedIndividual, odrl:Set ;
    rdfs:comment "Value for 'ConditionsOfUse' which states that users are encouraged to deposit any modified versions of the resource they make to the distribution channel through which they have acquired the resource"@en ;
    rdfs:label "redeposit"@en ;
    odrl:permission [
        odrl:duty [
            odrl:action ms:redeposit
        ]
    ] .

ms:reflexivity
    a ms:MorphologicalType, owl:NamedIndividual ;
    rdfs:label "reflexivity"@en .

ms:region
    a owl:DatatypeProperty ;
    rdfs:comment "The name of the region, county or department as mentioned in the postal address of a person or organization"@en ;
    rdfs:domain ms:AddressSet ;
    rdfs:label "region"@en ;
    rdfs:range rdf:langString .

ms:register
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the type of register (any of the varieties of a language that a speaker uses in a particular social context [Merriam-Webster]) of the contents of a language resource"@en ;
    rdfs:domain ms:CorpusTextPart ;
    rdfs:label "register"@en ;
    rdfs:range rdf:langString .

ms:register1
    a ms:UsageType, owl:NamedIndividual ;
    rdfs:label "register"@en .

ms:relatedCall
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the Call for proposals to which a project was submitted"@en ;
    rdfs:domain ms:Project ;
    rdfs:label "related call"@en ;
    rdfs:range xsd:string .

ms:relatedLR
    a owl:ObjectProperty ;
    rdfs:comment "Identifies the language resource with which a relation is holding with the one being described"@en ;
    rdfs:domain ms:Relation ;
    rdfs:label "related language resource"@en ;
    rdfs:range ms:LanguageResource .

ms:relatedLexiconType
    a owl:ObjectProperty ;
    rdfs:comment "Indicates the type of the lexica that must or can be used with the grammar"@en ;
    rdfs:domain ms:LanguageDescription ;
    rdfs:label "related lexicon type"@en ;
    rdfs:range ms:RelatedLexiconType .

ms:relatedProgramme
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the funding programme to which a project was submitted"@en ;
    rdfs:domain ms:Project ;
    rdfs:label "related programme"@en ;
    rdfs:range xsd:string ;
    skos:altLabel "program"@en .

ms:relatedSubprogramme
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the funding subprogramme to which a project was submitted"@en ;
    rdfs:domain ms:Project ;
    rdfs:label "related subprogramme"@en ;
    rdfs:range xsd:string .

ms:relation
    a owl:ObjectProperty ;
    rdfs:comment "Links a language resource to other related resources specifying also the type of relation"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "relation"@en ;
    rdfs:range ms:Relation .

ms:relationType
    a owl:DatatypeProperty ;
    rdfs:comment "Describes in a free text statement a relation holding between two Language Resources not yet covered by the schema"@en ;
    rdfs:domain ms:Relation ;
    rdfs:label "relation type"@en ;
    rdfs:range rdf:langString .

ms:religion
    datacite:hasIdentifier ms:DDC200 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Religion"@en .

ms:replaces
    a owl:ObjectProperty ;
    rdfs:comment "Links to LR B that is an older version of LR A (the one being described) and has been replaced by it"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "replaces"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:isVersionOf .

ms:requestPlan
    a ms:ConditionOfUse, owl:NamedIndividual ;
    rdfs:comment "Value for 'ConditionOfUse' that states that the licensor requires the submission of a research plan in order to grant access to the language resource"@en ;
    rdfs:label "request plan"@en .

ms:requiredHardware
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the type of hardware required for running a tool and/or computational grammar"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:LanguageDescription
            ms:ToolService
        )
    ] ;
    rdfs:label "required hardware"@en ;
    rdfs:range ms:RequiredHardware .

ms:requiresLR
    a owl:ObjectProperty ;
    rdfs:comment "Links to LR B that is required for the operation of a tool/service or computational grammar (the one that is described)"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:LanguageDescription
            ms:ProcessingResource
            ms:ToolService
        )
    ] ;
    rdfs:label "requires language resource"@en ;
    rdfs:range [
        a owl:Class ;
        owl:unionOf (ms:LanguageDescription
            ms:LexicalConceptualResource
        )
    ] ;
    rdfs:subPropertyOf ms:dependsOn .

ms:requiresSoftware
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies software tools or libraries that are required for the operation of a tool/service or computational grammar"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:LanguageDescription
            ms:ToolService
        )
    ] ;
    rdfs:label "requires software"@en ;
    rdfs:range xsd:string ;
    skos:note "left as a data property - it's for more general software than language processing tools, so difficult to restrict"@en .

ms:researchOrganization
    a ms:OrganizationRole, owl:NamedIndividual ;
    rdfs:label "research organization"@en .

ms:researchUse
    a ms:ConditionOfUse, owl:NamedIndividual ;
    rdfs:comment "Value for 'ConditionOfUse' stating that the resource can be used only for research purposes"@en ;
    rdfs:label "research use"@en ;
    skos:note "add ODRL"@en .

ms:resolution
    a owl:ObjectProperty ;
    rdfs:comment "Groups together information on the image resolution"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:ImageFormat
            ms:VideoFormat
        )
    ] ;
    rdfs:label "resolution"@en ;
    rdfs:range ms:Resolution .

ms:resolutionStandard
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the standard to which the resolution conforms"@en ;
    rdfs:domain ms:Resolution ;
    rdfs:label "resolution standard"@en ;
    rdfs:range ms:ResolutionStandard .

ms:resourceCreator
    a owl:ObjectProperty ;
    rdfs:comment "Links a resource to the person, group or organisation that has created the resource"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "resource creator"@en ;
    rdfs:range ms:Actor ;
    rdfs:subPropertyOf ms:isRelatedToActor .

ms:resourceName
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces a human-readable name or title by which the resource is known"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "resource name"@en ;
    rdfs:range rdf:langString ;
    rdfs:subPropertyOf dct:title ;
    skos:altLabel "resource title"@en ;
    skos:example "British National Corpus"@en .

ms:resourceProvider
    a owl:ObjectProperty ;
    rdfs:comment "The person/organization responsible for providing, curating, maintaining and making available (publishing) the resource"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "resource provider"@en ;
    rdfs:range ms:Actor ;
    rdfs:subPropertyOf ms:isRelatedToActor .

ms:resourceShortName
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces a short form (e.g., abbreviation, acronym, etc.) used to refer to a language resource"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "resource short name"@en ;
    rdfs:range rdf:langString ;
    rdfs:subPropertyOf dct:alternative .

ms:restricted
    ms:conformsTo ms:ClarinLicenceCategoryScheme ;
    a ms:LicenceCategory, owl:NamedIndividual ;
    rdfs:label "restricted"@en ;
    skos:altLabel "RES"@en .

ms:restrictedAccess
    datacite:hasIdentifier ms:omtdAccess1 ;
    a ms:AccessRightsStatement, owl:NamedIndividual ;
    rdfs:comment "Access is subject to restrictions or controls regarding users (e.g., limited to researchers or members of a specific group) or use (e.g., for research only, noncommercial use, etc.); subscription or registration may also be required and access may incur financial costs"@en ;
    rdfs:label "restricted access"@en .

ms:restrictedAccess1
    datacite:hasIdentifier <http://purl.org/coar/access_right/c_16ec> ;
    a ms:AccessRightsStatement, owl:NamedIndividual .

ms:review
    datacite:hasIdentifier ms:ClarinEl_TT017 ;
    a ms:TextType, owl:NamedIndividual ;
    rdfs:label "review"@en .

ms:reviews
    a owl:ObjectProperty ;
    rdfs:comment "Links a document to the language resource it reviews"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "reviews"@en ;
    rdfs:range ms:LanguageResource ;
    rdfs:subPropertyOf ms:documents .

ms:revision
    a owl:DatatypeProperty ;
    rdfs:comment "Provides an account of the revisions in free text or a link to a document with revisions"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:LanguageResource
            ms:MetadataRecord
        )
    ] ;
    rdfs:label "revision"@en ;
    rdfs:range rdf:langString .

ms:robustness
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces a free text statement on the robustness of the grammar (how well the grammar can cope with misspelt/unknown, etc. input, i.e. whether it can produce even partial interpretations of the input)"@en ;
    rdfs:domain ms:LanguageDescription ;
    rdfs:label "robustness"@en ;
    rdfs:range rdf:langString .

ms:rolePlay
    a ms:ScenarioType, owl:NamedIndividual ;
    rdfs:label "role play"@en .

ms:roundtable
    datacite:hasIdentifier ms:MS_SG005 ;
    a ms:SpeechGenre, owl:NamedIndividual ;
    rdfs:label "roundtable"@en .

ms:rule
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "rule"@en .

ms:runningEnvironmentDetails
    a owl:DatatypeProperty ;
    rdfs:comment "Provides further information on the running environment of a tool/service or of a language description"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:LanguageDescription
            ms:ToolService
        )
    ] ;
    rdfs:label "running environment details"@en ;
    rdfs:range rdf:langString .

ms:runningTime
    a owl:DatatypeProperty ;
    rdfs:comment "Gives information on the running time of a tool or service"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "running time"@en ;
    rdfs:range xsd:string .

ms:samples
    a ms:DocumentationType, owl:NamedIndividual ;
    rdfs:comment "Value for 'DocumentationType' used for samples of a language resource"@en ;
    rdfs:label "samples"@en .

ms:samplesLocation
    a owl:DatatypeProperty ;
    rdfs:comment "Links a resource to a url (or url's) with samples of a data resource or of the input of output resource of a tool/service"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:DataLanguageResource
            ms:ProcessingResource
        )
    ] ;
    rdfs:label "samples location"@en ;
    rdfs:range xsd:anyURI ;
    rdfs:subPropertyOf ms:url .

ms:samplingRate
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the format of files contained in the resource in Hertz"@en ;
    rdfs:domain ms:AudioFormat ;
    rdfs:label "sampling rate"@en ;
    rdfs:range xsd:int .

ms:scenarioType
    a owl:ObjectProperty ;
    rdfs:comment "Indicates the task defined for the conversation or the interaction of participants"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "scenario type"@en ;
    rdfs:range ms:ScenarioType .

ms:scene
    a ms:SegmentationLevel, owl:NamedIndividual ;
    rdfs:label "scene"@en .

ms:sceneIllumination
    a owl:ObjectProperty ;
    rdfs:comment "Provides information on the illumination of the scene"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusImagePart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "scene illumination"@en ;
    rdfs:range ms:SceneIllumination ;
    skos:note "needed for audio?"@en .

ms:scholarlyCommunication
    datacite:hasIdentifier ms:Clarin_Domain006 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:comment "Scholarly communication can be defined as “the system through which research and other scholarly writings are created, evaluated for quality, disseminated to the scholarly community, and preserved for future use. The system includes both formal means of communication, such as publication in peer-reviewed journals, and informal channels, such as electronic listservs.” (Association of College & Research Libraries, “Principles and Strategies for the Reform of Scholarly Communication 1,” 2003)"@en ;
    rdfs:label "scholarly communication"@en .

ms:school
    a ms:DivisionCategory, owl:NamedIndividual ;
    rdfs:label "school"@en .

ms:science
    datacite:hasIdentifier ms:DDC500 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Science"@en .

ms:scopusId
    a datacite:PersonalIdentifierScheme, owl:NamedIndividual ;
    rdfs:comment "Value for personIdentifierSchemeName, referring to the Scopus identifier for authors (https://www.scopus.com)"@en ;
    rdfs:label "Scopus ID"@en .

ms:script
    datacite:hasIdentifier ms:ClarinEl_TT010 ;
    a ms:TextType, owl:NamedIndividual ;
    rdfs:label "script"@en .

ms:sculptureCeramicsAndMetalwork
    datacite:hasIdentifier ms:DDC730 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Sculpture, Ceramics and Metalwork"@en .

ms:second
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "second"@en .

ms:second1
    a ms:DurationUnit, owl:NamedIndividual ;
    rdfs:label "second"@en .

ms:segmentationLevel
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the segmentation unit in terms of which the resource has been segmented or the level of segmentation a tool/service requires/outputs"@en ;
    rdfs:domain ms:Annotation ;
    rdfs:label "segmentation level"@en ;
    rdfs:range ms:SegmentationLevel .

ms:semanticClass
    a ms:SemanticType, owl:NamedIndividual ;
    rdfs:label "semantic class"@en .

ms:semanticFeature
    a ms:SemanticType, owl:NamedIndividual ;
    rdfs:label "semantic feature"@en ;
    skos:altLabel "semantic trait"@en .

ms:semanticRelation
    a ms:SemanticType, owl:NamedIndividual ;
    rdfs:label "semantic relation"@en .

ms:semanticRole
    a ms:SemanticType, owl:NamedIndividual ;
    rdfs:label "semantic role"@en .

ms:semanticUnit
    a ms:ExtratextualInformationUnit, owl:NamedIndividual ;
    rdfs:label "semantic unit"@en .

ms:semanticUnit1
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "semantic unit"@en .

ms:semantics
    a ms:EncodingLevel, owl:NamedIndividual ;
    rdfs:comment "Value for 'EncodingLevel' for the particular linguistic level of analysis that relates to the meaning of a word, phrase, etc."@en ;
    rdfs:label "semantics"@en .

ms:semiInteractive
    a ms:Interactivity, owl:NamedIndividual ;
    rdfs:label "semi-interactive"@en .

ms:semiPlanned
    a ms:Naturality, owl:NamedIndividual ;
    rdfs:label "semi-planned"@en .

ms:sensitiveDataDetails
    a owl:DatatypeProperty ;
    rdfs:comment "If the resource includes sensitive data, this field can be used for entering more information, e.g., whether special handling of the resource is required (e.g., anonymization, further request for use, etc.)"@en ;
    rdfs:domain ms:DataLanguageResource ;
    rdfs:label "sensitive data details"@en ;
    rdfs:range rdf:langString .

ms:sensitiveDataIncluded
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies whether the language resource contains sensitive data (e.g., medical/health-related, etc.) and thus requires special handling"@en ;
    rdfs:domain ms:DataLanguageResource ;
    rdfs:label "sensitive data included"@en ;
    rdfs:range xsd:boolean .

ms:sensorTechnology
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the type of image sensor or the sensing method used in the camera or the image-capture device"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusImagePart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "sensor technology"@en ;
    rdfs:range xsd:string .

ms:sentence
    a ms:SegmentationLevel, owl:NamedIndividual ;
    rdfs:label "sentence"@en .

ms:sentence1
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "sentence"@en .

ms:series
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces the title of the series of a book/journal where the document being described has been published"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "series"@en ;
    rdfs:range rdf:langString .

ms:serviceAdapterDownloadLocation
    a owl:DatatypeProperty ;
    rdfs:comment "Τhe URL where the docker image of the service adapter can be downloaded from"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "service adapter download location"@en ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf ms:downloadLocation .

ms:serviceOffered
    a owl:DatatypeProperty ;
    rdfs:comment "Lists the service(s) offered by an organization or person"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Division
            ms:Group
            ms:Organization
            ms:Person
        )
    ] ;
    rdfs:label "service offered"@en ;
    rdfs:range rdf:langString .

ms:sex
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the sex of a participant (either of the two major forms of individuals that occur in many species and that are distinguished respectively as female or male especially on the basis of their reproductive organs and structures [https://www.merriam-webster.com/dictionary/sex])"@en ;
    rdfs:domain ms:Participant ;
    rdfs:label "sex"@en ;
    rdfs:range ms:Sex ;
    skos:note "check with sociologists?"@en .

ms:sexOfParticipants
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the sex of the participants (either of the two major forms of individuals that occur in many species and that are distinguished respectively as female or male especially on the basis of their reproductive organs and structures [https://www.merriam-webster.com/dictionary/sex])"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusImagePart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "sex of participants"@en ;
    rdfs:range ms:Sex ;
    skos:note "check with sociologists?"@en .

ms:shallowness
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces a free text statement on the shallowness of the grammar (how deep the syntactic analysis performed by the grammar can be)"@en ;
    rdfs:domain ms:LanguageDescription ;
    rdfs:label "shallowness"@en ;
    rdfs:range rdf:langString .

ms:shareAlike
    a ms:ConditionOfUse, owl:NamedIndividual, odrl:Set ;
    rdfs:comment "Value for 'ConditionOfUse' that states that the derivatives of the language resource must be distributed with the same or a compatible licence"@en ;
    rdfs:label "share alike"@en ;
    odrl:permission [
        odrl:duty [
            odrl:action cc:ShareALike
        ]
    ] .

ms:shortBio
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces a free text that can be used as a short bio for a person"@en ;
    rdfs:domain ms:Person ;
    rdfs:label "short bio"@en ;
    rdfs:range rdf:langString ;
    rdfs:subPropertyOf dct:description .

ms:shorten
    a ms:CompressionName, owl:NamedIndividual ;
    rdfs:label "shorten"@en .

ms:shot
    a ms:SegmentationLevel, owl:NamedIndividual ;
    rdfs:label "shot"@en .

ms:shot1
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "shot"@en .

ms:signConvention
    a owl:ObjectProperty ;
    rdfs:comment "Indicates the binary representation of numbers"@en ;
    rdfs:domain ms:AudioFormat ;
    rdfs:label "sign convention"@en ;
    rdfs:range ms:SignConvention .

ms:signLanguage
    a ms:ModalityType, owl:NamedIndividual ;
    rdfs:comment "Value for 'ModalityType' for sign languages represented in a language resource"@en ;
    rdfs:label "sign language"@en .

ms:signal
    a ms:SegmentationLevel, owl:NamedIndividual ;
    rdfs:label "signal"@en .

ms:signalEncoding
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the encoding the audio type uses"@en ;
    rdfs:domain ms:CorpusAudioPart ;
    rdfs:label "signal encoding"@en ;
    rdfs:range ms:SignalEncoding .

ms:signedInteger
    a ms:SignConvention, owl:NamedIndividual ;
    rdfs:label "signed integer"@en .

ms:singleSource
    a ms:SceneIllumination, owl:NamedIndividual ;
    rdfs:label "single source"@en .

ms:size
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the size of a countable entity with regard to the SizeUnit measurement in form of a number"@en ;
    rdfs:domain ms:DatasetDistribution ;
    rdfs:label "size"@en ;
    rdfs:range ms:Size .

ms:sizeHeight
    a owl:DatatypeProperty ;
    rdfs:comment "The frame height in pixels"@en ;
    rdfs:domain ms:Resolution ;
    rdfs:label "size height"@en ;
    rdfs:range xsd:int .

ms:sizePerAnnotation
    a owl:ObjectProperty ;
    rdfs:comment "Provides information on size for the annotated parts of the resource"@en ;
    rdfs:label "size per annotation"@en ;
    rdfs:range ms:Size ;
    rdfs:subPropertyOf ms:sizePerSubset .

ms:sizePerAudioClassification
    a owl:ObjectProperty ;
    rdfs:comment "The size of the audio subparts of the resource in terms of classification criteria"@en ;
    rdfs:label "size per audio classification"@en ;
    rdfs:range ms:Size ;
    rdfs:subPropertyOf ms:sizePerSubset .

ms:sizePerAudioFormat
    a owl:ObjectProperty ;
    rdfs:comment "Used to give info on size of parts of a resource that differ as to the format"@en ;
    rdfs:label "size per audio format"@en ;
    rdfs:range ms:Size ;
    rdfs:subPropertyOf ms:sizePerSubset .

ms:sizePerCharacterEncoding
    a owl:ObjectProperty ;
    rdfs:comment "Provides information on the size of the resource parts with different character encoding"@en ;
    rdfs:label "size per character encoding"@en ;
    rdfs:range ms:Size ;
    rdfs:subPropertyOf ms:sizePerSubset .

ms:sizePerDomain
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the size of resource parts per domain"@en ;
    rdfs:label "size per domain"@en ;
    rdfs:range ms:Size ;
    rdfs:subPropertyOf ms:sizePerSubset .

ms:sizePerGeographicCoverage
    a owl:ObjectProperty ;
    rdfs:comment "Provides information on size per geographically distinct section of the resource"@en ;
    rdfs:label "size per geographic coverage"@en ;
    rdfs:range ms:Size ;
    rdfs:subPropertyOf ms:sizePerSubset .

ms:sizePerImageClassification
    a owl:ObjectProperty ;
    rdfs:comment "Provides information on size of parts with different image classification"@en ;
    rdfs:label "size per image classification"@en ;
    rdfs:range ms:Size ;
    rdfs:subPropertyOf ms:sizePerSubset .

ms:sizePerImageFormat
    a owl:ObjectProperty ;
    rdfs:comment "Used to give info on size of parts of a resource that differ as to the format"@en ;
    rdfs:label "size per image format"@en ;
    rdfs:range ms:Size ;
    rdfs:subPropertyOf ms:sizePerSubset .

ms:sizePerLanguage
    a owl:ObjectProperty ;
    rdfs:comment "Provides information on the size per language component"@en ;
    rdfs:label "size per language"@en ;
    rdfs:range ms:Size ;
    rdfs:subPropertyOf ms:sizePerSubset .

ms:sizePerLanguageVariety
    a owl:ObjectProperty ;
    rdfs:comment "Provides information on the size per language variety component"@en ;
    rdfs:label "size per language variety"@en ;
    rdfs:range ms:Size ;
    rdfs:subPropertyOf ms:sizePerSubset .

ms:sizePerModality
    a owl:ObjectProperty ;
    rdfs:comment "Provides information on the size per modality component"@en ;
    rdfs:label "size per modality"@en ;
    rdfs:range ms:Size ;
    rdfs:subPropertyOf ms:sizePerSubset .

ms:sizePerSubset
    a owl:ObjectProperty ;
    rdfs:comment "Indicates the size of a subset of a language resource"@en ;
    rdfs:domain ms:Subset ;
    rdfs:label "size per subset"@en ;
    rdfs:range ms:Size .

ms:sizePerTextClassification
    a owl:ObjectProperty ;
    rdfs:comment "Provides information on size of resource parts with different text classification"@en ;
    rdfs:label "size per text classification"@en ;
    rdfs:range ms:Size ;
    rdfs:subPropertyOf ms:sizePerSubset .

ms:sizePerTextFormat
    a owl:ObjectProperty ;
    rdfs:comment "Provides information on the size of the resource parts with different format"@en ;
    rdfs:label "size per text format"@en ;
    rdfs:range ms:Size ;
    rdfs:subPropertyOf ms:sizePerSubset .

ms:sizePerTextNumericalFormat
    a owl:ObjectProperty ;
    rdfs:comment "Gives information on the size of textNumerical resource parts with different format"@en ;
    rdfs:label "size per textNumerical format"@en ;
    rdfs:range ms:Size ;
    rdfs:subPropertyOf ms:sizePerSubset .

ms:sizePerTimeCoverage
    a owl:ObjectProperty ;
    rdfs:comment "Provides information on size per time period represented in the resource"@en ;
    rdfs:label "size per time coverage"@en ;
    rdfs:range ms:Size ;
    rdfs:subPropertyOf ms:sizePerSubset .

ms:sizePerValidation
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the size of the validated part of a resource"@en ;
    rdfs:label "size per validation"@en ;
    rdfs:range ms:Size ;
    rdfs:subPropertyOf ms:sizePerSubset .

ms:sizePerVideoClassification
    a owl:ObjectProperty ;
    rdfs:comment "Used to give info on size of parts with different video classification"@en ;
    rdfs:label "size per video classification"@en ;
    rdfs:range ms:Size ;
    rdfs:subPropertyOf ms:sizePerSubset .

ms:sizePerVideoFormat
    a owl:ObjectProperty ;
    rdfs:comment "Used to give info on size of parts of a resource that differ as to the format"@en ;
    rdfs:label "size per video format"@en ;
    rdfs:range ms:Size ;
    rdfs:subPropertyOf ms:sizePerSubset .

ms:sizeUnit
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the unit that is used when providing information on the size of the resource or of resource parts"@en ;
    rdfs:domain ms:Size ;
    rdfs:label "size unit"@en ;
    rdfs:range ms:SizeUnit .

ms:sizeWidth
    a owl:DatatypeProperty ;
    rdfs:comment "The frame width in pixels"@en ;
    rdfs:domain ms:Resolution ;
    rdfs:label "size width"@en ;
    rdfs:range xsd:int .

ms:sleepDeprivation
    a ms:SpeechInfluence, owl:NamedIndividual ;
    rdfs:label "sleep deprivation"@en .

ms:sme
    a ms:OrganizationLegalStatus, owl:NamedIndividual ;
    rdfs:label "SME"@en .

ms:smokingHabit
    a owl:DatatypeProperty ;
    rdfs:comment "Provides information on whether the participant smokes and on his/her smoking habits in general"@en ;
    rdfs:domain ms:Participant ;
    rdfs:label "smoking habit"@en ;
    rdfs:range rdf:langString .

ms:smoothing
    a owl:DatatypeProperty ;
    rdfs:comment "The technique used for giving unseen items some probability"@en ;
    rdfs:domain ms:NGramModel ;
    rdfs:label "smoothing"@en ;
    rdfs:range xsd:string .

ms:socialMediaOccupationalAccount
    a owl:ObjectProperty ;
    rdfs:comment "Introduces the social media or occupational account details of an entity"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Division
            ms:Group
            ms:Organization
            ms:Person
            ms:Project
        )
    ] ;
    rdfs:label "social media occupational account"@en ;
    rdfs:range ms:SocialMediaOccupationalAccount .

ms:socialMediaOccupationalAccountType
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the type of the social media or occupational account"@en ;
    rdfs:domain ms:SocialMediaOccupationalAccount ;
    rdfs:label "social media occupational account type"@en ;
    rdfs:range ms:SocialMediaOccupationalAccountType .

ms:socialProblemsAndSocialServices
    datacite:hasIdentifier ms:DDC360 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Social Problems & Social Services"@en .

ms:socialSciences
    datacite:hasIdentifier ms:DDC300 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:comment "The social sciences are academic disciplines concerned with the study of the social life of human groups and individuals including anthropology, economics, geography, history, political science, psychology, social studies, and sociology. The social sciences consist of the scientific study of the human aspects of the world.[https://en.wikipedia.org/wiki/Category:Social_sciences"@en ;
    rdfs:label "Social Sciences"@en .

ms:society
    a ms:OrganizationLegalStatus, owl:NamedIndividual ;
    rdfs:label "society"@en .

ms:sociologyAndAnthropology
    datacite:hasIdentifier ms:DDC301 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Sociology & Anthropology"@en .

ms:some
    a ms:Audience, owl:NamedIndividual ;
    rdfs:label "some"@en .

ms:song
    datacite:hasIdentifier ms:MS_AG004 ;
    a ms:AudioGenre, owl:NamedIndividual ;
    rdfs:label "song"@en .

ms:sound
    a ms:NonSpeechItem, owl:NamedIndividual ;
    rdfs:label "sound"@en .

ms:soundBlasterCard
    a ms:RecordingDeviceType, owl:NamedIndividual ;
    rdfs:label "Sound blaster card"@en .

ms:soundRecording
    a ms:ExtratextualInformation, owl:NamedIndividual ;
    rdfs:label "sound recording"@en .

ms:sourceAndExecutableCode
    a ms:SoftwareDistributionForm, owl:NamedIndividual ;
    rdfs:comment "Value for software distribution form, used for software that is available from the same location both as source code and executable program"@en ;
    rdfs:label "source and executable code"@en .

ms:sourceChannel
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the source channel of the recording of a multimedia resource"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "source channel"@en ;
    rdfs:range ms:SourceChannel .

ms:sourceChannelDetails
    a owl:DatatypeProperty ;
    rdfs:comment "Provides information on the details of the channel equipment used (brand, type, etc.) in free text"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "source channel details"@en ;
    rdfs:range rdf:langString .

ms:sourceChannelName
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces the name of the source channel through which the recording has been made"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "source channel name"@en ;
    rdfs:range rdf:langString .

ms:sourceChannelType
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the type of the source channel"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "source channel type"@en ;
    rdfs:range ms:SourceChannelType .

ms:sourceCode
    a ms:SoftwareDistributionForm, owl:NamedIndividual ;
    rdfs:comment "Value for software distribution form, used for software objects in the form of source code, i.e. as files with the commands ready to be compiled or assembled into an executable computer program"@en ;
    rdfs:label "source code"@en .

ms:sourceMetadataRecord
    a owl:ObjectProperty ;
    rdfs:comment "Links, in some cases (e.g., harvesting, population from other catalogues, conversion from other metadata records, etc.), to the metadata record that has been used as the basis for the creation of the metadata record"@en ;
    rdfs:domain ms:MetadataRecord ;
    rdfs:label "source metadata record"@en ;
    rdfs:range ms:MetadataRecord ;
    rdfs:subPropertyOf ms:isRelatedToMDRecord ;
    owl:inverseOf ms:targetMetadataRecord .

ms:sourceOfMetadataRecord
    a owl:ObjectProperty ;
    rdfs:comment "Refers to the entity (repository, catalogue, archive, etc.) from which the metadata record has been imported into the new catalogue"@en ;
    rdfs:domain ms:MetadataRecord ;
    rdfs:label "sourceOfMetadataRecord"@en ;
    rdfs:range dcat:Catalog ;
    skos:note "for now dcat:catalog"@en .

ms:spatialConstraint
    a ms:ConditionOfUse, owl:NamedIndividual ;
    rdfs:comment "Value for 'ConditionsOfUse' which is used for resources with spatial restrictions, e.g., in cases where the content is available or can be used only at a single location, center, or site"@en ;
    rdfs:label "spatial constraint"@en .

ms:speakerNoise
    a ms:AnnotatedElement, owl:NamedIndividual ;
    rdfs:label "speaker noise"@en .

ms:speakingImpairment
    a owl:DatatypeProperty ;
    rdfs:comment "Provides information on any speaking impairment the participant may have"@en ;
    rdfs:domain ms:Participant ;
    rdfs:label "speaking impairment"@en ;
    rdfs:range rdf:langString .

ms:speakingImpairmentOfParticipants
    a owl:ObjectProperty ;
    rdfs:comment "Indicates whether the group of participants contains persons with speaking impairments"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusImagePart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "speaking impairment of participants"@en ;
    rdfs:range ms:SpeakingImpairmentOfParticipants .

ms:specialHardwareEquipment
    a ms:RequiredHardware, owl:NamedIndividual ;
    rdfs:label "special hardware equipment"@en .

ms:speech
    datacite:hasIdentifier ms:MS_AG003 ;
    a ms:AudioGenre, owl:NamedIndividual ;
    rdfs:label "speech"@en .

ms:speechInfluence
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the factors influencing speech"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:CorpusImagePart
            ms:CorpusTextNumericalPart
            ms:CorpusVideoPart
        )
    ] ;
    rdfs:label "speech influence"@en ;
    rdfs:range ms:SpeechInfluence .

ms:speechItem
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the distinct elements that are pronounced and annotated as such"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusAudioPart
            ms:LexicalConceptualResourceAudioPart
        )
    ] ;
    rdfs:label "speech item"@en ;
    rdfs:range ms:SpeechItem .

ms:spokenLanguage
    a ms:ModalityType, owl:NamedIndividual ;
    rdfs:comment "Value for 'ModalityType' for language resources including spoken language words and expressions"@en ;
    rdfs:label "spoken language"@en .

ms:spontaneous
    a ms:Naturality, owl:NamedIndividual ;
    rdfs:label "spontaneous"@en .

ms:sportsGamesAndEntertainment
    datacite:hasIdentifier ms:DDC790 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Sports, Games & Entertainment"@en .

ms:standardizationBody
    a ms:OrganizationRole, owl:NamedIndividual ;
    rdfs:label "standardization body"@en .

ms:startup
    a owl:DatatypeProperty ;
    rdfs:comment "Indicates whether a company is a startup"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Division
            ms:Organization
        )
    ] ;
    rdfs:label "startup"@en ;
    rdfs:range xsd:boolean .

ms:staticElement
    a owl:ObjectProperty ;
    rdfs:comment "Groups information on the static elements visible on images"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusImagePart
            ms:LanguageDescriptionImagePart
            ms:LexicalConceptualResourceImagePart
        )
    ] ;
    rdfs:label "static element"@en ;
    rdfs:range ms:StaticElement .

ms:statisticalProperty
    a ms:ContentType, owl:NamedIndividual ;
    rdfs:label "statistical property"@en .

ms:statistics
    datacite:hasIdentifier ms:DDC310 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Statistics"@en .

ms:status
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the status in which a project is found in the course of a funding process (e.g. approved, signed, under negotiation, etc.)"@en ;
    rdfs:domain ms:Project ;
    rdfs:label "status"@en ;
    rdfs:range xsd:string .

ms:string
    a ms:ParameterType, owl:NamedIndividual ;
    rdfs:label "string"@en .

ms:studio
    a ms:RecordingEnvironment, owl:NamedIndividual ;
    rdfs:label "studio"@en .

ms:studioEquipment
    a ms:CapturingDeviceType, owl:NamedIndividual ;
    rdfs:label "studio equipment"@en .

ms:subcatFrame
    a ms:SyntacticType, owl:NamedIndividual ;
    rdfs:label "subcategorization frame"@en .

ms:subject
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the subject/topic of a language resource"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusMediaPart
            ms:Document
            ms:Project
        )
    ] ;
    rdfs:label "subject"@en ;
    rdfs:range ms:Subject ;
    skos:altLabel "topic"@en .

ms:submitted
    a ms:VersionType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Version type' used for versions as submitted for publication"@en ;
    rdfs:label "submitted"@en .

ms:subsidiary
    a ms:DivisionCategory, owl:NamedIndividual ;
    rdfs:label "subsidiary"@en .

ms:subtitle
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces a secondary title used for a document"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "subtitle"@en ;
    rdfs:range rdf:langString ;
    rdfs:subPropertyOf dct:alternative .

ms:subtitle1
    a ms:TextIncludedInVideo, owl:NamedIndividual ;
    rdfs:label "subtitle"@en .

ms:subtitle2
    a ms:TextIncludedInImage, owl:NamedIndividual ;
    rdfs:label "subtitle"@en .

ms:subtitle3
    datacite:hasIdentifier ms:ClarinEl_TT015 ;
    a ms:TextType, owl:NamedIndividual ;
    rdfs:label "subtitle"@en .

ms:supportType
    a owl:ObjectProperty ;
    rdfs:comment "Specifies whether some type of support (commercial, free, etc.) is provided for the resource installation or use"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "support type"@en ;
    rdfs:range ms:SupportType .

ms:surname
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces the surname (i.e. the name shared by members of a family, also known as \"family name\" or \"last name\") of a person"@en ;
    rdfs:domain ms:Person ;
    rdfs:label "surname"@en ;
    rdfs:range rdf:langString ;
    skos:altLabel "family name"@en, "last name"@en .

ms:syllable
    a ms:BaseItem, owl:NamedIndividual ;
    rdfs:label "syllable"@en .

ms:syllable1
    a ms:SegmentationLevel, owl:NamedIndividual ;
    rdfs:label "syllable"@en .

ms:syllable2
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "syllable"@en .

ms:synchronizedWithAudio
    a owl:DatatypeProperty ;
    rdfs:comment "Whether the media part described is synchronized with audio within the same resource"@en ;
    rdfs:domain ms:LinkToOtherMedia ;
    rdfs:label "synchronized with audio"@en ;
    rdfs:range xsd:boolean .

ms:synchronizedWithImage
    a owl:DatatypeProperty ;
    rdfs:comment "Whether the media part described is synchronized with image within the same resource"@en ;
    rdfs:domain ms:LinkToOtherMedia ;
    rdfs:label "synchronized with image"@en ;
    rdfs:range xsd:boolean .

ms:synchronizedWithText
    a owl:DatatypeProperty ;
    rdfs:comment "Whether video, text and textNumerical media type is synchronized with text within the same resource"@en ;
    rdfs:domain ms:LinkToOtherMedia ;
    rdfs:label "synchronized with text"@en ;
    rdfs:range xsd:boolean .

ms:synchronizedWithTextNumerical
    a owl:DatatypeProperty ;
    rdfs:comment "Whether the media part described is synchronized with textNumerical within the same resource"@en ;
    rdfs:domain ms:LinkToOtherMedia ;
    rdfs:label "synchronized with textNumerical"@en ;
    rdfs:range xsd:boolean .

ms:synchronizedWithVideo
    a owl:DatatypeProperty ;
    rdfs:comment "Whether the media part described is synchronized with video within the same resource"@en ;
    rdfs:domain ms:LinkToOtherMedia ;
    rdfs:label "synchronized with video"@en ;
    rdfs:range xsd:boolean .

ms:synonym
    a ms:SemanticType, owl:NamedIndividual ;
    rdfs:label "synonym"@en .

ms:synset
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "synset"@en .

ms:syntacticUnit
    a ms:ExtratextualInformationUnit, owl:NamedIndividual ;
    rdfs:label "syntactic unit"@en .

ms:syntacticUnit1
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "syntactic unit"@en .

ms:syntacticoSemanticLink
    a ms:SyntacticoSemanticType, owl:NamedIndividual ;
    rdfs:label "syntactico-semantic link"@en .

ms:syntax
    a ms:EncodingLevel, owl:NamedIndividual ;
    rdfs:comment "Value for 'EncodingLevel' for the particular linguistic level that relates to the study of the structure of linguistic units (phrases, sentences)"@en ;
    rdfs:label "syntax"@en .

ms:syntheticData
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies whether the contents of a corpus have been artificially generated (e.g., using a Machine Translation or NLG system) rather than having been created by humans (authentic/original data)"@en ;
    rdfs:domain ms:CorpusMediaPart ;
    rdfs:label "synthetic data"@en ;
    rdfs:range xsd:boolean .

ms:systemEvaluator
    a ms:OrganizationRole, owl:NamedIndividual ;
    rdfs:label "system evaluator"@en .

ms:tagset
    a owl:ObjectProperty ;
    rdfs:comment "The tagset used for annotating a resource or for the input resource (if annotated) of a tool/service or that should be used (dependency) for the annotation"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Annotation
            ms:MLModel
        )
    ] ;
    rdfs:label "tagset"@en ;
    rdfs:range ms:LexicalConceptualResource .

ms:tagset1
    a ms:CompatibleLexiconType, ms:LCRSubclass, owl:NamedIndividual ;
    rdfs:comment "a flat list of valid values (tags) designed to annotate data; it usually corresponds to a specific annotation type or set of annotation types"@en ;
    rdfs:label "tagset"@en .

ms:tapeVHS
    a ms:RecordingDeviceType, owl:NamedIndividual ;
    rdfs:label "VHS tape"@en .

ms:targetMetadataRecord
    a owl:ObjectProperty ;
    rdfs:comment "Links, in some cases (e.g., harvesting, population from other catalogues, conversion from other metadata records, etc.), an external metadata record that has been used as the basis for the creation of the internal metadata record to this internal metadata record"@en ;
    rdfs:domain ms:MetadataRecord ;
    rdfs:label "target metadata record"@en ;
    rdfs:range ms:MetadataRecord ;
    rdfs:subPropertyOf ms:MDRecordRelatedTo .

ms:tb
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "terabyte"@en ;
    skos:altLabel "tb"@en .

ms:techReport
    a ms:DocumentType, owl:NamedIndividual ;
    rdfs:label "technical report"@en .

ms:technicalText
    datacite:hasIdentifier ms:ClarinEl_TT011 ;
    a ms:TextType, owl:NamedIndividual ;
    rdfs:label "technical text"@en .

ms:technological
    a ms:EvaluationLevel, owl:NamedIndividual ;
    rdfs:label "technological"@en .

ms:technology
    datacite:hasIdentifier ms:DDC600 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Technology"@en .

ms:teenager
    a ms:AgeGroup, owl:NamedIndividual ;
    rdfs:label "teenager"@en .

ms:telecommunications
    datacite:hasIdentifier ms:ELG_Domain004 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "telecommunications"@en .

ms:telephone
    a ms:SourceChannel, owl:NamedIndividual ;
    rdfs:label "telephone"@en .

ms:telephoneConversation
    datacite:hasIdentifier ms:ClarinEl_TT005 ;
    a ms:TextType, owl:NamedIndividual ;
    rdfs:label "telephone conversation"@en .

ms:telephoneFixed
    a ms:CapturingDeviceType, owl:NamedIndividual ;
    rdfs:label "fixed telephone"@en .

ms:telephoneIP
    a ms:CapturingDeviceType, owl:NamedIndividual ;
    rdfs:label "IP telephone"@en .

ms:telephoneMobile
    a ms:CapturingDeviceType, owl:NamedIndividual ;
    rdfs:label "mobile telephone"@en .

ms:telephoneNumber
    a ms:SpeechItem, owl:DatatypeProperty, owl:NamedIndividual ;
    rdfs:comment "Introduces the telephone number of a person, group or organization; recommended format: +_international code_city code_number without spaces"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Division
            ms:Group
            ms:Organization
            ms:Person
        )
    ] ;
    rdfs:label "telephone number"@en ;
    rdfs:range xsd:string ;
    skos:example "+123456789012"@en .

ms:tempo
    a ms:NonSpeechItem, owl:NamedIndividual ;
    rdfs:label "tempo"@en .

ms:tense
    a ms:MorphologicalType, owl:NamedIndividual ;
    rdfs:label "tense"@en .

ms:term
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "term"@en .

ms:terminologicalResource
    a ms:LCRSubclass, owl:NamedIndividual ;
    rdfs:comment "A lexical resource that lists concepts pertaining to a specific domain"@en ;
    rdfs:label "terminological resource"@en ;
    skos:altLabel "term list"@en .

ms:text
    a ms:MediaType, owl:NamedIndividual ;
    rdfs:comment "Value for 'MediaType' for the written or printed form of a language resource (part)"@en ;
    rdfs:label "text"@en .

ms:text1
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "text"@en .

ms:textIncludedInImage
    a owl:ObjectProperty ;
    rdfs:comment "Provides information on the type of text that may be on the image"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusImagePart
            ms:LanguageDescriptionImagePart
            ms:LexicalConceptualResourceImagePart
        )
    ] ;
    rdfs:label "text included in image"@en ;
    rdfs:range ms:TextIncludedInImage .

ms:textIncludedInVideo
    a owl:ObjectProperty ;
    rdfs:comment "Indicates if any text and what type is present in or in conjunction with the video"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusVideoPart
            ms:LanguageDescriptionVideoPart
            ms:LexicalConceptualResourceVideoPart
        )
    ] ;
    rdfs:label "text included in video"@en ;
    rdfs:range ms:TextIncludedInVideo .

ms:textNumerical
    a ms:MediaType, owl:NamedIndividual ;
    rdfs:label "numerical text"@en .

ms:textNumericalFormat
    a owl:ObjectProperty ;
    rdfs:comment "Groups information on the format(s) of the textNumerical part of the resource"@en ;
    rdfs:domain ms:CorpusTextNumericalPart ;
    rdfs:label "detailed numerical text format"@en ;
    rdfs:range omtd:DataFormat .

ms:textType
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the text type (e.g., factual, literary, etc.) according to which a text corpus (part) is classified"@en ;
    rdfs:domain ms:CorpusTextPart ;
    rdfs:label "text type"@en ;
    rdfs:range ms:TextType .

ms:theoreticModel
    a owl:DatatypeProperty ;
    rdfs:comment "Indicates the theoretic model applied for the creation/enrichment of the resource, by name and/or by reference (URL or bibliographic reference) to informative material about the theoretic model used"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Annotation
            ms:LanguageDescription
            ms:LexicalConceptualResource
        )
    ] ;
    rdfs:label "theoretic model"@en ;
    rdfs:range rdf:langString .

ms:thesaurus
    a ms:LCRSubclass, owl:NamedIndividual ;
    rdfs:comment "A reference work that lists words grouped together according to similarity of meaning (containing synonyms and sometimes antonyms) [https://en.wikipedia.org/wiki/Thesaurus]"@en ;
    rdfs:label "thesaurus"@en .

ms:thingDescription
    a owl:DatatypeProperty ;
    rdfs:comment "Provides description of the things represented in the image corpus"@en ;
    rdfs:domain ms:StaticElement ;
    rdfs:label "thing description"@en ;
    rdfs:range rdf:langString .

ms:timeCoverage
    a owl:DatatypeProperty ;
    rdfs:comment "Indicates the time period that the content of a resource is about"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Corpus
            ms:LanguageDescription
            ms:LexicalConceptualResource
            ms:Subset
        )
    ] ;
    rdfs:label "time coverage"@en ;
    rdfs:range rdf:langString .

ms:title
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces a human-readable text (typically short) used as a name for referring to the document being described"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "title"@en ;
    rdfs:range rdf:langString ;
    rdfs:subPropertyOf dct:title .

ms:titlesParsing
    a ms:LDTask, owl:NamedIndividual ;
    rdfs:label "parsing of titles"@en .

ms:token
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "token"@en .

ms:token1
    a ms:SegmentationLevel, owl:NamedIndividual ;
    rdfs:label "token"@en .

ms:trainedSpeaker
    a owl:DatatypeProperty ;
    rdfs:comment "Provides information on whether the participant is trained in a specific task"@en ;
    rdfs:domain ms:Participant ;
    rdfs:label "trained speaker"@en ;
    rdfs:range xsd:boolean .

ms:trainingCorpusDetails
    a owl:DatatypeProperty ;
    rdfs:comment "Provides a detailed description of the training corpus (e.g., size, number of features, etc.)"@en ;
    rdfs:domain ms:MLModel ;
    rdfs:label "training corpus details"@en ;
    rdfs:range rdf:langString .

ms:trainingResource
    a ms:DocumentationType, owl:NamedIndividual ;
    rdfs:comment "Value for 'DocumentationType' used for the training material of a resource (e.g., video tutorials, screencasts, guided tours, etc.)"@en ;
    rdfs:label "training resource"@en .

ms:trainingUse
    a ms:ConditionOfUse, owl:NamedIndividual ;
    rdfs:comment "Value for 'ConditionOfUse' which states that the resource can only be used for training purposes"@en ;
    rdfs:label "training use"@en ;
    skos:note "add ODRL representation"@en .

ms:transcription
    a ms:AudioType, owl:NamedIndividual ;
    rdfs:label "phonetic transcription"@en .

ms:translationEquivalent
    a ms:TranslationType, owl:NamedIndividual ;
    rdfs:label "translation equivalent"@en .

ms:translationUnit
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "translation unit"@en ;
    skos:altLabel "tu"@en .

ms:transport
    a ms:RecordingEnvironment, owl:NamedIndividual ;
    rdfs:label "transport"@en .

ms:transportation
    datacite:hasIdentifier ms:DDC388 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "Transportation"@en .

ms:travelIndustry
    datacite:hasIdentifier ms:ELG_Domain013 ;
    a ms:Domain, owl:NamedIndividual ;
    rdfs:label "travel industry"@en .

ms:trigram
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "trigram"@en .

ms:trl
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the TRL (Technology Readiness Level) of the technology according to the measurement system defined by the EC"@en ;
    rdfs:domain ms:ToolService ;
    rdfs:label "TRL"@en ;
    rdfs:range ms:TRL ;
    skos:altLabel "Technology Readiness Level"@en .

ms:trl1
    a ms:TRL, owl:NamedIndividual ;
    rdfs:comment "Basic principles observed"@en ;
    rdfs:label "TRL1"@en .

ms:trl2
    a ms:TRL, owl:NamedIndividual ;
    rdfs:comment "Technology concept formulated"@en ;
    rdfs:label "TRL2"@en .

ms:trl3
    a ms:TRL, owl:NamedIndividual ;
    rdfs:comment "Experimental proof of concept"@en ;
    rdfs:label "TRL3"@en .

ms:trl4
    a ms:TRL, owl:NamedIndividual ;
    rdfs:comment "Technology validated in lab"@en ;
    rdfs:label "TRL4"@en .

ms:trl5
    a ms:TRL, owl:NamedIndividual ;
    rdfs:comment "Technology validated in relevant environment (industrially relevant environment in the case of key enabling technologies)"@en ;
    rdfs:label "TRL5"@en .

ms:trl6
    a ms:TRL, owl:NamedIndividual ;
    rdfs:comment "Technology demonstrated in relevant environment (industrially relevant environment in the case of key enabling technologies)"@en ;
    rdfs:label "TRL6"@en .

ms:trl7
    a ms:TRL, owl:NamedIndividual ;
    rdfs:comment "System prototype demonstration in operational environment"@en ;
    rdfs:label "TRL7"@en .

ms:trl8
    a ms:TRL, owl:NamedIndividual ;
    rdfs:comment "System complete and qualified"@en ;
    rdfs:label "TRL8"@en .

ms:trl9
    a ms:TRL, owl:NamedIndividual ;
    rdfs:comment "Actual system proven in operational environment (competitive manufacturing in the case of key enabling technologies; or in space)"@en ;
    rdfs:label "TRL9"@en .

ms:troponym
    a ms:SemanticType, owl:NamedIndividual ;
    rdfs:label "troponym"@en .

ms:truncation
    a ms:AnnotatedElement, owl:NamedIndividual ;
    rdfs:label "truncation"@en .

ms:turn
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "turn"@en .

ms:tv
    a ms:SourceChannel, owl:NamedIndividual ;
    rdfs:label "tv"@en .

ms:tweet
    datacite:hasIdentifier ms:ClarinEl_TT007 ;
    a ms:TextType, owl:NamedIndividual ;
    rdfs:label "tweet"@en .

ms:twitter
    a ms:SocialMediaOccupationalAccountType, owl:NamedIndividual ;
    rdfs:label "twitter"@en .

ms:typeOfElement
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the type of objects or people represented in the video or image part of the resource"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:DynamicElement
            ms:StaticElement
        )
    ] ;
    rdfs:label "type of element"@en ;
    rdfs:range rdf:langString .

ms:typeOfImageContent
    a owl:DatatypeProperty ;
    rdfs:comment "The main types of object or people represented in the image corpus"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusImagePart
            ms:LanguageDescriptionImagePart
            ms:LexicalConceptualResourceImagePart
        )
    ] ;
    rdfs:label "type of image content"@en ;
    rdfs:range rdf:langString .

ms:typeOfTextNumericalContent
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the content that is represented in the textNumerical part of the resource"@en ;
    rdfs:domain ms:CorpusTextNumericalPart ;
    rdfs:label "type of textNumerical content"@en ;
    rdfs:range rdf:langString .

ms:typeOfVideoContent
    a owl:DatatypeProperty ;
    rdfs:comment "Main type of object or people represented in the video"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:CorpusVideoPart
            ms:LanguageDescriptionVideoPart
            ms:LexicalConceptualResourceVideoPart
        )
    ] ;
    rdfs:label "type of video content"@en ;
    rdfs:range rdf:langString .

ms:typesystem
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the typesystem (preferrably through an identifier or URL) that has been used for the annotation of a resource or that is required for the input resource of a tool/service or that should be used (dependency) for the annotation or used in the training of a ML model"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:MLModel
            ms:ProcessingResource
            ms:ToolService
        )
    ] ;
    rdfs:label "typesystem"@en ;
    rdfs:range ms:LexicalConceptualResource ;
    rdfs:subPropertyOf ms:dependsOn .

ms:typesystem1
    a ms:LCRSubclass, owl:NamedIndividual ;
    rdfs:comment "A set of elements designed to annotate data; it typically contains only a list of annotation types, i.e. specific labels that are used for the annotation (e.g., part-of-speech, person, organization, etc.), and is usually inbuilt in the annotation software"@en ;
    rdfs:label "typesystem"@en .

ms:underNegotiation
    a ms:Availability, owl:NamedIndividual ;
    rdfs:comment "For resources whose availability is still pending."@en ;
    rdfs:label "under negotiation"@en .

ms:unigram
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "unigram"@en .

ms:unit
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "unit"@en .

ms:unit1
    a ms:DivisionCategory, owl:NamedIndividual ;
    rdfs:label "unit"@en .

ms:unitOfMeasureMetric
    a owl:DatatypeProperty ;
    rdfs:comment "Identifies the unit of measure used in the calculation of the metric (for the evaluation of a tool/service)"@en ;
    rdfs:domain ms:PerformanceIndicator ;
    rdfs:label "unit of measure"@en ;
    rdfs:range xsd:string .

ms:unix
    a ms:OperatingSystem, owl:NamedIndividual ;
    rdfs:label "UNIX"@en .

ms:unknown
    a ms:Origin, owl:NamedIndividual ;
    rdfs:label "unknown"@en .

ms:unknown1
    a ms:Sex, owl:NamedIndividual ;
    rdfs:label "unknown"@en .

ms:unpublished
    a ms:DocumentType, owl:NamedIndividual ;
    rdfs:label "unpublished"@en .

ms:unsignedInteger
    a ms:SignConvention, owl:NamedIndividual ;
    rdfs:label "unsigned integer"@en .

ms:unspecified
    a datacite:FunderIdentifierScheme, datacite:OrganizationIdentifierScheme, datacite:PersonalIdentifierScheme, ms:AnnotatedElement, ms:AudioGenre, ms:AudioGenreClassificationScheme, ms:AudioQualityMeasureIncluded, ms:BaseItem, ms:CapturingDeviceType, ms:CompatibleLexiconType, ms:CompressionName, ms:ConditionOfUse, ms:ContentType, ms:CorpusSubclass, ms:Currency, ms:DatasetDistributionForm, ms:DivisionCategory, ms:DocumentIdentifierScheme, ms:DocumentType, ms:DocumentationType, ms:Domain, ms:DomainClassificationScheme, ms:EncodingLevel, ms:ExtratextualInformation, ms:ExtratextualInformationUnit, ms:Framework, ms:FundingType, ms:GrammaticalPhenomenaCoverage, ms:ImageGenreClassificationScheme, ms:Interactivity, ms:LCRSubclass, ms:LDTask, ms:LRIdentifierScheme, ms:LanguageVarietyType, ms:LicenceIdentifierScheme, ms:MembershipInstitution, ms:MetadataRecordIdentifierScheme, ms:Metric, ms:ModalityType, ms:MultilingualityType, ms:Naturality, ms:NonSpeechItem, ms:OperatingSystem, ms:OrganizationLegalStatus, ms:OrganizationRole, ms:ParameterType, ms:ProcessingResourceType, ms:ProjectIdentifierScheme, ms:RecordingDeviceType, ms:RecordingEnvironment, ms:RepositoryIdentifierScheme, ms:RequiredHardware, ms:ScenarioType, ms:SceneIllumination, ms:SegmentationLevel, ms:SignalEncoding, ms:SizeUnit, ms:SocialMediaOccupationalAccountType, ms:SoftwareDistributionForm, ms:SourceChannel, ms:SourceChannelType, ms:SpeechGenre, ms:SpeechGenreClassificationScheme, ms:SpeechInfluence, ms:SpeechItem, ms:StandardBestPractice, ms:SubjectClassificationScheme, ms:SupportType, ms:TextGenre, ms:TextGenreClassificationScheme, ms:TextType, ms:TextTypeClassificationScheme, ms:VideoGenreClassificationScheme, ms:VocalTractCondition, ms:WebServiceType, owl:NamedIndividual ;
    rdfs:comment "Value used for mandatory elements whose value is unknown or cannot be specified"@en ;
    rdfs:label "unspecified"@en .

ms:updateFrequency
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies the frequency with which the resource is updated"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "update frequency"@en ;
    rdfs:range rdf:langString .

ms:updated
    a ms:VersionType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Version type' used for versions that have been updated vis-a-vis the previous published version"@en ;
    rdfs:label "updated"@en .

ms:url
    a owl:DatatypeProperty ;
    rdfs:comment "Links to a URL"@en ;
    rdfs:domain owl:Thing ;
    rdfs:label "has URL"@en ;
    rdfs:range xsd:anyURI .

ms:url1
    a ms:ParameterType, owl:NamedIndividual ;
    rdfs:label "url"@en .

ms:usage
    a ms:EvaluationLevel, owl:NamedIndividual ;
    rdfs:label "usage"@en .

ms:usageProject
    a owl:ObjectProperty ;
    rdfs:comment "Links to a project in which the language resource has been used"@en ;
    rdfs:domain ms:ActualUse ;
    rdfs:label "usage project"@en ;
    rdfs:range ms:Project ;
    rdfs:subPropertyOf ms:isRelatedToProject .

ms:usageReport
    a owl:ObjectProperty ;
    rdfs:comment "Links to a document (e.g., research article, report) describing a project, application, experiment or use case where the language resource has been used"@en ;
    rdfs:domain ms:ActualUse ;
    rdfs:label "usage report"@en ;
    rdfs:range ms:Document ;
    rdfs:subPropertyOf ms:isDocumentedBy .

ms:usedInApplication
    a owl:ObjectProperty ;
    rdfs:comment "Specifies an LT application where the language resource has been used in"@en ;
    rdfs:domain ms:ActualUse ;
    rdfs:label "used in application"@en ;
    rdfs:range omtd:Operation .

ms:userIdentified
    a ms:ConditionOfUse, owl:NamedIndividual ;
    rdfs:comment "Value for 'ConditionOfUse' which states that the resource can only be accessed by identified/authenticated users"@en ;
    rdfs:label "user identified"@en .

ms:userInputText
    a ms:ProcessingResourceType, owl:NamedIndividual ;
    rdfs:label "user input text"@en .

ms:userManual
    a ms:DocumentationType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Documentation type' for documents that include instructions and examples on the usage of a tool/service (or resource in general)"@en ;
    rdfs:label "user manual"@en .

ms:userQuery
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces a query performed by a user that has resulted in the creation of the resource being described (e.g. a dataset created with a query aggregating texts from a database, or subset of a lexical resource, or a virtual collection of sentences from online corpora)"@en ;
    rdfs:domain ms:Corpus ;
    rdfs:label "user query"@en ;
    rdfs:range xsd:string .

ms:userType
    a owl:ObjectProperty ;
    rdfs:comment "Used to identify the type of user of the resource (affiliated with a commercial vs. academic institution); it is usually associated with licensing or pricing conditions on the use of a resource"@en ;
    rdfs:domain ms:Distribution ;
    rdfs:label "user type"@en ;
    rdfs:range ms:UserType .

ms:utterance
    a ms:SegmentationLevel, owl:NamedIndividual ;
    rdfs:label "utterance"@en .

ms:utterance1
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "utterance"@en .

ms:validated
    a owl:DatatypeProperty ;
    rdfs:comment "Specifies whether the resource has undergone a formal validation process"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "validated"@en ;
    rdfs:range xsd:boolean .

ms:validation
    a owl:ObjectProperty ;
    rdfs:comment "Provides information on each of the the validation procedure(s) a language resource may have undergone (e.g., formal validation of the whole resource, content validation of one part of the resource, etc.)."@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "validation"@en ;
    rdfs:range ms:Validation .

ms:validationDetails
    a owl:DatatypeProperty ;
    rdfs:comment "Provides additional information in the form of free text about the validation process of a language resource"@en ;
    rdfs:domain ms:Validation ;
    rdfs:label "validation details"@en ;
    rdfs:range rdf:langString .

ms:validationExtent
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the coverage of the language resource that has been validated"@en ;
    rdfs:domain ms:Validation ;
    rdfs:label "validation extent"@en ;
    rdfs:range ms:ValidationExtent .

ms:validationMode
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the type of processing applied for the validation of the language resource"@en ;
    rdfs:domain ms:Validation ;
    rdfs:label "validation mode"@en ;
    rdfs:range ms:ProcessMode ;
    rdfs:subPropertyOf ms:processMode .

ms:validationReport
    a owl:ObjectProperty ;
    rdfs:comment "Links to a document with detailed information on the validation process and results"@en ;
    rdfs:domain ms:Validation ;
    rdfs:label "validation report"@en ;
    rdfs:range ms:Document ;
    rdfs:subPropertyOf ms:isDocumentedBy .

ms:validationType
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the type of validation that has been performed on a language resource"@en ;
    rdfs:domain ms:Validation ;
    rdfs:label "validation type"@en ;
    rdfs:range ms:ValidationType .

ms:validator
    a owl:ObjectProperty ;
    rdfs:comment "Links a validation to the person(s), group(s) or organization(s) that have performed a specific validation of a language resource"@en ;
    rdfs:domain ms:Validation ;
    rdfs:label "validator"@en ;
    rdfs:range ms:Actor ;
    rdfs:subPropertyOf ms:isRelatedToActor .

ms:variable
    a ms:SceneIllumination, owl:NamedIndividual ;
    rdfs:label "variable"@en .

ms:variant1
    a ms:LemmaType, owl:NamedIndividual ;
    rdfs:label "variant"@en .

ms:vcvSequence
    a ms:SpeechItem, owl:NamedIndividual ;
    rdfs:label "VCV sequence"@en .

ms:vector
    a ms:RasterOrVectorGraphics, owl:NamedIndividual ;
    rdfs:label "vector"@en .

ms:version
    a owl:DatatypeProperty ;
    rdfs:comment "Associates a language resource with a pattern that indicates its version; the recommended way is to follow the semantic versioning guidelines (http://semver.org) and use a numeric pattern of the form major_version.minor_version.patch"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "version"@en ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf dct:hasVersion .

ms:versionDate
    a owl:DatatypeProperty ;
    rdfs:comment "Identifies the date associated with the version of the language resource being described (as a recommendation, of the latest update of the particular version)"@en ;
    rdfs:domain ms:LanguageResource ;
    rdfs:label "version date"@en ;
    rdfs:range xsd:date .

ms:versionType
    a owl:ObjectProperty ;
    rdfs:comment "Links scholarly works (mainly) to a type of versioning vocabulary related to the publication process"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Document
            ms:LanguageResource
        )
    ] ;
    rdfs:label "version type"@en ;
    rdfs:range ms:VersionType ;
    skos:note "If we think this shouldn' be used for LRTs, remove from XSD's"@en .

ms:veryHigh
    a ms:RecordingQuality, owl:NamedIndividual ;
    rdfs:label "very high"@en .

ms:veryHigh1
    a ms:Quality, owl:NamedIndividual ;
    rdfs:label "very high"@en .

ms:veryLow
    a ms:RecordingQuality, owl:NamedIndividual ;
    rdfs:label "very low"@en .

ms:veryLow1
    a ms:Quality, owl:NamedIndividual ;
    rdfs:label "very low"@en .

ms:video
    a ms:MediaType, owl:NamedIndividual ;
    rdfs:comment "Value for 'Media type' for the audiovisual form of a language resource (part)"@en ;
    rdfs:label "video"@en .

ms:video1
    a ms:ExtratextualInformation, owl:NamedIndividual ;
    rdfs:label "video"@en .

ms:videoFormat
    a owl:ObjectProperty ;
    rdfs:comment "Groups information on the format(s) of a resource; repeated if parts of the resource are in different formats"@en ;
    rdfs:domain ms:DatasetDistribution ;
    rdfs:label "detailed video format"@en ;
    rdfs:range ms:VideoFormat ;
    skos:note "see how data formats, audio & video formats will be handled; must be on distribution"@en .

ms:visualModelling
    a owl:ObjectProperty ;
    rdfs:comment "Specifies the dimensional form applied on the video or image part(s) of a corpus"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:ImageFormat
            ms:VideoFormat
        )
    ] ;
    rdfs:label "visual modelling"@en ;
    rdfs:range ms:VisualModelling .

ms:vocalTractCondition
    a owl:ObjectProperty ;
    rdfs:comment "Provides information on the vocal tract conditions that may influence the speech of the participant"@en ;
    rdfs:domain ms:Participant ;
    rdfs:label "vocal tract condition"@en ;
    rdfs:range ms:VocalTractCondition .

ms:voice
    a ms:ModalityType, owl:NamedIndividual ;
    rdfs:comment "Value for 'ModalityType' for voice"@en ;
    rdfs:label "voice"@en .

ms:voice1
    a ms:MorphologicalType, owl:NamedIndividual ;
    rdfs:label "voice"@en .

ms:volume
    a owl:DatatypeProperty ;
    rdfs:comment "Introduces the number used for the volume of a journal or a series of publications"@en ;
    rdfs:domain ms:Document ;
    rdfs:label "volume"@en ;
    rdfs:range xsd:string .

ms:webCam
    a ms:SourceChannel, owl:NamedIndividual ;
    rdfs:label "webcam"@en .

ms:webService
    a ms:SoftwareDistributionForm, owl:NamedIndividual ;
    rdfs:comment "Value for software distribution form, used for software objects that can be accessed through remote invocation typically using some REST-style APIs or SOAP protocols"@en ;
    rdfs:label "web service"@en .

ms:webServiceType
    a owl:ObjectProperty ;
    rdfs:comment "Identifies the type of a web service in accordance to a classification vocabulary that refers to the web service communication protocols"@en ;
    rdfs:domain ms:SoftwareDistribution ;
    rdfs:label "web service type"@en ;
    rdfs:range ms:WebServiceType ;
    skos:note "try to restrict with instance \"webService\" on DistributionForm"@en .

ms:webcam
    a ms:CapturingDeviceType, owl:NamedIndividual ;
    rdfs:label "webcam"@en .

ms:website
    a owl:DatatypeProperty ;
    rdfs:comment "Links to a URL that acts as the primary page (like a table of contents) introducing information about an organization (e.g., products, contact information, etc.) or project"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (ms:Division
            ms:Group
            ms:Organization
            ms:Project
        )
    ] ;
    rdfs:label "website"@en ;
    rdfs:range xsd:anyURI ;
    rdfs:subPropertyOf ms:url ;
    skos:altLabel "home page"@en .

ms:weight
    a owl:DatatypeProperty ;
    rdfs:comment "Provides information on the weight of the participant"@en ;
    rdfs:domain ms:Participant ;
    rdfs:label "weight"@en ;
    rdfs:range xsd:int .

ms:weightedGrammar
    a owl:DatatypeProperty ;
    rdfs:comment "Indicates whether the grammar contains numerical weights (incl. probabilities)"@en ;
    rdfs:domain ms:LanguageDescription ;
    rdfs:label "weighted grammar"@en ;
    rdfs:range xsd:boolean .

ms:wholeBody
    a ms:BodyPart, owl:NamedIndividual ;
    rdfs:label "whole body"@en .

ms:windows
    a ms:OperatingSystem, owl:NamedIndividual ;
    rdfs:label "Windows"@en .

ms:windows-1250
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "windows-1250"@en .

ms:windows-1251
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "windows-1251"@en .

ms:windows-1252
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "windows-1252"@en .

ms:windows-1253
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "windows-1253"@en .

ms:windows-1254
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "windows-1254"@en .

ms:windows-1255
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "windows-1255"@en .

ms:windows-1256
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "windows-1256"@en .

ms:windows-1257
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "windows-1257"@en .

ms:windows-1258
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "windows-1258"@en .

ms:windows-31j
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "windows-31j"@en .

ms:wizardOfOz
    a ms:ScenarioType, owl:NamedIndividual ;
    rdfs:label "wizard of Oz"@en .

ms:word
    a ms:BaseItem, owl:NamedIndividual ;
    rdfs:label "word"@en .

ms:word1
    a ms:SegmentationLevel, owl:NamedIndividual ;
    rdfs:label "word"@en .

ms:word2
    a ms:ExtratextualInformationUnit, owl:NamedIndividual ;
    rdfs:label "word"@en .

ms:word3
    a ms:SizeUnit, owl:NamedIndividual ;
    rdfs:label "word"@en .

ms:wordGame
    a ms:ScenarioType, owl:NamedIndividual ;
    rdfs:label "word game"@en .

ms:wordGroup
    a ms:SegmentationLevel, owl:NamedIndividual ;
    rdfs:label "word group"@en .

ms:wordNet
    a ms:CompatibleLexiconType, ms:LCRSubclass, ms:StandardBestPractice, owl:NamedIndividual ;
    rdfs:comment "A lexical database originally created for English and extended to other languages, which groups words into sets of synonyms called synsets, provides short definitions and usage examples, and records a number of relations among these synonym sets or their members"@en ;
    rdfs:label "WordNet"@en .

ms:wordlist
    a ms:CompatibleLexiconType, ms:LCRSubclass, owl:NamedIndividual ;
    rdfs:comment "A written collection of all words derived from a particular source, or sharing some other characteristic [https://www.yourdictionary.com/wordlist]"@en ;
    rdfs:label "wordlist"@en .

ms:workflowFile
    a ms:SoftwareDistributionForm, owl:NamedIndividual ;
    rdfs:comment "Value for software distribution form, used for software workflows that are made available in the form of the workflow description file"@en ;
    rdfs:label "workflow file"@en .

ms:writtenLanguage
    a ms:ModalityType, owl:NamedIndividual ;
    rdfs:comment "Value for 'ModalityType' for texts with written language"@en ;
    rdfs:label "written language"@en .

ms:x-EUC-CN
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "x-EUC-CN"@en .

ms:x-EUC-JP-LINUX
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "x-EUC-JP-LINUX"@en .

ms:x-EUC-TW
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "x-EUC-TW"@en .

ms:x-MS950-HKSCS
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "x-MS950-HKSCS"@en .

ms:x-mswin-936
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "x-mswin-936"@en .

ms:x-windows-949
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "x-windows-949"@en .

ms:x-windows-950
    a ms:CharacterEncoding, owl:NamedIndividual ;
    rdfs:label "x-windows-950"@en .

ms:yes
    a ms:SpeakingImpairmentOfParticipants, owl:NamedIndividual ;
    rdfs:label "yes"@en .

ms:yesH
    a ms:HearingImpairmentOfParticipants, owl:NamedIndividual ;
    rdfs:label "yes"@en .

ms:yesNoQuestion
    a ms:SpeechItem, owl:NamedIndividual ;
    rdfs:label "yes/no question"@en .

ms:youtube
    a ms:SocialMediaOccupationalAccountType, owl:NamedIndividual ;
    rdfs:label "youtube" .

ms:zipCode
    a owl:DatatypeProperty ;
    rdfs:comment "The zip code of the postal address of a person or organization "@en ;
    rdfs:domain ms:AddressSet ;
    rdfs:label "zip code"@en ;
    rdfs:range xsd:string .

omtd:AnnotationType
    a owl:Class .

omtd:DataFormat
    a owl:Class .

omtd:Operation
    a owl:Class .

omtd:TdmMethod
    a owl:Class .

rdf:langString
    a rdfs:Datatype .

xsd:date
    a rdfs:Datatype .

owl:equivalentProperty
    a owl:AnnotationProperty .

owl:sameAs
    a owl:AnnotationProperty .

skos:altLabel
    a owl:AnnotationProperty .

skos:broaderTransitive
    a owl:AnnotationProperty .

skos:closeMatch
    a owl:AnnotationProperty .

skos:comment
    a owl:AnnotationProperty .

skos:concept
    a owl:Class .

skos:example
    a owl:AnnotationProperty .

skos:note
    a owl:AnnotationProperty .

dcat:Catalog
    a owl:Class .

dcat:CatalogRecord
    a owl:Class .

dcat:Dataset
    a owl:Class .

odrl:Set
    a owl:Class .

odrl:action
    a owl:AnnotationProperty .

odrl:constraint
    a owl:AnnotationProperty .

odrl:duty
    a owl:AnnotationProperty .

odrl:operator
    a owl:AnnotationProperty .

odrl:permission
    a owl:AnnotationProperty .

odrl:prohibition
    a owl:AnnotationProperty .

odrl:purpose
    a owl:AnnotationProperty .

odrl:recipient
    a owl:AnnotationProperty .

foaf:Agent
    a owl:Class .

foaf:Organization
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:allValuesFrom datacite:OrganizationIdentifier ;
        owl:onProperty datacite:hasIdentifier
    ] .

foaf:Person
    a owl:Class .

foaf:Project
    a owl:Class .

foaf:primaryTopic
    a owl:ObjectProperty .

[]
    odrl:constraint [
        odrl:operator odrl:eq ;
        odrl:purpose ms:academic
    ] .

[]
    odrl:action cc:CommericalUse, cc:Distribution .

[]
    odrl:action cc:Reproduction .

[]
    odrl:action cc:CommercialUse .

