Skip to content

Commit

Permalink
Merge pull request #8 from nicholsn/example_terms
Browse files Browse the repository at this point in the history
Example terms
  • Loading branch information
jbpoline committed Aug 16, 2015
2 parents b8583e4 + 671d563 commit 0fe6c1d
Show file tree
Hide file tree
Showing 4 changed files with 528 additions and 147 deletions.
147 changes: 0 additions & 147 deletions use-cases/abide/ABIDE_FBIRN_Query.ipynb

This file was deleted.

27 changes: 27 additions & 0 deletions use-cases/abide/abide_terms.ttl
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" .
27 changes: 27 additions & 0 deletions use-cases/fbirn/fbirn_terms.ttl
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" .
Loading

0 comments on commit 0fe6c1d

Please sign in to comment.