@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://purl.org/czech-municipalities/geography#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:inCounty	rdf:type	owl:FunctionalProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:inCounty	rdfs:label	"P\u0159\u00EDslu\u0161nost k okresu"@cs ,
		"Relation to a county"@en .
@prefix ns4:	<http://www.geonames.org/ontology/> .
ns1:inCounty	rdfs:domain	ns4:Feature ;
	rdfs:range	ns1:County ;
	rdfs:isDefinedBy	ns1: ;
	rdfs:comment	"Vlastnost zem\u011Bpisn\u00E9ho m\u00EDsta ur\u010Duj\u00EDc\u00ED do jak\u00E9ho okresu \u010CR pat\u0159\u00ED"@cs ,
		"Property for a geographic place defining which county of the Czech Republic it belongs to"@en ;
	rdfs:subPropertyOf	ns4:locatedIn .