@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://cropontology.org/rdf/> . @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 metadata_def: <http://data.bioontology.org/metadata/def/> . <https://cropontology.org/rdf/CO_369:0002006> metadata_def:mappingLoom "defoliationdtfcomputation" ; metadata_def:mappingSameURI <https://cropontology.org/rdf/CO_369:0002006> ; metadata_def:prefLabel "Defoliation DTF computation"@en ; a owl:Class ; rdfs:label "Defoliation DTF computation"@en ; rdfs:subClassOf ns0:Computation ; skos:definition """Description: Record the days to flowering (DTF) post defoliation Materials: Dependent_on: Plant defoliation event date msr [ISO 8601], Plant flowering date est [ISO 8601] Protocol: 1. Record the number of days that have elapsed from the defoliation event date to the flowering date. 2. Express DTF as an integer."""@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://cropontology.org/rdf/> .
@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 metadata_def: <http://data.bioontology.org/metadata/def/> .

<https://cropontology.org/rdf/CO_369:0002006>
    metadata_def:mappingLoom "defoliationdtfcomputation" ;
    metadata_def:mappingSameURI <https://cropontology.org/rdf/CO_369:0002006> ;
    metadata_def:prefLabel "Defoliation DTF computation"@en ;
    a owl:Class ;
    rdfs:label "Defoliation DTF computation"@en ;
    rdfs:subClassOf ns0:Computation ;
    skos:definition """Description: Record the days to flowering (DTF) post defoliation

 Materials:

 Dependent_on: Plant defoliation event date msr [ISO 8601], Plant flowering date est [ISO 8601]

 Protocol:
 1. Record the number of days that have elapsed from the defoliation event date to the flowering date.
 2. Express DTF as an integer."""@en .