-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
113 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
@prefix iadopt: <https://w3id.org/iadopt/ont/> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix GrB: <http://www.group.org/iadopt/challengeB/> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix dc: <http://purl.org/dc/terms/> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
GrB:29 | ||
a iadopt:Variable ; | ||
skos:prefLabel "Anxiety level"@en ; | ||
skos:altLabel "Anxiety state"@en ; | ||
skos:definition "How nervous, worried, or uneasy someone has felt over a given period of time. It measures the intensity of these feelings, ranging from mild worry to strong nervousness or fear, experienced during this period."@en ; | ||
iadopt:hasProperty <http://vocabs.lter-europe.net/EnvThes/10013> ; | ||
iadopt:hasObjectOfInterest <https://elsst.cessda.eu/id/2/becf13ae-fa53-4ccc-9830-89cf0d9d25b9> ; | ||
iadopt:hasContextObject <http://purl.obolibrary.org/obo/NCBITaxon_9606> ; | ||
iadopt:hasConstraint <http://publications.europa.eu/resource/dataset/timeperiod> ; | ||
. | ||
|
||
<http://vocabs.lter-europe.net/EnvThes/10013> | ||
a iadopt:Property ; | ||
rdfs:label "level"@en ; | ||
. | ||
|
||
<https://elsst.cessda.eu/id/2/becf13ae-fa53-4ccc-9830-89cf0d9d25b9> | ||
a iadopt:Entity ; | ||
rdfs:label "anxiety"@en ; | ||
. | ||
|
||
|
||
<http://purl.obolibrary.org/obo/NCBITaxon_9606> | ||
a iadopt:Entity ; | ||
rdfs:label "humans"@en ; | ||
. | ||
|
||
<http://publications.europa.eu/resource/dataset/timeperiod> | ||
a iadopt:Constraint ; | ||
rdfs:label "time period "@en ; | ||
iadopt:constrains <https://elsst.cessda.eu/id/2/becf13ae-fa53-4ccc-9830-89cf0d9d25b9> ; | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Anxiety level - I-ADOPT Variable Details</title> | ||
<link href="../../styles.css" rel="stylesheet"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
</head> | ||
<body> | ||
<header> | ||
<h1><a href="../../index.html">I-ADOPT Variable Examples</a></h1> | ||
<p>Your resource for modelled I-ADOPT variables with concepts from different terminologies.</p> | ||
</header> | ||
|
||
<main> | ||
<section> | ||
<h2>Anxiety level</h2> | ||
<p class="description">How nervous, worried, or uneasy someone has felt over a given period of time. It measures the intensity of these feelings, ranging from mild worry to strong nervousness or fear, experienced during this period.</p> | ||
</section> | ||
|
||
<section> | ||
<h3>Property:</h3> | ||
<dl> | ||
<dt> | ||
<a href="http://vocabs.lter-europe.net/EnvThes/10013">level</a> | ||
</dt> | ||
<dd class="description"></dd> | ||
</dl> | ||
</section> | ||
|
||
<section> | ||
<h3>Object of Interest:</h3> | ||
<dl> | ||
<dt> | ||
<a href="https://elsst.cessda.eu/id/2/becf13ae-fa53-4ccc-9830-89cf0d9d25b9">anxiety</a> | ||
</dt> | ||
<dd class="description"></dd> | ||
</dl> | ||
</section> | ||
|
||
|
||
<section> | ||
<h3>Context Objects:</h3> | ||
<dl> | ||
<dt> | ||
<a href="http://purl.obolibrary.org/obo/NCBITaxon_9606">humans</a> | ||
</dt> | ||
<dd class="description"></dd> | ||
</dl> | ||
</section> | ||
|
||
|
||
<div class="vis"> | ||
<iframe | ||
src="https://sirkos.github.io/iadopt-vis/remote.html?jsonld=%7B%22%40context%22%3A%22https%3A%2F%2Fw3id.org%2Fiadopt%2FVariable.context.jsonld%22%2C%22%40type%22%3A%22https%3A%2F%2Fw3id.org%2Fiadopt%2Font%2FVariable%22%2C%22%40id%22%3A%22http%3A%2F%2Fwww.group.org%2Fiadopt%2FchallengeB%2F29%22%2C%22label%22%3A%22Anxiety%20level%22%2C%22comment%22%3A%22How%20nervous%2C%20worried%2C%20or%20uneasy%20someone%20has%20felt%20over%20a%20given%20period%20of%20time.%20It%20measures%20the%20intensity%20of%20these%20feelings%2C%20ranging%20from%20mild%20worry%20to%20strong%20nervousness%20or%20fear%2C%20experienced%20during%20this%20period.%22%2C%22property%22%3A%7B%22%40type%22%3A%5B%22https%3A%2F%2Fw3id.org%2Fiadopt%2Font%2FProperty%22%5D%2C%22%40id%22%3A%22http%3A%2F%2Fvocabs.lter-europe.net%2FEnvThes%2F10013%22%2C%22label%22%3A%22level%22%7D%2C%22ooi%22%3A%7B%22%40type%22%3A%5B%22https%3A%2F%2Fw3id.org%2Fiadopt%2Font%2FEntity%22%5D%2C%22%40id%22%3A%22https%3A%2F%2Felsst.cessda.eu%2Fid%2F2%2Fbecf13ae-fa53-4ccc-9830-89cf0d9d25b9%22%2C%22label%22%3A%22anxiety%22%7D%2C%22context%22%3A%5B%7B%22%40type%22%3A%5B%22https%3A%2F%2Fw3id.org%2Fiadopt%2Font%2FEntity%22%5D%2C%22%40id%22%3A%22http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FNCBITaxon_9606%22%2C%22label%22%3A%22humans%22%7D%5D%2C%22constraint%22%3A%5B%7B%22%40type%22%3A%5B%22https%3A%2F%2Fw3id.org%2Fiadopt%2Font%2FEntity%22%5D%2C%22%40id%22%3A%22http%3A%2F%2Fpublications.europa.eu%2Fresource%2Fdataset%2Ftimeperiod%22%2C%22label%22%3A%22time%20period%20%22%2C%22constrains%22%3A%5B%22https%3A%2F%2Felsst.cessda.eu%2Fid%2F2%2Fbecf13ae-fa53-4ccc-9830-89cf0d9d25b9%22%5D%7D%5D%7D" | ||
></iframe> | ||
</div> | ||
</main> | ||
|
||
<footer> | ||
<p>© 2024 I-ADOPT. All rights reserved.</p> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters