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

skos:Concept a owl:Class .
omtd:AnnotationFormat
  rdfs:label "Annotation format"@en ;
  skos:prefLabel "Annotation format"@en ;
  a omtd:DataFormat, dc:MediaType, owl:NamedIndividual, skos:Concept ;
  skos:narrower omtd:MalletLdaTopicProportions .

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

omtd:MalletLdaTopicProportions
  skos:definition """Topic proportions in the shape [\\	]\\	\\	..."""@en ;
  rdfs:seeAlso "https://dkpro.github.io/dkpro-core/releases/1.8.0/docs/format-reference.html#format-de.tudarmstadt.ukp.dkpro.core.mallet-asl", "http://dkpro.github.io/dkpro-core/releases/1.8.0/docs/format-reference.html#format-MalletTopicProportions" ;
  skos:prefLabel "Mallet LDA Topic Proportions"@en ;
  a dc:MediaType, omtd:DataFormat, skos:Concept, owl:NamedIndividual ;
  skos:inScheme omtd:DataFormatScheme ;
  skos:broader omtd:AnnotationFormat ;
  rdfs:label "Mallet LDA Topic Proportions"@en .

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 .

