@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://data.tbfy.eu/ontology/ocds#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:Contract	rdf:type	owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:Contract	rdfs:label	"Contract"@en ,
		"Contrato"@es ;
	rdfs:comment	"It models the contract and its process"@en ,
		"Modela el contrato y su proceso"@es ;
	rdfs:subClassOf	_:b60516446 ,
		_:b60516447 ,
		owl:Thing ,
		_:b60516448 ,
		_:b60516449 .
_:b60516446	rdf:type	owl:Restriction .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
_:b60516446	owl:onProperty	dc:title .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
_:b60516446	owl:minCardinality	"1"^^xsd:int .
_:b60516447	rdf:type	owl:Restriction ;
	owl:onProperty	dc:title ;
	owl:maxCardinality	"1"^^xsd:int .
_:b60516448	rdf:type	owl:Restriction .
@prefix eli:	<http://data.europa.eu/eli/ontology#> .
_:b60516448	owl:onProperty	eli:publisher_agent ;
	owl:minCardinality	"1"^^xsd:int .
_:b60516449	rdf:type	owl:Restriction ;
	owl:onProperty	eli:publisher_agent ;
	owl:maxCardinality	"1"^^xsd:int .