Skip to content

Commit 7b72990

Browse files
committed
update: obsolete planned process
1 parent 33342e0 commit 7b72990

12 files changed

Lines changed: 2124 additions & 2116 deletions

File tree

PRIMA/core/ver_3_0/index.html

Lines changed: 48 additions & 48 deletions
Large diffs are not rendered by default.

PRIMA/core/ver_3_0/prima-core.jsonld

Lines changed: 802 additions & 802 deletions
Large diffs are not rendered by default.

PRIMA/core/ver_3_0/prima-core.owl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@
7171
<rdfs:isDefinedBy>https://datacite-metadata-schema.readthedocs.io/en/4.5/appendices/appendix-1/contributorType/)</rdfs:isDefinedBy>
7272
</owl:ObjectProperty>
7373

74-
<!-- executesProtocol: links a planned process (OBI_0000011) to the Protocol it carries out -->
74+
<!-- executesProtocol: links a completely executed planned process (COB_0000035) to the Protocol it carries out -->
7575
<owl:ObjectProperty rdf:about="https://purls.helmholtz-metadaten.de/prima/core#executesProtocol">
76-
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/OBI_0000011"/>
76+
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/COB_0000035"/>
7777
<rdfs:range rdf:resource="https://purls.helmholtz-metadaten.de/prima/core#Protocol"/>
78-
<rdfs:comment xml:lang="en">Relates a planned process to the Protocol (plan specification) it carries out. Shortcut for the BFO pattern in which the process realizes a plan that is the concretization of this plan specification.</rdfs:comment>
78+
<rdfs:comment xml:lang="en">Relates a completely executed planned process to the Protocol (plan specification) it carries out. Shortcut for the BFO pattern in which the process realizes a plan that is the concretization of this plan specification.</rdfs:comment>
7979
<rdfs:label xml:lang="en">executes protocol</rdfs:label>
8080
</owl:ObjectProperty>
8181

@@ -335,7 +335,7 @@
335335
</owl:Class>
336336

337337
<owl:Class rdf:about="https://purls.helmholtz-metadaten.de/prima/core#Study">
338-
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0000011"/>
338+
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/COB_0000035"/>
339339
<rdfs:subClassOf>
340340
<owl:Restriction>
341341
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0002211"/>

PRIMA/core/ver_3_0/prima-core.ttl

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ skos:exactMatch a owl:AnnotationProperty .
138138

139139
:executesProtocol a owl:ObjectProperty ;
140140
rdfs:label "executes protocol"@en ;
141-
rdfs:comment "Relates a planned process to the Protocol (plan specification) it carries out. Shortcut for the BFO pattern in which the process realizes a plan that is the concretization of this plan specification."@en ;
142-
rdfs:domain obi:0000011 ;
141+
rdfs:comment "Relates a completely executed planned process to the Protocol (plan specification) it carries out. Shortcut for the BFO pattern in which the process realizes a plan that is the concretization of this plan specification."@en ;
142+
rdfs:domain <http://purl.obolibrary.org/obo/COB_0000035> ;
143143
rdfs:range :Protocol .
144144

145145
:hasStudy a owl:ObjectProperty ;
@@ -278,18 +278,18 @@ ro:0002211 a owl:ObjectProperty ;
278278
rdfs:comment "Set of all the processes and activities performed by one or more Research Users, who are part of the same Project, with the purpose of verifying, falsifying, or establishing the validity of a hypothesis and supporting the answer to some scientific research question. The output of a Study is usually reported in one or more Scientific Publications and may be supplemented by Publication Data." ;
279279
rdfs:isDefinedBy <https://purls.helmholtz-metadaten.de/skosmos/prima/study> ;
280280
rdfs:subClassOf [ a owl:Restriction ;
281-
owl:onProperty ro:0002211 ;
282-
owl:someValuesFrom :ResearchUser ],
283-
[ a owl:Restriction ;
284281
owl:onProperty :hasScientificPublication ;
285282
owl:someValuesFrom :ScientificPublication ],
286283
[ a owl:Restriction ;
287284
owl:onProperty :hasDataAcquisition ;
288285
owl:someValuesFrom :DataAcquisition ],
286+
[ a owl:Restriction ;
287+
owl:onProperty ro:0002211 ;
288+
owl:someValuesFrom :ResearchUser ],
289289
[ a owl:Restriction ;
290290
owl:onProperty :hasDataAnalysis ;
291291
owl:someValuesFrom :DataAnalysis ],
292-
obi:0000011 ;
292+
<http://purl.obolibrary.org/obo/COB_0000035> ;
293293
skos:exactMatch <https://purls.helmholtz-metadaten.de/skosmos/prima/study> .
294294

