@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.ivoa.net/rdf/uat#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns1: <http://astrothesaurus.org/uat/> . ns0:comet-dust-tails skos:broader ns0:comet-tails . ns0:comet-ion-tails skos:broader ns0:comet-tails . ns0:comet-tail-streamers skos:broader ns0:comet-tails . ns0:comet-tails metadata_def:mappingLoom "comettails" ; metadata_def:mappingSameURI ns0:comet-tails ; a owl:NamedIndividual, skos:Concept ; skos:broader ns0:comets ; skos:definition "A formation of gas and/or dust that streams away from the coma of many comets under the influence of the Sun's radiation pressure and the solar wind." ; skos:exactMatch <http://astrothesaurus.org/uat/274> ; skos:prefLabel "Comet tails" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.ivoa.net/rdf/uat#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns1: <http://astrothesaurus.org/uat/> .

ns0:comet-dust-tails
    skos:broader ns0:comet-tails .

ns0:comet-ion-tails
    skos:broader ns0:comet-tails .

ns0:comet-tail-streamers
    skos:broader ns0:comet-tails .

ns0:comet-tails
    metadata_def:mappingLoom "comettails" ;
    metadata_def:mappingSameURI ns0:comet-tails ;
    a owl:NamedIndividual, skos:Concept ;
    skos:broader ns0:comets ;
    skos:definition "A formation of gas and/or dust that streams away from the coma of many comets under the influence of the Sun's radiation pressure and the solar wind." ;
    skos:exactMatch <http://astrothesaurus.org/uat/274> ;
    skos:prefLabel "Comet tails" .