@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:file_extension obo_purl:is_metadata_tag true ; oboinowl_gen:hasDefinition "'File extension' concept property ('file_extension' metadata tag) lists examples of usual file extensions of formats." ; oboinowl_gen:inSubset ns0:properties ; a owl:AnnotationProperty ; rdfs:comment "N.B.: File extensions that are not correspondigly defined at http://filext.com are recorded in EDAM only if not in conflict with http://filext.com, and/or unique and usual within life-science computing.", "Separated by bar ('|'), without a dot ('.') prefix, preferably not all capital characters." ; rdfs:label "File extension" .
@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:file_extension
    obo_purl:is_metadata_tag true ;
    oboinowl_gen:hasDefinition "'File extension' concept property ('file_extension' metadata tag) lists examples of usual file extensions of formats." ;
    oboinowl_gen:inSubset ns0:properties ;
    a owl:AnnotationProperty ;
    rdfs:comment "N.B.: File extensions that are not correspondigly defined at http://filext.com are recorded in EDAM only if not in conflict with http://filext.com, and/or unique and usual within life-science computing.", "Separated by bar ('|'), without a dot ('.') prefix, preferably not all capital characters." ;
    rdfs:label "File extension" .