-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathntemplate.ttl
245 lines (205 loc) · 19.6 KB
/
ntemplate.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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
# The content of this file is automatically extracted from ntemplate.trig.
# Changes should be made in ntemplate.trig.pre.
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/> .
rdfs:seeAlso a owl:ObjectProperty .
np:Nanopublication rdfs:label "Nanopublication" .
<https://w3id.org/np/o/ntemplate/NanopubTemplateOntology> a <http://www.w3.org/2002/07/owl#Ontology>;
<http://purl.org/dc/terms/creator> <https://orcid.org/0000-0002-1267-0234>;
<http://purl.org/dc/terms/description> "This is an ontology to describe nanopublication templates, which can be published as nanopublications themselves.";
<http://purl.org/dc/terms/license> <https://creativecommons.org/publicdomain/zero/1.0/>;
<http://purl.org/dc/terms/title> "Nanopublication Template Ontology";
<http://purl.org/vocab/vann/preferredNamespacePrefix> "nt";
<http://purl.org/vocab/vann/preferredNamespaceUri> "https://w3id.org/np/o/ntemplate/";
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/np/o/ntemplate/latest/NanopubTemplateOntology> .
<https://w3id.org/np/o/ntemplate/NanopubTemplate> a <http://www.w3.org/2002/07/owl#Class>;
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/np/o/ntemplate/latest/NanopubTemplate>;
<http://www.w3.org/2000/01/rdf-schema#label> "Nanopublication Template"@en;
<http://www.w3.org/2004/02/skos/core#definition> "A template that describes a part of a nanopublication."@en .
<https://w3id.org/np/o/ntemplate/AssertionTemplate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
<https://w3id.org/np/o/ntemplate/latest/AssertionTemplate>;
<http://www.w3.org/2000/01/rdf-schema#label> "Assertion Template"@en;
<http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/np/o/ntemplate/NanopubTemplate>;
<http://www.w3.org/2004/02/skos/core#definition> "A template that describes the assertion of a nanopublication."@en .
<https://w3id.org/np/o/ntemplate/ProvenanceTemplate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
<https://w3id.org/np/o/ntemplate/latest/ProvenanceTemplate>;
<http://www.w3.org/2000/01/rdf-schema#label> "Provenance Template"@en;
<http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/np/o/ntemplate/NanopubTemplate>;
<http://www.w3.org/2004/02/skos/core#definition> "A template that describes the provenance of a nanopublication."@en .
<https://w3id.org/np/o/ntemplate/PubinfoTemplate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
<https://w3id.org/np/o/ntemplate/latest/PubinfoTemplate>;
<http://www.w3.org/2000/01/rdf-schema#label> "Publication Info Template"@en;
<http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/np/o/ntemplate/NanopubTemplate>;
<http://www.w3.org/2004/02/skos/core#definition> "A template that describes the publication info of a nanopublication."@en .
<https://w3id.org/np/o/ntemplate/UnlistedTemplate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
<https://w3id.org/np/o/ntemplate/latest/UnlistedTemplate>;
<http://www.w3.org/2000/01/rdf-schema#label> "Unlisted Template"@en;
<http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/np/o/ntemplate/NanopubTemplate>;
<http://www.w3.org/2004/02/skos/core#definition> "A nanopublication template that is intended not to show up in template listings (but only to be used when explicitly referenced)."@en .
<http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement> <http://www.w3.org/2000/01/rdf-schema#subClassOf>
<https://w3id.org/np/o/ntemplate/TemplateStatement> .
<https://w3id.org/np/o/ntemplate/TemplateStatement> a <http://www.w3.org/2002/07/owl#Class>;
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/np/o/ntemplate/latest/TemplateStatement>;
<http://www.w3.org/2000/01/rdf-schema#label> "Template Statement"@en;
<http://www.w3.org/2004/02/skos/core#definition> "A statement (simple or grouped) that is part of a template."@en .
<https://w3id.org/np/o/ntemplate/OptionalStatement> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
<https://w3id.org/np/o/ntemplate/latest/OptionalStatement>;
<http://www.w3.org/2000/01/rdf-schema#label> "Optional Statement"@en;
<http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/np/o/ntemplate/TemplateStatement>;
<http://www.w3.org/2004/02/skos/core#definition> "A statement that is optional."@en .
<https://w3id.org/np/o/ntemplate/GroupedStatement> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
<https://w3id.org/np/o/ntemplate/latest/GroupedStatement>;
<http://www.w3.org/2000/01/rdf-schema#label> "Grouped Statement"@en;
<http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/np/o/ntemplate/TemplateStatement>;
<http://www.w3.org/2004/02/skos/core#definition> "A statement that grouped and thereby includes several simple statements."@en .
<https://w3id.org/np/o/ntemplate/RepeatableStatement> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
<https://w3id.org/np/o/ntemplate/latest/RepeatableStatement>;
<http://www.w3.org/2000/01/rdf-schema#label> "Repeatable Statement"@en;
<http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/np/o/ntemplate/TemplateStatement>;
<http://www.w3.org/2004/02/skos/core#definition> "A statement that can be repeated several times when the template is used."@en .
<https://w3id.org/np/o/ntemplate/Placeholder> a <http://www.w3.org/2002/07/owl#Class>;
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/np/o/ntemplate/latest/Placeholder>;
<http://www.w3.org/2000/01/rdf-schema#label> "Placeholder"@en;
<http://www.w3.org/2004/02/skos/core#definition> "A placeholder corresponding to an input component like a text field in a template."@en .
<https://w3id.org/np/o/ntemplate/ValuePlaceholder> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
<https://w3id.org/np/o/ntemplate/latest/ValuePlaceholder>;
<http://www.w3.org/2000/01/rdf-schema#label> "Value Placeholder"@en;
<http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/np/o/ntemplate/Placeholder>;
<http://www.w3.org/2004/02/skos/core#definition> "A placeholder that stands for any RDF value (of a possibly restricted set of values), including URIs and literals."@en .
<https://w3id.org/np/o/ntemplate/UriPlaceholder> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
<https://w3id.org/np/o/ntemplate/latest/UriPlaceholder>;
<http://www.w3.org/2000/01/rdf-schema#label> "URI Placeholder"@en;
<http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/np/o/ntemplate/ValuePlaceholder>;
<http://www.w3.org/2004/02/skos/core#definition> "A placeholder that stands for any URI (of a possibly restricted set of URIs)."@en .
<https://w3id.org/np/o/ntemplate/TrustyUriPlaceholder> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
<https://w3id.org/np/o/ntemplate/latest/TrustyUriPlaceholder>;
<http://www.w3.org/2000/01/rdf-schema#label> "Trusty URI Placeholder"@en;
<http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/np/o/ntemplate/UriPlaceholder>;
<http://www.w3.org/2004/02/skos/core#definition> "A placeholder that stands for any trusty URI (of a possibly restricted set)."@en .
<https://w3id.org/np/o/ntemplate/RestrictedChoicePlaceholder> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
<https://w3id.org/np/o/ntemplate/latest/RestrictedChoicePlaceholder>;
<http://www.w3.org/2000/01/rdf-schema#label> "Restricted-Choice Placeholder"@en;
<http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/np/o/ntemplate/UriPlaceholder>;
<http://www.w3.org/2004/02/skos/core#definition> "A placeholder that stands for any URI of a pre-defined set of possible values."@en .
<https://w3id.org/np/o/ntemplate/GuidedChoicePlaceholder> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
<https://w3id.org/np/o/ntemplate/latest/GuidedChoicePlaceholder>;
<http://www.w3.org/2000/01/rdf-schema#label> "Guided-Choice Placeholder"@en;
<http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/np/o/ntemplate/UriPlaceholder>;
<http://www.w3.org/2004/02/skos/core#definition> "A placeholder that stands for any URI (of a possible restricted set) and that comes with API-supported guidance on finding suitable URIs."@en .
<https://w3id.org/np/o/ntemplate/LiteralPlaceholder> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
<https://w3id.org/np/o/ntemplate/latest/LiteralPlaceholder>;
<http://www.w3.org/2000/01/rdf-schema#label> "Literal Placeholder"@en;
<http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/np/o/ntemplate/ValuePlaceholder>;
<http://www.w3.org/2004/02/skos/core#definition> "A placeholder that stands for any RDF literal (of a possibly restricted set of possible literals)."@en .
<https://w3id.org/np/o/ntemplate/LongLiteralPlaceholder> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
<https://w3id.org/np/o/ntemplate/latest/LongLiteralPlaceholder>;
<http://www.w3.org/2000/01/rdf-schema#label> "Long Literal Placeholder"@en;
<http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/np/o/ntemplate/LiteralPlaceholder>;
<http://www.w3.org/2004/02/skos/core#definition> "A placeholder that stands for an RDF literal that is expected to have a long value such that a bigger text field is convenient."@en .
<https://w3id.org/np/o/ntemplate/LocalResource> a <http://www.w3.org/2002/07/owl#Class>;
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/np/o/ntemplate/latest/LocalResource>;
<http://www.w3.org/2000/01/rdf-schema#label> "Local Resource"@en;
<http://www.w3.org/2004/02/skos/core#definition> "A resource in a template that represents a local identifier to be minted."@en .
<https://w3id.org/np/o/ntemplate/IntroducedResource> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
<https://w3id.org/np/o/ntemplate/latest/IntroducedResource>;
<http://www.w3.org/2000/01/rdf-schema#label> "Introduced Resource"@en;
<http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/np/o/ntemplate/LocalResource>;
<http://www.w3.org/2004/02/skos/core#definition> "A resource in a template that represents a thing that is introduced (i.e. is referenced with 'npx:introduces' in the publication info of the nanopublications created from the template)."@en .
<https://w3id.org/np/o/ntemplate/hasStatement> a <http://www.w3.org/2002/07/owl#ObjectProperty>;
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/np/o/ntemplate/latest/hasStatement>;
<http://www.w3.org/2000/01/rdf-schema#label> "has statement"@en;
<http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/np/o/ntemplate/TemplateStatement>;
<http://www.w3.org/2004/02/skos/core#definition> "Connects an assertion template or a statement group within an assertion template to its included statements."@en .
<https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate> a <http://www.w3.org/2002/07/owl#ObjectProperty>;
<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.nanopub.org/nschema#Nanopublication>;
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/np/o/ntemplate/latest/wasCreatedFromTemplate>;
<http://www.w3.org/2000/01/rdf-schema#label> "was created from template"@en;
<http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/np/o/ntemplate/AssertionTemplate>;
<http://www.w3.org/2004/02/skos/core#definition> "Denotes that a nanopublication was created from the given assertion template."@en .
<https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate> a <http://www.w3.org/2002/07/owl#ObjectProperty>;
<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.nanopub.org/nschema#Nanopublication>;
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/np/o/ntemplate/latest/wasCreatedFromProvenanceTemplate>;
<http://www.w3.org/2000/01/rdf-schema#label> "was created from provenance template"@en;
<http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/np/o/ntemplate/ProvenanceTemplate>;
<http://www.w3.org/2004/02/skos/core#definition> "Denotes that a nanopublication was created from the given provenance template."@en .
<https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate> a <http://www.w3.org/2002/07/owl#ObjectProperty>;
<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.nanopub.org/nschema#Nanopublication>;
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/np/o/ntemplate/latest/wasCreatedFromPubinfoTemplate>;
<http://www.w3.org/2000/01/rdf-schema#label> "was created from publication info template"@en;
<http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/np/o/ntemplate/PubinfoTemplate>;
<http://www.w3.org/2004/02/skos/core#definition> "Denotes that a nanopublication was created from the given publication info template."@en .
<https://w3id.org/np/o/ntemplate/hasDefaultProvenance> a <http://www.w3.org/2002/07/owl#ObjectProperty>;
<http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/np/o/ntemplate/AssertionTemplate>;
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/np/o/ntemplate/latest/hasDefaultProvenance>;
<http://www.w3.org/2000/01/rdf-schema#label> "has default provenance"@en;
<http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/np/o/ntemplate/ProvenanceTemplate>;
<http://www.w3.org/2004/02/skos/core#definition> "Indicates the default provenance template for a given assertion template."@en .
<https://w3id.org/np/o/ntemplate/hasRequiredPubinfoElement> a <http://www.w3.org/2002/07/owl#ObjectProperty>;
<http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/np/o/ntemplate/AssertionTemplate>;
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/np/o/ntemplate/latest/hasRequiredPubinfoElement>;
<http://www.w3.org/2000/01/rdf-schema#label> "has required publication info element"@en;
<http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/np/o/ntemplate/PubinfoTemplate>;
<http://www.w3.org/2004/02/skos/core#definition> "Indicates the template of a required publication info element for a given assertion template."@en .
<https://w3id.org/np/o/ntemplate/hasTag> a <http://www.w3.org/2002/07/owl#DatatypeProperty>;
<http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/np/o/ntemplate/NanopubTemplate>;
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/np/o/ntemplate/latest/hasTag>;
<http://www.w3.org/2000/01/rdf-schema#label> "has tag"@en;
<http://www.w3.org/2004/02/skos/core#definition> "Specifies a tag string that is used to group the templates in a user interface."@en .
<https://w3id.org/np/o/ntemplate/statementOrder> a <http://www.w3.org/2002/07/owl#DatatypeProperty>;
<http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/np/o/ntemplate/NanopubTemplate>;
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/np/o/ntemplate/latest/statementOrder>;
<http://www.w3.org/2000/01/rdf-schema#label> "statement order"@en;
<http://www.w3.org/2004/02/skos/core#definition> "Specifies an integer value that defines the order in which statements appear."@en .
<https://w3id.org/np/o/ntemplate/possibleValue> a <http://www.w3.org/2002/07/owl#ObjectProperty>;
<http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/np/o/ntemplate/UriPlaceholder>;
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/np/o/ntemplate/latest/possibleValue>;
<http://www.w3.org/2000/01/rdf-schema#label> "possible value"@en;
<http://www.w3.org/2004/02/skos/core#definition> "Indicates a possible value for a restricted-choice or guided-choice placeholder."@en .
<https://w3id.org/np/o/ntemplate/possibleValuesFrom> a <http://www.w3.org/2002/07/owl#ObjectProperty>;
<http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/np/o/ntemplate/UriPlaceholder>;
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/np/o/ntemplate/latest/possibleValuesFrom>;
<http://www.w3.org/2000/01/rdf-schema#label> "possible values from"@en;
<http://www.w3.org/2000/01/rdf-schema#range> <http://www.nanopub.org/nschema#Nanopublication>;
<http://www.w3.org/2004/02/skos/core#definition> "Points to a nanopublication with possible values for a given restricted-choice or guided-choice placeholder."@en .
<https://w3id.org/np/o/ntemplate/possibleValuesFromApi> a <http://www.w3.org/2002/07/owl#DatatypeProperty>;
<http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/np/o/ntemplate/GuidedChoicePlaceholder>;
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/np/o/ntemplate/latest/possibleValuesFromApi>;
<http://www.w3.org/2000/01/rdf-schema#label> "possible values from API"@en;
<http://www.w3.org/2004/02/skos/core#definition> "Specifies a URL pattern for an API to search for possible values for a guided-choice placeholder."@en .
<https://w3id.org/np/o/ntemplate/hasPrefix> a <http://www.w3.org/2002/07/owl#DatatypeProperty>;
<http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/np/o/ntemplate/UriPlaceholder>;
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/np/o/ntemplate/latest/hasPrefix>;
<http://www.w3.org/2000/01/rdf-schema#label> "has prefix"@en;
<http://www.w3.org/2004/02/skos/core#definition> "Specifies a necessary URI prefix for a URI placeholder."@en .
<https://w3id.org/np/o/ntemplate/hasPrefixLabel> a <http://www.w3.org/2002/07/owl#DatatypeProperty>;
<http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/np/o/ntemplate/UriPlaceholder>;
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/np/o/ntemplate/latest/hasPrefixLabel>;
<http://www.w3.org/2000/01/rdf-schema#label> "has prefix label"@en;
<http://www.w3.org/2004/02/skos/core#definition> "Specifies a label for the prefix part of a URI to be shown in the user interface."@en .
<https://w3id.org/np/o/ntemplate/hasRegex> a <http://www.w3.org/2002/07/owl#DatatypeProperty>;
<http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/np/o/ntemplate/Placeholder>;
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/np/o/ntemplate/latest/hasRegex>;
<http://www.w3.org/2000/01/rdf-schema#label> "has regular expression"@en;
<http://www.w3.org/2004/02/skos/core#definition> "Specifies a regular expression pattern restricting the possible values for the given placeholder."@en .
<https://w3id.org/np/o/ntemplate/CREATOR> a <http://www.w3.org/2002/07/owl#NamedIndividual>;
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/np/o/ntemplate/latest/CREATOR>;
<http://www.w3.org/2000/01/rdf-schema#label> "CREATOR"@en;
<http://www.w3.org/2004/02/skos/core#definition> "This is a template reference to the creator of the nanopublication."@en .
<https://w3id.org/np/o/ntemplate/ASSERTION> a <http://www.w3.org/2002/07/owl#NamedIndividual>;
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/np/o/ntemplate/latest/ASSERTION>;
<http://www.w3.org/2000/01/rdf-schema#label> "ASSERTION"@en;
<http://www.w3.org/2004/02/skos/core#definition> "This is a template reference to the assertion of the nanopublication to be created."@en .
<https://w3id.org/np/o/ntemplate/NANOPUB> a <http://www.w3.org/2002/07/owl#NamedIndividual>;
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://w3id.org/np/o/ntemplate/latest/NANOPUB>;
<http://www.w3.org/2000/01/rdf-schema#label> "NANOPUB"@en;
<http://www.w3.org/2004/02/skos/core#definition> "This is a template reference to the nanopublication to be created."@en .