@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/2006/time-entry#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:CalendarClockDescription metadata_def:mappingLoom "calendarclockdescription" ; metadata_def:mappingSameURI ns0:CalendarClockDescription ; metadata_def:prefLabel "CalendarClockDescription" ; metadata:prefixIRI "time-entry:CalendarClockDescription" ; a owl:Class ; rdfs:subClassOf owl:Thing . ns0:calendarClockDescriptionOf rdfs:range ns0:CalendarClockDescription . ns0:day rdfs:domain ns0:CalendarClockDescription . ns0:dayOfWeekField rdfs:domain ns0:CalendarClockDescription . ns0:dayOfYearField rdfs:domain ns0:CalendarClockDescription . ns0:hour rdfs:domain ns0:CalendarClockDescription . ns0:inCalendarClock rdfs:range ns0:CalendarClockDescription . ns0:minute rdfs:domain ns0:CalendarClockDescription . ns0:month rdfs:domain ns0:CalendarClockDescription . ns0:second rdfs:domain ns0:CalendarClockDescription . ns0:timeZone rdfs:domain ns0:CalendarClockDescription . ns0:unitType rdfs:domain ns0:CalendarClockDescription . ns0:week rdfs:domain ns0:CalendarClockDescription . ns0:year rdfs:domain ns0:CalendarClockDescription .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/2006/time-entry#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:CalendarClockDescription
    metadata_def:mappingLoom "calendarclockdescription" ;
    metadata_def:mappingSameURI ns0:CalendarClockDescription ;
    metadata_def:prefLabel "CalendarClockDescription" ;
    metadata:prefixIRI "time-entry:CalendarClockDescription" ;
    a owl:Class ;
    rdfs:subClassOf owl:Thing .

ns0:calendarClockDescriptionOf
    rdfs:range ns0:CalendarClockDescription .

ns0:day
    rdfs:domain ns0:CalendarClockDescription .

ns0:dayOfWeekField
    rdfs:domain ns0:CalendarClockDescription .

ns0:dayOfYearField
    rdfs:domain ns0:CalendarClockDescription .

ns0:hour
    rdfs:domain ns0:CalendarClockDescription .

ns0:inCalendarClock
    rdfs:range ns0:CalendarClockDescription .

ns0:minute
    rdfs:domain ns0:CalendarClockDescription .

ns0:month
    rdfs:domain ns0:CalendarClockDescription .

ns0:second
    rdfs:domain ns0:CalendarClockDescription .

ns0:timeZone
    rdfs:domain ns0:CalendarClockDescription .

ns0:unitType
    rdfs:domain ns0:CalendarClockDescription .

ns0:week
    rdfs:domain ns0:CalendarClockDescription .

ns0:year
    rdfs:domain ns0:CalendarClockDescription .