@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns0: <http://edamontology.org/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . ns0:format_1915 skos:broadMatch dc:format . dc:format a owl:AnnotationProperty .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <http://edamontology.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:format_1915
    skos:broadMatch dc:format .

dc:format
    a owl:AnnotationProperty .