Skip to content

Commit

Permalink
change label
Browse files Browse the repository at this point in the history
  • Loading branch information
hvarg committed Mar 17, 2024
1 parent 6128e5d commit cc9527e
Show file tree
Hide file tree
Showing 12 changed files with 56 additions and 56 deletions.
10 changes: 5 additions & 5 deletions development/CohortOntology.owl
Original file line number Diff line number Diff line change
Expand Up @@ -893,9 +893,9 @@



<!-- https://w3id.org/enigma#hasEthnicGroup -->
<!-- https://w3id.org/enigma#hasGeneticGroup -->

<owl:DatatypeProperty rdf:about="https://w3id.org/enigma#hasEthnicGroup">
<owl:DatatypeProperty rdf:about="https://w3id.org/enigma#hasGeneticGroup">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
Expand Down Expand Up @@ -939,9 +939,9 @@
</owl:oneOf>
</rdfs:Datatype>
</rdfs:range>
<vann:example xml:lang="en">Cohort1 hasEthnicGroup &quot;European&quot;</vann:example>
<rdfs:comment xml:lang="en">Describes the ethnic group that the participants of the cohort are in</rdfs:comment>
<rdfs:label xml:lang="en">has ethnic group</rdfs:label>
<vann:example xml:lang="en">Cohort1 hasGeneticGroup &quot;European&quot;</vann:example>
<rdfs:comment xml:lang="en">Describes the genetic group that the participants of the cohort are in</rdfs:comment>
<rdfs:label xml:lang="en">has genetic group</rdfs:label>
</owl:DatatypeProperty>


Expand Down
10 changes: 5 additions & 5 deletions release/cohort/1.1.0/ontology.json
Original file line number Diff line number Diff line change
Expand Up @@ -1615,22 +1615,22 @@
"@id" : "https://schema.org/distribution"
} ]
}, {
"@id" : "https://w3id.org/enigma#hasEthnicGroup",
"@id" : "https://w3id.org/enigma#hasGeneticGroup",
"@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ],
"http://purl.org/vocab/vann/example" : [ {
"@language" : "en",
"@value" : "Cohort1 hasEthnicGroup \"European\""
"@value" : "Cohort1 hasGeneticGroup \"European\""
} ],
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
"@language" : "en",
"@value" : "Describes the ethnic group that the participants of the cohort are in"
"@value" : "Describes the genetic group that the participants of the cohort are in"
} ],
"http://www.w3.org/2000/01/rdf-schema#domain" : [ {
"@id" : "_:genid108"
} ],
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
"@language" : "en",
"@value" : "has ethnic group"
"@value" : "has genetic group"
} ],
"http://www.w3.org/2000/01/rdf-schema#range" : [ {
"@id" : "_:genid111"
Expand Down Expand Up @@ -2231,4 +2231,4 @@
"http://www.w3.org/2000/01/rdf-schema#range" : [ {
"@id" : "http://www.w3.org/2001/XMLSchema#string"
} ]
} ]
} ]
14 changes: 7 additions & 7 deletions release/cohort/1.1.0/ontology.nt
Original file line number Diff line number Diff line change
Expand Up @@ -710,9 +710,9 @@ _:genid105 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/
<https://w3id.org/enigma#hasDescription> <http://www.w3.org/2000/01/rdf-schema#comment> "Description of an item" .
<https://w3id.org/enigma#hasDescription> <http://www.w3.org/2000/01/rdf-schema#label> "has description" .
#
# https://w3id.org/enigma#hasEthnicGroup
<https://w3id.org/enigma#hasEthnicGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://w3id.org/enigma#hasEthnicGroup> <http://www.w3.org/2000/01/rdf-schema#domain> _:genid108 .
# https://w3id.org/enigma#hasGeneticGroup
<https://w3id.org/enigma#hasGeneticGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://w3id.org/enigma#hasGeneticGroup> <http://www.w3.org/2000/01/rdf-schema#domain> _:genid108 .
_:genid108 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:genid108 <http://www.w3.org/2002/07/owl#unionOf> _:genid110 .
_:genid110 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
Expand All @@ -721,7 +721,7 @@ _:genid110 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid109 .
_:genid109 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid109 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/enigma#CohortProject> .
_:genid109 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<https://w3id.org/enigma#hasEthnicGroup> <http://www.w3.org/2000/01/rdf-schema#range> _:genid111 .
<https://w3id.org/enigma#hasGeneticGroup> <http://www.w3.org/2000/01/rdf-schema#range> _:genid111 .
_:genid111 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Datatype> .
_:genid111 <http://www.w3.org/2002/07/owl#oneOf> _:genid116 .
_:genid116 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
Expand All @@ -739,9 +739,9 @@ _:genid113 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid112 .
_:genid112 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
_:genid112 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "Two or More Races" .
_:genid112 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<https://w3id.org/enigma#hasEthnicGroup> <http://purl.org/vocab/vann/example> "Cohort1 hasEthnicGroup \"European\""@en .
<https://w3id.org/enigma#hasEthnicGroup> <http://www.w3.org/2000/01/rdf-schema#comment> "Describes the ethnic group that the participants of the cohort are in"@en .
<https://w3id.org/enigma#hasEthnicGroup> <http://www.w3.org/2000/01/rdf-schema#label> "has ethnic group"@en .
<https://w3id.org/enigma#hasGeneticGroup> <http://purl.org/vocab/vann/example> "Cohort1 hasGeneticGroup \"European\""@en .
<https://w3id.org/enigma#hasGeneticGroup> <http://www.w3.org/2000/01/rdf-schema#comment> "Describes the genetic group that the participants of the cohort are in"@en .
<https://w3id.org/enigma#hasGeneticGroup> <http://www.w3.org/2000/01/rdf-schema#label> "has genetic group"@en .
#
# https://w3id.org/enigma#hasExclusionCriteria
<https://w3id.org/enigma#hasExclusionCriteria> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
Expand Down
10 changes: 5 additions & 5 deletions release/cohort/1.1.0/ontology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -602,8 +602,8 @@ xsd:gYear rdf:type rdfs:Datatype .
rdfs:label "has description" .


