@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbo:publisher	rdf:type	rdf:Property .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbo:publisher	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns4:	<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> .
dbo:publisher	rdfs:subPropertyOf	ns4:coparticipatesWith .
@prefix ns5:	<https://dblp.org/rdf/schema-2020-07-01#> .
dbo:publisher	owl:equivalentProperty	ns5:publishedBy .
@prefix schema:	<http://schema.org/> .
dbo:publisher	owl:equivalentProperty	schema:publisher ;
	rdfs:domain	dbo:Work ;
	rdfs:range	dbo:Agent ;
	rdfs:comment	"Publisher of a work. For literal (string) use dc:publisher; for object (URL) use publisher"@en ,
		"Editeur d'une oeuvre. Pour le litt\u00E9ral (string) utilisez dc:publisher; pour l'objet (URL) utilisez l'\u00E9diteur"@fr ;
	owl:sameAs	dbo:publisher ;
	rdfs:label	"publisher"@en ,
		"Herausgeber"@de ,
		"\u00E9diteur"@fr ,
		"uitgever"@nl ,
		"\u03B5\u03BA\u03B4\u03CC\u03C4\u03B7\u03C2"@el .
@prefix prov:	<http://www.w3.org/ns/prov#> .
@prefix ns8:	<http://mappings.dbpedia.org/index.php/OntologyProperty:> .
dbo:publisher	prov:wasDerivedFrom	ns8:publisher .
dbo:firstPublisher	rdfs:subPropertyOf	dbo:publisher .