-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdataset.ttl
58 lines (50 loc) · 2.92 KB
/
dataset.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
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix dcat: <http://www.w3.org/ns/dcat#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix fdp: <http://rdf.biosemantics.org/ontologies/fdp-o#>.
@prefix lang: <http://id.loc.gov/vocabulary/iso639-1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ppeo: <http://purl.org/ppeo/PPEO.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
<http://localhost:43131/FDP/dataset/Dataset_1.ttl> a dcat:dataset ;
rdfs:label "CxE_Hurtado_data" ;
dcterms:title "CxE_Hurtado_data" ;
dcterms:hasVersion "0.1" ;
dcterms:language lang:en ;
dcat:theme <http://www.wikidata.org/entity/Q14947594> ;
fdp:metadataIdentifier <http://localhost:43131/FDP/dataset/Dataset_1.ttl#metadataID> ;
dcterms:modified "2018-11-06T12:13:00.000000+00:00"^^xsd:dateTime ;
fdp:metadataIssued "2018-11-06T12:13:00.000000+00:00"^^xsd:dateTime ;
fdp:metadataModified "2018-11-06T12:13:00.000000+00:00"^^xsd:dateTime ;
dcterms:conformsTo <http://rdf.biosemantics.org/fdp/shex/datasetMetadata> ;
dcterms:publisher <http://orcid.org/0000-0001-8209-1900> ;
dcterms:isPartOf <http://localhost:43131/FDP/catalog/phenotypic> ;
dcat:distribution
<http://localhost:43131/FDP/distribution/Pheno_dataset_1_zip.ttl>,
<http://localhost:43131/FDP/distribution/Pheno_dataset_1_sparql.ttl> .
<http://localhost:43131/FDP/dataset/Dataset_1.ttl#metadataID> dcterms:identifier "49b1832c-4469-11e7-a919-92ebcb67fe33" ;
a <http://purl.org/spar/datacite/ResourceIdentifier> .
<http://orcid.org/0000-0001-8209-1900> foaf:name "Eliana Papoutsoglou" ;
a foaf:Person .
<#investigation/WUR_inv_CE2020> a ppeo:investigation ;
ppeo:hasAssociatedPublication "https://library.wur.nl/WebQuery/wurpubs/fulltext/240586" ;
ppeo:hasDescription "FAIRified, partial data from the 2012 thesis of Paula Ximena Hurtado Lopez" ;
ppeo:hasIdentifier "WUR_inv_CE2020" ;
ppeo:hasLicense "CC-BY 4.0" ;
ppeo:hasMIAPPEVersion "1.1"^^xsd:float ;
ppeo:hasName "Investigating genotype by environment and QTL by environment interactions for developmental traits in potato" ;
ppeo:hasPart <#study/WUR_inv_CE2020_1999NL>,
<#study/WUR_inv_CE2020_2003VE>,
<#study/WUR_inv_CE2020_2004Fin>,
<#study/WUR_inv_CE2020_2005Fin>,
<#study/WUR_inv_CE2020_2010ET> ;
ppeo:hasPersonWithRole <#person_role/WUR_inv_CE2020_2010ET_coodinator>,
<#person_role/WUR_inv_CE2020_2010ET_corresponding_author>,
<#person_role/WUR_inv_CE2020_2010ET_data_author>,
<#person_role/WUR_inv_CE2020_2010ET_scientist>,
<#person_role/WUR_inv_CE2020_2010ET_scientist__coordinator> ;
ppeo:hasPublicReleaseDate "2020-01-01"^^xsd:date ;
ppeo:hasSubmissionDate "2020-01-01"^^xsd:date .