### https://w3id.org/enigma#hasEthnicGroup
:hasEthnicGroup rdf:type owl:DatatypeProperty ;
### https://w3id.org/enigma#hasGeneticGroup
:hasGeneticGroup rdf:type owl:DatatypeProperty ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( :Cohort
:CohortProject
Expand All @@ -627,9 +627,9 @@ xsd:gYear rdf:type rdfs:Datatype .
]
]
] ;
<http://purl.org/vocab/vann/example> "Cohort1 hasEthnicGroup \"European\""@en ;
rdfs:comment "Describes the ethnic group that the participants of the cohort are in"@en ;
rdfs:label "has ethnic group"@en .
<http://purl.org/vocab/vann/example> "Cohort1 hasGeneticGroup \"European\""@en ;
rdfs:comment "Describes the genetic group that the participants of the cohort are in"@en ;
rdfs:label "has genetic group"@en .


### https://w3id.org/enigma#hasExclusionCriteria
Expand Down
10 changes: 5 additions & 5 deletions release/cohort/1.1.0/ontology.xml
Original file line number Diff line number Diff line change
Expand Up @@ -942,10 +942,10 @@



<!-- https://w3id.org/enigma#hasEthnicGroup -->
<!-- https://w3id.org/enigma#hasGeneticGroup -->


<owl:DatatypeProperty rdf:about="https://w3id.org/enigma#hasEthnicGroup">
<owl:DatatypeProperty rdf:about="https://w3id.org/enigma#hasGeneticGroup">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
Expand Down Expand Up @@ -989,9 +989,9 @@
</owl:oneOf>
</rdfs:Datatype>
</rdfs:range>
<vann:example xml:lang="en">Cohort1 hasEthnicGroup &quot;European&quot;</vann:example>
<rdfs:comment xml:lang="en">Describes the ethnic group that the participants of the cohort are in</rdfs:comment>
<rdfs:label xml:lang="en">has ethnic group</rdfs:label>
<vann:example xml:lang="en">Cohort1 hasGeneticGroup &quot;European&quot;</vann:example>
<rdfs:comment xml:lang="en">Describes the genetic group that the participants of the cohort are in</rdfs:comment>
<rdfs:label xml:lang="en">has genetic group</rdfs:label>
</owl:DatatypeProperty>


Expand Down
12 changes: 6 additions & 6 deletions release/cohort/1.1.0/sections/crossref-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,7 @@ <h3 id="dataproperties-headline" class="list">Data Properties</h3>
<a href="#hasDescription" title="https://w3id.org/enigma#hasDescription">has description</a>
</li>
<li>
<a href="#hasEthnicGroup" title="https://w3id.org/enigma#hasEthnicGroup">has ethnic group</a>
<a href="#hasGeneticGroup" title="https://w3id.org/enigma#hasGeneticGroup">has genetic group</a>
</li>
<li>
<a href="#hasExclusionCriteria" title="https://w3id.org/enigma#hasExclusionCriteria">has exclusion criteria</a>
Expand Down Expand Up @@ -2669,20 +2669,20 @@ <h3>has description<sup class="type-dp" title="data property">dp</sup>
</dl>
</div>
</div>
<div class="entity" id="hasEthnicGroup">
<h3>has ethnic group<sup class="type-dp" title="data property">dp</sup>
<div class="entity" id="hasGeneticGroup">
<h3>has genetic group<sup class="type-dp" title="data property">dp</sup>
<span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a>
</span>
</h3>
<p>
<strong>IRI:</strong> https://w3id.org/enigma#hasEthnicGroup</p>
<strong>IRI:</strong> https://w3id.org/enigma#hasGeneticGroup</p>
<div class="comment">
<span class="markdown">Describes the ethnic group that the participants of the cohort are in</span>
<span class="markdown">Describes the genetic group that the participants of the cohort are in</span>
</div>
<dl>
<dt>Example</dt>
<dd>
<pre>Cohort1 hasEthnicGroup "European"</pre>
<pre>Cohort1 hasGeneticGroup "European"</pre>
</dd>
</dl>
<div class="description">
Expand Down
2 changes: 1 addition & 1 deletion release/cohort/1.1.0/sections/overview-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ <h4>Classes</h4>
<a href="#hasDescription" title="https://w3id.org/enigma#hasDescription">has description</a>
</li>
<li>
<a href="#hasEthnicGroup" title="https://w3id.org/enigma#hasEthnicGroup">has ethnic group</a>
<a href="#hasGeneticGroup" title="https://w3id.org/enigma#hasGeneticGroup">has genetic group</a>
</li>
<li>
<a href="#hasExclusionCriteria" title="https://w3id.org/enigma#hasExclusionCriteria">has exclusion criteria</a>
Expand Down
12 changes: 6 additions & 6 deletions release/cohort/1.1.0/webvowl/data/ontology.json
Original file line number Diff line number Diff line change
Expand Up @@ -1989,24 +1989,24 @@
"attributes" : [ "datatype" ],
"id" : "23"
}, {
"iri" : "https://w3id.org/enigma#hasEthnicGroup",
"iri" : "https://w3id.org/enigma#hasGeneticGroup",
"baseIri" : "https://w3id.org/enigma",
"range" : "27",
"annotations" : {
"example" : [ {
"identifier" : "example",
"language" : "en",
"value" : "Cohort1 hasEthnicGroup \"European\"",
"value" : "Cohort1 hasGeneticGroup \"European\"",
"type" : "label"
} ]
},
"label" : {
"IRI-based" : "hasEthnicGroup",
"en" : "has ethnic group"
"IRI-based" : "hasGeneticGroup",
"en" : "has genetic group"
},
"domain" : "26",
"comment" : {
"en" : "Describes the ethnic group that the participants of the cohort are in"
"en" : "Describes the genetic group that the participants of the cohort are in"
},
"attributes" : [ "datatype" ],
"id" : "25"
Expand Down Expand Up @@ -3209,4 +3209,4 @@
"attributes" : [ "object", "anonymous" ],
"id" : "195"
} ]
}
}
8 changes: 4 additions & 4 deletions release/ontology_all.owl
Original file line number Diff line number Diff line change
Expand Up @@ -2231,10 +2231,10 @@ NOTE: study design options are mutually exclusive for Cohort Groups but not Proj
<rdf:rest rdf:nodeID="A170"/>
<rdf:first rdf:resource="https://w3id.org/enigma#Cohort"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/enigma#hasEthnicGroup">
<rdfs:label xml:lang="en">has ethnic group</rdfs:label>
<rdfs:comment xml:lang="en">Describes the ethnic group that the participants of the cohort are in</rdfs:comment>
<j.2:example xml:lang="en">Cohort1 hasEthnicGroup "European"</j.2:example>
<rdf:Description rdf:about="https://w3id.org/enigma#hasGeneticGroup">
<rdfs:label xml:lang="en">has genetic group</rdfs:label>
<rdfs:comment xml:lang="en">Describes the genetic group that the participants of the cohort are in</rdfs:comment>
<j.2:example xml:lang="en">Cohort1 hasGeneticGroup "European"</j.2:example>
<rdfs:range rdf:nodeID="A157"/>
<rdfs:domain rdf:nodeID="A171"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
Expand Down
8 changes: 4 additions & 4 deletions release/ontology_all.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1744,14 +1744,14 @@ owl:topDataProperty
<http://www.linkedmodel.org/schema/vaem#rationale>
"Property added to restrict the domain to enigma:Person. This is done for facilitating the interaction with the wiki interface"@en .

