PSYCHOMETRIC PROFILE: A vocabulary for describing common psychometric profiles

This Version
http://purl.org/vocab/psychometric-profile/psych-vocab-20040427 [HTML] [RDF]
Latest Version
http://purl.org/vocab/psychometric-profile
Contributors
Ian Davis

This work is licensed under a Creative Commons License.

Table of Contents

Introduction

An experimental vocabulary for describing common psychometric profiles.

Namespace

The preferred namespace URI for this vocabulary is http://purl.org/vocab/psychometric-profile and the preferred prefix is psych

Vocabulary Properties

profile

URI
http://purl.org/vocab/psychometric-profile/profile
Label
Profile
Definition
Relates a person to a psychometric profile.
Domain
Person (http://xmlns.com/foaf/0.1/Person)
Range
psychometric Profile ()

social

URI
http://purl.org/vocab/psychometric-profile/social
Label
Social
Definition
A measure of the individual's social dimension as expressed in a Political Compass Profile.
Domain
Political Compass Profile (http://purl.org/vocab/psychometric-profile/PoliticalCompassProfile)
Range
RDF Literal ()

economic

URI
http://purl.org/vocab/psychometric-profile/economic
Label
Economic
Definition
A measure of the individual's economic dimension as expressed in a Political Compass Profile.
Domain
Political Compass Profile (http://purl.org/vocab/psychometric-profile/PoliticalCompassProfile)
Range
RDF Literal ()

Vocabulary Classes

PsychometricProfile

URI
http://purl.org/vocab/psychometric-profile/PsychometricProfile
Label
Psychometric Profile
Definition
A psychometric profile.

PoliticalCompassProfile

URI
http://purl.org/vocab/psychometric-profile/PoliticalCompassProfile
Label
Political Compass Profile
Definition
A profile representing an individual's political viewpoint, measured on two orthogonal scales: social and economic. See http://www.digitalronin.f2s.com/politicalcompass/index.html.
Sub Class Of
http://purl.org/vocab/psychometric-profile/psychometricProfile

Examples

Using With FOAF

The PSYCHOMETRIC-PROFILE vocabulary simply slots into standard FOAF documents:

  
<rdf:RDF
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
      xmlns:foaf="http://xmlns.com/foaf/0.1/"
      xmlns:psych="http://purl.org/vocab/psychometric-profile/"
      >
  <foaf:Person rdf:nodeID="ian">
    <foaf:name>Ian Davis</foaf:name>
    <foaf:title>Mr</foaf:title>
    <foaf:firstName>Ian</foaf:firstName>
    <foaf:surname>Davis</foaf:surname>
    <psych:profile>
      <psych:PoliticalCompassProfile>
        <psych:economic>-0.38</psych:economic>	
        <psych:social>-5.18</psych:social>	
      </psych:PoliticalCompassProfile>
    </psych:profile>
  </foaf:Person>
</rdf:RDF> 

    

RDF Schema

The schema included here is informational only. The normative schema can be found at http://purl.org/vocab/psychometric-profile/psych-vocab-20040427.rdf

<rdf:RDF
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
   xmlns:foaf="http://xmlns.com/foaf/0.1/"
   xmlns:wot="http://xmlns.com/wot/0.1/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:dcterm="http://purl.org/dc/terms/"
   xmlns:owl="http://www.w3.org/2002/07/owl#"
   xmlns:vann="http://purl.org/vocab/vann/"
   xmlns:cc="http://web.resource.org/cc/">
  
  <rdf:Description rdf:about="">
    <dc:contributor>Ian Davis</dc:contributor>
    <dc:title>
      PSYCHOMETRIC PROFILE: A vocabulary for describing common psychometric 
      profiles
    </dc:title>
    <dc:description>
      An experimental vocabulary for describing common psychometric profiles.
    </dc:description>
    <dc:identifier>
      http://purl.org/vocab/psychometric-profile/psych-vocab-20040427
    </dc:identifier>
    <dcterm:isVersionOf rdf:resource="http://purl.org/vocab/psychometric-profile"/>
    <vann:preferredNamespaceUri>http://purl.org/vocab/psychometric-profile</vann:preferredNamespaceUri>
    <vann:preferredNamespacePrefix>psych</vann:preferredNamespacePrefix>
    <vann:example
       rdf:resource="http://purl.org/vocab/psychometric-profile/psych-example-foaf-20040427.html"
       dc:title="Using With FOAF"/>
    <dcterm:hasFormat>
      <rdf:Description rdf:about="http://purl.org/vocab/psychometric-profile/psych-vocab-20040427.html">
        <dc:format>
          <dcterm:IMT>
            <rdf:value>text/html</rdf:value>
            <rdfs:label xml:lang="en">HTML</rdfs:label>
          </dcterm:IMT>
        </dc:format>
      </rdf:Description>
    </dcterm:hasFormat>
    <dcterm:hasFormat>
      <rdf:Description rdf:about="http://purl.org/vocab/psychometric-profile/psych-vocab-20040427.rdf">
        <dc:format>
          <dcterm:IMT>
            <rdf:value>application/rdf+xml</rdf:value>
            <rdfs:label xml:lang="en">RDF</rdfs:label>
          </dcterm:IMT>
        </dc:format>
      </rdf:Description>
    </dcterm:hasFormat>
  </rdf:Description>
  
  <cc:Work rdf:about="">
    <cc:license rdf:resource="http://creativecommons.org/licenses/by/1.0/"/>
    <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text"/>
  </cc:Work>
  
  <cc:License rdf:about="http://creativecommons.org/licenses/by/1.0/">
    <cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
    <cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
    <cc:requires rdf:resource="http://web.resource.org/cc/Notice"/>
    <cc:requires rdf:resource="http://web.resource.org/cc/Attribution"/>
    <cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
  </cc:License>
  
  <rdf:Property rdf:about="http://purl.org/vocab/psychometric-profile/profile">
    <rdfs:label xml:lang="en">Profile</rdfs:label>
    <rdfs:comment xml:lang="en">Relates a person to a psychometric profile.</rdfs:comment>
    <rdfs:domain
       rdf:resource="http://xmlns.com/foaf/0.1/Person"
       rdfs:label="Person"/>
    <rdfs:range
       rdf:Resource="http://purl.org/vocab/psychometric-profile/psychometricProfile"
       rdfs:label="psychometric Profile"/>
    <rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/psychometric-profile/"/>
  </rdf:Property>
  
  <rdfs:Class rdf:about="http://purl.org/vocab/psychometric-profile/PsychometricProfile">
    <rdfs:label xml:lang="en">Psychometric Profile</rdfs:label>
    <rdfs:comment xml:lang="en">A psychometric profile.</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/psychometric-profile/"/>
  </rdfs:Class>
  
  <rdfs:Class rdf:about="http://purl.org/vocab/psychometric-profile/PoliticalCompassProfile">
    <rdfs:label xml:lang="en">Political Compass Profile</rdfs:label>
    <rdfs:comment xml:lang="en">
      A profile representing an individual's political viewpoint, measured on 
      two orthogonal scales: social and economic. See 
      http://www.digitalronin.f2s.com/politicalcompass/index.html.
    </rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/psychometric-profile/"/>
    <rdfs:subClassOf rdf:resource="http://purl.org/vocab/psychometric-profile/psychometricProfile"/>
  </rdfs:Class>
  
  <rdf:Property rdf:about="http://purl.org/vocab/psychometric-profile/social">
    <rdfs:label xml:lang="en">Social</rdfs:label>
    <rdfs:comment xml:lang="en">
      A measure of the individual's social dimension as expressed in a 
      Political Compass Profile.
    </rdfs:comment>
    <rdfs:domain
       rdf:resource="http://purl.org/vocab/psychometric-profile/PoliticalCompassProfile"
       rdfs:label="Political Compass Profile"/>
    <rdfs:range
       rdf:Resource="http://www.w3.org/2000/01/rdf-schema#Literal"
       rdfs:label="RDF Literal"/>
    <rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/psychometric-profile/"/>
  </rdf:Property>
  
  <rdf:Property rdf:about="http://purl.org/vocab/psychometric-profile/economic">
    <rdfs:label xml:lang="en">Economic</rdfs:label>
    <rdfs:comment xml:lang="en">
      A measure of the individual's economic dimension as expressed in a 
      Political Compass Profile.
    </rdfs:comment>
    <rdfs:domain
       rdf:resource="http://purl.org/vocab/psychometric-profile/PoliticalCompassProfile"
       rdfs:label="Political Compass Profile"/>
    <rdfs:range
       rdf:Resource="http://www.w3.org/2000/01/rdf-schema#Literal"
       rdfs:label="RDF Literal"/>
    <rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/psychometric-profile/"/>
  </rdf:Property>
</rdf:RDF>

License

This work is licensed under a Creative Commons License.

The following section is informational only, please refer to the Original License for complete license terms.

This license grants the following rights:

This license imposes the following restrictions: