KarrLab/wc_onto

View on GitHub
wc_onto/ontologies/FOAF.rdf

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.w3.org/2002/07/owl#"
     xml:base="http://www.w3.org/2002/07/owl"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:ns="http://www.w3.org/2003/06/sw-vocab-status/ns#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:wot="http://xmlns.com/wot/0.1/"
     xmlns:xml="http://www.w3.org/XML/1998/namespace"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:foaf="http://xmlns.com/foaf/0.1/"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:metadata="http://data.bioontology.org/metadata/">
    <Ontology>
        <dc:description>The Friend of a Friend (FOAF) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language.</dc:description>
        <dc:title>Friend of a Friend (FOAF) vocabulary</dc:title>
    </Ontology>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Annotation properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://data.bioontology.org/metadata/prefixIRI -->

    <AnnotationProperty rdf:about="http://data.bioontology.org/metadata/prefixIRI"/>
    


    <!-- http://purl.org/dc/elements/1.1/date -->

    <AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/date"/>
    


    <!-- http://purl.org/dc/elements/1.1/description -->

    <AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/description"/>
    


    <!-- http://purl.org/dc/elements/1.1/title -->

    <AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/title"/>
    


    <!-- http://www.w3.org/2003/06/sw-vocab-status/ns#term_status -->

    <AnnotationProperty rdf:about="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status"/>
    


    <!-- http://xmlns.com/foaf/0.1/membershipClass -->

    <AnnotationProperty rdf:about="http://xmlns.com/foaf/0.1/membershipClass">
        <rdfs:comment>Indicates the class of individuals that are a member of a Group</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>membershipClass</rdfs:label>
        <ns:term_status>unstable</ns:term_status>
    </AnnotationProperty>
    


    <!-- http://xmlns.com/foaf/0.1/name -->

    <AnnotationProperty rdf:about="http://xmlns.com/foaf/0.1/name">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#label"/>
    </AnnotationProperty>
    


    <!-- http://xmlns.com/wot/0.1/assurance -->

    <AnnotationProperty rdf:about="http://xmlns.com/wot/0.1/assurance"/>
    


    <!-- http://xmlns.com/wot/0.1/src_assurance -->

    <AnnotationProperty rdf:about="http://xmlns.com/wot/0.1/src_assurance"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Object Properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://xmlns.com/foaf/0.1/account -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/account">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
        <rdfs:comment>Indicates an account held by this agent.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>account</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/accountServiceHomepage -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/accountServiceHomepage">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
        <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
        <rdfs:comment>Indicates a homepage of the service provide for this online account.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>account service homepage</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/aimChatID -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/aimChatID">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/based_near -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/based_near">
        <rdfs:domain rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
        <rdfs:range rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
        <rdfs:comment>A location that something is based near, for some broadly human notion of near.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>based near</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/currentProject -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/currentProject">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:comment>A current project this person works on.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>current project</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/depiction -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/depiction">
        <inverseOf rdf:resource="http://xmlns.com/foaf/0.1/depicts"/>
        <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
        <rdfs:comment>A depiction of some thing.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>depiction</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/depicts -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/depicts">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
        <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:comment>A thing depicted in this representation.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>depicts</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/focus -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/focus">
        <rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
        <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:comment>The underlying or &apos;focal&apos; entity associated with some SKOS-described concept.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>focus</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/fundedBy -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/fundedBy">
        <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:comment>An organization funding a project or person.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>funded by</rdfs:label>
        <ns:term_status>archaic</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/holdsAccount -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/holdsAccount">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
        <rdfs:comment>Indicates an account held by this agent.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>account</rdfs:label>
        <ns:term_status>archaic</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/homepage -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/homepage">
        <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/isPrimaryTopicOf"/>
        <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/page"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
        <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
        <rdfs:comment>A homepage for some thing.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>homepage</rdfs:label>
        <ns:term_status>stable</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/icqChatID -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/icqChatID">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/img -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/img">
        <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/depiction"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
        <rdfs:comment>An image that can be used to represent some thing (ie. those depictions which are particularly representative of something, eg. one&apos;s photo on a homepage).</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>image</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/interest -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/interest">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
        <rdfs:comment>A page about a topic of interest to this person.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>interest</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/isPrimaryTopicOf -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/isPrimaryTopicOf">
        <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/page"/>
        <inverseOf rdf:resource="http://xmlns.com/foaf/0.1/primaryTopic"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
        <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
        <rdfs:comment>A document that this thing is the primary topic of.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>is primary topic of</rdfs:label>
        <ns:term_status>stable</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/jabberID -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/jabberID">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/knows -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/knows">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:comment>A person known by this person (indicating some level of reciprocated interaction between the parties).</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>knows</rdfs:label>
        <ns:term_status>stable</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/logo -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/logo">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
        <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:comment>A logo representing some thing.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>logo</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/made -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/made">
        <inverseOf rdf:resource="http://xmlns.com/foaf/0.1/maker"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:comment>Something that was made by this agent.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>made</rdfs:label>
        <ns:term_status>stable</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/maker -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/maker">
        <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:comment>An agent that  made this thing.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>maker</rdfs:label>
        <ns:term_status>stable</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/mbox -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/mbox">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:comment>A  personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox. This is a &apos;static inverse functional property&apos;, in that  there is (across time and change) at most one individual that ever has any particular value for foaf:mbox.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>personal mailbox</rdfs:label>
        <ns:term_status>stable</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/mbox_sha1sum -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/mbox_sha1sum">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/member -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/member">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Group"/>
        <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:comment>Indicates a member of a Group</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>member</rdfs:label>
        <ns:term_status>stable</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/msnChatID -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/msnChatID">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/openid -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/openid">
        <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/isPrimaryTopicOf"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
        <rdfs:comment>An OpenID for an Agent.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>openid</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/page -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/page">
        <inverseOf rdf:resource="http://xmlns.com/foaf/0.1/topic"/>
        <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
        <rdfs:comment>A page or document about this thing.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>page</rdfs:label>
        <ns:term_status>stable</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/pastProject -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/pastProject">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:comment>A project this person has previously worked on.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>past project</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/phone -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/phone">
        <rdfs:comment>A phone,  specified using fully qualified tel: URI scheme (refs: http://www.w3.org/Addressing/schemes.html#tel).</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>phone</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/primaryTopic -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/primaryTopic">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
        <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:comment>The primary topic of some page or document.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>primary topic</rdfs:label>
        <ns:term_status>stable</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/publications -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/publications">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
        <rdfs:comment>A link to the publications of this person.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>publications</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/schoolHomepage -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/schoolHomepage">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
        <rdfs:comment>A homepage of a school attended by the person.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>schoolHomepage</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/theme -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/theme">
        <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:comment>A theme.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>theme</rdfs:label>
        <ns:term_status>archaic</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/thumbnail -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/thumbnail">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
        <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
        <rdfs:comment>A derived thumbnail image.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>thumbnail</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/tipjar -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/tipjar">
        <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/page"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
        <rdfs:comment>A tipjar document for this agent, describing means for payment and reward.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>tipjar</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/topic -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/topic">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
        <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:comment>A topic of some page or document.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>topic</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/topic_interest -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/topic_interest">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:comment>A thing of interest to this person.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>topic_interest</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/weblog -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/weblog">
        <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/page"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
        <rdfs:comment>A weblog of some thing (whether person, group, company etc.).</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>weblog</rdfs:label>
        <ns:term_status>stable</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/workInfoHomepage -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/workInfoHomepage">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
        <rdfs:comment>A work info homepage of some person; a page about their work for some organization.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>work info homepage</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/workplaceHomepage -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/workplaceHomepage">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
        <rdfs:comment>A workplace homepage of some person; the homepage of an organization they work for.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>workplace homepage</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </ObjectProperty>
    


    <!-- http://xmlns.com/foaf/0.1/yahooChatID -->

    <ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/yahooChatID">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
    </ObjectProperty>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Data properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://xmlns.com/foaf/0.1/accountName -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/accountName">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
        <rdfs:comment>Indicates the name (identifier) associated with this online account.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>account name</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/age -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/age">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
        <rdfs:comment>The age in years of some agent.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>age</rdfs:label>
        <ns:term_status>unstable</ns:term_status>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/aimChatID -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/aimChatID">
        <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/nick"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/birthday -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/birthday">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
        <rdfs:comment>The birthday of this Agent, represented in mm-dd string form, eg. &apos;12-31&apos;.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>birthday</rdfs:label>
        <ns:term_status>unstable</ns:term_status>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/dnaChecksum -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/dnaChecksum">
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
        <rdfs:comment>A checksum for the DNA of some thing. Joke.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>DNA checksum</rdfs:label>
        <ns:term_status>archaic</ns:term_status>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/familyName -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/familyName">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
        <rdfs:comment>The family name of some person.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>familyName</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/family_name -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/family_name">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
        <rdfs:comment>The family name of some person.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>family_name</rdfs:label>
        <ns:term_status>archaic</ns:term_status>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/firstName -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/firstName">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
        <rdfs:comment>The first name of a person.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>firstName</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/geekcode -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/geekcode">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
        <rdfs:comment>A textual geekcode for this person, see http://www.geekcode.com/geek.html</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>geekcode</rdfs:label>
        <ns:term_status>archaic</ns:term_status>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/gender -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/gender">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
        <rdfs:comment>The gender of this Agent (typically but not necessarily &apos;male&apos; or &apos;female&apos;).</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>gender</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/givenName -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/givenName">
        <rdfs:comment>The given name of some person.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>Given name</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/givenname -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/givenname">
        <rdfs:comment>The given name of some person.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>Given name</rdfs:label>
        <ns:term_status>archaic</ns:term_status>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/icqChatID -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/icqChatID">
        <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/nick"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/jabberID -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/jabberID">
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/lastName -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/lastName">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
        <rdfs:comment>The last name of a person.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>lastName</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/mbox_sha1sum -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/mbox_sha1sum">
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/msnChatID -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/msnChatID">
        <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/nick"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/myersBriggs -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/myersBriggs">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
        <rdfs:comment>A Myers Briggs (MBTI) personality classification.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>myersBriggs</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/name -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/name">
        <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/nick -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/nick">
        <rdfs:comment>A short informal nickname characterising an agent (includes login identifiers, IRC and other chat nicknames).</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>nickname</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/plan -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/plan">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
        <rdfs:comment>A .plan comment, in the tradition of finger and &apos;.plan&apos; files.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>plan</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/sha1 -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/sha1">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
        <rdfs:comment>A sha1sum hash, in hex.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>sha1sum (hex)</rdfs:label>
        <ns:term_status>unstable</ns:term_status>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/skypeID -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/skypeID">
        <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/nick"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
        <rdfs:comment>A Skype ID</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>Skype ID</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/status -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/status">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
        <rdfs:comment>A string expressing what the user is happy for the general public (normally) to know about their current activity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>status</rdfs:label>
        <ns:term_status>unstable</ns:term_status>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/surname -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/surname">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
        <rdfs:comment>The surname of some person.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>Surname</rdfs:label>
        <ns:term_status>archaic</ns:term_status>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/title -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/title">
        <rdfs:comment>Title (Mr, Mrs, Ms, Dr. etc)</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>title</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/yahooChatID -->

    <DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/yahooChatID">
        <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/nick"/>
        <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    </DatatypeProperty>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Classes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://purl.org/dc/terms/Agent -->

    <Class rdf:about="http://purl.org/dc/terms/Agent">
        <equivalentClass rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    </Class>
    


    <!-- http://schema.org/CreativeWork -->

    <Class rdf:about="http://schema.org/CreativeWork">
        <equivalentClass rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    </Class>
    


    <!-- http://schema.org/ImageObject -->

    <Class rdf:about="http://schema.org/ImageObject">
        <equivalentClass rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
        <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
    </Class>
    


    <!-- http://schema.org/Person -->

    <Class rdf:about="http://schema.org/Person">
        <equivalentClass rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/Agent"/>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
    </Class>
    


    <!-- http://www.w3.org/2000/01/rdf-schema#Class -->

    <Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Class">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <metadata:prefixIRI rdf:datatype="http://www.w3.org/2001/XMLSchema#string">rdfs:Class</metadata:prefixIRI>
    </Class>
    


    <!-- http://www.w3.org/2000/10/swap/pim/contact#Person -->

    <Class rdf:about="http://www.w3.org/2000/10/swap/pim/contact#Person">
        <equivalentClass rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/Agent"/>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
    </Class>
    


    <!-- http://www.w3.org/2002/07/owl#Thing -->

    <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#Thing">
        <metadata:prefixIRI rdf:datatype="http://www.w3.org/2001/XMLSchema#string">owl:Thing</metadata:prefixIRI>
        <rdfs:label>Thing</rdfs:label>
    </rdf:Description>
    


    <!-- http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing -->

    <Class rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:label>Spatial Thing</rdfs:label>
    </Class>
    


    <!-- http://www.w3.org/2004/02/skos/core#Concept -->

    <Class rdf:about="http://www.w3.org/2004/02/skos/core#Concept">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:label>Concept</rdfs:label>
    </Class>
    


    <!-- http://xmlns.com/foaf/0.1/Agent -->

    <Class rdf:about="http://xmlns.com/foaf/0.1/Agent">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <metadata:prefixIRI rdf:datatype="http://www.w3.org/2001/XMLSchema#string">foaf:Agent</metadata:prefixIRI>
        <rdfs:comment>An agent (eg. person, group, software or physical artifact).</rdfs:comment>
        <rdfs:label>Agent</rdfs:label>
        <ns:term_status>stable</ns:term_status>
    </Class>
    


    <!-- http://xmlns.com/foaf/0.1/Document -->

    <Class rdf:about="http://xmlns.com/foaf/0.1/Document">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
        <disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Project"/>
        <metadata:prefixIRI rdf:datatype="http://www.w3.org/2001/XMLSchema#string">foaf:Document</metadata:prefixIRI>
        <rdfs:comment>A document.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>Document</rdfs:label>
        <ns:term_status>stable</ns:term_status>
    </Class>
    


    <!-- http://xmlns.com/foaf/0.1/Group -->

    <Class rdf:about="http://xmlns.com/foaf/0.1/Group">
        <rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/Agent"/>
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <metadata:prefixIRI rdf:datatype="http://www.w3.org/2001/XMLSchema#string">foaf:Group</metadata:prefixIRI>
        <rdfs:comment>A class of Agents.</rdfs:comment>
        <rdfs:label>Group</rdfs:label>
        <ns:term_status>stable</ns:term_status>
    </Class>
    


    <!-- http://xmlns.com/foaf/0.1/Image -->

    <Class rdf:about="http://xmlns.com/foaf/0.1/Image">
        <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
        <metadata:prefixIRI rdf:datatype="http://www.w3.org/2001/XMLSchema#string">foaf:Image</metadata:prefixIRI>
        <rdfs:comment>An image.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>Image</rdfs:label>
        <ns:term_status>stable</ns:term_status>
    </Class>
    


    <!-- http://xmlns.com/foaf/0.1/LabelProperty -->

    <Class rdf:about="http://xmlns.com/foaf/0.1/LabelProperty">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <metadata:prefixIRI rdf:datatype="http://www.w3.org/2001/XMLSchema#string">foaf:LabelProperty</metadata:prefixIRI>
        <rdfs:comment>A foaf:LabelProperty is any RDF property with texual values that serve as labels.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>Label Property</rdfs:label>
        <ns:term_status>unstable</ns:term_status>
    </Class>
    


    <!-- http://xmlns.com/foaf/0.1/OnlineAccount -->

    <Class rdf:about="http://xmlns.com/foaf/0.1/OnlineAccount">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <metadata:prefixIRI rdf:datatype="http://www.w3.org/2001/XMLSchema#string">foaf:OnlineAccount</metadata:prefixIRI>
        <rdfs:comment>An online account.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>Online Account</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </Class>
    


    <!-- http://xmlns.com/foaf/0.1/OnlineChatAccount -->

    <Class rdf:about="http://xmlns.com/foaf/0.1/OnlineChatAccount">
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
        <metadata:prefixIRI rdf:datatype="http://www.w3.org/2001/XMLSchema#string">foaf:OnlineChatAccount</metadata:prefixIRI>
        <rdfs:comment>An online chat account.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>Online Chat Account</rdfs:label>
        <ns:term_status>unstable</ns:term_status>
    </Class>
    


    <!-- http://xmlns.com/foaf/0.1/OnlineEcommerceAccount -->

    <Class rdf:about="http://xmlns.com/foaf/0.1/OnlineEcommerceAccount">
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
        <metadata:prefixIRI rdf:datatype="http://www.w3.org/2001/XMLSchema#string">foaf:OnlineEcommerceAccount</metadata:prefixIRI>
        <rdfs:comment>An online e-commerce account.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>Online E-commerce Account</rdfs:label>
        <ns:term_status>unstable</ns:term_status>
    </Class>
    


    <!-- http://xmlns.com/foaf/0.1/OnlineGamingAccount -->

    <Class rdf:about="http://xmlns.com/foaf/0.1/OnlineGamingAccount">
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
        <metadata:prefixIRI rdf:datatype="http://www.w3.org/2001/XMLSchema#string">foaf:OnlineGamingAccount</metadata:prefixIRI>
        <rdfs:comment>An online gaming account.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>Online Gaming Account</rdfs:label>
        <ns:term_status>unstable</ns:term_status>
    </Class>
    


    <!-- http://xmlns.com/foaf/0.1/Organization -->

    <Class rdf:about="http://xmlns.com/foaf/0.1/Organization">
        <rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/Agent"/>
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <metadata:prefixIRI rdf:datatype="http://www.w3.org/2001/XMLSchema#string">foaf:Organization</metadata:prefixIRI>
        <rdfs:comment>An organization.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>Organization</rdfs:label>
        <ns:term_status>stable</ns:term_status>
    </Class>
    


    <!-- http://xmlns.com/foaf/0.1/Person -->

    <Class rdf:about="http://xmlns.com/foaf/0.1/Person">
        <rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/Agent"/>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Project"/>
        <metadata:prefixIRI rdf:datatype="http://www.w3.org/2001/XMLSchema#string">foaf:Person</metadata:prefixIRI>
        <rdfs:comment>A person.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>Person</rdfs:label>
        <ns:term_status>stable</ns:term_status>
    </Class>
    


    <!-- http://xmlns.com/foaf/0.1/PersonalProfileDocument -->

    <Class rdf:about="http://xmlns.com/foaf/0.1/PersonalProfileDocument">
        <rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
        <metadata:prefixIRI rdf:datatype="http://www.w3.org/2001/XMLSchema#string">foaf:PersonalProfileDocument</metadata:prefixIRI>
        <rdfs:comment>A personal profile RDF document.</rdfs:comment>
        <rdfs:label>PersonalProfileDocument</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </Class>
    


    <!-- http://xmlns.com/foaf/0.1/Project -->

    <Class rdf:about="http://xmlns.com/foaf/0.1/Project">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <metadata:prefixIRI rdf:datatype="http://www.w3.org/2001/XMLSchema#string">foaf:Project</metadata:prefixIRI>
        <rdfs:comment>A project (a collective endeavour of some kind).</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>Project</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </Class>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Annotations
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    <rdf:Description rdf:about="http://xmlns.com/foaf/0.1/">
        <dc:description>The Friend of a Friend (FOAF) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language.</dc:description>
        <dc:title>Friend of a Friend (FOAF) vocabulary</dc:title>
    </rdf:Description>
    <rdf:Description rdf:about="http://xmlns.com/foaf/0.1/aimChatID">
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <ns:term_status>testing</ns:term_status>
        <rdfs:comment>An AIM chat ID</rdfs:comment>
        <rdfs:label>AIM chat ID</rdfs:label>
    </rdf:Description>
    <rdf:Description rdf:about="http://xmlns.com/foaf/0.1/icqChatID">
        <rdfs:label>ICQ chat ID</rdfs:label>
        <rdfs:comment>An ICQ chat ID</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <ns:term_status>testing</ns:term_status>
    </rdf:Description>
    <rdf:Description rdf:about="http://xmlns.com/foaf/0.1/jabberID">
        <rdfs:comment>A jabber ID for something.</rdfs:comment>
        <ns:term_status>testing</ns:term_status>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>jabber ID</rdfs:label>
    </rdf:Description>
    <rdf:Description rdf:about="http://xmlns.com/foaf/0.1/mbox_sha1sum">
        <ns:term_status>testing</ns:term_status>
        <rdfs:label>sha1sum of a personal mailbox URI name</rdfs:label>
        <rdfs:comment>The sha1sum of the URI of an Internet mailbox associated with exactly one owner, the  first owner of the mailbox.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
    </rdf:Description>
    <rdf:Description rdf:about="http://xmlns.com/foaf/0.1/msnChatID">
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:label>MSN chat ID</rdfs:label>
        <rdfs:comment>An MSN chat ID</rdfs:comment>
        <ns:term_status>testing</ns:term_status>
    </rdf:Description>
    <rdf:Description rdf:about="http://xmlns.com/foaf/0.1/name">
        <rdfs:label>name</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:comment>A name for some thing.</rdfs:comment>
        <ns:term_status>testing</ns:term_status>
    </rdf:Description>
    <rdf:Description rdf:about="http://xmlns.com/foaf/0.1/yahooChatID">
        <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
        <rdfs:comment>A Yahoo chat ID</rdfs:comment>
        <rdfs:label>Yahoo chat ID</rdfs:label>
        <ns:term_status>testing</ns:term_status>
    </rdf:Description>
</rdf:RDF>



<!-- Generated by the OWL API (version 4.5.13) https://github.com/owlcs/owlapi -->