:hasEthnicGroup
:hasGeneticGroup
a owl:DatatypeProperty ;
rdfs:comment "Describes the ethnic group that the participants of the cohort are in"@en ;
rdfs:comment "Describes the genetic group that the participants of the cohort are in"@en ;
rdfs:domain
[ a owl:Class ;
owl:unionOf (:Cohort :CohortProject)
] ;
rdfs:label "has ethnic group"@en ;
rdfs:label "has genetic group"@en ;
rdfs:range
[ a rdfs:Datatype ;
owl:oneOf
Expand All @@ -1777,7 +1777,7 @@ owl:topDataProperty
]
] ;
<http://purl.org/vocab/vann/example>
"Cohort1 hasEthnicGroup \"European\""@en .
"Cohort1 hasGeneticGroup \"European\""@en .

:SignificantGeneralMedicalCondition
a owl:Class ;
Expand Down
8 changes: 4 additions & 4 deletions release/ontology_all/1.1.0/ontology_all.owl
Original file line number Diff line number Diff line change
Expand Up @@ -1423,10 +1423,10 @@ NOTE: study design options are mutually exclusive for Cohort Groups but not Proj
<owl:unionOf rdf:nodeID="A139"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/enigma#hasEthnicGroup">
<rdfs:label xml:lang="en">has ethnic group</rdfs:label>
<rdfs:comment xml:lang="en">Describes the ethnic group that the participants of the cohort are in</rdfs:comment>
<vann:example xml:lang="en">Cohort1 hasEthnicGroup "European"</vann:example>
<rdf:Description rdf:about="https://w3id.org/enigma#hasGeneticGroup">
<rdfs:label xml:lang="en">has genetic group</rdfs:label>
<rdfs:comment xml:lang="en">Describes the genetic group that the participants of the cohort are in</rdfs:comment>
<vann:example xml:lang="en">Cohort1 hasGeneticGroup "European"</vann:example>
<rdfs:range rdf:nodeID="A76"/>
<rdfs:domain rdf:nodeID="A30"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
Expand Down
8 changes: 4 additions & 4 deletions release/ontology_all/1.1.0/ontology_all.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -983,14 +983,14 @@ vann:example
rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/givenName> ;
vaem:rationale "Property added to restrict the domain to enigma:Person. This is done for facilitating the interaction with the wiki interface"@en .

:hasEthnicGroup
:hasGeneticGroup
a owl:DatatypeProperty ;
rdfs:comment "Describes the ethnic group that the participants of the cohort are in"@en ;
rdfs:comment "Describes the genetic group that the participants of the cohort are in"@en ;
rdfs:domain
[ a owl:Class ;
owl:unionOf (:Cohort :CohortProject)
] ;
rdfs:label "has ethnic group"@en ;
rdfs:label "has genetic group"@en ;
rdfs:range
[ a rdfs:Datatype ;
owl:oneOf
Expand All @@ -1015,7 +1015,7 @@ vann:example
]
]
] ;
vann:example "Cohort1 hasEthnicGroup \"European\""@en .
vann:example "Cohort1 hasGeneticGroup \"European\""@en .

:EndocrineDisorder
a owl:Class ;
Expand Down

0 comments on commit cc9527e

Please sign in to comment.