Changes for page For Developers


From version 22.1
edited by Artur
on 2025/10/10 22:57
Change comment: Uploaded new attachment "sip.ttl", version 1.4
To version 19.1
edited by Artur
on 2025/08/12 17:04
Change comment: There is no comment for this version

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  
sip.ttl
Size
... ... @@ -1,1 +1,1 @@
1 -1.6 KB
1 +1.4 KB
Content
... ... @@ -13,19 +13,15 @@
13 13   dcterms: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."@en ;
14 14   owl:versionInfo "1.0" ;
15 15   dcterms:created "2025-07-24"^^xsd:date ;
16 - dcterms:contributor sip:SemanticGroup ;
16 + dcterms:contributor sip:SemanticPro ;
17 17   dcterms:hasPart <https://purl.semanticip.org/linked-data/sdmx/> .
18 18  
19 19  
20 -sip:SemanticGroup a foaf:Organization, dcterms:Agent ;
21 - foaf:name "Semantic R&D Group" ;
22 - foaf:currentProject sip:IoBP;
20 +sip:SemanticPro a foaf:Organization, dcterms:Agent ;
21 + foaf:name "SemanticPro R&D Group" ;
23 23   foaf:mbox "info@semanticip.org" .
24 24  
25 -sip:IoBP a foaf:Project ;
26 - foaf:name "Interoperability Basis Platform" ;
27 - foaf:homepage <https://basis.semanticip.org/xwiki/bin/view/Main/> .
28 -
24 +
29 29  <https://purl.semanticip.org/linked-data/sdmx/> dcterms:isPartOf <https://purl.semanticip.org/linked-data/> .
30 30  
31 31  
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   }