@prefix skos: <http://www.w3.org/2004/02/skos/core#>
@prefix cc: <http://web.resource.org/cc/>
@prefix dctype: <http://purl.org/dc/dcmitype/>
@prefix dct: <http://purl.org/dc/terms/>
@prefix vann: <http://purl.org/vocab/vann/>
@prefix dc: <http://purl.org/dc/elements/1.1/>
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
@prefix owl: <http://www.w3.org/2002/07/owl#>
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>
@prefix foaf: <http://xmlns.com/foaf/0.1/>
@prefix participation: <http://purl.org/vocab/participation/schema#>
@prefix xiphos: <http://talis.com/xiphos/>
@prefix jobs: <http://example.com/schema/roles/jobs/>

<http://dynamicorange.com/mmmmmrob#self>
	a foaf:Person
	participation:holder_of xiphos:developer
	
xiphos:developer
	a jobs:Developer
	participation:role_at <http://talis.com/xiphos>
	
jobs:Developer
	a rdfs:Class
	rdfs:subclass-of participation:Role
	participation:title "Developer"
	
<http://talis.com/xiphos>
	a foaf:Organization
	participation:role xiphos:developer