295295
:System a owl:Class ;
@@ -308,39 +308,45 @@ ro:0002211 a owl:ObjectProperty ;
308308
rdfs:comment "Set of actions carried out by one or more Research Users, performed on a System or a set of them to generate a single self-consistent unit of Raw Data using a Technique, an Instrument and possibly other Equipment under constant or varying conditions described by Settings, depending on the particular research context. Data Acquisition may be an experimental (Measurement) or a computational (Calculation, Simulation) process. Data Acquisition is specific to a Technique: an investigation on the same System conducted using a different Technique implies a different Data Acquisition. The output of Data Acquisition is Raw Data."@en ;
309309
rdfs:isDefinedBy <https://purls.helmholtz-metadaten.de/skosmos/prima/dataacquisition> ;
310310
rdfs:subClassOf [ a owl:Restriction ;
311-
owl:onProperty :usesEquipment ;
312-
owl:someValuesFrom :Equipment ],
311+
owl:onProperty :usesResearchSoftware ;
312+
owl:someValuesFrom :ResearchSoftware ],
313+
[ a owl:Restriction ;
314+
owl:onProperty obi:0000293 ;
315+
owl:someValuesFrom [ a owl:Class ;
316+
owl:intersectionOf ( :System [ a owl:Restriction ;
317+
owl:onProperty ro:0000087 ;
318+
owl:someValuesFrom obi:0000067 ] ) ] ],
319+
[ a owl:Restriction ;
320+
owl:onProperty :hasTechnique ;
321+
owl:someValuesFrom :Technique ],
313322
[ a owl:Restriction ;
314323
owl:onProperty ro:0002211 ;
315324
owl:someValuesFrom :ResearchUser ],
316325
[ a owl:Restriction ;
317326
owl:onProperty ro:0002233 ;
318327
owl:someValuesFrom :ResearchData ],
319-
[ a owl:Restriction ;
320-
owl:onProperty :hasTechnique ;
321-
owl:someValuesFrom :Technique ],
322-
[ a owl:Restriction ;
323-
owl:onProperty :usesResearchSoftware ;
324-
owl:someValuesFrom :ResearchSoftware ],
325328
[ a owl:Restriction ;
326329
owl:onProperty ro:0002233 ;
327330
owl:someValuesFrom :System ],
328-
[ a owl:Restriction ;
329-
owl:onProperty obi:0000293 ;
330-
owl:someValuesFrom [ a owl:Class ;
331-
owl:intersectionOf ( :System [ a owl:Restriction ;
332-
owl:onProperty ro:0000087 ;
333-
owl:someValuesFrom obi:0000067 ] ) ] ],
334331
[ a owl:Restriction ;
335332
owl:onProperty ro:0002234 ;
336333
owl:someValuesFrom :ResearchData ],
334+
[ a owl:Restriction ;
335+
owl:onProperty :usesEquipment ;
336+
owl:someValuesFrom :Equipment ],
337337
obi:0000070 ;
338338
skos:exactMatch <https://purls.helmholtz-metadaten.de/skosmos/prima/dataacquisition> .
339339

340340
:DataAnalysis a owl:Class ;
341341
rdfs:comment "Set of actions performed by one or more Research Users, possibly using a Technique and Research Software, on Research Data, typically Processed Data, to extract insights that support the answer to some scientific research question. Data Analysis may include: linear combination fitting, least-squares curve fitting, data modelling, pattern extraction and/or segmentation, data visualization. The output of Data Analysis is Analyzed Data."@en ;
342342
rdfs:isDefinedBy <https://purls.helmholtz-metadaten.de/skosmos/prima/dataanalysis> ;
343343
rdfs:subClassOf [ a owl:Restriction ;
344+
owl:onProperty ro:0002234 ;
345+
owl:someValuesFrom :ResearchData ],
346+
[ a owl:Restriction ;
347+
owl:onProperty :hasTechnique ;
348+
owl:someValuesFrom :Technique ],
349+
[ a owl:Restriction ;
344350
owl:onProperty ro:0002211 ;
345351
owl:someValuesFrom :ResearchUser ],
346352
[ a owl:Restriction ;
@@ -349,12 +355,6 @@ ro:0002211 a owl:ObjectProperty ;
349355
[ a owl:Restriction ;
350356
owl:onProperty :usesResearchSoftware ;
351357
owl:someValuesFrom :ResearchSoftware ],
352-
[ a owl:Restriction ;
353-
owl:onProperty ro:0002234 ;
354-
owl:someValuesFrom :ResearchData ],
355-
[ a owl:Restriction ;
356-
owl:onProperty :hasTechnique ;
357-
owl:someValuesFrom :Technique ],
358358
pmd:PMD_0000583 ;
359359
skos:exactMatch <https://purls.helmholtz-metadaten.de/skosmos/prima/dataanalysis> .
360360

@@ -389,11 +389,11 @@ ro:0002211 a owl:ObjectProperty ;
389389
rdfs:comment "Person, usually member of a Project, who conducts any part of the Study to collect and/or to analyze Research Data, and/or reuses Reference Data to extract insights that support the answer to some specific research question, usually reported in one or more Scientific Publications. A Research User may be assigned with a User Role."@en ;
390390
rdfs:isDefinedBy <https://purls.helmholtz-metadaten.de/skosmos/prima/researchuser> ;
391391
rdfs:subClassOf [ a owl:Restriction ;
392-
owl:onProperty :operates ;
393-
owl:someValuesFrom :Equipment ],
394-
[ a owl:Restriction ;
395392
owl:onProperty :performsAgentRole ;
396393
owl:someValuesFrom :AgentRole ],
394+
[ a owl:Restriction ;
395+
owl:onProperty :operates ;
396+
owl:someValuesFrom :Equipment ],
397397
bfo:0000004 ;
398398
skos:exactMatch <https://purls.helmholtz-metadaten.de/skosmos/prima/researchuser> .
399399

0 commit comments

Comments
 (0)