@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
schema:ListItem	rdf:type	owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:ListItem	rdfs:label	"List item"@en ,
		"\u00CDtem de una lista"@es ;
	rdfs:comment	"An list item, e.g. a step in an administrative process"@en ,
		"Un \u00EDtem de una lista, por ejemplo el paso de un tr\u00E1mite"@es ;
	rdfs:subClassOf	_:b60516483 ,
		_:b60516484 ,
		_:b60516485 ,
		_:b60516486 ,
		_:b60516487 ,
		_:b60516488 ,
		owl:Thing .
_:b60516483	rdf:type	owl:Restriction ;
	owl:onProperty	schema:abstract .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
_:b60516483	owl:maxCardinality	"1"^^xsd:int .
_:b60516484	rdf:type	owl:Restriction ;
	owl:onProperty	schema:itemListElement ;
	owl:minCardinality	"1"^^xsd:int .
_:b60516485	rdf:type	owl:Restriction ;
	owl:onProperty	schema:abstract ;
	owl:minCardinality	"1"^^xsd:int .
_:b60516486	rdf:type	owl:Restriction .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
_:b60516486	owl:onProperty	skos:concept ;
	owl:maxCardinality	"1"^^xsd:int .
_:b60516487	rdf:type	owl:Restriction ;
	owl:onProperty	schema:identifier ;
	owl:minCardinality	"1"^^xsd:int .
_:b60516488	rdf:type	owl:Restriction ;
	owl:onProperty	schema:identifier ;
	owl:maxCardinality	"1"^^xsd:int .