@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://contsem.unizar.es/def/sector-publico/pproc#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix ns1: <http://purl.org/procurement/public-contracts#> . ns0:additionalObject a owl:ObjectProperty ; rdfs:comment """Property that points to the concept of the CPV code of an object. The concept used should be a valid representation of a CPV code, as it is in http://cpv.data.ac.uk/."""@en, """Representación CPV del objeto de un contrato. Debe apuntar a un concepto de objeto siguiendo la clasificación CPV de algún esquema de conceptos SKOS, como http://cpv.data.ac.uk/."""@es ; rdfs:domain ns0:ContractObject ; rdfs:label "Additional object of contract"@en, "Objeto adicional del contrato"@es ; rdfs:range skos:Concept ; owl:backwardCompatibleWith ns1:additionalObject .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://contsem.unizar.es/def/sector-publico/pproc#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns1: <http://purl.org/procurement/public-contracts#> .

ns0:additionalObject
    a owl:ObjectProperty ;
    rdfs:comment """Property that points to the concept of the CPV code of an object.

The concept used should be a valid representation of a CPV code, as it is in http://cpv.data.ac.uk/."""@en, """Representación CPV del objeto de un contrato.

Debe apuntar a un concepto de objeto siguiendo la clasificación CPV de algún esquema de conceptos SKOS, como http://cpv.data.ac.uk/."""@es ;
    rdfs:domain ns0:ContractObject ;
    rdfs:label "Additional object of contract"@en, "Objeto adicional del contrato"@es ;
    rdfs:range skos:Concept ;
    owl:backwardCompatibleWith ns1:additionalObject .