Skip to content

Commit 368d72a

Browse files
committed
Merge branch 'feature/core-protocol'
# Conflicts: # PRIMA/core/ver_3_0/index.html # PRIMA/core/ver_3_0/prima-core.jsonld # PRIMA/core/ver_3_0/prima-core.owl # PRIMA/core/ver_3_0/prima-core.ttl
2 parents 6a106e9 + 7b72990 commit 368d72a

12 files changed

Lines changed: 2153 additions & 2145 deletions

File tree

PRIMA/core/ver_3_0/index.html

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

PRIMA/core/ver_3_0/prima-core.jsonld

Lines changed: 759 additions & 759 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 ;
284-
owl:onProperty :hasScientificPublication ;
285-
owl:someValuesFrom :ScientificPublication ],
286-
[ a owl:Restriction ;
287281
owl:onProperty :hasDataAcquisition ;
288282
owl:someValuesFrom :DataAcquisition ],
289283
[ a owl:Restriction ;
290284
owl:onProperty :hasDataAnalysis ;
291285
owl:someValuesFrom :DataAnalysis ],
292-
obi:0000011 ;
286+
[ a owl:Restriction ;
287+
owl:onProperty :hasScientificPublication ;
288+
owl:someValuesFrom :ScientificPublication ],
289+
[ a owl:Restriction ;
290+
owl:onProperty ro:0002211 ;
291+
owl:someValuesFrom :ResearchUser ],
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,29 +308,29 @@ 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 ro:0002233 ;
312+
owl:someValuesFrom :System ],
313+
[ a owl:Restriction ;
314+
owl:onProperty :usesResearchSoftware ;
315+
owl:someValuesFrom :ResearchSoftware ],
313316
[ a owl:Restriction ;
314317
owl:onProperty ro:0002211 ;
315318
owl:someValuesFrom :ResearchUser ],
316319
[ a owl:Restriction ;
317320
owl:onProperty ro:0002233 ;
318321
owl:someValuesFrom :ResearchData ],
319322
[ a owl:Restriction ;
320-
owl:onProperty :hasTechnique ;
321-
owl:someValuesFrom :Technique ],
322-
[ a owl:Restriction ;
323-
owl:onProperty :usesResearchSoftware ;
324-
owl:someValuesFrom :ResearchSoftware ],
325-
[ a owl:Restriction ;
326-
owl:onProperty ro:0002233 ;
327-
owl:someValuesFrom :System ],
323+
owl:onProperty :usesEquipment ;
324+
owl:someValuesFrom :Equipment ],
328325
[ a owl:Restriction ;
329326
owl:onProperty obi:0000293 ;
330327
owl:someValuesFrom [ a owl:Class ;
331328
owl:intersectionOf ( :System [ a owl:Restriction ;
332329
owl:onProperty ro:0000087 ;
333330
owl:someValuesFrom obi:0000067 ] ) ] ],
331+
[ a owl:Restriction ;
332+
owl:onProperty :hasTechnique ;
333+
owl:someValuesFrom :Technique ],
334334
[ a owl:Restriction ;
335335
owl:onProperty ro:0002234 ;
336336
owl:someValuesFrom :ResearchData ],
@@ -341,20 +341,20 @@ ro:0002211 a owl:ObjectProperty ;
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:0002211 ;
345-
owl:someValuesFrom :ResearchUser ],
346-
[ a owl:Restriction ;
347344
owl:onProperty ro:0002233 ;
348345
owl:someValuesFrom :ResearchData ],
349346
[ a owl:Restriction ;
350-
owl:onProperty :usesResearchSoftware ;
351-
owl:someValuesFrom :ResearchSoftware ],
347+
owl:onProperty ro:0002211 ;
348+
owl:someValuesFrom :ResearchUser ],
349+
[ a owl:Restriction ;
350+
owl:onProperty :hasTechnique ;
351+
owl:someValuesFrom :Technique ],
352352
[ a owl:Restriction ;
353353
owl:onProperty ro:0002234 ;
354354
owl:someValuesFrom :ResearchData ],
355355
[ a owl:Restriction ;
356-
owl:onProperty :hasTechnique ;
357-
owl:someValuesFrom :Technique ],
356+
owl:onProperty :usesResearchSoftware ;
357+
owl:someValuesFrom :ResearchSoftware ],
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)