@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<https://hu.dbpedia.org/property/> .
ns1:medBev	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:medBev	rdfs:label	"med bev"@hu .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix prop-hu:	<http://hu.dbpedia.org/property/> .
ns1:medBev	owl:sameAs	prop-hu:medBev .