-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from nicholsn/example_terms
Example terms
- Loading branch information
Showing
4 changed files
with
528 additions
and
147 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,27 @@ | ||
@prefix abide: <http://fcon_1000.projects.nitrc.org/indi/abide/> . | ||
@prefix ncit: <http://ncitt.ncit.nih.gov/> . | ||
@prefix nidash: <http://purl.org/nidash/nidm/> . | ||
@prefix nidm: <http://nidm.nidash.org/> . | ||
@prefix prov: <http://www.w3.org/ns/prov#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix xml: <http://www.w3.org/XML/1998/namespace> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
abide:ABIDE_FSIQ a prov:Entity ; | ||
abide:form "WASI" ; | ||
abide:term "ABIDE_FIQ" ; | ||
prov:definition "FIQ Standard Score" ; | ||
prov:label "ABIDE vocabulary term" . | ||
|
||
abide:ABIDE_PIQ a prov:Entity ; | ||
abide:form "WASI" ; | ||
abide:term "ABIDE_PIQ" ; | ||
prov:definition "PIQ Standard Score" ; | ||
prov:label "ABIDE vocabulary term" . | ||
|
||
abide:ABIDE_VIQ a prov:Entity ; | ||
abide:form "WASI" ; | ||
abide:term "ABIDE_VIQ" ; | ||
prov:definition "VIQ Standard Score" ; | ||
prov:label "ABIDE vocabulary term" . |
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,27 @@ | ||
@prefix fbirn: <http://www.birncommunity.org/collaborators/function-birn/> . | ||
@prefix ncit: <http://ncitt.ncit.nih.gov/> . | ||
@prefix nidash: <http://purl.org/nidash/nidm/> . | ||
@prefix nidm: <http://nidm.nidash.org/> . | ||
@prefix prov: <http://www.w3.org/ns/prov#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix xml: <http://www.w3.org/XML/1998/namespace> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
fbirn:FSIQ a prov:Entity ; | ||
fbirn:form "North American Adult Reading Test (NAART)" ; | ||
fbirn:term "FSIQ" ; | ||
prov:definition "Estimated Full Scale IQ = 127.8 - .78 * errors" ; | ||
prov:label "FBIRN vocabulary term" . | ||
|
||
fbirn:PIQ a prov:Entity ; | ||
fbirn:form "North American Adult Reading Test (NAART)" ; | ||
fbirn:term "PIQ" ; | ||
prov:definition "Estimated Performance IQ = 119.4 - .42 * errors" ; | ||
prov:label "FBIRN vocabulary term" . | ||
|
||
fbirn:VIQ a prov:Entity ; | ||
fbirn:form "North American Adult Reading Test (NAART)" ; | ||
fbirn:term "VIQ" ; | ||
prov:definition "Estimated Verbal IQ = 128.7 - .89 * errors" ; | ||
prov:label "FBIRN vocabulary term" . |
Oops, something went wrong.