From 1a5b40d91299418c91c82afd5be8f3db91a4dd28 Mon Sep 17 00:00:00 2001 From: Duy DINH Date: Thu, 10 Nov 2022 15:22:27 +0100 Subject: [PATCH 1/2] EPO-608 --- src/owl-core.xsl | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/owl-core.xsl b/src/owl-core.xsl index 44a407a4..671a409b 100644 --- a/src/owl-core.xsl +++ b/src/owl-core.xsl @@ -22,6 +22,7 @@ xmlns:cc="http://creativecommons.org/ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:org="http://www.w3.org/ns/org#" + xmlns:schema="https://schema.org/" version="3.0"> @@ -115,10 +116,10 @@ Eugeniu Costetchi - + Meaningfy - + @@ -126,10 +127,10 @@ Andreea Pasare - + Meaningfy - + @@ -137,9 +138,9 @@ Natalie Muric - + Publications Office of the European Union - + From c453b6e665ae7fdded3b0c82169dbbcc445908ed Mon Sep 17 00:00:00 2001 From: Duy DINH Date: Thu, 10 Nov 2022 16:02:13 +0100 Subject: [PATCH 2/2] adding schema --- src/owl-restrictions.xsl | 10 +++++++--- src/shacl-shapes.xsl | 16 +++++++++++----- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/src/owl-restrictions.xsl b/src/owl-restrictions.xsl index 29c82bc4..cd5586ce 100644 --- a/src/owl-restrictions.xsl +++ b/src/owl-restrictions.xsl @@ -11,9 +11,13 @@ xmlns:umldi="http://www.omg.org/spec/UML/20131001/UMLDI" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:owl="http://www.w3.org/2002/07/owl#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:vann="http://purl.org/vocab/vann/" - xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:dct="http://purl.org/dc/terms/" - xmlns:cc="http://creativecommons.org/ns#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:vann="http://purl.org/vocab/vann/" + xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" + xmlns:dct="http://purl.org/dc/terms/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:skos="http://www.w3.org/2004/02/skos/core#" + xmlns:schema="https://schema.org/" version="3.0"> diff --git a/src/shacl-shapes.xsl b/src/shacl-shapes.xsl index 42bc5902..097fbb6d 100644 --- a/src/shacl-shapes.xsl +++ b/src/shacl-shapes.xsl @@ -6,16 +6,22 @@ xmlns:xd="http://www.oxygenxml.com/ns/doc/xsl" xmlns:fn="http://www.w3.org/2005/xpath-functions" exclude-result-prefixes="xs math xd xsl uml xmi umldi fn f" xmlns:uml="http://www.omg.org/spec/UML/20131001" - xmlns:xmi="http://www.omg.org/spec/XMI/20131001" + xmlns:xmi="http://www.omg.org/spec/XMI/20131001" xmlns:umldi="http://www.omg.org/spec/UML/20131001/UMLDI" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:dct="http://purl.org/dc/terms/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:dct="http://purl.org/dc/terms/" - xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sh="http://www.w3.org/ns/shacl#" - xmlns:f="http://https://github.com/costezki/model2owl#" xmlns:vann="http://purl.org/vocab/vann/" - xmlns:cc="http://creativecommons.org/ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/" version="3.0"> + xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" + xmlns:skos="http://www.w3.org/2004/02/skos/core#" + xmlns:sh="http://www.w3.org/ns/shacl#" + xmlns:f="http://https://github.com/costezki/model2owl#" + xmlns:vann="http://purl.org/vocab/vann/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:foaf="http://xmlns.com/foaf/0.1/" + xmlns:schema="https://schema.org/" + version="3.0">