@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix org:	<http://www.w3.org/ns/org#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
org:classification	rdf:type	owl:FunctionalProperty ,
		owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
org:classification	rdfs:label	"Categor\u00EDa"@es ;
	rdfs:domain	org:Organization .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
org:classification	rdfs:range	skos:Concept ;
	rdfs:comment	"Enlace categor\u00EDa"@es .