Changes for page For Developers


From version 11.1
edited by Artur
on 2025/07/24 17:12
Change comment: There is no comment for this version
To version 16.1
edited by Artur
on 2025/07/25 13:28
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,14 +1,10 @@
1 1  ==== **Semantic Interoperability Ontology** ====
2 2  
3 3  |**URI**|[[http:~~/~~/purl.semanticip.org/linked-data/>>http://purl.semanticip.org/linked-data/]]
4 -|**Description**|The SIP ontology defines the semantic integration layer of the Interoperability Basis initiative. It supports formalization and publication of statistical standards such as SDMX and SIMS using FAIR and Linked Data principles.
5 -|**Contibutor**|(((
6 -[[http:~~/~~/purl.semanticip.org/linked-data/SemanticPro>>http://purl.semanticip.org/linked-data/SemanticPro]] {{velocity}}[[$services.icon.render('file','Font Awesome') TTL>>||class="getTTL"]]{{/velocity}}
7 -)))
8 -|**Has Part**|(((
9 -[[http:~~/~~/purl.semanticip.org/linked-data/sdmx/>>http://purl.semanticip.org/linked-data/sdmx/]] {{velocity}}[[$services.icon.render('file','Font Awesome') TTL>>||class="getTTL"]]{{/velocity}}
10 -)))
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**|[[http://purl.semanticip.org/linked-data/SemanticPro]] {{velocity}}[[$services.icon.render('file','Font Awesome') TTL>>||class="getTTL"]]{{/velocity}}
6 +|**Has Part**|[[http://purl.semanticip.org/linked-data/sdmx/]] {{velocity}}[[$services.icon.render('file','Font Awesome') TTL>>||class="getTTL"]]{{/velocity}}
11 11  
12 12  [[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.
13 13  
14 -**sip-sdmx in TTL Format** [[Preview>>attach:sip.ttl||class="btn btn-primary"]]
10 +**sip in TTL Format** [[Preview>>attach:sip.ttl||class="btn btn-primary"]]
XWiki.JavaScriptExtension[0]
Code
... ... @@ -11,7 +11,7 @@
11 11   parentTd = $btn.closest('dd');
12 12  }
13 13   // Ищем freestanding-ссылку
14 - var uri = parentTd.find('a.wikimodel-freestanding').attr('href');
14 + var uri = parentTd.find('a').attr('href');
15 15   if (!uri) {
16 16   return alert('Не найден исходный URI для запроса.');
17 17   }