in-process update of TBox filegraphs for latest ISF
This commit is contained in:
parent
7eb6f92d69
commit
3230186415
39 changed files with 13865 additions and 8564 deletions
85
productMods/WEB-INF/filegraph/tbox/process.owl
Normal file
85
productMods/WEB-INF/filegraph/tbox/process.owl
Normal file
|
@ -0,0 +1,85 @@
|
|||
<?xml version="1.0"?>
|
||||
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/arg/process.owl#"
|
||||
xml:base="http://purl.obolibrary.org/obo/arg/process.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#">
|
||||
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/arg/process.owl"/>
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
///////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 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://vivoweb.org/ontology/core#AdvisingProcess -->
|
||||
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/core#AdvisingProcess">
|
||||
<rdfs:label xml:lang="en">advising process</rdfs:label>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://vivoweb.org/ontology/core#AttendingProcess -->
|
||||
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/core#AttendingProcess">
|
||||
<rdfs:label xml:lang="en">attending process</rdfs:label>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://vivoweb.org/ontology/core#PresentingProcess -->
|
||||
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/core#PresentingProcess">
|
||||
<rdfs:label xml:lang="en">presenting process</rdfs:label>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://vivoweb.org/ontology/core#Project -->
|
||||
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/core#Project">
|
||||
<rdfs:label xml:lang="en">project</rdfs:label>
|
||||
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An endeavor, frequently collaborative, that occurs over a finite period of time and is intended to achieve a particular aim.</obo:IAO_0000115>
|
||||
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An endeavor, frequently collaborative, that occurs over a finite period of time and is intended to achieve a particular aim.
|
||||
</obo:IAO_0000112>
|
||||
</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