From f9512041b5d9f76deb73aef2ad14b1f9aa18b23f Mon Sep 17 00:00:00 2001 From: andreea Date: Wed, 18 Oct 2023 11:36:23 +0300 Subject: [PATCH] added owl:Ontology in core shapes ttl file --- .../ePO_core/shacl_shapes/ePO_core_shapes.ttl | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/implementation/ePO_core/shacl_shapes/ePO_core_shapes.ttl b/implementation/ePO_core/shacl_shapes/ePO_core_shapes.ttl index ae4f627e..0724255a 100644 --- a/implementation/ePO_core/shacl_shapes/ePO_core_shapes.ttl +++ b/implementation/ePO_core/shacl_shapes/ePO_core_shapes.ttl @@ -1991,3 +1991,38 @@ core-shape:org-Organization a sh:NodeShape ; core-shape:org-Organization-org-subOrganizationOf ; sh:targetClass org:Organization . +core-shape:core-shape a owl:Ontology ; + cc:attributionName "European Union" ; + cc:attributionURL ; + dcterms:description "This artefact provides the generic datashape specifications for the eProcurement Ontology Core. 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."@en ; + dcterms:issued "2023-09-25"^^xsd:date ; + dcterms:license ; + dcterms:publisher "http://publications.europa.eu/resource/authority/corporate-body/PUBL" ; + dcterms:rights "© European Union, 2014 Unless otherwise noted, the reuse of the Ontology is authorised under the Licence ISA Open Metadata Licence v1.111." ; + dcterms:title "ePO Core shapes"@en ; + bibo:status "Semantic Specification Release" ; + vann:preferredNamespacePrefix "epo" ; + vann:preferredNamespaceUri "http://data.europa.eu/a4g/ontology#" ; + rdfs:comment "This version is automatically generated from ePO_core.xml on 2023-09-25" ; + rdfs:seeAlso , + , + , + ; + owl:imports :core, + :core-restriction, + cccev:, + dcterms:, + bibo:, + vann:, + , + , + , + , + org:, + , + foaf:, + ; + owl:incompatibleWith "3.1.0" ; + owl:priorVersion "3.1.0" ; + owl:versionIRI core-shape:core-shape-4.0.0 ; + owl:versionInfo "4.0.0" . \ No newline at end of file