Skip to content

Commit fe4be25

Browse files
committed
Merge remote-tracking branch 'upstream/main' into chain-rules
2 parents 09050f5 + ce8462c commit fe4be25

6 files changed

Lines changed: 255 additions & 20 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ clean:
1111
rm semapv-terms.owl
1212

1313
semapv-terms.owl: semapv-terms.tsv
14-
$(ROBOT) template --template $< --prefix "skos: http://www.w3.org/2004/02/skos/core#" --prefix "semapv: https://w3id.org/semapv/vocab/" \
14+
$(ROBOT) template --template $< --add-prefixes context.jsonld \
1515
annotate --ontology-iri $(ONTBASE)/vocab/$@ --version-iri $(ONTBASE)/vocab/releases/$(DATE)/$@ -o $@
1616

1717
semapv-properties.owl: semapv-properties.tsv
18-
$(ROBOT) template --template $< --prefix "skos: http://www.w3.org/2004/02/skos/core#" --prefix "semapv: https://w3id.org/semapv/vocab/" \
18+
$(ROBOT) template --template $< --add-prefixes context.jsonld \
1919
annotate --ontology-iri $(ONTBASE)/vocab/$@ --version-iri $(ONTBASE)/vocab/releases/$(DATE)/$@ -o $@
2020

2121
SEMAPV_TERMS_URL=https://docs.google.com/spreadsheets/d/e/2PACX-1vQS6dVyRqEdXCtimXw1nxX77NCmJCfm_2sOL0eCkt_7MlTt8wCNgE8iw9pLACPIuwZDvu64WtsqtREQ/pub?gid=0&single=true&output=tsv

docs/index.html

