Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 21 additions & 2 deletions asmo.owl
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,7 @@ prov:wasInfluencedBy should not be used without also using one of its subpropert
<!-- https://purls.helmholtz-metadaten.de/asmo/hasPlane -->

<owl:ObjectProperty rdf:about="https://purls.helmholtz-metadaten.de/asmo/hasPlane">
<rdfs:domain rdf:resource="https://purls.helmholtz-metadaten.de/asmo/SpatialTransformation"/>
<rdfs:range rdf:resource="http://purls.helmholtz-metadaten.de/cmso/Plane"/>
<rdfs:label>has plane</rdfs:label>
</owl:ObjectProperty>
Expand Down Expand Up @@ -867,8 +868,14 @@ prov:wasInfluencedBy should not be used without also using one of its subpropert
<!-- https://purls.helmholtz-metadaten.de/asmo/wasCalculatedBy -->

<owl:ObjectProperty rdf:about="https://purls.helmholtz-metadaten.de/asmo/wasCalculatedBy">
<rdfs:domain rdf:resource="https://purls.helmholtz-metadaten.de/asmo/CalculatedProperty"/>
<rdfs:domain rdf:resource="https://purls.helmholtz-metadaten.de/asmo/PhysicalQuantity"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="https://purls.helmholtz-metadaten.de/asmo/CalculatedProperty"/>
<owl:Class rdf:about="https://purls.helmholtz-metadaten.de/asmo/PhysicalQuantity"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
<obo:IAO_0000115>The relation between a calculated property and the activity through which it was obtained.</obo:IAO_0000115>
<rdfs:label>was calculated by</rdfs:label>
Expand Down Expand Up @@ -1097,6 +1104,18 @@ prov:wasInfluencedBy should not be used without also using one of its subpropert



<!-- http://purl.org/dc/terms/Agent -->

<owl:Class rdf:about="http://purl.org/dc/terms/Agent"/>



<!-- http://purl.org/dc/terms/LicenseDocument -->

<owl:Class rdf:about="http://purl.org/dc/terms/LicenseDocument"/>



<!-- http://purls.helmholtz-metadaten.de/cmso/ComputationalSample -->

<owl:Class rdf:about="http://purls.helmholtz-metadaten.de/cmso/ComputationalSample">
Expand Down