MBTI

A schema for indicating personality types using the Myers Briggs Type Indicators

Bill Kearney, 5 December 2002

Latest Version:
2002-12-06
Previous Version:
none
Authors:
Bill Kearney

Abstract

The MBTI schema is designed to allow for indicating what personality type you follow.

The types indicated are based on results from a Meyers Briggs personality type test.

An RDF Schema is located here.

Namespace URI

http://www.ideaspace.net/users/wkearney/schema/mbti/0.1#

Class

Properties

For the sake of schema navigation it's possible to indicate the 4 functions as separate elements.
It's very unlikely anyone would use these individual elements.
The schema supports them so you could traverse along each property.

Attitudes

Functions

Example

<?xml version="1.0"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:foaf="http://xmlns.com/foaf/0.1/"
	xmlns:mbti="http://www.ideaspace.net/users/wkearney/schema/mbti/0.1"
	>
	<foaf:Person>
		<foaf:name>Joe Smith</foaf:name>
		<mbti:MBTI>ENTP</mbti:MBTI>
	</foaf:Person>

See Also

Valid XHTML 1.1!