@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:Role	rdf:type	owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
org:Role	rdfs:label	"Role"@en ,
		"Rol"@es ;
	rdfs:comment	"Denotes a role that a Person or other Agent can take in an organization. Instances of this class describe the abstract role; to denote a specific instance of a person playing that role in a specific organization use an instance of `org:Membership`. It is common for roles to be arranged in some taxonomic structure and we use SKOS to represent that"@en ,
		"Funci\u00F3n que una persona o agente desempe\u00F1a en el seno de una organizaci\u00F3n. Las instancias de esta clase describen la actividad en abstracto; si lo que se pretende es incluir una instancia que refleje la funci\u00F3n o actividad que desempe\u00F1a una persona en concreto en una organizaci\u00F3n espec\u00EDfica, se indica el uso de instancias de la clase org:Membership. Es com\u00FAn que dichas actividades se representen en una estructura taxon\u00F3mica mediante SKOS"@es ;
	rdfs:subClassOf	_:b60516482 ,
		_:b60516479 ,
		owl:Thing ,
		_:b60516480 ,
		_:b60516481 .
_:b60516479	rdf:type	owl:Restriction .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
_:b60516479	owl:onProperty	dc:title .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
_:b60516479	owl:minCardinality	"1"^^xsd:int .
_:b60516480	rdf:type	owl:Restriction ;
	owl:onProperty	dc:title ;
	owl:maxCardinality	"1"^^xsd:int .
_:b60516481	rdf:type	owl:Restriction ;
	owl:onProperty	dc:identifier ;
	owl:maxCardinality	"1"^^xsd:int .
_:b60516482	rdf:type	owl:Restriction ;
	owl:onProperty	dc:identifier ;
	owl:minCardinality	"1"^^xsd:int .