Copyright © 2002 Bill Kearney
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.
http://www.ideaspace.net/users/wkearney/schema/mbti/0.1#
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
<?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>