@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ASI:	<http://dati.san.beniculturali.it/ASI/> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
ASI:UA-CM	rdf:type	skos:Concept ,
		ASI:TipoUT .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ASI:UA-CM	rdf:type	owl:NamedIndividual .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ASI:UA-CM	rdfs:label	"Comune"@it ;
	skos:broader	ASI:UA-PR ,
		ASI:UA-MA ;
	skos:prefLabel	"Comune"@it ;
	skos:inScheme	"http://dati.san.beniculturali.it/SAN/TesauroSAN"@it ;
	skos:scopeNote	"circoscrizione amministrativa delimitata dai confini territoriali dell'omonimo ente territoriale autonomo di base."@it .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
ASI:UA-CM	ASI:codTut	"LAU2"^^xsd:string ;
	ASI:haQualifRelUT	ASI:qrUA-CM2UA-MA ,
		ASI:qrUA-CM2UA-PR ;
	ASI:dataTipoUT	"1861-"^^rdfs:Literal .
ASI:qrUA-CM2UA-MA	ASI:haRel	ASI:UA-CM .
ASI:qrUA-CM2UA-PR	ASI:haRel	ASI:UA-CM .
@prefix ASI-CG:	<http://dati.san.beniculturali.it/ASI-CG/> .
ASI-CG:CG-Comune	rdfs:seeAlso	ASI:UA-CM .