forked from LLTommy/REST_to_RDF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRIKENBIoSample.ttl
59 lines (59 loc) · 3.08 KB
/
RIKENBIoSample.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
@prefix ns1: <http://purl.obolibrary.org/obo/> .
@prefix ns2: <http://> .
@prefix ns3: <http://purl.org/dc/terms/> .
@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#> .
@prefix riken: <http://metadb.riken.jp/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
<http://metadb.riken.jp/db/clstMultimodalMicrostruct/riken/BioSample/BioSample001> a <http://metadb.riken.jp/db/clstMultimodalMicrostruct/riken/BioSample> ;
dcterms:title "BioSample001" ;
dcterms:identifier "BioSample001" ;
dcterms:description "Rat liver" ;
dcterms:modified "2017-09-12" ;
ns1:NCIT_C25461 "Satoshi Kume" ;
ns1:NCIT_C93874 <http://metadb.riken.jp/db/clstMultimodalMicrostruct/ome/ExperimenterGroup/RIKEN_CLST001> ;
ns1:NCIT_C25447
[ rdf:propertyType [
rdfs:label "Derives_from"@en ;
a <http://metadb.riken.jp/db/clstMultimodalMicrostruct/riken/classDerivesFrom> ];
rdf:propertyValue [
rdfs:label "liver"@en ;
a <http://purl.obolibrary.org/obo/UBERON_0002107> ]. ],
[ rdf:propertyType [
rdfs:label "Taxon (sio:organism)" ;
a <http://purl.obolibrary.org/obo/RO_0002162> ];
rdf:propertyValue [
rdfs:label "Rattus norvegicus" ;
a <http://purl.obolibrary.org/obo/NCBITaxon_10116> ]. ],
[ rdf:propertyType [
rdfs:label "strain (sio:strain)" ;
a <http://metadb.riken.jp/db/bioresource_schema/brs_strainTypeLink>];
rdf:propertyValue [
rdfs:label "Slc:SD" ;
a <http://purl.obolibrary.org/obo/RS_0001400> ]. ],
[ rdf:propertyType [
rdfs:label "Phenotype Data of Biosample" ;
a <http://metadb.riken.jp/db/clstMultimodalMicrostruct/riken/phenotypeDataOfBioSample>];
rdf:propertyValue [
rdfs:label "Normal Rat Liver" ;
a <http://metadb.riken.jp/db/clstMultimodalMicrostruct/riken/PhenotypeDataOfBioSample/RatLiver001> ].],
[ rdf:propertyType [
rdfs:label "Derives_form" ;
a <http://purl.obolibrary.org/obo/RO_0001000>];
rdf:propertyValue [
rdfs:label "Exp Rat Individual 001" ;
a <http://metadb.riken.jp/db/clstMultimodalMicrostruct/brc/Individual/Exp_Indiv001> ]. ],
[ rdf:propertyType [
rdfs:label "prepared by" ;
a <http://metadb.riken.jp/db/clstMultimodalMicrostruct/riken/preparetedBy>];
rdf:propertyValue [
rdfs:label "RIKEN CLST-JEOL Collaboration Center Multi-Modal Microstructure Unit" ;
a <http://metadb.riken.jp/db/clstMultimodalMicrostruct/ome/ExperimenterGroup/RIKEN_CLST001> ]. ],
[ rdf:propertyType [
rdfs:label "Animal Strain Used in This Database" ;
a <http://metadb.riken.jp/db/clstMultimodalMicrostruct/riken/sampleStrainType>];
rdf:propertyValue [
rdfs:label "Slc:SD" ;
a <http://metadb.riken.jp/db/clstMultimodalMicrostruct/riken/SampleStrainType/Slc:SD> ].].