@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .@prefix ns1:	<http://datos.bcn.cl/recurso/tema/> .@prefix frbr:	<http://purl.org/vocab/frbr/core#> .ns1:hospital-militar	rdf:type	frbr:Subject ,		frbr:subject .@prefix bcnres:	<http://datos.bcn.cl/ontologies/bcn-resources#> .ns1:hospital-militar	rdf:type	bcnres:EntidadTemporal ,		bcnres:Materia .@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .ns1:hospital-militar	rdfs:label	"HOSPITAL MILITAR"^^xsd:string ,		"Hospital Militar"^^xsd:string .@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .ns1:hospital-militar	skos:prefLabel	"HOSPITAL MILITAR"^^xsd:string .@prefix ns7:	<http://datos.bcn.cl/recurso/cl/documento/641494/seccion/> .ns1:hospital-militar	bcnres:tieneDatosTemporales	ns7:tmpsect69 ,		ns7:tmpsect72 .@prefix ns8:	<http://datos.bcn.cl/recurso/cl/documento/635129/seccion/> .ns1:hospital-militar	bcnres:tieneDatosTemporales	ns8:tmpsect4 .@prefix bcnnorms:	<http://datos.bcn.cl/ontologies/bcn-norms#> .ns1:hospital-militar	bcnnorms:hasTag	"HOSPITAL MILITAR"^^xsd:string ,		"Hospital Militar"^^xsd:string .