@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:creator	rdf:type	schema:CreativeWork .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:creator	rdf:type	rdfs:Property ;
	rdfs:label	"creator" ;
	rdfs:comment	"The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork." .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix ns4:	<http://schema.org/creator#> .
schema:creator	owl:sameAs	ns4:this .
@prefix void:	<http://rdfs.org/ns/void#> .
schema:creator	void:sparqlEndpoint	<http://kingsley.idehen.net/sparql/> .
@prefix xhv:	<http://www.w3.org/1999/xhtml/vocab#> .
schema:creator	xhv:stylesheet	<http://schema.org/docs/schemaorg.css> ,
		<http://schema.org/docs/prettify.css> ;
	xhv:icon	<http://schema.org/docs/favicon.ico> .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns8:	<http://kingsley.idehen.net/about/id/http/schema.org/> .
schema:creator	wdrs:describedby	ns8:creator ;
	schema:url	schema:creator .
@prefix ns9:	<http://kingsley.idehen.net/about/id/entity/http/schema.org/> .
schema:creator	schema:mainEntity	ns9:creator .
@prefix sioc:	<http://rdfs.org/sioc/ns#> .
ns9:creator	sioc:container_of	schema:creator ;
	sioc:links_to	schema:creator .
@prefix ns11:	<http://vocab.deri.ie/void#> .
ns8:creator	ns11:inDataset	schema:creator .
@prefix awol:	<http://bblfish.net/work/atom-owl/2006-06-06/#> .
@prefix ns13:	<http://kingsley.idehen.net/about/id/entity/http/schema.org/creator#> .
ns13:content	awol:src	schema:creator .
@prefix prv:	<http://purl.org/net/provenance/ns#> .
_:vb151414545	prv:accessedService	schema:creator .