@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://www.omg.org/spec/Commons/DatesAndTimes/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:Day a ns0:ExplicitDuration . ns0:ExplicitDuration metadata_def:mappingLoom "explicitduration" ; metadata_def:mappingSameURI ns0:ExplicitDuration ; metadata_def:prefLabel "explicit duration" ; metadata:prefixIRI "cmns-dt:ExplicitDuration" ; a owl:Class ; rdfs:label "explicit duration" ; rdfs:subClassOf ns0:Duration, ns0:ProperInterval ; skos:definition "duration for which the 'has duration value' property must have a value" ; skos:note "This class is used when a duration is guaranteed to be known when it is created." .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://www.omg.org/spec/Commons/DatesAndTimes/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:Day
    a ns0:ExplicitDuration .

ns0:ExplicitDuration
    metadata_def:mappingLoom "explicitduration" ;
    metadata_def:mappingSameURI ns0:ExplicitDuration ;
    metadata_def:prefLabel "explicit duration" ;
    metadata:prefixIRI "cmns-dt:ExplicitDuration" ;
    a owl:Class ;
    rdfs:label "explicit duration" ;
    rdfs:subClassOf ns0:Duration, ns0:ProperInterval ;
    skos:definition "duration for which the 'has duration value' property must have a value" ;
    skos:note "This class is used when a duration is guaranteed to be known when it is created." .