@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:haFonte	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ASI:haFonte	rdfs:label	"Ha Fonte"@it ;
	rdfs:domain	ASI:Ruolo ,
		ASI:Cambiamento ,
		ASI:ReST ;
	rdfs:range	ASI:Fonte ;
	rdfs:comment	"Relazione tra l'entita' descritta e la fonte di provenienza delle informazioni descrittive"@it .