NIHVIVO-3752 ontology changes
This commit is contained in:
parent
5dae0768f9
commit
5d33bd0a28
20 changed files with 19055 additions and 0 deletions
234
ontology/public/scires-public-1.5.owl
Normal file
234
ontology/public/scires-public-1.5.owl
Normal file
|
@ -0,0 +1,234 @@
|
|||
<rdf:RDF
|
||||
xmlns:vitro-public="http://vitro.mannlib.cornell.edu/ns/vitro/public#"
|
||||
xmlns:c4o="http://purl.org/spar/c4o/"
|
||||
xmlns:ero="http://purl.obolibrary.org/obo/"
|
||||
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
|
||||
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
|
||||
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
|
||||
xmlns:vivo="http://vivoweb.org/ontology/core#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:bibo="http://purl.org/ontology/bibo/"
|
||||
xmlns:afn="http://jena.hpl.hp.com/ARQ/function#"
|
||||
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
||||
xmlns:scires="http://vivoweb.org/ontology/scientific-research#"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
|
||||
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
|
||||
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
|
||||
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
|
||||
xmlns:dcelem="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
|
||||
xmlns:vann="http://purl.org/vocab/vann/"
|
||||
xmlns:skos="http://www.w3.org/2008/05/skos#"
|
||||
xmlns:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
|
||||
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
||||
xmlns:fabio="http://purl.org/spar/fabio/"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
|
||||
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/ero.owl#">
|
||||
<rdfs:label xml:lang="en-US">Research Resources (eagle-i)</rdfs:label>
|
||||
</owl:Ontology>
|
||||
<owl:Ontology rdf:about="http://vivoweb.org/ontology/scientific-research">
|
||||
<rdfs:label xml:lang="en-US">Scientific Research</rdfs:label>
|
||||
</owl:Ontology>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000394">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A service that produces a physical object or data, such as a custom micro-array chip, a made to order antibody, or a behavioral dataset</vitro:descriptionAnnot>
|
||||
<rdfs:label xml:lang="en-US">Production Service</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#Service"/>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A service that produces a physical object or data.</vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000006">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>eagle-i: Material entity that is used in a chemical reaction or other experimental process to detect, measure, examine, or produce other substances.
|
||||
NOTE: For now we are not addressing whether this is a subclass of foaf:Agent</vitro:descriptionAnnot>
|
||||
<rdfs:label xml:lang="en-US">Reagent</rdfs:label>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Material entity that is used in a chemical reaction or other experimental process to detect, measure, examine, or produce other substances.</vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/scientific-research#Phase1ClinicalTrial">
|
||||
<rdfs:label xml:lang="en-US">Phase 1 Clinical Trial</rdfs:label>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>In Phase I trials, researchers test an experimental drug or treatment in a small group of people (20-80) for the first time to evaluate its safety, determine a safe dosage range, and identify side effects</vitro:descriptionAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Phase 1 Clinical Trial</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000016"/>
|
||||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0100026">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>OBI: An organism is material entity that is an individual living system, such as animal, plant, bacteria or virus, that is capable of replicating or reproducing, growth and maintenance in the right environment. An organism may be unicellular or made up, like humans, of many billions of cells divided into specialized tissues and organs.
|
||||
NOTE that we are not addressing for now the issue of whether a foaf:Person is a subclass of obi:Organism</vitro:descriptionAnnot>
|
||||
<rdfs:label xml:lang="en-US">Organism</rdfs:label>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>An organism is a material entity that is an individual living system, such as animal, plant, bacteria or virus, that is capable of replicating or reproducing, growth and maintenance in the right environment.</vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000016">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A clinical trial is a research study using human volunteers to answer questions about treatments for diseases and conditions. Clinical trials are conducted in phases. The trials at each phase have a different purpose and help scientists answer different questions.</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000015"/>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:label xml:lang="en-US">Clinical Trial</rdfs:label>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A research study using human volunteers to answer specifc health-related questions. </vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000020">
|
||||
<rdfs:label xml:lang="en-US">Biological Specimen</rdfs:label>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>eagle-i: Material entity that is a portion or quantity of a biological material for use in testing, examination, or study. A biological specimen can be an individual animal, part of or derived an animal, plant, part of a plant, or microorganism. When a taxon is described, it is typically based on a single specimen and is referred to as the holotype.</vitro:descriptionAnnot>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>An individual animal, part of or derived an animal, plant, part of a plant, or microorganism.</vitro:exampleAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A portion or quantity of a biological material for use in testing, examination, or study.</vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/scientific-research#Phase3ClinicalTrial">
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0000016"/>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>In Phase 3 trials, an experimental study drug or treatment is given to large groups of people (1,000-3,000) to confirm its effectiveness, monitor side effects, compare it to commonly used treatments, and collect information that will allow the experimental drug or treatment to be used safely.
|
||||
</vitro:descriptionAnnot>
|
||||
<rdfs:label xml:lang="en-US">Phase 3 Clinical Trial</rdfs:label>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Phase 3 Clinical Trial</vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000004">
|
||||
<rdfs:label xml:lang="en-US">Instrument</rdfs:label>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>An implement used to facilitate work, especially precision work.</vitro:descriptionAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>An implement used to facilitate work, especially precision work.</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty>
|
||||
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/ERO_0000460"/>
|
||||
</owl:onProperty>
|
||||
<owl:allValuesFrom rdf:resource="http://purl.org/ontology/bibo/Document"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#Equipment"/>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000272">
|
||||
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/Document"/>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A protocol is a plan specification which has sufficient level of detail and quantitative information to communicate it between domain experts, so that different domain experts will reliably be able to independently reproduce the process.</vitro:descriptionAnnot>
|
||||
<rdfs:label xml:lang="en-US">Protocol</rdfs:label>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A plan specification that allows different domain experts to reliably and independently reproduce a process.</vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/scientific-research#Phase0ClinicalTrial">
|
||||
<rdfs:label xml:lang="en-US">Phase 0 Clinical Trial</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0000016"/>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Phase 0 is a recent designation for exploratory, first-in-human trials conducted in accordance with the United States Food and Drug Administration's (FDA) 2006 Guidance on Exploratory Investigational New Drug (IND) Studies. Phase 0 trials are also known as human microdosing studies and are designed to speed up the development of promising drugs or imaging agents by establishing very early on whether the drug or agent behaves in human subjects as was expected from preclinical studies.</vitro:descriptionAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Phase 0 Clinical Trial</vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/scientific-research#Phase4ClinicalTrial">
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Phase 4 Clinical Trial</vitro:shortDef>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>In Phase 4 trials, post marketing studies delineate additional information including the drug's or treatment's risks, benefits, and optimal use.</vitro:descriptionAnnot>
|
||||
<rdfs:label xml:lang="en-US">Phase 4 Clinical Trial</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0000016"/>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000391">
|
||||
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#Service"/>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A service in which a service consumer receives the right to use a resource (instrument, database, software, etc) that is owned or managed by a service provider. Ownership of the accessed resource remains with the service provider during and after provision of service.</vitro:descriptionAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A service in which a service consumer receives the right to use a resource (instrument, database, software, etc) that is owned or managed by a service provider. Ownership of the accessed resource remains with the service provider during and after provisi</vitro:shortDef>
|
||||
<rdfs:label xml:lang="en-US">Access Service</rdfs:label>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000014">
|
||||
<rdfs:label xml:lang="en-US">Research Project</rdfs:label>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>The comment in ero says "Maybe sameAs Investigation but is subject of funding"</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#Project"/>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A project whose goal is the increase of knowledge, the primary aim being a greater knowledge or understanding of the subject under study.</vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000015">
|
||||
<rdfs:label xml:lang="en-US">Human Study</rdfs:label>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>eagle-i: Research project that uses or collects measurements or assessments about humans.</vitro:descriptionAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Research project that uses or collects measurements or assessments about humans.</vitro:shortDef>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0000014"/>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/scientific-research#Phase2ClinicalTrial">
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Phase 2 Clinical Trial</vitro:shortDef>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0000016"/>
|
||||
<rdfs:label xml:lang="en-US">Phase 2 Clinical Trial</rdfs:label>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>In Phase 2 trials, an experimental study drug or treatment is given to a larger group of people (100-300) to see if it is effective and to further evaluate its safety.</vitro:descriptionAnnot>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000392">
|
||||
<rdfs:label xml:lang="en-US">Storage Service</rdfs:label>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A service in which a service consumer provides some material or data as input which a service provider stores and returns as output.</vitro:descriptionAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A service in which a service consumer provides some material or data as input which a service provider stores and returns as output.</vitro:shortDef>
|
||||
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#Service"/>
|
||||
</owl:Class>
|
||||
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/ERO_0000029">
|
||||
<owl:inverseOf>
|
||||
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/scientific-research#accessProvidedBy"/>
|
||||
</owl:inverseOf>
|
||||
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/ERO_0000391"/>
|
||||
<rdfs:label xml:lang="en-US">provides access to</rdfs:label>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/ERO_0000460">
|
||||
<rdfs:range rdf:resource="http://purl.org/ontology/bibo/Document"/>
|
||||
<owl:inverseOf>
|
||||
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/scientific-research#documentationFor"/>
|
||||
</owl:inverseOf>
|
||||
<rdfs:label xml:lang="en-US">has documentation</rdfs:label>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/ERO_0000481">
|
||||
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/OBI_0000272"/>
|
||||
<owl:inverseOf>
|
||||
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/scientific-research#protocolRealizedBy"/>
|
||||
</owl:inverseOf>
|
||||
<rdfs:domain rdf:resource="http://vivoweb.org/ontology/core#Service"/>
|
||||
<rdfs:label xml:lang="en-US">realizes protocol</rdfs:label>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/scientific-research#documentationFor">
|
||||
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0000460"/>
|
||||
<rdfs:domain rdf:resource="http://purl.org/ontology/bibo/Document"/>
|
||||
<rdfs:label xml:lang="en-US">documentation for</rdfs:label>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/scientific-research#accessProvidedBy">
|
||||
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/ERO_0000391"/>
|
||||
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0000029"/>
|
||||
<rdfs:label xml:lang="en-US">access provided by</rdfs:label>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/scientific-research#protocolRealizedBy">
|
||||
<rdfs:range rdf:resource="http://vivoweb.org/ontology/core#Service"/>
|
||||
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0000481"/>
|
||||
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/OBI_0000272"/>
|
||||
<rdfs:label xml:lang="en-US">protocol realized by</rdfs:label>
|
||||
</owl:ObjectProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://vivoweb.org/ontology/scientific-research#irbNumber">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Every clinical trial in the United States must be approved and monitored by an Institutional Review Board (IRB). An IRB is an independent committee of physicians, statisticians, community advocates and others whose objective is to ensure that a clinical trial is ethical and the rights of study participants are protected. </vitro:descriptionAnnot>
|
||||
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/ERO_0000016"/>
|
||||
<rdfs:label xml:lang="en-US">Institutional Review Board (IRB) number</rdfs:label>
|
||||
</owl:DatatypeProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://vivoweb.org/ontology/scientific-research#studyPopulationCount">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>number of human participants in the study (trial).</vitro:descriptionAnnot>
|
||||
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/ERO_0000016"/>
|
||||
<rdfs:label xml:lang="en-US">study population count</rdfs:label>
|
||||
</owl:DatatypeProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://vivoweb.org/ontology/scientific-research#nctId">
|
||||
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/ERO_0000016"/>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>ClinicalTrials.gov is an ICMJE-acceptable public registry, offering up-to-date information for locating clinical trials for a wide range of diseases and conditions. The U.S. National Institutes of Health (NIH), through its National Library of Medicine (NLM), developed this site in collaboration with the Food and Drug Administration (FDA), as a result of the FDA Modernization Act, which was passed into law in November 1997. This property should be publically visible since it is one of the principal identifiers in a national registry of clinical trials </vitro:descriptionAnnot>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>NCT00000419</vitro:exampleAnnot>
|
||||
<rdfs:subPropertyOf rdf:resource="http://vivoweb.org/ontology/core#identifier"/>
|
||||
<rdfs:label xml:lang="en-US">National Clinical Trials (NCT) number</rdfs:label>
|
||||
</owl:DatatypeProperty>
|
||||
</rdf:RDF>
|
1533
ontology/public/vivo-bibo-public-1.5.owl
Normal file
1533
ontology/public/vivo-bibo-public-1.5.owl
Normal file
File diff suppressed because it is too large
Load diff
3900
ontology/public/vivo-core-public-1.5.owl
Normal file
3900
ontology/public/vivo-core-public-1.5.owl
Normal file
File diff suppressed because it is too large
Load diff
28
ontology/public/vivo-dcelements-public-1.5.owl
Normal file
28
ontology/public/vivo-dcelements-public-1.5.owl
Normal file
|
@ -0,0 +1,28 @@
|
|||
<rdf:RDF
|
||||
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
|
||||
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
|
||||
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
|
||||
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
|
||||
xmlns:dcelem="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
|
||||
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
|
||||
xmlns:vivo="http://vivoweb.org/ontology/core#"
|
||||
xmlns:vann="http://purl.org/vocab/vann/"
|
||||
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
|
||||
xmlns:skos="http://www.w3.org/2008/05/skos#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:bibo="http://purl.org/ontology/bibo/"
|
||||
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
||||
xmlns:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
|
||||
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
|
||||
<owl:Ontology rdf:about="http://vivoweb.org/ontology/core/vivo-dcelements-public-1.5.owl">
|
||||
<rdfs:label xml:lang="en-US">Dublin Core elements</rdfs:label>
|
||||
</owl:Ontology>
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/dc/elements/1.1/isVersionOf">
|
||||
<rdfs:label xml:lang="en-US">isVersionOf</rdfs:label>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>This namespace - http://purl.org/dc/elements/1.1/ - does not appear to have this element.</vitro:descriptionAnnot>
|
||||
</owl:ObjectProperty>
|
||||
</rdf:RDF>
|
55
ontology/public/vivo-dcterms-public-1.5.owl
Normal file
55
ontology/public/vivo-dcterms-public-1.5.owl
Normal file
|
@ -0,0 +1,55 @@
|
|||
<rdf:RDF
|
||||
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
|
||||
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
|
||||
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
|
||||
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
|
||||
xmlns:dcelem="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
|
||||
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
|
||||
xmlns:vivo="http://vivoweb.org/ontology/core#"
|
||||
xmlns:vann="http://purl.org/vocab/vann/"
|
||||
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
|
||||
xmlns:skos="http://www.w3.org/2008/05/skos#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:bibo="http://purl.org/ontology/bibo/"
|
||||
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
||||
xmlns:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
|
||||
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
|
||||
<owl:Ontology rdf:about="http://vivoweb.org/ontology/core/vivo-dcterms-public-1.5.owl">
|
||||
<rdfs:label xml:lang="en-US">Dublin Core terms</rdfs:label>
|
||||
</owl:Ontology>
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/contributor">
|
||||
<rdfs:label xml:lang="en-US">contributor</rdfs:label>
|
||||
<skos:scopeNote xml:lang="en">Used to link a bibliographic item to one of its contributor: can be an author, an editor, a publisher, etc.</skos:scopeNote>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/relation">
|
||||
<rdfs:label xml:lang="en-US">relation</rdfs:label>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.</vitro:descriptionAnnot>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/isVersionOf">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.</vitro:descriptionAnnot>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Document1 isVersionOf Document2</vitro:exampleAnnot>
|
||||
<rdfs:label xml:lang="en-US">isVersionOf</rdfs:label>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/isReferencedBy">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.</vitro:descriptionAnnot>
|
||||
<rdfs:label xml:lang="en-US">isReferencedBy</rdfs:label>
|
||||
<skos:scopeNote xml:lang="en">Used to relate a reference citation to a bibliographic resource.</skos:scopeNote>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/publisher">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Public definition source: http://dublincore.org/2008/01/14/dcterms.rdf# .
|
||||
Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity.</vitro:descriptionAnnot>
|
||||
<rdfs:label xml:lang="en-US">publisher</rdfs:label>
|
||||
<skos:scopeNote xml:lang="en">Used to link a bibliographic item to its publisher.</skos:scopeNote>
|
||||
</owl:ObjectProperty>
|
||||
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/source"/>
|
||||
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/modified"/>
|
||||
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description"/>
|
||||
</rdf:RDF>
|
120
ontology/public/vivo-event-public-1.5.owl
Normal file
120
ontology/public/vivo-event-public-1.5.owl
Normal file
|
@ -0,0 +1,120 @@
|
|||
<rdf:RDF
|
||||
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
|
||||
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
|
||||
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
|
||||
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
|
||||
xmlns:dcelem="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
|
||||
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
|
||||
xmlns:vivo="http://vivoweb.org/ontology/core#"
|
||||
xmlns:vann="http://purl.org/vocab/vann/"
|
||||
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
|
||||
xmlns:skos="http://www.w3.org/2008/05/skos#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:bibo="http://purl.org/ontology/bibo/"
|
||||
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
||||
xmlns:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
|
||||
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
|
||||
<owl:Ontology rdf:about="http://vivoweb.org/ontology/core/vivo-event-public-1.5.owl">
|
||||
<rdfs:label xml:lang="en-US">Event Ontology</rdfs:label>
|
||||
</owl:Ontology>
|
||||
<owl:Class rdf:about="http://purl.org/NET/c4dm/event.owl#Event">
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#DateTimeInterval"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#dateTimeInterval"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Only use if no specific subclasses of event:Event are appropriate.</vitro:exampleAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#URLLink"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#webpage"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>This class will also display instances of subclasses under Event, e.g. Philosophy Department Discussion Club; 2009 Racker Lecture; screening of a documentary. In addition to a location in space and time, an event may have any or all the following qualities: actively participating agents, passive factors, work products. Also, it may be in a virtual space or part of a series such as a lecture series.
|
||||
|
||||
The previous short definition was: "An arbitrary classification of a space/time region, by a cognitive agent."</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#contactInformation"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#domesticGeographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#description"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicLocation"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasGeographicLocation"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Something that happens at a given place and time.</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#internationalGeographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasSubjectArea"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#geographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Role"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#realizedRole"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:label xml:lang="en-US">Event</rdfs:label>
|
||||
</owl:Class>
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/NET/c4dm/event.owl#produced_in">
|
||||
<rdfs:subPropertyOf rdf:resource="http://vivoweb.org/ontology/core#outcomeOf"/>
|
||||
<owl:inverseOf>
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/NET/c4dm/event.owl#product"/>
|
||||
</owl:inverseOf>
|
||||
<rdfs:label xml:lang="en-US">produced in</rdfs:label>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/NET/c4dm/event.owl#isAgentIn">
|
||||
<owl:inverseOf>
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/NET/c4dm/event.owl#agent"/>
|
||||
</owl:inverseOf>
|
||||
<rdfs:label xml:lang="en-US">is agent in</rdfs:label>
|
||||
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
<rdfs:range rdf:resource="http://purl.org/NET/c4dm/event.owl#Event"/>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/NET/c4dm/event.owl#product">
|
||||
<rdfs:subPropertyOf rdf:resource="http://vivoweb.org/ontology/core#outcome"/>
|
||||
<owl:inverseOf rdf:resource="http://purl.org/NET/c4dm/event.owl#produced_in"/>
|
||||
<rdfs:label xml:lang="en-US">product</rdfs:label>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/NET/c4dm/event.owl#agent">
|
||||
<rdfs:label xml:lang="en-US">agent</rdfs:label>
|
||||
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
<owl:inverseOf rdf:resource="http://purl.org/NET/c4dm/event.owl#isAgentIn"/>
|
||||
<rdfs:domain rdf:resource="http://purl.org/NET/c4dm/event.owl#Event"/>
|
||||
</owl:ObjectProperty>
|
||||
</rdf:RDF>
|
218
ontology/public/vivo-foaf-public-1.5.owl
Normal file
218
ontology/public/vivo-foaf-public-1.5.owl
Normal file
|
@ -0,0 +1,218 @@
|
|||
<rdf:RDF
|
||||
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
|
||||
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
|
||||
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
|
||||
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
|
||||
xmlns:dcelem="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
|
||||
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
|
||||
xmlns:vivo="http://vivoweb.org/ontology/core#"
|
||||
xmlns:vann="http://purl.org/vocab/vann/"
|
||||
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
|
||||
xmlns:skos="http://www.w3.org/2008/05/skos#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:bibo="http://purl.org/ontology/bibo/"
|
||||
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
||||
xmlns:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
|
||||
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
|
||||
<owl:Ontology rdf:about="http://vivoweb.org/ontology/core/vivo-foaf-public-1.5.owl">
|
||||
<rdfs:label xml:lang="en-US">FOAF</rdfs:label>
|
||||
</owl:Ontology>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Person">
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#AwardReceipt"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#awardOrHonor"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Credential"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#eligibleFor"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasCollaborator"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#domesticGeographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:label xml:lang="en-US">Person</rdfs:label>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#geographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
</owl:allValuesFrom>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#currentMemberOf"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>The most general classification of a person</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasResearchArea"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#internationalGeographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Organization">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>This class will display all the instances in the subclasses below it, as well as any organizations that were added as part of this generic class because there wasn't a specific class available.</vitro:descriptionAnnot>
|
||||
<rdfs:label xml:lang="en-US">Organization</rdfs:label>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Only use if no specific subclasses of foaf:organization desribe the organization.</vitro:exampleAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A generic class encompassing several types of organizations.</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
</owl:allValuesFrom>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasCurrentMember"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#DateTimeInterval"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#dateTimeInterval"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasSubOrganization"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#abbreviation"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicLocation"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasGeographicLocation"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Role"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#contributingRole"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<skos:scopeNote xml:lang="en">Ued to describe an organization related to bibliographic items such as a publishing company, etc.</skos:scopeNote>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent">
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Agents are things that do stuff</vitro:shortDef>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>see: http://xmlns.com/foaf/spec/#term_Agent</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Authorship"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#authorInAuthorship"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#email"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Address"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#mailingAddress"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#URLLink"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#webpage"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#primaryEmail"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:label xml:lang="en-US">Agent</rdfs:label>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#freetextKeyword"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<skos:scopeNote xml:lang="en">Used to describe any "agent" related to bibliographic items. Such agents can be persons, organizations or groups of any kind.</skos:scopeNote>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#InformationResource"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#featuredIn"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Group">
|
||||
<rdfs:label xml:lang="en-US">Group</rdfs:label>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Role"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#contributingRole"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A group can also be an organization but need not be; typically used for looser associations of people or organizations acting together in some fashion, not necessarily through formal agreement or on a long-term basis. Added to the VIVO ontology to be able to support informal and perhaps even private groups of people around an idea, funding opportunity, or event.
|
||||
|
||||
see: http://xmlns.com/foaf/spec/#term_Group</vitro:descriptionAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
> A collection of individual agents (and may itself play the role of a Agent, ie. something that can perform actions). </vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/based_near">
|
||||
<skos:scopeNote xml:lang="en">Used to link an agent, related to bibliographic things, to a place where it is based near: can be a city, a monument, a building, etc.</skos:scopeNote>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Definition take from: http://xmlns.com/foaf/spec/#term_based_near . foaf indicates that the status of this term is "unstable". "The based_near relationship relates two "spatial things" (anything that can be somewhere), the latter typically described using the geo:lat / geo:long geo-positioning vocabulary (http://www.w3.org/2003/01/geo/wgs84_pos#). This allows us to say describe the typical latitute and longitude of, say, a Person (people are spatial things - they can be places) without implying that a precise location has been given." </vitro:descriptionAnnot>
|
||||
<rdfs:label xml:lang="en-US">based_near</rdfs:label>
|
||||
</owl:ObjectProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/lastName">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>http://xmlns.com/foaf/spec/#term_lastName. Note from foaf: "The lastName property is provided (alongside firstName) as a mechanism to support legacy data that cannot be easily interpreted in terms of the (otherwise preferred) familyName and givenName properties. The concepts of 'first' and 'last' names do not work well across cultural and linguistic boundaries; however they are widely used in addressbooks and databases."</vitro:descriptionAnnot>
|
||||
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
|
||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
|
||||
<rdfs:label xml:lang="en-US">last name</rdfs:label>
|
||||
</owl:DatatypeProperty>
|
||||
<owl:FunctionalProperty rdf:about="http://xmlns.com/foaf/0.1/firstName">
|
||||
<rdfs:label xml:lang="en-US">first name</rdfs:label>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>http://xmlns.com/foaf/spec/#term_firstName. Note from foaf: "The lastName property is provided (alongside firstName) as a mechanism to support legacy data that cannot be easily interpreted in terms of the (otherwise preferred) familyName and givenName properties. The concepts of 'first' and 'last' names do not work well across cultural and linguistic boundaries; however they are widely used in addressbooks and databases."</vitro:descriptionAnnot>
|
||||
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
|
||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
|
||||
</owl:FunctionalProperty>
|
||||
</rdf:RDF>
|
45
ontology/public/vivo-pws-public-1.5.owl
Normal file
45
ontology/public/vivo-pws-public-1.5.owl
Normal file
|
@ -0,0 +1,45 @@
|
|||
<rdf:RDF
|
||||
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
|
||||
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
|
||||
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
|
||||
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
|
||||
xmlns:dcelem="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
|
||||
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
|
||||
xmlns:vivo="http://vivoweb.org/ontology/core#"
|
||||
xmlns:vann="http://purl.org/vocab/vann/"
|
||||
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
|
||||
xmlns:skos="http://www.w3.org/2008/05/skos#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:bibo="http://purl.org/ontology/bibo/"
|
||||
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
||||
xmlns:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
|
||||
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
|
||||
<owl:Ontology rdf:about="http://vivoweb.org/ontology/core/vivo-pws-public-1.5.owl">
|
||||
<rdfs:label xml:lang="en-US">provenance support</rdfs:label>
|
||||
</owl:Ontology>
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/provenance-support#PersonAsListed">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>For data ingest from authoritative sources to record the actual way a person was listed, as potentially valuable information for provenance and person disambiguation. Represents one person's information from one source at one particular time.</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
|
||||
<rdfs:label xml:lang="en-US">Person As Listed</rdfs:label>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>For data ingest from authoritative sources to record the actual way a person was listed, as potentially valuable information for provenance and person disambiguation.</vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/provenance-support#authorAsListed">
|
||||
<rdfs:range rdf:resource="http://vivoweb.org/ontology/provenance-support#PersonAsListed"/>
|
||||
<rdfs:label xml:lang="en-US">author as listed</rdfs:label>
|
||||
<rdfs:domain rdf:resource="http://vivoweb.org/ontology/core#Authorship"/>
|
||||
<owl:inverseOf>
|
||||
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/provenance-support#listedAuthorFor"/>
|
||||
</owl:inverseOf>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/provenance-support#listedAuthorFor">
|
||||
<rdfs:domain rdf:resource="http://vivoweb.org/ontology/provenance-support#PersonAsListed"/>
|
||||
<rdfs:label xml:lang="en-US">listed author for</rdfs:label>
|
||||
<rdfs:range rdf:resource="http://vivoweb.org/ontology/core#Authorship"/>
|
||||
<owl:inverseOf rdf:resource="http://vivoweb.org/ontology/provenance-support#authorAsListed"/>
|
||||
</owl:ObjectProperty>
|
||||
</rdf:RDF>
|
52
ontology/public/vivo-skos-public-1.5.owl
Normal file
52
ontology/public/vivo-skos-public-1.5.owl
Normal file
|
@ -0,0 +1,52 @@
|
|||
<rdf:RDF
|
||||
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
|
||||
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
|
||||
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
|
||||
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
|
||||
xmlns:dcelem="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
|
||||
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
|
||||
xmlns:vivo="http://vivoweb.org/ontology/core#"
|
||||
xmlns:vann="http://purl.org/vocab/vann/"
|
||||
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
|
||||
xmlns:skos="http://www.w3.org/2008/05/skos#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:bibo="http://purl.org/ontology/bibo/"
|
||||
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
||||
xmlns:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
|
||||
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
|
||||
<owl:Ontology rdf:about="http://vivoweb.org/ontology/core/vivo-skos-public-1.5.owl">
|
||||
<rdfs:label xml:lang="en-US">SKOS (Simple Knowledge Organization System)</rdfs:label>
|
||||
</owl:Ontology>
|
||||
<owl:Class rdf:about="http://www.w3.org/2004/02/skos/core#Concept">
|
||||
<rdfs:label xml:lang="en-US">Concept</rdfs:label>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>An idea or notion; a unit of thought.</vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:ObjectProperty rdf:about="http://www.w3.org/2004/02/skos/core#narrower">
|
||||
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
|
||||
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Public description modified from the information on this page: http://www.w3.org/TR/2005/WD-swbp-skos-core-guide-20050510/#sechierarchy .</vitro:descriptionAnnot>
|
||||
<rdfs:label xml:lang="en-US">narrower term</rdfs:label>
|
||||
<owl:inverseOf>
|
||||
<owl:ObjectProperty rdf:about="http://www.w3.org/2004/02/skos/core#broader"/>
|
||||
</owl:inverseOf>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://www.w3.org/2004/02/skos/core#related">
|
||||
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
|
||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
|
||||
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
|
||||
<rdfs:label xml:lang="en-US">related</rdfs:label>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://www.w3.org/2004/02/skos/core#broader">
|
||||
<rdfs:label xml:lang="en-US">broader term</rdfs:label>
|
||||
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
|
||||
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Public description modified from the information on this page: http://www.w3.org/TR/2005/WD-swbp-skos-core-guide-20050510/#sechierarchy .</vitro:descriptionAnnot>
|
||||
<owl:inverseOf rdf:resource="http://www.w3.org/2004/02/skos/core#narrower"/>
|
||||
</owl:ObjectProperty>
|
||||
</rdf:RDF>
|
208
productMods/WEB-INF/filegraph/tbox/scires-1.5.owl
Normal file
208
productMods/WEB-INF/filegraph/tbox/scires-1.5.owl
Normal file
|
@ -0,0 +1,208 @@
|
|||
<rdf:RDF
|
||||
xmlns:vitro-public="http://vitro.mannlib.cornell.edu/ns/vitro/public#"
|
||||
xmlns:c4o="http://purl.org/spar/c4o/"
|
||||
xmlns:ero="http://purl.obolibrary.org/obo/"
|
||||
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
|
||||
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
|
||||
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
|
||||
xmlns:vivo="http://vivoweb.org/ontology/core#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:bibo="http://purl.org/ontology/bibo/"
|
||||
xmlns:afn="http://jena.hpl.hp.com/ARQ/function#"
|
||||
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
||||
xmlns:scires="http://vivoweb.org/ontology/scientific-research#"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
|
||||
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
|
||||
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
|
||||
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
|
||||
xmlns:dcelem="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
|
||||
xmlns:vann="http://purl.org/vocab/vann/"
|
||||
xmlns:skos="http://www.w3.org/2008/05/skos#"
|
||||
xmlns:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
|
||||
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
||||
xmlns:fabio="http://purl.org/spar/fabio/"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
|
||||
<owl:Ontology rdf:about="http://vivoweb.org/ontology/scientific-research"/>
|
||||
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/">
|
||||
<vitro:ontologyPrefixAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>ero</vitro:ontologyPrefixAnnot>
|
||||
</owl:Ontology>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000394">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A service that produces a physical object or data, such as a custom micro-array chip, a made to order antibody, or a behavioral dataset</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#Service"/>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A service that produces a physical object or data.</vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000006">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>eagle-i: Material entity that is used in a chemical reaction or other experimental process to detect, measure, examine, or produce other substances.
|
||||
NOTE: For now we are not addressing whether this is a subclass of foaf:Agent</vitro:descriptionAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Material entity that is used in a chemical reaction or other experimental process to detect, measure, examine, or produce other substances.</vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/scientific-research#Phase1ClinicalTrial">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>In Phase I trials, researchers test an experimental drug or treatment in a small group of people (20-80) for the first time to evaluate its safety, determine a safe dosage range, and identify side effects</vitro:descriptionAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Phase 1 Clinical Trial</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000016"/>
|
||||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0100026">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>OBI: An organism is material entity that is an individual living system, such as animal, plant, bacteria or virus, that is capable of replicating or reproducing, growth and maintenance in the right environment. An organism may be unicellular or made up, like humans, of many billions of cells divided into specialized tissues and organs.
|
||||
NOTE that we are not addressing for now the issue of whether a foaf:Person is a subclass of obi:Organism</vitro:descriptionAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>An organism is a material entity that is an individual living system, such as animal, plant, bacteria or virus, that is capable of replicating or reproducing, growth and maintenance in the right environment.</vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000016">
|
||||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000015"/>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A clinical trial is a research study using human volunteers to answer questions about treatments for diseases and conditions. Clinical trials are conducted in phases. The trials at each phase have a different purpose and help scientists answer different questions.</vitro:descriptionAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A research study using human volunteers to answer specifc health-related questions. </vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000020">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>eagle-i: Material entity that is a portion or quantity of a biological material for use in testing, examination, or study. A biological specimen can be an individual animal, part of or derived an animal, plant, part of a plant, or microorganism. When a taxon is described, it is typically based on a single specimen and is referred to as the holotype.</vitro:descriptionAnnot>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>An individual animal, part of or derived an animal, plant, part of a plant, or microorganism.</vitro:exampleAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A portion or quantity of a biological material for use in testing, examination, or study.</vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/scientific-research#Phase3ClinicalTrial">
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0000016"/>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>In Phase 3 trials, an experimental study drug or treatment is given to large groups of people (1,000-3,000) to confirm its effectiveness, monitor side effects, compare it to commonly used treatments, and collect information that will allow the experimental drug or treatment to be used safely.
|
||||
</vitro:descriptionAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Phase 3 Clinical Trial</vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000004">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>An implement used to facilitate work, especially precision work.</vitro:descriptionAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>An implement used to facilitate work, especially precision work.</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty>
|
||||
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/ERO_0000460"/>
|
||||
</owl:onProperty>
|
||||
<owl:allValuesFrom rdf:resource="http://purl.org/ontology/bibo/Document"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#Equipment"/>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000272">
|
||||
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/Document"/>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A protocol is a plan specification which has sufficient level of detail and quantitative information to communicate it between domain experts, so that different domain experts will reliably be able to independently reproduce the process.</vitro:descriptionAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A plan specification that allows different domain experts to reliably and independently reproduce a process.</vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/scientific-research#Phase0ClinicalTrial">
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0000016"/>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Phase 0 is a recent designation for exploratory, first-in-human trials conducted in accordance with the United States Food and Drug Administration's (FDA) 2006 Guidance on Exploratory Investigational New Drug (IND) Studies. Phase 0 trials are also known as human microdosing studies and are designed to speed up the development of promising drugs or imaging agents by establishing very early on whether the drug or agent behaves in human subjects as was expected from preclinical studies.</vitro:descriptionAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Phase 0 Clinical Trial</vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/scientific-research#Phase4ClinicalTrial">
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Phase 4 Clinical Trial</vitro:shortDef>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>In Phase 4 trials, post marketing studies delineate additional information including the drug's or treatment's risks, benefits, and optimal use.</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0000016"/>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000391">
|
||||
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#Service"/>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A service in which a service consumer receives the right to use a resource (instrument, database, software, etc) that is owned or managed by a service provider. Ownership of the accessed resource remains with the service provider during and after provision of service.</vitro:descriptionAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A service in which a service consumer receives the right to use a resource (instrument, database, software, etc) that is owned or managed by a service provider. Ownership of the accessed resource remains with the service provider during and after provisi</vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000014">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>The comment in ero says "Maybe sameAs Investigation but is subject of funding"</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#Project"/>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A project whose goal is the increase of knowledge, the primary aim being a greater knowledge or understanding of the subject under study.</vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000015">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>eagle-i: Research project that uses or collects measurements or assessments about humans.</vitro:descriptionAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Research project that uses or collects measurements or assessments about humans.</vitro:shortDef>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0000014"/>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/scientific-research#Phase2ClinicalTrial">
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Phase 2 Clinical Trial</vitro:shortDef>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0000016"/>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>In Phase 2 trials, an experimental study drug or treatment is given to a larger group of people (100-300) to see if it is effective and to further evaluate its safety.</vitro:descriptionAnnot>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000392">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A service in which a service consumer provides some material or data as input which a service provider stores and returns as output.</vitro:descriptionAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A service in which a service consumer provides some material or data as input which a service provider stores and returns as output.</vitro:shortDef>
|
||||
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#Service"/>
|
||||
</owl:Class>
|
||||
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/ERO_0000029">
|
||||
<owl:inverseOf>
|
||||
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/scientific-research#accessProvidedBy"/>
|
||||
</owl:inverseOf>
|
||||
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/ERO_0000391"/>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/ERO_0000460">
|
||||
<owl:inverseOf>
|
||||
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/scientific-research#documentationFor"/>
|
||||
</owl:inverseOf>
|
||||
<rdfs:range rdf:resource="http://purl.org/ontology/bibo/Document"/>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/ERO_0000481">
|
||||
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/OBI_0000272"/>
|
||||
<owl:inverseOf>
|
||||
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/scientific-research#protocolRealizedBy"/>
|
||||
</owl:inverseOf>
|
||||
<rdfs:domain rdf:resource="http://vivoweb.org/ontology/core#Service"/>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/scientific-research#documentationFor">
|
||||
<rdfs:domain rdf:resource="http://purl.org/ontology/bibo/Document"/>
|
||||
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0000460"/>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/scientific-research#accessProvidedBy">
|
||||
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/ERO_0000391"/>
|
||||
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0000029"/>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/scientific-research#protocolRealizedBy">
|
||||
<rdfs:range rdf:resource="http://vivoweb.org/ontology/core#Service"/>
|
||||
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0000481"/>
|
||||
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/OBI_0000272"/>
|
||||
</owl:ObjectProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://vivoweb.org/ontology/scientific-research#irbNumber">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Every clinical trial in the United States must be approved and monitored by an Institutional Review Board (IRB). An IRB is an independent committee of physicians, statisticians, community advocates and others whose objective is to ensure that a clinical trial is ethical and the rights of study participants are protected. </vitro:descriptionAnnot>
|
||||
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/ERO_0000016"/>
|
||||
</owl:DatatypeProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://vivoweb.org/ontology/scientific-research#studyPopulationCount">
|
||||
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/ERO_0000016"/>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>number of human participants in the study (trial).</vitro:descriptionAnnot>
|
||||
</owl:DatatypeProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://vivoweb.org/ontology/scientific-research#nctId">
|
||||
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/ERO_0000016"/>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>ClinicalTrials.gov is an ICMJE-acceptable public registry, offering up-to-date information for locating clinical trials for a wide range of diseases and conditions. The U.S. National Institutes of Health (NIH), through its National Library of Medicine (NLM), developed this site in collaboration with the Food and Drug Administration (FDA), as a result of the FDA Modernization Act, which was passed into law in November 1997. This property should be publically visible since it is one of the principal identifiers in a national registry of clinical trials </vitro:descriptionAnnot>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>NCT00000419</vitro:exampleAnnot>
|
||||
<rdfs:subPropertyOf rdf:resource="http://vivoweb.org/ontology/core#identifier"/>
|
||||
</owl:DatatypeProperty>
|
||||
</rdf:RDF>
|
1422
productMods/WEB-INF/filegraph/tbox/vivo-bibo-1.5.owl
Normal file
1422
productMods/WEB-INF/filegraph/tbox/vivo-bibo-1.5.owl
Normal file
File diff suppressed because it is too large
Load diff
3482
productMods/WEB-INF/filegraph/tbox/vivo-core-1.5.owl
Normal file
3482
productMods/WEB-INF/filegraph/tbox/vivo-core-1.5.owl
Normal file
File diff suppressed because it is too large
Load diff
24
productMods/WEB-INF/filegraph/tbox/vivo-dcelements-1.5.owl
Normal file
24
productMods/WEB-INF/filegraph/tbox/vivo-dcelements-1.5.owl
Normal file
|
@ -0,0 +1,24 @@
|
|||
<rdf:RDF
|
||||
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
|
||||
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
|
||||
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
|
||||
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
|
||||
xmlns:dcelem="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
|
||||
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
|
||||
xmlns:vivo="http://vivoweb.org/ontology/core#"
|
||||
xmlns:vann="http://purl.org/vocab/vann/"
|
||||
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
|
||||
xmlns:skos="http://www.w3.org/2008/05/skos#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:bibo="http://purl.org/ontology/bibo/"
|
||||
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
||||
xmlns:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
|
||||
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/dc/elements/1.1/isVersionOf">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>This namespace - http://purl.org/dc/elements/1.1/ - does not appear to have this element.</vitro:descriptionAnnot>
|
||||
</owl:ObjectProperty>
|
||||
</rdf:RDF>
|
47
productMods/WEB-INF/filegraph/tbox/vivo-dcterms-1.5.owl
Normal file
47
productMods/WEB-INF/filegraph/tbox/vivo-dcterms-1.5.owl
Normal file
|
@ -0,0 +1,47 @@
|
|||
<rdf:RDF
|
||||
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
|
||||
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
|
||||
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
|
||||
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
|
||||
xmlns:dcelem="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
|
||||
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
|
||||
xmlns:vivo="http://vivoweb.org/ontology/core#"
|
||||
xmlns:vann="http://purl.org/vocab/vann/"
|
||||
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
|
||||
xmlns:skos="http://www.w3.org/2008/05/skos#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:bibo="http://purl.org/ontology/bibo/"
|
||||
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
||||
xmlns:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
|
||||
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/contributor">
|
||||
<skos:scopeNote xml:lang="en">Used to link a bibliographic item to one of its contributor: can be an author, an editor, a publisher, etc.</skos:scopeNote>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/relation">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.</vitro:descriptionAnnot>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/isVersionOf">
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Document1 isVersionOf Document2</vitro:exampleAnnot>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.</vitro:descriptionAnnot>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/isReferencedBy">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.</vitro:descriptionAnnot>
|
||||
<skos:scopeNote xml:lang="en">Used to relate a reference citation to a bibliographic resource.</skos:scopeNote>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/dc/terms/publisher">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Public definition source: http://dublincore.org/2008/01/14/dcterms.rdf# .
|
||||
Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity.</vitro:descriptionAnnot>
|
||||
<skos:scopeNote xml:lang="en">Used to link a bibliographic item to its publisher.</skos:scopeNote>
|
||||
</owl:ObjectProperty>
|
||||
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/source"/>
|
||||
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/modified"/>
|
||||
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description"/>
|
||||
</rdf:RDF>
|
112
productMods/WEB-INF/filegraph/tbox/vivo-event-1.5.owl
Normal file
112
productMods/WEB-INF/filegraph/tbox/vivo-event-1.5.owl
Normal file
|
@ -0,0 +1,112 @@
|
|||
<rdf:RDF
|
||||
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
|
||||
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
|
||||
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
|
||||
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
|
||||
xmlns:dcelem="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
|
||||
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
|
||||
xmlns:vivo="http://vivoweb.org/ontology/core#"
|
||||
xmlns:vann="http://purl.org/vocab/vann/"
|
||||
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
|
||||
xmlns:skos="http://www.w3.org/2008/05/skos#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:bibo="http://purl.org/ontology/bibo/"
|
||||
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
||||
xmlns:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
|
||||
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
|
||||
<owl:Class rdf:about="http://purl.org/NET/c4dm/event.owl#Event">
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#DateTimeInterval"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#dateTimeInterval"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Only use if no specific subclasses of event:Event are appropriate.</vitro:exampleAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#URLLink"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#webpage"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>This class will also display instances of subclasses under Event, e.g. Philosophy Department Discussion Club; 2009 Racker Lecture; screening of a documentary. In addition to a location in space and time, an event may have any or all the following qualities: actively participating agents, passive factors, work products. Also, it may be in a virtual space or part of a series such as a lecture series.
|
||||
|
||||
The previous short definition was: "An arbitrary classification of a space/time region, by a cognitive agent."</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#contactInformation"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#domesticGeographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#description"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicLocation"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasGeographicLocation"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Something that happens at a given place and time.</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#internationalGeographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasSubjectArea"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#geographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Role"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#realizedRole"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/NET/c4dm/event.owl#produced_in">
|
||||
<rdfs:subPropertyOf rdf:resource="http://vivoweb.org/ontology/core#outcomeOf"/>
|
||||
<owl:inverseOf>
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/NET/c4dm/event.owl#product"/>
|
||||
</owl:inverseOf>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/NET/c4dm/event.owl#isAgentIn">
|
||||
<owl:inverseOf>
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/NET/c4dm/event.owl#agent"/>
|
||||
</owl:inverseOf>
|
||||
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
<rdfs:range rdf:resource="http://purl.org/NET/c4dm/event.owl#Event"/>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/NET/c4dm/event.owl#product">
|
||||
<rdfs:subPropertyOf rdf:resource="http://vivoweb.org/ontology/core#outcome"/>
|
||||
<owl:inverseOf rdf:resource="http://purl.org/NET/c4dm/event.owl#produced_in"/>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/NET/c4dm/event.owl#agent">
|
||||
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
<owl:inverseOf rdf:resource="http://purl.org/NET/c4dm/event.owl#isAgentIn"/>
|
||||
<rdfs:domain rdf:resource="http://purl.org/NET/c4dm/event.owl#Event"/>
|
||||
</owl:ObjectProperty>
|
||||
</rdf:RDF>
|
208
productMods/WEB-INF/filegraph/tbox/vivo-foaf-1.5.owl
Normal file
208
productMods/WEB-INF/filegraph/tbox/vivo-foaf-1.5.owl
Normal file
|
@ -0,0 +1,208 @@
|
|||
<rdf:RDF
|
||||
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
|
||||
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
|
||||
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
|
||||
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
|
||||
xmlns:dcelem="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
|
||||
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
|
||||
xmlns:vivo="http://vivoweb.org/ontology/core#"
|
||||
xmlns:vann="http://purl.org/vocab/vann/"
|
||||
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
|
||||
xmlns:skos="http://www.w3.org/2008/05/skos#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:bibo="http://purl.org/ontology/bibo/"
|
||||
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
||||
xmlns:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
|
||||
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Person">
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#AwardReceipt"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#awardOrHonor"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Credential"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#eligibleFor"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasCollaborator"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#domesticGeographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#geographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
</owl:allValuesFrom>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#currentMemberOf"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>The most general classification of a person</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasResearchArea"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicRegion"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#internationalGeographicFocus"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Organization">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>This class will display all the instances in the subclasses below it, as well as any organizations that were added as part of this generic class because there wasn't a specific class available.</vitro:descriptionAnnot>
|
||||
<vitro:exampleAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Only use if no specific subclasses of foaf:organization desribe the organization.</vitro:exampleAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A generic class encompassing several types of organizations.</vitro:shortDef>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
</owl:allValuesFrom>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasCurrentMember"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#DateTimeInterval"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#dateTimeInterval"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasSubOrganization"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#abbreviation"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicLocation"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#hasGeographicLocation"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Role"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#contributingRole"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<skos:scopeNote xml:lang="en">Ued to describe an organization related to bibliographic items such as a publishing company, etc.</skos:scopeNote>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent">
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Agents are things that do stuff</vitro:shortDef>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>see: http://xmlns.com/foaf/spec/#term_Agent</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Authorship"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#authorInAuthorship"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#email"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Address"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#mailingAddress"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#URLLink"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#webpage"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#primaryEmail"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#freetextKeyword"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<skos:scopeNote xml:lang="en">Used to describe any "agent" related to bibliographic items. Such agents can be persons, organizations or groups of any kind.</skos:scopeNote>
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#InformationResource"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#featuredIn"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Group">
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Role"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#contributingRole"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>A group can also be an organization but need not be; typically used for looser associations of people or organizations acting together in some fashion, not necessarily through formal agreement or on a long-term basis. Added to the VIVO ontology to be able to support informal and perhaps even private groups of people around an idea, funding opportunity, or event.
|
||||
|
||||
see: http://xmlns.com/foaf/spec/#term_Group</vitro:descriptionAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
> A collection of individual agents (and may itself play the role of a Agent, ie. something that can perform actions). </vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/based_near">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Definition take from: http://xmlns.com/foaf/spec/#term_based_near . foaf indicates that the status of this term is "unstable". "The based_near relationship relates two "spatial things" (anything that can be somewhere), the latter typically described using the geo:lat / geo:long geo-positioning vocabulary (http://www.w3.org/2003/01/geo/wgs84_pos#). This allows us to say describe the typical latitute and longitude of, say, a Person (people are spatial things - they can be places) without implying that a precise location has been given." </vitro:descriptionAnnot>
|
||||
<skos:scopeNote xml:lang="en">Used to link an agent, related to bibliographic things, to a place where it is based near: can be a city, a monument, a building, etc.</skos:scopeNote>
|
||||
</owl:ObjectProperty>
|
||||
<owl:DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/lastName">
|
||||
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
|
||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>http://xmlns.com/foaf/spec/#term_lastName. Note from foaf: "The lastName property is provided (alongside firstName) as a mechanism to support legacy data that cannot be easily interpreted in terms of the (otherwise preferred) familyName and givenName properties. The concepts of 'first' and 'last' names do not work well across cultural and linguistic boundaries; however they are widely used in addressbooks and databases."</vitro:descriptionAnnot>
|
||||
</owl:DatatypeProperty>
|
||||
<owl:FunctionalProperty rdf:about="http://xmlns.com/foaf/0.1/firstName">
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>http://xmlns.com/foaf/spec/#term_firstName. Note from foaf: "The lastName property is provided (alongside firstName) as a mechanism to support legacy data that cannot be easily interpreted in terms of the (otherwise preferred) familyName and givenName properties. The concepts of 'first' and 'last' names do not work well across cultural and linguistic boundaries; however they are widely used in addressbooks and databases."</vitro:descriptionAnnot>
|
||||
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
|
||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
|
||||
</owl:FunctionalProperty>
|
||||
</rdf:RDF>
|
39
productMods/WEB-INF/filegraph/tbox/vivo-pws-1.5.owl
Normal file
39
productMods/WEB-INF/filegraph/tbox/vivo-pws-1.5.owl
Normal file
|
@ -0,0 +1,39 @@
|
|||
<rdf:RDF
|
||||
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
|
||||
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
|
||||
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
|
||||
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
|
||||
xmlns:dcelem="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
|
||||
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
|
||||
xmlns:vivo="http://vivoweb.org/ontology/core#"
|
||||
xmlns:vann="http://purl.org/vocab/vann/"
|
||||
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
|
||||
xmlns:skos="http://www.w3.org/2008/05/skos#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:bibo="http://purl.org/ontology/bibo/"
|
||||
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
||||
xmlns:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
|
||||
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/provenance-support#PersonAsListed">
|
||||
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>For data ingest from authoritative sources to record the actual way a person was listed, as potentially valuable information for provenance and person disambiguation. Represents one person's information from one source at one particular time.</vitro:descriptionAnnot>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>For data ingest from authoritative sources to record the actual way a person was listed, as potentially valuable information for provenance and person disambiguation.</vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/provenance-support#authorAsListed">
|
||||
<rdfs:range rdf:resource="http://vivoweb.org/ontology/provenance-support#PersonAsListed"/>
|
||||
<rdfs:domain rdf:resource="http://vivoweb.org/ontology/core#Authorship"/>
|
||||
<owl:inverseOf>
|
||||
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/provenance-support#listedAuthorFor"/>
|
||||
</owl:inverseOf>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/provenance-support#listedAuthorFor">
|
||||
<rdfs:domain rdf:resource="http://vivoweb.org/ontology/provenance-support#PersonAsListed"/>
|
||||
<rdfs:range rdf:resource="http://vivoweb.org/ontology/core#Authorship"/>
|
||||
<owl:inverseOf rdf:resource="http://vivoweb.org/ontology/provenance-support#authorAsListed"/>
|
||||
</owl:ObjectProperty>
|
||||
</rdf:RDF>
|
45
productMods/WEB-INF/filegraph/tbox/vivo-skos-1.5.owl
Normal file
45
productMods/WEB-INF/filegraph/tbox/vivo-skos-1.5.owl
Normal file
|
@ -0,0 +1,45 @@
|
|||
<rdf:RDF
|
||||
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
|
||||
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
|
||||
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
|
||||
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
|
||||
xmlns:dcelem="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:owl2="http://www.w3.org/2006/12/owl2-xml#"
|
||||
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
|
||||
xmlns:vivo="http://vivoweb.org/ontology/core#"
|
||||
xmlns:vann="http://purl.org/vocab/vann/"
|
||||
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
|
||||
xmlns:skos="http://www.w3.org/2008/05/skos#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:bibo="http://purl.org/ontology/bibo/"
|
||||
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
||||
xmlns:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
|
||||
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
|
||||
<owl:Class rdf:about="http://www.w3.org/2004/02/skos/core#Concept">
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>An idea or notion; a unit of thought.</vitro:shortDef>
|
||||
</owl:Class>
|
||||
<owl:ObjectProperty rdf:about="http://www.w3.org/2004/02/skos/core#narrower">
|
||||
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Public description modified from the information on this page: http://www.w3.org/TR/2005/WD-swbp-skos-core-guide-20050510/#sechierarchy .</vitro:descriptionAnnot>
|
||||
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
|
||||
<owl:inverseOf>
|
||||
<owl:ObjectProperty rdf:about="http://www.w3.org/2004/02/skos/core#broader"/>
|
||||
</owl:inverseOf>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://www.w3.org/2004/02/skos/core#related">
|
||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
|
||||
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
|
||||
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
|
||||
</owl:ObjectProperty>
|
||||
<owl:ObjectProperty rdf:about="http://www.w3.org/2004/02/skos/core#broader">
|
||||
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
|
||||
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Public description modified from the information on this page: http://www.w3.org/TR/2005/WD-swbp-skos-core-guide-20050510/#sechierarchy .</vitro:descriptionAnnot>
|
||||
<owl:inverseOf rdf:resource="http://www.w3.org/2004/02/skos/core#narrower"/>
|
||||
</owl:ObjectProperty>
|
||||
</rdf:RDF>
|
|
@ -0,0 +1,267 @@
|
|||
<rdf:RDF
|
||||
xmlns:vitro-public="http://vitro.mannlib.cornell.edu/ns/vitro/public#"
|
||||
xmlns:c4o="http://purl.org/spar/c4o/"
|
||||
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
|
||||
xmlns:skco="http://www.w3.org/2004/02/skos/core#"
|
||||
xmlns:ero="http://purl.obolibrary.org/obo/"
|
||||
xmlns:event="http://purl.org/NET/c4dm/event.owl#"
|
||||
xmlns:pvs="http://vivoweb.org/ontology/provenance-support#"
|
||||
xmlns:dcelem="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:j.0="http://www.w3.org/2006/12/owl2-xml#"
|
||||
xmlns:vivo="http://vivoweb.org/ontology/core#"
|
||||
xmlns:vann="http://purl.org/vocab/vann/"
|
||||
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:skos="http://www.w3.org/2008/05/skos#"
|
||||
xmlns:afn="http://jena.hpl.hp.com/ARQ/function#"
|
||||
xmlns:bibo="http://purl.org/ontology/bibo/"
|
||||
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
||||
xmlns:swvs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
|
||||
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:scires="http://vivoweb.org/ontology/scientific-research#"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
|
||||
xmlns:fabio="http://purl.org/spar/fabio/"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
|
||||
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/">
|
||||
<rdfs:label xml:lang="en-US">Research Resources (eagle-i)</rdfs:label>
|
||||
<vitro:ontologyPrefixAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>ero</vitro:ontologyPrefixAnnot>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/ERO_0000020">
|
||||
<rdfs:label xml:lang="en-US">Biological Specimen</rdfs:label>
|
||||
<vitro:displayLimitAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>-1</vitro:displayLimitAnnot>
|
||||
<vitro:displayRankAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>-1</vitro:displayRankAnnot>
|
||||
<vitro:inClassGroup rdf:resource="http://vivoweb.org/ontology#vitroClassGrouppublications"/>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/scientific-research#studyPopulationCount">
|
||||
<rdfs:label xml:lang="en-US">study population count</rdfs:label>
|
||||
<vitro:displayRankAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>20</vitro:displayRankAnnot>
|
||||
<vitro:inPropertyGroupAnnot rdf:resource="http://vivoweb.org/ontology#vitroPropertyGroupoverview"/>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/scientific-research#documentationFor">
|
||||
<rdfs:label xml:lang="en-US">documentation for</rdfs:label>
|
||||
<vitro:selectFromExistingAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
|
||||
>true</vitro:selectFromExistingAnnot>
|
||||
<vitro:inPropertyGroupAnnot rdf:resource="http://vivoweb.org/ontology#vitroPropertyGroupoverview"/>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/OBI_0000272">
|
||||
<rdfs:label xml:lang="en-US">Protocol</rdfs:label>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:inClassGroup rdf:resource="http://vivoweb.org/ontology#vitroClassGrouppublications"/>
|
||||
<vitro:displayLimitAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>-1</vitro:displayLimitAnnot>
|
||||
<vitro:displayRankAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>15</vitro:displayRankAnnot>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/scientific-research#Phase4ClinicalTrial">
|
||||
<rdfs:label xml:lang="en-US">Phase 4 Clinical Trial</rdfs:label>
|
||||
<vitro:displayRankAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>4</vitro:displayRankAnnot>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:inClassGroup rdf:resource="http://vivoweb.org/ontology#vitroClassGrouppublications"/>
|
||||
<vitro:displayLimitAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>-1</vitro:displayLimitAnnot>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/scientific-research#accessProvidedBy">
|
||||
<rdfs:label xml:lang="en-US">access provided by</rdfs:label>
|
||||
<vitro:selectFromExistingAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
|
||||
>true</vitro:selectFromExistingAnnot>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/scientific-research">
|
||||
<rdfs:label xml:lang="en-US">Scientific Research</rdfs:label>
|
||||
<vitro:ontologyPrefixAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>scires</vitro:ontologyPrefixAnnot>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/ERO_0000015">
|
||||
<rdfs:label xml:lang="en-US">Human Study</rdfs:label>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:displayRankAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>-1</vitro:displayRankAnnot>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:displayLimitAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>-1</vitro:displayLimitAnnot>
|
||||
<vitro:inClassGroup rdf:resource="http://vivoweb.org/ontology#vitroClassGrouppublications"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/scientific-research#Phase2ClinicalTrial">
|
||||
<rdfs:label xml:lang="en-US">Phase 2 Clinical Trial</rdfs:label>
|
||||
<vitro:displayRankAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>5</vitro:displayRankAnnot>
|
||||
<vitro:inClassGroup rdf:resource="http://vivoweb.org/ontology#vitroClassGrouppublications"/>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:displayLimitAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>-1</vitro:displayLimitAnnot>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/ERO_0000392">
|
||||
<rdfs:label xml:lang="en-US">Storage Service</rdfs:label>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:inClassGroup rdf:resource="http://vivoweb.org/ontology#vitroClassGroupactivities"/>
|
||||
<vitro:displayRankAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>20</vitro:displayRankAnnot>
|
||||
<vitro:displayLimitAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>-1</vitro:displayLimitAnnot>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/scientific-research#nctId">
|
||||
<rdfs:label xml:lang="en-US">National Clinical Trials (NCT) number</rdfs:label>
|
||||
<vitro:displayLimitAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>1</vitro:displayLimitAnnot>
|
||||
<vitro:inPropertyGroupAnnot rdf:resource="http://vivoweb.org/ontology#vitroPropertyGroupidentifiers"/>
|
||||
<vitro:displayRankAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>4</vitro:displayRankAnnot>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:publicDescriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>ClinicalTrials.gov registry number</vitro:publicDescriptionAnnot>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/ERO_0000460">
|
||||
<rdfs:label xml:lang="en-US">has documentation</rdfs:label>
|
||||
<vitro:selectFromExistingAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
|
||||
>true</vitro:selectFromExistingAnnot>
|
||||
<vitro:inPropertyGroupAnnot rdf:resource="http://vivoweb.org/ontology#vitroPropertyGroupoverview"/>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/ERO_0000394">
|
||||
<rdfs:label xml:lang="en-US">Production Service</rdfs:label>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:displayLimitAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>-1</vitro:displayLimitAnnot>
|
||||
<vitro:inClassGroup rdf:resource="http://vivoweb.org/ontology#vitroClassGroupactivities"/>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:displayRankAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>20</vitro:displayRankAnnot>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/ERO_0000481">
|
||||
<rdfs:label xml:lang="en-US">realizes protocol</rdfs:label>
|
||||
<vitro:selectFromExistingAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
|
||||
>true</vitro:selectFromExistingAnnot>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/ERO_0000006">
|
||||
<rdfs:label xml:lang="en-US">Reagent</rdfs:label>
|
||||
<vitro:displayRankAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>-1</vitro:displayRankAnnot>
|
||||
<vitro:displayLimitAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>-1</vitro:displayLimitAnnot>
|
||||
<vitro:inClassGroup rdf:resource="http://vivoweb.org/ontology#vitroClassGrouppublications"/>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/scientific-research#Phase1ClinicalTrial">
|
||||
<rdfs:label xml:lang="en-US">Phase 1 Clinical Trial</rdfs:label>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:displayRankAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>4</vitro:displayRankAnnot>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:inClassGroup rdf:resource="http://vivoweb.org/ontology#vitroClassGrouppublications"/>
|
||||
<vitro:displayLimitAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>-1</vitro:displayLimitAnnot>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/OBI_0100026">
|
||||
<rdfs:label xml:lang="en-US">Organism</rdfs:label>
|
||||
<vitro:displayRankAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>-1</vitro:displayRankAnnot>
|
||||
<vitro:displayLimitAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>-1</vitro:displayLimitAnnot>
|
||||
<vitro:inClassGroup rdf:resource="http://vivoweb.org/ontology#vitroClassGrouppublications"/>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/ERO_0000016">
|
||||
<rdfs:label xml:lang="en-US">Clinical Trial</rdfs:label>
|
||||
<vitro:displayRankAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>-1</vitro:displayRankAnnot>
|
||||
<vitro:displayLimitAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>1</vitro:displayLimitAnnot>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/scientific-research#irbNumber">
|
||||
<rdfs:label xml:lang="en-US">Institutional Review Board (IRB) number</rdfs:label>
|
||||
<vitro:inPropertyGroupAnnot rdf:resource="http://vivoweb.org/ontology#vitroPropertyGroupidentifiers"/>
|
||||
<vitro:publicDescriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
|
||||
>Institutional Review Board (IRB) number for a Clinical Trial</vitro:publicDescriptionAnnot>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/scientific-research#Phase3ClinicalTrial">
|
||||
<rdfs:label xml:lang="en-US">Phase 3 Clinical Trial</rdfs:label>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:inClassGroup rdf:resource="http://vivoweb.org/ontology#vitroClassGrouppublications"/>
|
||||
<vitro:displayRankAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>-1</vitro:displayRankAnnot>
|
||||
<vitro:displayLimitAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>-1</vitro:displayLimitAnnot>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/ERO_0000004">
|
||||
<rdfs:label xml:lang="en-US">Instrument</rdfs:label>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:inClassGroup rdf:resource="http://vivoweb.org/ontology#vitroClassGroupequipment"/>
|
||||
<vitro:displayLimitAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>-1</vitro:displayLimitAnnot>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:displayRankAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>10</vitro:displayRankAnnot>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/ERO_0000029">
|
||||
<rdfs:label xml:lang="en-US">provides access to</rdfs:label>
|
||||
<vitro:selectFromExistingAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
|
||||
>true</vitro:selectFromExistingAnnot>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/scientific-research#Phase0ClinicalTrial">
|
||||
<rdfs:label xml:lang="en-US">Phase 0 Clinical Trial</rdfs:label>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:displayRankAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>-1</vitro:displayRankAnnot>
|
||||
<vitro:inClassGroup rdf:resource="http://vivoweb.org/ontology#vitroClassGrouppublications"/>
|
||||
<vitro:displayLimitAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>6</vitro:displayLimitAnnot>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/ERO_0000014">
|
||||
<rdfs:label xml:lang="en-US">Research Project</rdfs:label>
|
||||
<vitro:displayLimitAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>-1</vitro:displayLimitAnnot>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:displayRankAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>-1</vitro:displayRankAnnot>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:inClassGroup rdf:resource="http://vivoweb.org/ontology#vitroClassGroupactivities"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/scientific-research#protocolRealizedBy">
|
||||
<rdfs:label xml:lang="en-US">protocol realized by</rdfs:label>
|
||||
<vitro:selectFromExistingAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
|
||||
>true</vitro:selectFromExistingAnnot>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/ERO_0000391">
|
||||
<rdfs:label xml:lang="en-US">Access Service</rdfs:label>
|
||||
<vitro:displayRankAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>20</vitro:displayRankAnnot>
|
||||
<vitro:inClassGroup rdf:resource="http://vivoweb.org/ontology#vitroClassGroupactivities"/>
|
||||
<vitro:prohibitedFromUpdateBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:hiddenFromDisplayBelowRoleLevelAnnot rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/role#public"/>
|
||||
<vitro:displayLimitAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
|
||||
>-1</vitro:displayLimitAnnot>
|
||||
</rdf:Description>
|
||||
</rdf:RDF>
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue