@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ASI:	<http://dati.san.beniculturali.it/ASI/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ASI:codTut	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ASI:codTut	rdfs:label	"Codice TipoUT"@it ;
	rdfs:domain	ASI:TipoUT .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
ASI:codTut	rdfs:range	xsd:string ;
	rdfs:comment	"Codice di identificazione dei livelli di unita' territoriale."@it .