@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:hasPart	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:hasPart	rdfs:label	"hasPart" ;
	rdfs:comment	"Indicates a CreativeWork that is (in some sense) a part of this CreativeWork." .
@prefix dcterms:	<http://purl.org/dc/terms/> .
@prefix ns4:	<http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#> .
schema:hasPart	dcterms:source	ns4:source_bibex ;
	schema:domainIncludes	schema:CreativeWork ;
	schema:inverseOf	schema:isPartOf ;
	schema:rangeIncludes	schema:CreativeWork .