@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://ontology.eil.utoronto.ca/icontact.owl#> . @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:Address rdfs:subClassOf ns0:iContactThing . ns0:AddressType rdfs:subClassOf ns0:iContactThing . ns0:DaysOfWeek rdfs:subClassOf ns0:iContactThing . ns0:HoursOfOperation rdfs:subClassOf ns0:iContactThing . ns0:PhoneNumber rdfs:subClassOf ns0:iContactThing . ns0:PhoneType rdfs:subClassOf ns0:iContactThing . ns0:StreetDirection rdfs:subClassOf ns0:iContactThing . ns0:StreetType rdfs:subClassOf ns0:iContactThing . ns0:iContactThing metadata_def:mappingLoom "icontactthing" ; metadata_def:mappingSameURI ns0:iContactThing ; metadata_def:prefLabel "iContactThing" ; metadata:prefixIRI "ic:iContactThing" ; a owl:Class ; rdfs:subClassOf owl:Thing .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://ontology.eil.utoronto.ca/icontact.owl#> .
@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:Address
    rdfs:subClassOf ns0:iContactThing .

ns0:AddressType
    rdfs:subClassOf ns0:iContactThing .

ns0:DaysOfWeek
    rdfs:subClassOf ns0:iContactThing .

ns0:HoursOfOperation
    rdfs:subClassOf ns0:iContactThing .

ns0:PhoneNumber
    rdfs:subClassOf ns0:iContactThing .

ns0:PhoneType
    rdfs:subClassOf ns0:iContactThing .

ns0:StreetDirection
    rdfs:subClassOf ns0:iContactThing .

ns0:StreetType
    rdfs:subClassOf ns0:iContactThing .

ns0:iContactThing
    metadata_def:mappingLoom "icontactthing" ;
    metadata_def:mappingSameURI ns0:iContactThing ;
    metadata_def:prefLabel "iContactThing" ;
    metadata:prefixIRI "ic:iContactThing" ;
    a owl:Class ;
    rdfs:subClassOf owl:Thing .