Changes for page For Developers


From version 20.2
edited by Artur
on 2025/10/10 22:37
Change comment: There is no comment for this version
To version 18.1
edited by Artur
on 2025/08/04 17:22
Change comment: Uploaded new attachment "sip.ttl", version 1.2

Summary

Details

Page properties
Content
... ... @@ -2,8 +2,8 @@
2 2  
3 3  |**URI**|[[https:~~/~~/purl.semanticip.org/linked-data/>>https://purl.semanticip.org/linked-data/]]
4 4  |**Description**|The SIP ontology defines the semantic integration layer of the Interoperability Basis Platform. It supports formalization and publication of statistical standards such as SDMX and SIMS using FAIR and Linked Data principles.
5 -|**Contibutor**|[[https://purl.semanticip.org/linked-data/SemanticPro]] {{velocity}}[[~[~[image:icon:page_white_text~]~] TTL>>||class="getTTL"]]{{/velocity}}
6 -|**Has Part**|[[https://purl.semanticip.org/linked-data/sdmx/]] {{velocity}}[[~[~[image:icon:page_white_text~]~] TTL>>||class="getTTL"]]{{/velocity}}
5 +|**Contibutor**|[[https://purl.semanticip.org/linked-data/SemanticPro]] {{velocity}}[[$services.icon.render('file','Font Awesome') TTL>>||class="getTTL"]]{{/velocity}}
6 +|**Has Part**|[[https://purl.semanticip.org/linked-data/sdmx/]] {{velocity}}[[$services.icon.render('file','Font Awesome') TTL>>||class="getTTL"]]{{/velocity}}
7 7  
8 8  [[SIMS>>https://ec.europa.eu/eurostat/documents/64157/4373903/SIMS-2-0-Revised-standards-November-2015-ESSC-final.pdf/47c0b80d-0e19-4777-8f9e-28f89f82ce18]] is currently under development as part of the SIP initiative to support metadata interoperability.
9 9  
SKMS.Code.ForDevelopersClass[0]
URI
... ... @@ -1,1 +1,1 @@
1 -https://purl.semanticip.org/linked-data/
1 +http://purl.semanticip.org/linked-data/
XWiki.JavaScriptExtension[0]
Code
... ... @@ -71,11 +71,10 @@
71 71   if (pop) {
72 72   var $tip = pop.tip();
73 73   $tip.addClass('ttl-preview-popover');
74 - var resp = ttlText.result;
75 75   $tip.find('.popover-body, .popover-content')
76 76   .html(
77 77   '<pre style="white-space: pre-wrap; font-family: monospace; margin:0;font-size:85%;">' +
78 - $('<div>').text(resp).html() +
77 + $('<div>').text(ttlText).html() +
79 79   '</pre>'
80 80   );
81 81   }