@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix category:	<http://dbpedia.org/resource/Category:> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
category:Geography_of_Israel	rdf:type	skos:Concept .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
category:Geography_of_Israel	rdfs:label	"Geography of Israel"@en ;
	skos:prefLabel	"Geography of Israel"@en ;
	skos:broader	category:Israel ,
		category:Geography_by_country .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
<http://dbpedia.org/data/Category:Geography_of_Israel.n3>	rdf:type	foaf:Document ;
	foaf:primaryTopic	category:Geography_of_Israel .