Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds description to Environment_parameter #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
9 changes: 8 additions & 1 deletion PPEO.owl
Original file line number Diff line number Diff line change
Expand Up @@ -1416,6 +1416,13 @@
</owl:onDataRange>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/ppeo/PPEO.owl#hasDescription"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">A parameter of the environment which is represented by a name and a value.</rdfs:comment>
<rdfs:label xml:lang="en">environment parameter</rdfs:label>
</owl:Class>
Expand Down Expand Up @@ -2766,4 +2773,4 @@ It is recommended that a Study have a description.</rdfs:comment>
<hasType rdf:datatype="http://www.w3.org/2001/XMLSchema#string">z (m)</hasType>
<rdfs:comment xml:lang="en">The local spatial coordinate z (in meters)</rdfs:comment>
</owl:NamedIndividual>
</rdf:RDF>
</rdf:RDF>