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

Adding maintainer relation #46

Open
wants to merge 2 commits 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
17 changes: 15 additions & 2 deletions vivo.owl
Original file line number Diff line number Diff line change
Expand Up @@ -6388,6 +6388,12 @@ To enable other Gender/Sex codes to be used, this dataproperty has range URI. Th
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000071">
<rdfs:label xml:lang="en">Software</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000040"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#relates"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/BFO_0000023"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A general term primarily used for digitally stored data such as computer programs and other kinds of information read and written by computers.</obo:IAO_0000115>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">IAO is a planned specification, in SWO is an Information artifact. In eagle-i, we have a need to collect material instances and is it thus currently classified as a material entity.</rdfs:comment>
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Microsoft Word is commonly used word processing software.</obo:IAO_0000112>
Expand Down Expand Up @@ -8677,6 +8683,15 @@ has super-classes</obo:IAO_0000115>



<!-- http://vivoweb.org/ontology/core#MaintainerRole -->

<owl:Class rdf:about="http://vivoweb.org/ontology/core#MaintainerRole">
<rdfs:label xml:lang="en">Maintainer Role</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000023"/>
</owl:Class>



<!-- http://vivoweb.org/ontology/core#AdvisingProcess -->

<owl:Class rdf:about="http://vivoweb.org/ontology/core#AdvisingProcess">
Expand Down Expand Up @@ -9434,8 +9449,6 @@ This class allows for linking an author to a publication while indicating inform
<obo:IAO_0000115>A relationship that represents the recognition of an agent as an editor.</obo:IAO_0000115>
</owl:Class>



<!-- http://vivoweb.org/ontology/core#EducationalProcess -->

<owl:Class rdf:about="http://vivoweb.org/ontology/core#EducationalProcess">
Expand Down