@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.ivoa.net/rdf/product-type#> . @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/> . ns0:light-curve metadata_def:mappingLoom "lightcurve" ; metadata_def:mappingSameURI ns0:light-curve ; a owl:NamedIndividual, skos:Concept ; skos:broader ns0:temporally-resolved-dataset, ns0:timeseries ; skos:definition "Flux or magnitude as a function of time" ; skos:prefLabel "Light Curve" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.ivoa.net/rdf/product-type#> .
@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/> .

ns0:light-curve
    metadata_def:mappingLoom "lightcurve" ;
    metadata_def:mappingSameURI ns0:light-curve ;
    a owl:NamedIndividual, skos:Concept ;
    skos:broader ns0:temporally-resolved-dataset, ns0:timeseries ;
    skos:definition "Flux or magnitude as a function of time" ;
    skos:prefLabel "Light Curve" .