@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:BusinessFunction	rdf:type	rdfs:Class ;
	rdfs:subClassOf	schema:Enumeration ;
	rdfs:label	"BusinessFunction" ;
	rdfs:comment	"The business function specifies the type of activity or access (i.e., the bundle of rights) offered by the organization or business person through the offer. Typical are sell, rental or lease, maintenance or repair, manufacture / produce, recycle / dispose, engineering / construction, or installation. Proprietary specifications of access rights are also instances of this class.\n\n    Commonly used values:\n\n    http://purl.org/goodrelations/v1#ConstructionInstallation\n    http://purl.org/goodrelations/v1#Dispose\n    http://purl.org/goodrelations/v1#LeaseOut\n    http://purl.org/goodrelations/v1#Maintain\n    http://purl.org/goodrelations/v1#ProvideService\n    http://purl.org/goodrelations/v1#Repair\n    http://purl.org/goodrelations/v1#Sell\n    http://purl.org/goodrelations/v1#Buy\n        " .
@prefix dcterms:	<http://purl.org/dc/terms/> .
@prefix ns4:	<http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#> .
schema:BusinessFunction	dcterms:source	ns4:source_GoodRelationsClass .