@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbo:	<http://dbpedia.org/ontology/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbo:firstPublicationYear	rdf:type	owl:DatatypeProperty ,
		rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbo:firstPublicationYear	rdfs:domain	dbo:PeriodicalLiterature .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbo:firstPublicationYear	rdfs:range	xsd:gYear ;
	rdfs:comment	"Jahr der ersten Ver\u00F6ffentlichung des Periodikums."@de ,
		"\u0388\u03C4\u03BF\u03C2 \u03C4\u03B7\u03C2 \u03C0\u03C1\u03CE\u03C4\u03B7\u03C2 \u03B4\u03B7\u03BC\u03BF\u03C3\u03AF\u03B5\u03C5\u03C3\u03B7\u03C2."@el ,
		"Year of the first publication."@en ;
	owl:sameAs	dbo:firstPublicationYear ;
	rdfs:label	"first publication year"@en ,
		"Jahr der Erstausgabe"@de ,
		"\u03C0\u03C1\u03CE\u03C4\u03BF \u03AD\u03C4\u03BF\u03C2 \u03B4\u03B7\u03BC\u03BF\u03C3\u03AF\u03B5\u03C5\u03C3\u03B7\u03C2"@el .
@prefix prov:	<http://www.w3.org/ns/prov#> .
@prefix ns6:	<http://mappings.dbpedia.org/index.php/OntologyProperty:> .
dbo:firstPublicationYear	prov:wasDerivedFrom	ns6:firstPublicationYear .