Maven migration (first draft)
This commit is contained in:
parent
da79ac3e1d
commit
fee48b0b50
1711 changed files with 662 additions and 0 deletions
113
home/src/main/resources/rdf/tbox/filegraph/role.owl
Normal file
113
home/src/main/resources/rdf/tbox/filegraph/role.owl
Normal file
|
@ -0,0 +1,113 @@
|
|||
<?xml version="1.0"?>
|
||||
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/arg/role.owl#"
|
||||
xml:base="http://purl.obolibrary.org/obo/arg/role.owl"
|
||||
xmlns:obo="http://purl.obolibrary.org/obo/"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
|
||||
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
///////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Annotation properties
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////////////
|
||||
-->
|
||||
|
||||
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000115"/>
|
||||
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000112"/>
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
///////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Datatypes
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////////////
|
||||
-->
|
||||
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
///////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Classes
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////////////
|
||||
-->
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/BFO_0000023 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BFO_0000023"/>
|
||||
|
||||
|
||||
|
||||
<!-- http://vivoweb.org/ontology/core#AdministratorRole -->
|
||||
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/core#AdministratorRole">
|
||||
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://vivoweb.org/ontology/core#LeaderRole -->
|
||||
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/core#LeaderRole">
|
||||
|
||||
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A broad-ranging leader concept, from leading a small temporary committee to head of a large international organization.</obo:IAO_0000112>
|
||||
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A leadership role</obo:IAO_0000115>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://vivoweb.org/ontology/core#MemberRole -->
|
||||
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/core#MemberRole">
|
||||
|
||||
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A role of being a member in a Process or an Organization</obo:IAO_0000115>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://vivoweb.org/ontology/core#ResearcherRole -->
|
||||
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/core#ResearcherRole">
|
||||
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000023"/>
|
||||
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A role of conducting funded or unfunded research, sometimes linked to an Agreement.</obo:IAO_0000115>
|
||||
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Examples of research can be seen at: http://www.ufl.edu/research/products/index.html. Note these may have been funded, but the research doesn't have to be funded. Also, the research may be linked to an Agreement (for example, a Grant), but does not need to be.</obo:IAO_0000112>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://vivoweb.org/ontology/core#AdviseeRole -->
|
||||
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/core#AdviseeRole">
|
||||
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000023"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://vivoweb.org/ontology/core#AdvisorRole -->
|
||||
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/core#AdvisorRole">
|
||||
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000023"/>
|
||||
</owl:Class>
|
||||
</rdf:RDF>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Generated by the OWL API (version 3.4.2018) http://owlapi.sourceforge.net -->
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue