# This namespace is intended to be used exactly like this one:
# <http://vocab.sindice.com/xfn#>
#
# Except instead of XFN, it is XEN. <http://xen.adactio.com/>.
#
# Note that the XEN profile's licence forbids derivatives, so
# none of the terms definitions have been copied from the XEN
# profile. Instead, consult the XEN profile for definitions.

## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## 

# This ontology.
@prefix xen:      <http://buzzword.org.uk/rdf/xen#> .

# Related ontologies.
@prefix xfn:      <http://vocab.sindice.com/xfn#> .

# Stock imports.
@prefix cc:       <http://creativecommons.org/ns#> .
@prefix dc:       <http://purl.org/dc/terms/> .
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix foaf:     <http://xmlns.com/foaf/0.1/> .
@prefix link:     <http://www.w3.org/2006/link#> .
@prefix owl:      <http://www.w3.org/2002/07/owl#> .
@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:     <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos:     <http://www.w3.org/2004/02/skos/core#> .
@prefix vs:       <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xhv:      <http://www.w3.org/1999/xhtml/vocab#> .
@prefix xsd:      <http://www.w3.org/2001/XMLSchema#> .

## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## 

xen: 
	rdfs:label "XHTML Enemies Network in RDF"@en ;
	rdfs:comment "Ha ha, only serious!"@en ;
	foaf:maker _:toby ;
	# The following did not directly contribute to this vocabulary, but it is
	# based largely on their work, so I think they deserve some credit/blame.
	dc:contributor _:brian , _:jeremy , _:richard ;
	dc:issued "2008-11-26"^^xsd:date ;
	dc:modified "2008-11-26"^^xsd:date ;
	cc:license <http://creativecommons.org/licenses/by-sa/2.0/uk/deed.en_GB> ;
	cc:attributionName "Toby Inkster, et al." ;
	cc:attributionURL xen: ; 
	rdfs:seeAlso <http://xen.adactio.com/> ,
		<http://vocab.sindice.com/xfn/guide.html> .

_:toby
	a foaf:Person ;
	foaf:name "Toby Inkster";
	foaf:homepage <http://tobyinkster.co.uk/> .

_:brian
	a foaf:Person ;
	foaf:name "Brian Suda";
	foaf:homepage <http://suda.co.uk/> .

_:jeremy
	a foaf:Person ;
	foaf:name "Jeremy Keith";
	foaf:homepage <http://adactio.com/> .

_:richard
	a foaf:Person ;
	foaf:name "Richard Cyganiak";
	foaf:homepage <http://richard.cyganiak.de/> .

xen:nemesis
	a rdf:Property ;
	rdfs:label "nemesis"@en ;
	rdfs:subPropertyOf xfn:human-relationship .

xen:nemesis-hyperlink
	a rdf:Property ;
	rdfs:label "nemesis hyperlink"@en ;
	rdfs:subPropertyOf xfn:human-relationship-hyperlink .

xen:enemy
	a rdfs:Property ;
	rdfs:label "enemy"@en ;
	rdfs:subPropertyOf xfn:human-relationship .

xen:enemy-hyperlink
	a rdfs:Property ;
	rdfs:label "enemy hyperlink"@en ;
	rdfs:subPropertyOf xfn:human-relationship-hyperlink .

xen:nuisance
	a rdfs:Property ;
	rdfs:label "nuisance"@en ;
	rdfs:subPropertyOf xfn:human-relationship .

xen:nuisance-hyperlink
	a rdfs:Property ;
	rdfs:label "nuisance hyperlink"@en ;
	rdfs:subPropertyOf xfn:human-relationship-hyperlink .

xen:evil-twin
	a rdfs:Property ;
	rdfs:label "evil twin"@en ;
	rdfs:subPropertyOf xfn:human-relationship .

xen:evil-twin-hyperlink
	a rdfs:Property ;
	rdfs:label "evil twin hyperlink"@en ;
	rdfs:subPropertyOf xfn:human-relationship-hyperlink .

xen:rival
	a rdfs:Property ;
	rdfs:label "rival"@en ;
	rdfs:subPropertyOf xfn:human-relationship .

xen:rival-hyperlink
	a rdfs:Property ;
	rdfs:label "rival hyperlink"@en ;
	rdfs:subPropertyOf xfn:human-relationship-hyperlink .

xen:fury
	a rdfs:Property ;
	rdfs:label "fury"@en ;
	rdfs:subPropertyOf xfn:human-relationship .

xen:fury-hyperlink
	a rdfs:Property ;
	rdfs:label "fury hyperlink"@en ;
	rdfs:subPropertyOf xfn:human-relationship-hyperlink .

xen:creep
	a rdfs:Property ;
	rdfs:label "creep"@en ;
	rdfs:subPropertyOf xfn:human-relationship .

xen:creep-hyperlink
	a rdfs:Property ;
	rdfs:label "creep hyperlink"@en ;
	rdfs:subPropertyOf xfn:human-relationship-hyperlink .

## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## 
