@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 skos: <http://www.w3.org/2004/02/skos/core#> . @prefix ns1: <http://www.loa.istc.cnr.it/ontologies/DOLCE-Lite.owl#> . @prefix obo_purl: <http://purl.obolibrary.org/obo/> . @prefix oboinowl_gen: <http://www.geneontology.org/formats/oboInOwl#> . ns0:has_format obo_purl:is_anti_symmetric "false" ; obo_purl:is_reflexive "false" ; obo_purl:is_symmetric "false" ; obo_purl:transitive_over "OBO_REL:is_a" ; oboinowl_gen:hasDefinition "'A has_format B' defines for the subject A, that it has the object B as its data format." ; oboinowl_gen:inSubset ns0:properties ; oboinowl_gen:isCyclic "false" ; a owl:ObjectProperty ; rdfs:comment "Subject A can be any concept or entity outside of an ontology (or an ontology concept in a role of an entity being semantically annotated) that is (or is in a role of) 'Data', or an input, output, input or output argument of an 'Operation'. Object B can either be a concept that is a 'Format', or in unexpected cases an entity outside of an ontology that is a 'Format' or is in the role of a 'Format'. In EDAM, 'has_format' is not explicitly defined between EDAM concepts, only the inverse 'is_format_of'." ; rdfs:domain ns0:data_0006 ; rdfs:label "has format" ; rdfs:range ns0:format_1915 ; owl:inverseOf ns0:is_format_of ; skos:broadMatch obo_purl:OBI_0000298, ns1:has-quality .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns1: <http://www.loa.istc.cnr.it/ontologies/DOLCE-Lite.owl#> .
@prefix obo_purl: <http://purl.obolibrary.org/obo/> .
@prefix oboinowl_gen: <http://www.geneontology.org/formats/oboInOwl#> .

ns0:has_format
    obo_purl:is_anti_symmetric "false" ;
    obo_purl:is_reflexive "false" ;
    obo_purl:is_symmetric "false" ;
    obo_purl:transitive_over "OBO_REL:is_a" ;
    oboinowl_gen:hasDefinition "'A has_format B' defines for the subject A, that it has the object B as its data format." ;
    oboinowl_gen:inSubset ns0:properties ;
    oboinowl_gen:isCyclic "false" ;
    a owl:ObjectProperty ;
    rdfs:comment "Subject A can be any concept or entity outside of an ontology (or an ontology concept in a role of an entity being semantically annotated) that is (or is in a role of) 'Data', or an input, output, input or output argument of an 'Operation'. Object B can either be a concept that is a 'Format', or in unexpected cases an entity outside of an ontology that is a 'Format' or is in the role of a 'Format'. In EDAM, 'has_format' is not explicitly defined between EDAM concepts, only the inverse 'is_format_of'." ;
    rdfs:domain ns0:data_0006 ;
    rdfs:label "has format" ;
    rdfs:range ns0:format_1915 ;
    owl:inverseOf ns0:is_format_of ;
    skos:broadMatch obo_purl:OBI_0000298, ns1:has-quality .