-
Notifications
You must be signed in to change notification settings - Fork 3
/
matrix_declarations.trig.pre
94 lines (80 loc) · 3.47 KB
/
matrix_declarations.trig.pre
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# Use this file (with '.pre' extension) for editing. The respective file
# without that extension is automatically generated.
# Community definitions:
@prefix : <https://w3id.org/fair/matrix_declarations/np/FoodSystemsIN/> .
@prefix latest: <https://w3id.org/fair/matrix_declarations/latest/FoodSystemsIN> .
@prefix md: <https://w3id.org/fair/matrix_declarations/terms/> .
@prefix mq: <https://w3id.org/fair/matrix_questions/terms/> .
@prefix icc: <https://w3id.org/fair/icc/terms/> .
@prefix fair: <https://w3id.org/fair/principles/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix pav: <http://purl.org/pav/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix orcid: <https://orcid.org/> .
:Head {
: a np:Nanopublication;
np:hasAssertion :assertion ;
np:hasProvenance :provenance ;
np:hasPublicationInfo :pubinfo .
}
:assertion {
md:FoodSystemsIN a icc:Community ;
rdfs:label "Food System IN"@en ;
rdfs:comment "GO FAIR Implementation Network to advance a global data ecosystem for agriculture and food by implementing FAIR data and services."@en ;
rdfs:isDefinedBy latest: ;
rdfs:seeAlso <https://www.go-fair.org/implementation-networks/overview/food-systems/> .
}
:provenance {
:assertion pav:authoredBy md:FoodSystemsIN .
}
:pubinfo {
: dct:created "2019-10-11T14:52:11.190+02:00"^^xsd:dateTime ;
dct:creator orcid:0000-0002-1267-0234, orcid:0000-0002-4182-7560 ;
dct:license <https://creativecommons.org/publicdomain/zero/1.0/> .
}
# Choice declaration:
@prefix : <https://w3id.org/fair/matrix_declarations/np/DataRepositoryQuestion_FoodSystemsIN_answer/> .
@prefix latest: <https://w3id.org/fair/matrix_declarations/latest/DataRepositoryQuestion_FoodSystemsIN_answer> .
@prefix md: <https://w3id.org/fair/matrix_declarations/terms/> .
@prefix mq: <https://w3id.org/fair/matrix_questions/terms/> .
@prefix icc: <https://w3id.org/fair/icc/terms/> .
@prefix fair: <https://w3id.org/fair/principles/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix pav: <http://purl.org/pav/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix orcid: <https://orcid.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
:Head {
: a np:Nanopublication;
np:hasAssertion :assertion ;
np:hasProvenance :provenance ;
np:hasPublicationInfo :pubinfo .
}
:assertion {
md:DataRepositoryQuestion_FoodSystemsIN_answer a icc:ChoiceDeclaration ;
rdfs:label "Food System IN uses CIRAD Dataverse"@en ;
icc:declared-by md:FoodSystemsIN ;
icc:refers-to-choice mq:DataRepositoryQuestion ;
icc:chosen-resource <https://dataverse.cirad.fr/> ;
rdfs:isDefinedBy latest: .
}
:provenance {
:assertion pav:authoredBy [
rdfs:label "Fortuno Sophie" ;
foaf:member md:FoodSystemsIN ;
foaf:member [ rdfs:label "CIRAD/ Environnement et Sociétés /UMR-TETIS Territoire, Environnement, Télédétection et informations spatiales" ]
] .
}
:pubinfo {
: dct:created "2019-10-11T14:52:11.190+02:00"^^xsd:dateTime ;
dct:creator orcid:0000-0002-1267-0234, orcid:0000-0002-4182-7560 ;
dct:license <https://creativecommons.org/publicdomain/zero/1.0/> .
}