@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.obolibrary.org/obo/TEMP#> . @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#> . ns0:attribute_of oboinowl_gen:hasOBONamespace "solanaceae_phenotype" ; oboinowl_gen:id "attribute_of" ; a owl:ObjectProperty ; rdfs:label "attribute_of" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.obolibrary.org/obo/TEMP#> .
@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#> .

ns0:attribute_of
    oboinowl_gen:hasOBONamespace "solanaceae_phenotype" ;
    oboinowl_gen:id "attribute_of" ;
    a owl:ObjectProperty ;
    rdfs:label "attribute_of" .