@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.semanticdesktop.org/ontologies/2007/03/22/nco#> . @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:IMStatusType metadata_def:mappingLoom "instantmessagingstatustype" ; metadata_def:mappingSameURI ns0:IMStatusType ; metadata_def:prefLabel "instant messaging status type" ; metadata:prefixIRI "nco:IMStatusType" ; a owl:Class ; rdfs:comment "The status type of an IMAccount. Based on the Connection_Presence_Type enumeration of the Telepathy project: http://telepathy.freedesktop.org/spec/Connection_Interface_Simple_Presence.html#Enum:Connection_Presence_Type" ; rdfs:label "instant messaging status type" ; rdfs:subClassOf rdfs:Resource . ns0:IMStatusTypeAvailable a ns0:IMStatusType . ns0:IMStatusTypeAway a ns0:IMStatusType . ns0:IMStatusTypeBusy a ns0:IMStatusType . ns0:IMStatusTypeExtendedAway a ns0:IMStatusType . ns0:IMStatusTypeHidden a ns0:IMStatusType . ns0:IMStatusTypeOffline a ns0:IMStatusType . ns0:IMStatusTypeUnknown a ns0:IMStatusType . ns0:imStatusType rdfs:range ns0:IMStatusType .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.semanticdesktop.org/ontologies/2007/03/22/nco#> .
@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:IMStatusType
    metadata_def:mappingLoom "instantmessagingstatustype" ;
    metadata_def:mappingSameURI ns0:IMStatusType ;
    metadata_def:prefLabel "instant messaging status type" ;
    metadata:prefixIRI "nco:IMStatusType" ;
    a owl:Class ;
    rdfs:comment "The status type of an IMAccount. Based on the Connection_Presence_Type enumeration of the Telepathy project: http://telepathy.freedesktop.org/spec/Connection_Interface_Simple_Presence.html#Enum:Connection_Presence_Type" ;
    rdfs:label "instant messaging status type" ;
    rdfs:subClassOf rdfs:Resource .

ns0:IMStatusTypeAvailable
    a ns0:IMStatusType .

ns0:IMStatusTypeAway
    a ns0:IMStatusType .

ns0:IMStatusTypeBusy
    a ns0:IMStatusType .

ns0:IMStatusTypeExtendedAway
    a ns0:IMStatusType .

ns0:IMStatusTypeHidden
    a ns0:IMStatusType .

ns0:IMStatusTypeOffline
    a ns0:IMStatusType .

ns0:IMStatusTypeUnknown
    a ns0:IMStatusType .

ns0:imStatusType
    rdfs:range ns0:IMStatusType .