@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbo:dcc	rdf:type	rdf:Property .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbo:dcc	rdf:type	owl:DatatypeProperty .
@prefix wikidata:	<http://www.wikidata.org/entity/> .
dbo:dcc	owl:equivalentProperty	wikidata:P1036 .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbo:dcc	rdfs:domain	dbo:Work .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbo:dcc	rdfs:range	xsd:string ;
	rdfs:comment	"The Dewey Decimal Classification is a proprietary system of library classification developed by Melvil Dewey in 1876."@en ;
	owl:sameAs	dbo:dcc ;
	rdfs:label	"Dewey Decimal Classification"@en .
@prefix prov:	<http://www.w3.org/ns/prov#> .
@prefix ns7:	<http://mappings.dbpedia.org/index.php/OntologyProperty:> .
dbo:dcc	prov:wasDerivedFrom	ns7:dcc .