@prefix omtd: <http://w3id.org/meta-share/omtd-share/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

omtd:Tbx
  a owl:NamedIndividual, omtd:DataFormat, dc:MediaType, skos:Concept ;
  skos:broader omtd:Xml ;
  skos:definition "TermBase eXchange (TBX) is an international standard (ISO 30042omtd:2019) for the representation of structured concept-oriented terminological data, copublished by ISO and the Localization Industry Standards Association (LISA) [wikipedia]"@en ;
  rdfs:seeAlso "https://www.tbxinfo.net/tbx-about/" ;
  rdfs:label "tbx"@en ;
  skos:prefLabel "tbx"@en ;
  skos:inScheme omtd:DataFormatScheme .

skos:Concept a owl:Class .
dc:MediaType
  rdfs:label "Media Type"@en ;
  a owl:Class .

owl:NamedIndividual
  rdfs:label "Named individual"@en ;
  a owl:Class .

omtd:DataFormat
  rdfs:label "Data format"@en ;
  a owl:Class .

omtd:DataFormatScheme
  rdfs:label "Data Format Taxonomy"@en ;
  skos:prefLabel "Data Format Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme .

omtd:Xml
  rdfs:label "XML"@en ;
  skos:prefLabel "XML"@en ;
  a omtd:DataFormat, dc:MediaType, owl:NamedIndividual, skos:Concept ;
  skos:narrower omtd:Tbx .

