@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:workExample	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:workExample	rdfs:label	"workExample" ;
	rdfs:comment	"Example/instance/realization/derivation of the concept of this creative work. eg. The paperback edition, first edition, or eBook." .
@prefix dcterms:	<http://purl.org/dc/terms/> .
@prefix ns4:	<http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#> .
schema:workExample	dcterms:source	ns4:source_bibex ;
	schema:domainIncludes	schema:CreativeWork ;
	schema:inverseOf	schema:exampleOfWork ;
	schema:rangeIncludes	schema:CreativeWork .