Skip to content

Commit

Permalink
fix: no external vocabularies redefined (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianvasquez authored Jul 30, 2024
1 parent f788e33 commit 4c9ad41
Show file tree
Hide file tree
Showing 32 changed files with 27,648 additions and 35,138 deletions.
433 changes: 101 additions & 332 deletions implementation/eAccess/owl_ontology/eAccess.rdf

Large diffs are not rendered by default.

260 changes: 72 additions & 188 deletions implementation/eAccess/owl_ontology/eAccess.ttl

Large diffs are not rendered by default.

387 changes: 85 additions & 302 deletions implementation/eAccess/owl_ontology/eAccess_restrictions.rdf

Large diffs are not rendered by default.

199 changes: 57 additions & 142 deletions implementation/eAccess/owl_ontology/eAccess_restrictions.ttl
Original file line number Diff line number Diff line change
@@ -1,148 +1,63 @@
@prefix : <http://data.europa.eu/a4g/ontology#> .
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix cccev: <http://data.europa.eu/m8g/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix eli: <http://data.europa.eu/eli/ontology#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix frbroo: <http://iflastandards.info/ns/fr/frbr/frbroo/> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix schema: <http://schema.org/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix cpov: <http://data.europa.eu/m8g/> .
@prefix a4g: <http://data.europa.eu/a4g/ontology#> .
@prefix sfrml: <http://data.europa.eu/a4g/mapping/sf-rml/> .
@prefix a4g_shape: <http://data.europa.eu/a4g/data-shape#> .
@prefix eli: <http://data.europa.eu/eli/ontology#> .
@prefix m8g: <http://data.europa.eu/m8g/> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix person: <http://www.w3.org/ns/person#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix rml: <http://semweb.mmlab.be/ns/rml#> .
@prefix r2rml: <http://www.w3.org/ns/r2rml#> .
@prefix at: <http://publications.europa.eu/ontology/authority/> .
@prefix atold: <http://publications.europa.eu/resource/authority/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:acc-restriction a owl:Ontology ;
rdfs:label "eProcurement Ontology Access - core restrictions"@en ;
dcterms:created "2021-06-01"^^xsd:date ;
dcterms:description "The eProcurement Ontology Access core restrictions provides the restrictions and the inference-related specifications on the concepts and properties in the eProcurement Ontology Access core."@en ;
dcterms:issued "2024-07-10"^^xsd:date ;
dcterms:license "© European Union, 2014. Unless otherwise noted, the reuse of the Ontology is authorised under the European Union Public Licence v1.2 (https://eupl.eu/)." ;
dcterms:publisher "http://publications.europa.eu/resource/authority/corporate-body/PUBL" ;
dcterms:title "eProcurement Ontology Access - core restrictions"@en ;
vann:preferredNamespacePrefix "epo" ;
vann:preferredNamespaceUri "http://data.europa.eu/a4g/ontology#" ;
rdfs:comment """This version is automatically generated from eAccess.xml on
2024-07-10""" ;
rdfs:seeAlso <https://docs.ted.europa.eu/home/index.html>,
<https://github.com/OP-TED/ePO/releases>,
<https://joinup.ec.europa.eu/collection/eprocurement/solution/eprocurement-ontology/about>,
<https://op.europa.eu/en/web/eu-vocabularies/e-procurement> ;
owl:imports :acc,
:core,
:sub,
eli:,
cccev:,
frbroo:,
dcterms:,
vann:,
<http://www.w3.org/2004/02/skos/core>,
<http://www.w3.org/2006/time>,
<http://www.w3.org/ns/adms>,
<http://www.w3.org/ns/locn>,
org:,
<http://www.w3.org/ns/person>,
foaf: ;
owl:incompatibleWith "3.1.0" ;
owl:priorVersion "http://data.europa.eu/a4g/ontology#acc-restriction-4.0.2" ;
owl:versionIRI :acc-restriction-4.1.0 ;
owl:versionInfo "4.1.0" .

:concernsProcedure rdfs:domain :ESPDRequest ;
rdfs:range :Procedure .

:hasResourceType rdfs:domain eli:LegalResource ;
rdfs:range skos:Concept .

:hasSubdivision rdfs:domain eli:LegalResourceSubdivision ;
rdfs:range skos:Concept .

:refersToNotice rdfs:domain :ESPDRequest ;
rdfs:range :Notice .

:relatesToESPDRequest rdfs:domain :ESPD ;
rdfs:range :ESPDRequest .

:specifiesProcurementCriterion rdfs:domain :ESPDRequest ;
rdfs:range :ProcurementCriterion .

eli:jurisdiction rdfs:domain [ a owl:Class ;
owl:unionOf ( eli:LegalExpression eli:LegalResource ) ] ;
rdfs:range skos:Concept .

eli:number rdfs:domain [ a owl:Class ;
owl:unionOf ( eli:LegalExpression eli:LegalResource ) ] ;
rdfs:range xsd:string .

eli:uri_schema rdfs:domain [ a owl:Class ;
owl:unionOf ( eli:LegalExpression eli:LegalResourceSubdivision ) ] ;
rdfs:range adms:Identifier .

cccev:hasEvidenceTypeList rdfs:domain cccev:Requirement ;
rdfs:range cccev:EvidenceTypeList .

cccev:isDerivedFrom rdfs:domain cccev:Requirement ;
rdfs:range eli:LegalResource .

cccev:specifiesEvidenceType rdfs:domain cccev:EvidenceTypeList ;
rdfs:range cccev:EvidenceType .

cccev:validityPeriodConstraint rdfs:domain cccev:EvidenceType ;
rdfs:range :Period .

dcterms:conformsTo rdfs:domain cccev:Evidence ;
rdfs:range cccev:EvidenceType .

dcterms:identifier rdfs:domain [ a owl:Class ;
owl:unionOf ( eli:LegalExpression eli:LegalResource ) ] ;
rdfs:range xsd:anyURI .

dcterms:isPartOf a owl:AsymmetricProperty ;
rdfs:domain eli:Work ;
rdfs:range eli:Work .

dcterms:language rdfs:domain eli:LegalExpression ;
rdfs:range skos:Concept .

skos:prefLabel rdfs:domain cccev:EvidenceTypeList ;
rdfs:range rdf:PlainLiteral .

adms:identifier rdfs:domain [ a owl:Class ;
owl:unionOf ( cccev:EvidenceType cccev:EvidenceTypeList ) ] ;
rdfs:range adms:Identifier .

eli:is_realized_by a owl:FunctionalProperty ;
rdfs:domain eli:LegalExpression ;
rdfs:range eli:Work .

dcterms:title rdfs:domain eli:LegalExpression ;
rdfs:range rdfs:Literal .

dcterms:description rdfs:domain [ a owl:Class ;
owl:unionOf ( cccev:EvidenceTypeList eli:LegalExpression eli:LegalResource ) ] ;
rdfs:range [ a owl:Class ;
owl:unionOf ( rdf:PlainLiteral rdfs:Literal ) ] .

rdf:PlainLiteral a owl:Class .

rdfs:Literal a owl:Class .

cccev:EvidenceTypeList a owl:Class ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality 1 ;
owl:onProperty dcterms:description ] .

eli:LegalResource a owl:Class ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality 1 ;
owl:onProperty dcterms:description ] .

eli:LegalExpression a owl:Class ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality 1 ;
owl:onProperty dcterms:title ],
[ a owl:Restriction ;
owl:cardinality 1 ;
owl:onProperty eli:is_realized_by ] .
a4g:acc-restriction a owl:Ontology ;
rdfs:label "eProcurement Ontology Access - core restrictions"@en ;
dcterms:created "2021-06-01"^^xsd:date ;
dcterms:description "The eProcurement Ontology Access core restrictions provides the restrictions and the inference-related specifications on the concepts and properties in the eProcurement Ontology Access core."@en ;
dcterms:issued "2024-07-18"^^xsd:date ;
dcterms:license "© European Union, 2014. Unless otherwise noted, the reuse of the Ontology is authorised under the European Union Public Licence v1.2 (https://eupl.eu/)." ;
dcterms:publisher "http://publications.europa.eu/resource/authority/corporate-body/PUBL" ;
dcterms:title "eProcurement Ontology Access - core restrictions"@en ;
vann:preferredNamespacePrefix "epo" ;
vann:preferredNamespaceUri "http://data.europa.eu/a4g/ontology#" ;
rdfs:comment """This version is automatically generated from eAccess.xml on
2024-07-18""" ;
rdfs:seeAlso <https://docs.ted.europa.eu/home/index.html>, <https://github.com/OP-TED/ePO/releases>, <https://joinup.ec.europa.eu/collection/eprocurement/solution/eprocurement-ontology/about>, <https://op.europa.eu/en/web/eu-vocabularies/e-procurement> ;
owl:imports a4g:acc, a4g:core, a4g:sub, <http://data.europa.eu/eli/ontology#>, <http://data.europa.eu/m8g/>, <http://iflastandards.info/ns/fr/frbr/frbroo/>, <http://purl.org/dc/terms/>, <http://purl.org/vocab/vann/>, <http://www.w3.org/2004/02/skos/core>, <http://www.w3.org/2006/time>, <http://www.w3.org/ns/adms>, <http://www.w3.org/ns/locn>, <http://www.w3.org/ns/org#>, <http://www.w3.org/ns/person>, <http://xmlns.com/foaf/0.1/> ;
owl:incompatibleWith "3.1.0" ;
owl:priorVersion "http://data.europa.eu/a4g/ontology#acc-restriction-4.0.2" ;
owl:versionIRI a4g:acc-restriction-4.1.0 ;
owl:versionInfo "4.1.0" .

a4g:concernsProcedure rdfs:domain a4g:ESPDRequest ;
rdfs:range a4g:Procedure .

a4g:hasResourceType rdfs:domain eli:LegalResource ;
rdfs:range skos:Concept .

a4g:hasSubdivision rdfs:domain eli:LegalResourceSubdivision ;
rdfs:range skos:Concept .

a4g:refersToNotice rdfs:domain a4g:ESPDRequest ;
rdfs:range a4g:Notice .

a4g:relatesToESPDRequest rdfs:domain a4g:ESPD ;
rdfs:range a4g:ESPDRequest .

a4g:specifiesProcurementCriterion rdfs:domain a4g:ESPDRequest ;
rdfs:range a4g:ProcurementCriterion .

Loading

0 comments on commit 4c9ad41

Please sign in to comment.