@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:repository obo_purl:is_metadata_tag true ; oboinowl_gen:hasDefinition "'Repository' trailing modifier (qualifier, 'repository') of 'xref' links of 'Format' concepts. When 'true', the link is pointing to the public source-code repository where the given data format is developed or maintained." ; oboinowl_gen:hasExactSynonym "Public repository", "Source-code repository" ; oboinowl_gen:inSubset ns0:properties ; a owl:AnnotationProperty ; rdfs:label "Repository" .
@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:repository
    obo_purl:is_metadata_tag true ;
    oboinowl_gen:hasDefinition "'Repository' trailing modifier (qualifier, 'repository') of 'xref' links of 'Format' concepts. When 'true', the link is pointing to the public source-code repository where the given data format is developed or maintained." ;
    oboinowl_gen:hasExactSynonym "Public repository", "Source-code repository" ;
    oboinowl_gen:inSubset ns0:properties ;
    a owl:AnnotationProperty ;
    rdfs:label "Repository" .