@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:exampleOfWork	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:exampleOfWork	rdfs:label	"exampleOfWork" ;
	rdfs:comment	"A creative work that this work is an example/instance/realization/derivation of." .
@prefix dcterms:	<http://purl.org/dc/terms/> .
@prefix ns4:	<http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#> .
schema:exampleOfWork	dcterms:source	ns4:source_bibex ;
	schema:domainIncludes	schema:CreativeWork ;
	schema:inverseOf	schema:workExample ;
	schema:rangeIncludes	schema:CreativeWork .