Lines changed: 142 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,19 @@
290290
"@type": [
291291
"https://schema.org/DefinedTermSet"
292292
],
293+
"https://schema.org/contributor": [
294+
{
295+
"@id": "https://orcid.org/0000-0002-6095-8718"
296+
},
297+
{
298+
"@id": "https://orcid.org/0000-0003-4423-4370"
299+
}
300+
],
301+
"https://schema.org/creator": [
302+
{
303+
"@id": "https://orcid.org/0000-0002-7356-1779"
304+
}
305+
],
293306
"https://schema.org/description": [
294307
{
295308
"@value": "The Semantic Mapping Vocabulary provides and defines terms used for creating and maintaining semantic mappings, in particular mapping metadata."
@@ -329,6 +342,35 @@ <h2>Metadata</h2>
329342
</dt>
330343
<dd><p>Semantic Mapping Vocabulary</p></dd>
331344
</div>
345+
<div>
346+
<dt>
347+
<a class="hover_property" href="http://purl.org/dc/terms/creator" title="An entity responsible for making the resource. Defined in DCMI Metadata Terms">Creator</a>
348+
</dt>
349+
<dd>
350+
<span>
351+
<a href="https://orcid.org/0000-0002-7356-1779">https://orcid.org/0000-0002-7356-1779</a>
352+
</span>
353+
</dd>
354+
</div>
355+
<div>
356+
<dt>
357+
<a class="hover_property" href="http://purl.org/dc/terms/contributor" title="An entity responsible for making contributions to the resource. Defined in DCMI Metadata Terms">Contributor</a>
358+
</dt>
359+
<dd>
360+
<ul>
361+
<li>
362+
<span>
363+
<a href="https://orcid.org/0000-0002-6095-8718">https://orcid.org/0000-0002-6095-8718</a>
364+
</span>
365+
</li>
366+
<li>
367+
<span>
368+
<a href="https://orcid.org/0000-0003-4423-4370">https://orcid.org/0000-0003-4423-4370</a>
369+
</span>
370+
</li>
371+
</ul>
372+
</dd>
373+
</div>
332374
<div>
333375
<dt>
334376
<a class="hover_property" href="http://purl.org/dc/terms/license" title="A legal document giving official permission to do something with the resource. Defined in DCMI Metadata Terms">License</a>
@@ -342,7 +384,7 @@ <h2>Metadata</h2>
342384
<a class="hover_property" href="http://www.w3.org/2002/07/owl#versionIRI" title="The property that identifies the version IRI of an ontology. Defined in The OWL 2 Schema vocabulary (OWL 2)">Version Iri</a>
343385
</dt>
344386
<dd>
345-
<a href="http://w3id.org/semapv/vocab/releases/2026-06-02/semapv.owl">http://w3id.org/semapv/vocab/releases/2026-06-02/semapv.owl</a>
387+
<a href="http://w3id.org/semapv/vocab/releases/2026-06-10/semapv.owl">http://w3id.org/semapv/vocab/releases/2026-06-10/semapv.owl</a>
346388
</dd>
347389
</div>
348390
<div>
@@ -355,6 +397,19 @@ <h2>Metadata</h2>
355397
</div>
356398
<div class="section" id="classes">
357399
<h2>Classes</h2>
400+
<div class="property entity" id="human">
401+
<h3>human
402+
<sup class="sup-c" title="OWL/RDFS Class">c</sup>
403+
</h3>
404+
<table>
405+
<tr>
406+
<th>IRI</th>
407+
<td>
408+
<code>http://purl.obolibrary.org/obo/NCBITaxon_9606</code>
409+
</td>
410+
</tr>
411+
</table>
412+
</div>
358413
<div class="property entity" id="agent-basedmatchingprocess">
359414
<h3>agent-based matching process
360415
<sup class="sup-c" title="OWL/RDFS Class">c</sup>
@@ -2913,6 +2968,45 @@ <h3>ngram similarity
29132968
</div>
29142969
<div class="section" id="annotationproperties">
29152970
<h2>Annotation Properties</h2>
2971+
<div class="property entity" id="hasontologyrootterm">
2972+
<h3>has ontology root term
2973+
<sup class="sup-ap" title="OWL Annotation Property">ap</sup>
2974+
</h3>
2975+
<table>
2976+
<tr>
2977+
<th>IRI</th>
2978+
<td>
2979+
<code>http://purl.obolibrary.org/obo/IAO_0000700</code>
2980+
</td>
2981+
</tr>
2982+
</table>
2983+
</div>
2984+
<div class="property entity" id="contributor">
2985+
<h3>contributor
2986+
<sup class="sup-ap" title="OWL Annotation Property">ap</sup>
2987+
</h3>
2988+
<table>
2989+
<tr>
2990+
<th>IRI</th>
2991+
<td>
2992+
<code>http://purl.org/dc/terms/contributor</code>
2993+
</td>
2994+
</tr>
2995+
</table>
2996+
</div>
2997+
<div class="property entity" id="creator">
2998+
<h3>creator
2999+
<sup class="sup-ap" title="OWL Annotation Property">ap</sup>
3000+
</h3>
3001+
<table>
3002+
<tr>
3003+
<th>IRI</th>
3004+
<td>
3005+
<code>http://purl.org/dc/terms/creator</code>
3006+
</td>
3007+
</tr>
3008+
</table>
3009+
</div>
29163010
<div class="property entity" id="description">
29173011
<h3>description
29183012
<sup class="sup-ap" title="OWL Annotation Property">ap</sup>
@@ -3695,6 +3789,14 @@ <h3>non-isomorphic match
36953789
<div id="namespaces">
36963790
<h2>Namespaces</h2>
36973791
<dl>
3792+
<dt id="IAO">IAO</dt>
3793+
<dd>
3794+
<code>http://purl.obolibrary.org/obo/IAO_</code>
3795+
</dd>
3796+
<dt id="NCBITaxon">NCBITaxon</dt>
3797+
<dd>
3798+
<code>http://purl.obolibrary.org/obo/NCBITaxon_</code>
3799+
</dd>
36983800
<dt id="dcterms">dcterms</dt>
36993801
<dd>
37003802
<code>http://purl.org/dc/terms/</code>
@@ -3707,10 +3809,22 @@ <h2>Namespaces</h2>
37073809
<dd>
37083810
<code>http://w3id.org/semapv/vocab/</code>
37093811
</dd>
3812+
<dt id="obo">obo</dt>
3813+
<dd>
3814+
<code>http://purl.obolibrary.org/obo/</code>
3815+
</dd>
3816+
<dt id="orcid">orcid</dt>
3817+
<dd>
3818+
<code>https://orcid.org/</code>
3819+
</dd>
37103820
<dt id="owl">owl</dt>
37113821
<dd>
37123822
<code>http://www.w3.org/2002/07/owl#</code>
37133823
</dd>
3824+
<dt id="prov">prov</dt>
3825+
<dd>
3826+
<code>http://www.w3.org/ns/prov#</code>
3827+
</dd>
37143828
<dt id="rdf">rdf</dt>
37153829
<dd>
37163830
<code>http://www.w3.org/1999/02/22-rdf-syntax-ns#</code>
@@ -3720,10 +3834,6 @@ <h2>Namespaces</h2>
37203834
<code>http://www.w3.org/2000/01/rdf-schema#</code>
37213835
</dd>
37223836
<dt id="semapv">semapv</dt>
3723-
<dd>
3724-
<code>https://w3id.org/semapv/</code>
3725-
</dd>
3726-
<dt id="semapv_voc">semapv_voc</dt>
37273837
<dd>
37283838
<code>https://w3id.org/semapv/vocab/</code>
37293839
</dd>
@@ -3777,6 +3887,9 @@ <h4>
37773887
<a href="#classes">Classes</a>
37783888
</h4>
37793889
<ul class="second">
3890+
<li>
3891+
<a href="#human">human</a>
3892+
</li>
37803893
<li>
37813894
<a href="#agent-basedmatchingprocess">agent-based matching process</a>
37823895
</li>
@@ -3952,6 +4065,15 @@ <h4>
39524065
<a href="#annotationproperties">Annotation Properties</a>
39534066
</h4>
39544067
<ul class="second">
4068+
<li>
4069+
<a href="#hasontologyrootterm">has ontology root term</a>
4070+
</li>
4071+
<li>
4072+
<a href="#contributor">contributor</a>
4073+
</li>
4074+
<li>
4075+
<a href="#creator">creator</a>
4076+
</li>
39554077
<li>
39564078
<a href="#description">description</a>
39574079
</li>
@@ -4019,6 +4141,12 @@ <h4>
40194141
<a href="#namespaces">Namespaces</a>
40204142
</h4>
40214143
<ul class="second">
4144+
<li>
4145+
<a href="#IAO">IAO</a>
4146+
</li>
4147+
<li>
4148+
<a href="#NCBITaxon">NCBITaxon</a>
4149+
</li>
40224150
<li>
40234151
<a href="#dcterms">dcterms</a>
40244152
</li>
@@ -4028,9 +4156,18 @@ <h4>
40284156
<li>
40294157
<a href="#ns1">ns1</a>
40304158
</li>
4159+
<li>
4160+
<a href="#obo">obo</a>
4161+
</li>
4162+
<li>
4163+
<a href="#orcid">orcid</a>
4164+
</li>
40314165
<li>
40324166
<a href="#owl">owl</a>
40334167
</li>
4168+
<li>
4169+
<a href="#prov">prov</a>
4170+
</li>
40344171
<li>
40354172
<a href="#rdf">rdf</a>
40364173
</li>
@@ -4040,9 +4177,6 @@ <h4>
40404177
<li>
40414178
<a href="#semapv">semapv</a>
40424179
</li>
4043-
<li>
4044-
<a href="#semapv_voc">semapv_voc</a>
4045-
</li>
40464180
<li>
40474181
<a href="#skos">skos</a>
40484182
</li>

semapv-metadata.owl

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,52 @@
1-
21
Prefix(:=<https://w3id.org/semapv/vocab/>)
2+
Prefix(semapv:=<https://w3id.org/semapv/vocab/>)
33
Prefix(owl:=<http://www.w3.org/2002/07/owl#>)
44
Prefix(rdf:=<http://www.w3.org/1999/02/22-rdf-syntax-ns#>)
55
Prefix(xml:=<http://www.w3.org/XML/1998/namespace>)
66
Prefix(xsd:=<http://www.w3.org/2001/XMLSchema#>)
77
Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
88
Prefix(dcterms:=<http://purl.org/dc/terms/>)
9+
Prefix(obo:=<http://purl.obolibrary.org/obo/>)
10+
Prefix(IAO:=<http://purl.obolibrary.org/obo/IAO_>)
11+
Prefix(NCBITaxon:=<http://purl.obolibrary.org/obo/NCBITaxon_>)
12+
Prefix(skos:=<http://www.w3.org/2004/02/skos/core#>)
13+
Prefix(orcid:=<https://orcid.org/>)
914

1015

1116
Ontology(<https://w3id.org/semapv/semapv.owl>
1217

1318
Annotation(dcterms:description "The Semantic Mapping Vocabulary provides and defines terms used for creating and maintaining semantic mappings, in particular mapping metadata.")
1419
Annotation(dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/>)
1520
Annotation(dcterms:title "Semantic Mapping Vocabulary")
21+
Annotation(IAO:0000700 semapv:MappingActivity)
22+
Annotation(IAO:0000700 semapv:Mapping)
23+
Annotation(IAO:0000700 semapv:SimilarityMeasure)
24+
Annotation(dcterms:creator orcid:0000-0002-7356-1779)
25+
Annotation(dcterms:contributor orcid:0000-0003-4423-4370)
26+
Annotation(dcterms:contributor orcid:0000-0002-6095-8718)
1627

1728
Declaration(AnnotationProperty(dcterms:description))
1829
Declaration(AnnotationProperty(dcterms:license))
1930
Declaration(AnnotationProperty(dcterms:title))
31+
Declaration(AnnotationProperty(dcterms:creator))
32+
Declaration(AnnotationProperty(dcterms:contributor))
2033

21-
)
34+
Declaration(AnnotationProperty(IAO:0000700))
35+
AnnotationAssertion(skos:prefLabel IAO:0000700 "has ontology root term")
36+
37+
Declaration(Class(NCBITaxon:9606))
38+
AnnotationAssertion(skos:prefLabel NCBITaxon:9606 "human")
39+
40+
Declaration(NamedIndividual(orcid:0000-0002-7356-1779))
41+
ClassAssertion(NCBITaxon:9606 orcid:0000-0002-7356-1779)
42+
AnnotationAssertion(skos:prefLabel orcid:0000-0002-7356-1779 "Nicolas Matentzoglu")
2243

44+
Declaration(NamedIndividual(orcid:0000-0003-4423-4370))
45+
ClassAssertion(NCBITaxon:9606 orcid:0000-0003-4423-4370)
46+
AnnotationAssertion(skos:prefLabel orcid:0000-0003-4423-4370 "Charles Tapley Hoyt")
47+
48+
Declaration(NamedIndividual(orcid:0000-0002-6095-8718))
49+
ClassAssertion(NCBITaxon:9606 orcid:0000-0002-6095-8718)
50+
AnnotationAssertion(skos:prefLabel orcid:0000-0002-6095-8718 "Damien Goutte-Gattat")
51+
52+
)

semapv-properties.owl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xmlns:terms="http://purl.org/dc/terms/"
1111
xmlns:vocab="https://w3id.org/semapv/vocab/">
1212
<owl:Ontology rdf:about="http://w3id.org/semapv/vocab/semapv-properties.owl">
13-
<owl:versionIRI rdf:resource="http://w3id.org/semapv/vocab/releases/2026-06-02/semapv-properties.owl"/>
13+
<owl:versionIRI rdf:resource="http://w3id.org/semapv/vocab/releases/2026-06-10/semapv-properties.owl"/>
1414
</owl:Ontology>
1515

1616

semapv-terms.owl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
1010
xmlns:terms="http://purl.org/dc/terms/">
1111
<owl:Ontology rdf:about="http://w3id.org/semapv/vocab/semapv-terms.owl">
12-
<owl:versionIRI rdf:resource="http://w3id.org/semapv/vocab/releases/2026-06-02/semapv-terms.owl"/>
12+
<owl:versionIRI rdf:resource="http://w3id.org/semapv/vocab/releases/2026-06-10/semapv-terms.owl"/>
1313
</owl:Ontology>
1414

1515

0 commit comments

Comments
 (0)