Skip to content

Commit

Permalink
add: new exampe terms with defs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholsn committed Aug 15, 2015
1 parent 3a3c77e commit aa50368
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions use-cases/fbirn/fbirn_terms.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
@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#> .

nidash:entity_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" .

nidash:entity_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" .

nidash:entity_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" .

0 comments on commit aa50368

Please sign in to comment.