@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:Organization	rdf:type	owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
org:Organization	rdfs:label	"Organization"@en ,
		"Organizaci\u00F3n"@es ;
	rdfs:comment	"Represents a collection of people organized together into a community or other social, commercial or political structure. The group has some common purpose or reason for existence which goes beyond the set of people belonging to it and can act as an Agent. Organizations are often decomposable into hierarchical structures"@en ,
		"Grupo de personas que se organiza en una comunidad u otro tipo de estructura social, comercial o pol\u00EDtica. Dicho grupo tiene un objetivo o motivo com\u00FAn para su existencia que va m\u00E1s all\u00E1 del conjunto de personas que lo forman y que puede actuar como Agente. A menudo las organizaciones se pueden agrupar en estructuras jer\u00E1rquicas"@es ;
	rdfs:subClassOf	_:b60516460 ,
		_:b60516461 ,
		_:b60516456 ,
		_:b60516457 ,
		_:b60516458 ,
		_:b60516459 ,
		_:b60516452 ,
		_:b60516453 ,
		_:b60516454 ,
		_:b60516455 ,
		owl:Thing .
_:b60516452	rdf:type	owl:Restriction .
@prefix ei2av2:	<http://opendata.aragon.es/def/ei2av2#> .
_:b60516452	owl:onProperty	ei2av2:order .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
_:b60516452	owl:maxCardinality	"1"^^xsd:int .
_:b60516453	rdf:type	owl:Restriction .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
_:b60516453	owl:onProperty	dc:date ;
	owl:maxCardinality	"1"^^xsd:int .
_:b60516454	rdf:type	owl:Restriction ;
	owl:onProperty	org:changedBy ;
	owl:maxCardinality	"1"^^xsd:int .
_:b60516455	rdf:type	owl:Restriction ;
	owl:onProperty	dc:description ;
	owl:maxCardinality	"1"^^xsd:int .
_:b60516456	rdf:type	owl:Restriction ;
	owl:onProperty	dc:identifier ;
	owl:maxCardinality	"1"^^xsd:int .
_:b60516457	rdf:type	owl:Restriction .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
_:b60516457	owl:onProperty	foaf:homepage ;
	owl:maxCardinality	"1"^^xsd:int .
_:b60516458	rdf:type	owl:Restriction ;
	owl:onProperty	dc:title ;
	owl:minCardinality	"1"^^xsd:int .
_:b60516459	rdf:type	owl:Restriction ;
	owl:onProperty	org:resultedFrom ;
	owl:maxCardinality	"1"^^xsd:int .
_:b60516460	rdf:type	owl:Restriction ;
	owl:onProperty	ei2av2:legislature ;
	owl:maxCardinality	"1"^^xsd:int .
_:b60516461	rdf:type	owl:Restriction ;
	owl:onProperty	org:subOrganizationOf ;
	owl:maxCardinality	"1"^^xsd:int .