@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://edamontology.org/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix oboinowl_gen: <http://www.geneontology.org/formats/oboInOwl#> . @prefix obo_purl: <http://purl.obolibrary.org/obo/> . ns0:media_type obo_purl:is_metadata_tag true ; oboinowl_gen:hasDefinition "'Media type' trailing modifier (qualifier, 'media_type') of 'xref' links of 'Format' concepts. When 'true', the link is pointing to a page specifying a media type of the given data format." ; oboinowl_gen:hasNarrowSynonym "MIME type" ; oboinowl_gen:inSubset ns0:properties ; a owl:AnnotationProperty ; rdfs:label "Media type" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://edamontology.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oboinowl_gen: <http://www.geneontology.org/formats/oboInOwl#> .
@prefix obo_purl: <http://purl.obolibrary.org/obo/> .

ns0:media_type
    obo_purl:is_metadata_tag true ;
    oboinowl_gen:hasDefinition "'Media type' trailing modifier (qualifier, 'media_type') of 'xref' links of 'Format' concepts. When 'true', the link is pointing to a page specifying a media type of the given data format." ;
    oboinowl_gen:hasNarrowSynonym "MIME type" ;
    oboinowl_gen:inSubset ns0:properties ;
    a owl:AnnotationProperty ;
    rdfs:label "Media type" .