Skip to content

Instantly share code, notes, and snippets.

@KeironO
Created March 21, 2019 19:26
Show Gist options
  • Save KeironO/d4ab11d23fdf95906c495d41f2bd1714 to your computer and use it in GitHub Desktop.
Save KeironO/d4ab11d23fdf95906c495d41f2bd1714 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<rdf:RDF xmlns="http://xmlns.com/foaf/0.1/"
xml:base="http://xmlns.com/foaf/0.1/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:vs="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#">
<owl:Ontology 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>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/elements/1.1/date -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/date"/>
<!-- http://purl.org/dc/elements/1.1/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/description"/>
<!-- http://purl.org/dc/elements/1.1/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/title"/>
<!-- http://www.w3.org/2003/06/sw-vocab-status/ns#term_status -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status"/>
<!-- http://xmlns.com/foaf/0.1/membershipClass -->
<owl: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>
<vs:term_status>unstable</vs:term_status>
</owl:AnnotationProperty>
<!-- http://xmlns.com/foaf/0.1/name -->
<owl:AnnotationProperty rdf:about="http://xmlns.com/foaf/0.1/name">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#label"/>
</owl:AnnotationProperty>
<!-- http://xmlns.com/wot/0.1/assurance -->
<owl:AnnotationProperty rdf:about="http://xmlns.com/wot/0.1/assurance"/>
<!-- http://xmlns.com/wot/0.1/src_assurance -->
<owl:AnnotationProperty rdf:about="http://xmlns.com/wot/0.1/src_assurance"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://xmlns.com/foaf/0.1/account -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/accountServiceHomepage -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/aimChatID -->
<owl: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"/>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/based_near -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/currentProject -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/depiction -->
<owl:ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/depiction">
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/depicts -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/focus -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/fundedBy -->
<owl: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>
<vs:term_status>archaic</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/holdsAccount -->
<owl: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>
<vs:term_status>archaic</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/homepage -->
<owl: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>
<vs:term_status>stable</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/icqChatID -->
<owl: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"/>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/img -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/interest -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/isPrimaryTopicOf -->
<owl:ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/isPrimaryTopicOf">
<rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/page"/>
<owl: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>
<vs:term_status>stable</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/jabberID -->
<owl: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"/>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/knows -->
<owl: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>
<vs:term_status>stable</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/logo -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/made -->
<owl:ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/made">
<owl: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>
<vs:term_status>stable</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/maker -->
<owl: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>
<vs:term_status>stable</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/mbox -->
<owl: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>
<vs:term_status>stable</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/mbox_sha1sum -->
<owl: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"/>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/member -->
<owl: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>
<vs:term_status>stable</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/msnChatID -->
<owl: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"/>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/openid -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/page -->
<owl:ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/page">
<owl: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>
<vs:term_status>stable</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/pastProject -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/phone -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/primaryTopic -->
<owl: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>
<vs:term_status>stable</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/publications -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/schoolHomepage -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/theme -->
<owl: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>
<vs:term_status>archaic</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/thumbnail -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/tipjar -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/topic -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/topic_interest -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/weblog -->
<owl: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>
<vs:term_status>stable</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/workInfoHomepage -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/workplaceHomepage -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:ObjectProperty>
<!-- http://xmlns.com/foaf/0.1/yahooChatID -->
<owl: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"/>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://xmlns.com/foaf/0.1/accountName -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/age -->
<owl: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>
<vs:term_status>unstable</vs:term_status>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/aimChatID -->
<owl: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"/>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/birthday -->
<owl: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>
<vs:term_status>unstable</vs:term_status>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/dnaChecksum -->
<owl: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>
<vs:term_status>archaic</vs:term_status>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/familyName -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/family_name -->
<owl: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>
<vs:term_status>archaic</vs:term_status>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/firstName -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/geekcode -->
<owl: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>
<vs:term_status>archaic</vs:term_status>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/gender -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/givenName -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/givenname -->
<owl: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>
<vs:term_status>archaic</vs:term_status>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/icqChatID -->
<owl: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"/>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/jabberID -->
<owl:DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/jabberID">
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/lastName -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/mbox_sha1sum -->
<owl:DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/mbox_sha1sum">
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/msnChatID -->
<owl: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"/>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/myersBriggs -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/name -->
<owl: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"/>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/nick -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/plan -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/sha1 -->
<owl: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>
<vs:term_status>unstable</vs:term_status>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/skypeID -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/status -->
<owl: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>
<vs:term_status>unstable</vs:term_status>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/surname -->
<owl: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>
<vs:term_status>archaic</vs:term_status>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/title -->
<owl: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>
<vs:term_status>testing</vs:term_status>
</owl:DatatypeProperty>
<!-- http://xmlns.com/foaf/0.1/yahooChatID -->
<owl: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"/>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/terms/Agent -->
<owl:Class rdf:about="http://purl.org/dc/terms/Agent">
<owl:equivalentClass rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
</owl:Class>
<!-- http://schema.org/CreativeWork -->
<owl:Class rdf:about="http://schema.org/CreativeWork">
<owl:equivalentClass rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
</owl:Class>
<!-- http://schema.org/ImageObject -->
<owl:Class rdf:about="http://schema.org/ImageObject">
<owl:equivalentClass rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
</owl:Class>
<!-- http://schema.org/Person -->
<owl:Class rdf:about="http://schema.org/Person">
<owl:equivalentClass rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
</owl:Class>
<!-- http://www.w3.org/2000/01/rdf-schema#Class -->
<owl:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Class"/>
<!-- http://www.w3.org/2000/10/swap/pim/contact#Person -->
<owl:Class rdf:about="http://www.w3.org/2000/10/swap/pim/contact#Person">
<owl:equivalentClass rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
</owl:Class>
<!-- http://www.w3.org/2002/07/owl#Thing -->
<rdf:Description rdf:about="http://www.w3.org/2002/07/owl#Thing">
<rdfs:label>Thing</rdfs:label>
</rdf:Description>
<!-- http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing -->
<owl:Class rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing">
<rdfs:label>Spatial Thing</rdfs:label>
</owl:Class>
<!-- http://www.w3.org/2004/02/skos/core#Concept -->
<owl:Class rdf:about="http://www.w3.org/2004/02/skos/core#Concept">
<rdfs:label>Concept</rdfs:label>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/Agent -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent">
<rdfs:comment>An agent (eg. person, group, software or physical artifact).</rdfs:comment>
<rdfs:label>Agent</rdfs:label>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/Document -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Document">
<owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
<owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Project"/>
<rdfs:comment>A document.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
<rdfs:label>Document</rdfs:label>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/Group -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Group">
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:comment>A class of Agents.</rdfs:comment>
<rdfs:label>Group</rdfs:label>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/Image -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Image">
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
<rdfs:comment>An image.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
<rdfs:label>Image</rdfs:label>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/LabelProperty -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/LabelProperty">
<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>
<vs:term_status>unstable</vs:term_status>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/OnlineAccount -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/OnlineAccount">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdfs:comment>An online account.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
<rdfs:label>Online Account</rdfs:label>
<vs:term_status>testing</vs:term_status>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/OnlineChatAccount -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/OnlineChatAccount">
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
<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>
<vs:term_status>unstable</vs:term_status>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/OnlineEcommerceAccount -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/OnlineEcommerceAccount">
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
<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>
<vs:term_status>unstable</vs:term_status>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/OnlineGamingAccount -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/OnlineGamingAccount">
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
<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>
<vs:term_status>unstable</vs:term_status>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/Organization -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Organization">
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<rdfs:comment>An organization.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
<rdfs:label>Organization</rdfs:label>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/Person -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Person">
<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"/>
<owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Project"/>
<rdfs:comment>A person.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
<rdfs:label>Person</rdfs:label>
<vs:term_status>stable</vs:term_status>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/PersonalProfileDocument -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/PersonalProfileDocument">
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
<rdfs:comment>A personal profile RDF document.</rdfs:comment>
<rdfs:label>PersonalProfileDocument</rdfs:label>
<vs:term_status>testing</vs:term_status>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/Project -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Project">
<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>
<vs:term_status>testing</vs:term_status>
</owl:Class>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Individuals
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://xmlns.com/foaf/0.1/keironoshea -->
<owl:NamedIndividual rdf:about="http://xmlns.com/foaf/0.1/keironoshea">
<rdf:type rdf:resource="http://www.w3.org/2000/10/swap/pim/contact#Person"/>
</owl:NamedIndividual>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotations
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/aimChatID">
<rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
<vs:term_status>testing</vs: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:comment>An ICQ chat ID</rdfs:comment>
<rdfs:label>ICQ chat ID</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
<vs:term_status>testing</vs:term_status>
</rdf:Description>
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/jabberID">
<rdfs:comment>A jabber ID for something.</rdfs:comment>
<vs:term_status>testing</vs: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">
<vs:term_status>testing</vs: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>
<vs:term_status>testing</vs: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>
<vs:term_status>testing</vs: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>
<vs:term_status>testing</vs:term_status>
<rdfs:label>Yahoo chat ID</rdfs:label>
</rdf:Description>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment