Skip to content

Commit

Permalink
added imports of core layer of modules into other modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreea-pasare committed Oct 18, 2023
1 parent f951204 commit 9feaff7
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 5 deletions.
2 changes: 2 additions & 0 deletions implementation/eCatalogue/owl_ontology/eCatalogue.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
<owl:imports rdf:resource="http://purl.org/ontology/bibo/"/>
<owl:imports rdf:resource="http://purl.org/vocab/vann/"/>
<owl:imports rdf:resource="http://data.europa.eu/a4g/ontology#core"/>
<owl:imports rdf:resource="http://data.europa.eu/a4g/ontology#ord"/>
<owl:imports rdf:resource="http://data.europa.eu/a4g/ontology#ful"/>
<dct:title xml:lang="en">ePO Catalogue core</dct:title>
<dct:description xml:lang="en">This artefact provides the definitions for the eProcurement Ontology Catalogue module. This artefact excludes the restrictions. The eProcurement Ontology describes objects and concepts, with definitions, attributes and relationships which are present within the European public procurement domain. The provision of these concepts provides the basis for a common understanding of the domain for all stakeholders ensuring the quality of data exchange and transparency.</dct:description>
<dct:publisher>http://publications.europa.eu/resource/authority/corporate-body/PUBL</dct:publisher>
Expand Down
4 changes: 3 additions & 1 deletion implementation/eCatalogue/owl_ontology/eCatalogue.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,9 @@ WG Approval: 30/06/2022
<http://www.w3.org/ns/person>,
foaf:,
<https://data.europa.eu/m8g/>,
:core ;
:core,
:ord,
:ful ;
owl:incompatibleWith "3.1.0" ;
owl:priorVersion "3.1.0" ;
owl:versionIRI :cat-4.0.0 ;
Expand Down
2 changes: 2 additions & 0 deletions implementation/eContract/owl_ontology/eContract.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
<owl:imports rdf:resource="http://purl.org/ontology/bibo/"/>
<owl:imports rdf:resource="http://purl.org/vocab/vann/"/>
<owl:imports rdf:resource="http://data.europa.eu/a4g/ontology#core"/>
<owl:imports rdf:resource="http://data.europa.eu/a4g/ontology#cat"/>
<owl:imports rdf:resource="http://data.europa.eu/a4g/ontology#not"/>
<dct:title xml:lang="en">ePO Contract core</dct:title>
<dct:description xml:lang="en">This artefact provides the definitions for the eProcurement Ontology Contract module. This artefact excludes the restrictions. The eProcurement Ontology describes objects and concepts, with definitions, attributes and relationships which are present within the European public procurement domain. The provision of these concepts provides the basis for a common understanding of the domain for all stakeholders ensuring the quality of data exchange and transparency.</dct:description>
<dct:publisher>http://publications.europa.eu/resource/authority/corporate-body/PUBL</dct:publisher>
Expand Down
4 changes: 3 additions & 1 deletion implementation/eContract/owl_ontology/eContract.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ xsd:integer a rdfs:Datatype ;
<http://www.w3.org/ns/person>,
foaf:,
<https://data.europa.eu/m8g/>,
:core ;
:core,
:cat,
:not ;
owl:incompatibleWith "3.1.0" ;
owl:priorVersion "3.1.0" ;
owl:versionIRI :con-4.0.0 ;
Expand Down
2 changes: 2 additions & 0 deletions implementation/eFulfilment/owl_ontology/eFulfilment.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
<owl:imports rdf:resource="http://purl.org/ontology/bibo/"/>
<owl:imports rdf:resource="http://purl.org/vocab/vann/"/>
<owl:imports rdf:resource="http://data.europa.eu/a4g/ontology#core"/>
<owl:imports rdf:resource="http://data.europa.eu/a4g/ontology#cat"/>
<owl:imports rdf:resource="http://data.europa.eu/a4g/ontology#ord"/>
<dct:title xml:lang="en">ePO Fulfilment core</dct:title>
<dct:description xml:lang="en">This artefact provides the definitions for the eProcurement Ontology Fulfilment module. This artefact excludes the restrictions. The eProcurement Ontology describes objects and concepts, with definitions, attributes and relationships which are present within the European public procurement domain. The provision of these concepts provides the basis for a common understanding of the domain for all stakeholders ensuring the quality of data exchange and transparency.</dct:description>
<dct:publisher>http://publications.europa.eu/resource/authority/corporate-body/PUBL</dct:publisher>
Expand Down
4 changes: 3 additions & 1 deletion implementation/eFulfilment/owl_ontology/eFulfilment.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,9 @@ adms:identifier a owl:ObjectProperty ;
<http://www.w3.org/ns/person>,
foaf:,
<https://data.europa.eu/m8g/>,
:core ;
:core,
:cat,
:ord ;
owl:incompatibleWith "3.1.0" ;
owl:priorVersion "3.1.0" ;
owl:versionIRI :ful-4.0.0 ;
Expand Down
1 change: 1 addition & 0 deletions implementation/eNotice/owl_ontology/eNotice.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<owl:imports rdf:resource="http://purl.org/ontology/bibo/"/>
<owl:imports rdf:resource="http://purl.org/vocab/vann/"/>
<owl:imports rdf:resource="http://data.europa.eu/a4g/ontology#core"/>
<owl:imports rdf:resource="http://data.europa.eu/a4g/ontology#con"/>
<dct:title xml:lang="en">ePO Notice core</dct:title>
<dct:description xml:lang="en">This artefact provides the definitions for the eProcurement Ontology Notice module. This artefact excludes the restrictions. The eProcurement Ontology describes objects and concepts, with definitions, attributes and relationships which are present within the European public procurement domain. The provision of these concepts provides the basis for a common understanding of the domain for all stakeholders ensuring the quality of data exchange and transparency.</dct:description>
<dct:publisher>http://publications.europa.eu/resource/authority/corporate-body/PUBL</dct:publisher>
Expand Down
3 changes: 2 additions & 1 deletion implementation/eNotice/owl_ontology/eNotice.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,8 @@ For European Notices above the threshold
<http://www.w3.org/ns/person>,
foaf:,
<https://data.europa.eu/m8g/>,
:core ;
:core,
:con ;
owl:incompatibleWith "3.1.0" ;
owl:priorVersion "3.1.0" ;
owl:versionIRI :not-4.0.0 ;
Expand Down
2 changes: 2 additions & 0 deletions implementation/eOrdering/owl_ontology/eOrdering.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
<owl:imports rdf:resource="http://purl.org/ontology/bibo/"/>
<owl:imports rdf:resource="http://purl.org/vocab/vann/"/>
<owl:imports rdf:resource="http://data.europa.eu/a4g/ontology#core"/>
<owl:imports rdf:resource="http://data.europa.eu/a4g/ontology#cat"/>
<owl:imports rdf:resource="http://data.europa.eu/a4g/ontology#ful"/>
<dct:title xml:lang="en">ePO Ordering core</dct:title>
<dct:description xml:lang="en">This artefact provides the definitions for the eProcurement Ontology Ordering module. This artefact excludes the restrictions. The eProcurement Ontology describes objects and concepts, with definitions, attributes and relationships which are present within the European public procurement domain. The provision of these concepts provides the basis for a common understanding of the domain for all stakeholders ensuring the quality of data exchange and transparency.</dct:description>
<dct:publisher>http://publications.europa.eu/resource/authority/corporate-body/PUBL</dct:publisher>
Expand Down
4 changes: 3 additions & 1 deletion implementation/eOrdering/owl_ontology/eOrdering.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,9 @@ WG approval 20/04/2023"""@en ;
<http://www.w3.org/ns/person>,
foaf:,
<https://data.europa.eu/m8g/>,
:core ;
:core,
:cat,
:ful ;
owl:incompatibleWith "3.1.0" ;
owl:priorVersion "3.1.0" ;
owl:versionIRI :ord-4.0.0 ;
Expand Down

0 comments on commit 9feaff7

Please sign in to comment.