-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathfantom5.ttl
28 lines (27 loc) · 1.66 KB
/
fantom5.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
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ldp: <http://www.w3.org/ns/ldp#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix lang: <http://id.loc.gov/vocabulary/iso639-1/> .
@prefix sio: <http://semanticscience.org/resource/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix transcriptomics: <http://www.dtls.nl/fdp/transcriptomics/> .
@prefix fantom5: <http://www.dtls.nl/fdp/transcriptomics/fantom5/> .
transcriptomics:fantom5 a dcat:Dataset ;
dct:title "Fantom5 human transcription start site"@en ;
rdfs:label "Fantom5 human transcription start site"@en ;
dct:language lang:en ;
dct:hasVersion "1.0" ;
dct:description "Fantom5 transcriptomics dataset, which contains info about human transcription start site" ;
dct:identifier "fantom5" ;
dcat:keyword "fantom5" , "tss", "transcription start site", "transcriptomics" ;
dct:issued "2016-05-23T11:30:56+00:00"^^xsd:dateTime ;
dct:modified "2016-05-23T11:39:13+00:00"^^xsd:dateTime ;
dcat:landingPage <http://fantom.gsc.riken.jp/> ;
dct:publisher <http://orcid.org/0000-0002-1215-167X> ;
dcat:theme <http://purl.obolibrary.org/obo/SO_0000315>, <http://purl.obolibrary.org/obo/SO_0001917> ;
dct:creator <http://orcid.org/0000-0001-8888-635X>, <http://orcid.org/0000-0002-1215-167X>, <http://orcid.org/0000-0003-3473-2325>, <http://orcid.org/0000-0002-4182-7560> ;
dcat:distribution fantom5:sparqlEndpoint, fantom5:textfile-gzip, fantom5:html .