committing revision 3078. Merged from trunk.

This commit is contained in:
anupsawant 2011-06-21 20:28:11 +00:00
commit 6b3c79280f
19 changed files with 321 additions and 43191 deletions

View file

@ -96,30 +96,6 @@ xmlns:vitro="&vitro;"
<owl:DatatypeProperty rdf:about="&vitro;sunset"/>
<owl:DatatypeProperty rdf:about="&vitro;timekey"/>
<!-- portal flag classes -->
<owl:Class rdf:about="&vitro;Flag1Value0Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value1Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value2Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value3Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value4Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value5Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value6Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value7Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value8Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value9Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value10Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value11Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value12Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value13Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value14Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value15Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value16Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value17Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value18Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value19Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value20Thing"/>
<!-- Portal-related constructs -->
<owl:Class rdf:about="&vitro;Portal"/>

View file

@ -90,10 +90,6 @@
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#hasTeacherRole">
<display:listViewConfigFile rdf:datatype="http://www.w3.org/2001/XMLSchema#string">listViewConfig-hasRole.xml</display:listViewConfigFile>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#hasPresenterRole">
<display:listViewConfigFile rdf:datatype="http://www.w3.org/2001/XMLSchema#string">listViewConfig-hasRole.xml</display:listViewConfigFile>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#hasOrganizerRole">
<display:listViewConfigFile rdf:datatype="http://www.w3.org/2001/XMLSchema#string">listViewConfig-hasRole.xml</display:listViewConfigFile>
@ -110,6 +106,10 @@
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#hasPresenterRole">
<display:listViewConfigFile rdf:datatype="http://www.w3.org/2001/XMLSchema#string">listViewConfig-hasPresenterRole.xml</display:listViewConfigFile>
</rdf:Description>
<!--
******************************************************************
end roles (from person) config

View file

@ -63,14 +63,12 @@
<rdfs:subClassOf rdf:resource="&snap;SpecificallyDependentContinuant"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#AcademicDegree -->
<owl:Class rdf:about="&core;AcademicDegree">
<rdfs:subClassOf rdf:resource="&snap;SpecificallyDependentContinuant"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#Address -->
<owl:Class rdf:about="&core;Address">
@ -98,6 +96,17 @@
<rdfs:subClassOf rdf:resource="&snap;SpecificallyDependentContinuant"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#Credential -->
<owl:Class rdf:about="&core;Credential">
<rdfs:subClassOf rdf:resource="&snap;GenericallyDependentContinuant"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#IssuedCredential -->
<owl:Class rdf:about="&core;IssuedCredential">
<rdfs:subClassOf rdf:resource="&snap;SpecificallyDependentContinuant"/>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#DateTimeInterval -->

View file

@ -0,0 +1,24 @@
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX swrl: <http://www.w3.org/2003/11/swrl#>
PREFIX swrlb: <http://www.w3.org/2003/11/swrlb#>
PREFIX vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#>
PREFIX vivo: <http://vivo.library.cornell.edu/ns/0.1#>
PREFIX bibo: <http://purl.org/ontology/bibo/>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX event: <http://purl.org/NET/c4dm/event.owl#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX core: <http://vivoweb.org/ontology/core#>
Construct {
_:role a core:OrganizerRole .
_:role core:roleIn ?something .
?something core:relatedRole _:role .
?person core:hasOrganizerRole _:role .
_:role core:organizerRoleOf ?person .
} where {
?person bibo:organizer ?something .
}

View file

@ -1,612 +0,0 @@
<rdf:RDF
xmlns:geo="http://aims.fao.org/aos/geopolitical.owl#"
xmlns:skos="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:core="http://vivoweb.org/ontology/core#"
xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
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: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:swrl="http://www.w3.org/2003/11/swrl#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" >
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree3">
<core:abbreviation>A.M.T.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">A.M.T. Master of Arts in Teaching</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree54">
<rdfs:label xml:lang="en-US">D.Sc. Doctor of Science</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>D.Sc.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree96">
<core:abbreviation>Pharm.D.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">Pharm.D. Doctor of Pharmacy</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree86">
<rdfs:label xml:lang="en-US">M.M.E. Master of Mechanical Engineering</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>M.M.E.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree27">
<core:abbreviation>B.M.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">B.M. Bachelor of Medicine</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree73">
<rdfs:label xml:lang="en-US">M.B.A. Master of Business Administration</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>M.B.A.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree40">
<rdfs:label xml:lang="en-US">D.C. Doctor of Chiropractic</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>D.C.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree48">
<core:abbreviation>D.M.S.</core:abbreviation>
<rdfs:label xml:lang="en-US">D.M.S. Doctor of Medical Science</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree33">
<rdfs:label xml:lang="en-US">B.S. Bachelor of Science</rdfs:label>
<core:abbreviation>B.S.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree68">
<core:abbreviation>LL.B.</core:abbreviation>
<rdfs:label xml:lang="en-US">LL.B. Bachelor of Laws</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree113">
<rdfs:label xml:lang="en-US">M.P.H. Master of Public Health</rdfs:label>
<core:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">&lt;p&gt;Professional public health degree. (contrast with M.S.P.H.)&lt;/p&gt;
&lt;p&gt;See the Wikipedia entry at: http://en.wikipedia.org/wiki/Professional_degrees_of_public_health&lt;/p&gt;</core:description>
<core:abbreviation rdf:datatype="http://www.w3.org/2000/01/rdf-schema#Literal">M.P.H.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree101">
<core:abbreviation>S.J.D.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">S.J.D. Doctor of Juridical Science</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree13">
<rdfs:label xml:lang="en-US">B.B.A. Bachelor of Business Administration</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>B.B.A.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree53">
<rdfs:label xml:lang="en-US">D.S.W. Doctor of Social Work</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>D.S.W.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree2">
<rdfs:label xml:lang="en-US">AeEng. Aeronautical Engineer</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>AeEng.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree95">
<rdfs:label xml:lang="en-US">O.D. Doctor of Optometry</rdfs:label>
<core:abbreviation>O.D.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree60">
<rdfs:label xml:lang="en-US">E.Met. Engineer of Metallurgy</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>E.Met.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree85">
<core:abbreviation>M.M.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">M.M. Master of Music</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree74">
<rdfs:label xml:lang="en-US">M.C.E. Master of Christian Education </rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>M.C.E.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree28">
<core:abbreviation>B.M.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">B.M. Bachelor of Music</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree47">
<rdfs:label xml:lang="en-US">D.O. Doctor of Osteopathic Medicine</rdfs:label>
<core:abbreviation>D.O.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree20">
<rdfs:label xml:lang="en-US">B.E.E. Bachelor of Electrical Engineering</rdfs:label>
<core:abbreviation>B.E.E.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree34">
<rdfs:label xml:lang="en-US">B.S.Ed. Bachelor of Science in Education</rdfs:label>
<core:abbreviation>B.S.Ed.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree114">
<core:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">&lt;p&gt;Academic public health degree. (contrast with M.P.H.).&amp;nbsp; The M.S.P.H. is more research-oriented than the M.P.H.&lt;/p&gt;
&lt;p&gt;See the Wikipedia entry at: http://en.wikipedia.org/wiki/Professional_degrees_of_public_health&lt;/p&gt;</core:description>
<rdfs:label xml:lang="en-US">M.S.P.H. Master of Science in Public Health</rdfs:label>
<core:abbreviation rdf:datatype="http://www.w3.org/2000/01/rdf-schema#Literal">M.S.P.H.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree67">
<rdfs:label xml:lang="en-US">Litt.M. Master of Letters</rdfs:label>
<core:abbreviation>Litt.M.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree14">
<core:abbreviation>B.C.E.</core:abbreviation>
<rdfs:label xml:lang="en-US">B.C.E. Bachelor of Civil Engineering</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree102">
<core:abbreviation>S.J.D.</core:abbreviation>
<rdfs:label xml:lang="en-US">S.J.D. Doctor of the Science of Law</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree61">
<rdfs:label xml:lang="en-US">I.E. Industrial Engineer</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>I.E.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree98">
<core:abbreviation>Ph.D.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">Ph.D. Doctor of Philosophy</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree39">
<rdfs:label xml:lang="en-US">D.B.A. Doctor of Business Administration</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>D.B.A.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree52">
<rdfs:label xml:lang="en-US">D.S.W. Doctor of Social Welfare</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>D.S.W.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree5">
<core:abbreviation>B.A.E.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">B.A.E. Bachelor of Arts in Education</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree29">
<core:abbreviation>B.M.S.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">B.M.S. Bachelor of Marine Science</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree42">
<core:abbreviation>D.D.S.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">D.D.S. Doctor of Dental Surgery</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree90">
<core:abbreviation>M.R.E.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">M.R.E. Master of Religious Education</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree71">
<core:abbreviation>M.A.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">M.A. Master of Arts</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree84">
<core:abbreviation>M.L.S.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">M.L.S. Master of Library Science</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree21">
<core:abbreviation>B.F.</core:abbreviation>
<rdfs:label xml:lang="en-US">B.F. Bachelor of Forestry</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree11">
<rdfs:label xml:lang="en-US">B.A.M. Bachelor of Applied Mathematics</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>B.A.M.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree103">
<core:abbreviation>S.Sc.D.</core:abbreviation>
<rdfs:label xml:lang="en-US">S.Sc.D. Doctor of Social Science</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree31">
<core:abbreviation>B.Pharm.</core:abbreviation>
<rdfs:label xml:lang="en-US">B.Pharm. Bachelor of Pharmacy</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree115">
<rdfs:label xml:lang="en-US">MLIS Master of Library and Information Science </rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree97">
<core:abbreviation>Ph.B.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">Ph.B. Bachelor of Philosophy</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree62">
<core:abbreviation>I.E.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">I.E. Industrial Engineering</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree51">
<core:abbreviation>D.R.E.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">D.R.E. Doctor of Religious Education</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree4">
<core:abbreviation>B.A.</core:abbreviation>
<rdfs:label xml:lang="en-US">B.A. Bachelor of Arts</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree41">
<rdfs:label xml:lang="en-US">D.D. Doctor of Divinity</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>D.D.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree83">
<core:abbreviation>M.H.A.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">M.H.A. Master of Hospital Administration</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree72">
<core:abbreviation>M.Aero.E.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">M.Aero.E. Master of Aeronautical Engineering</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree79">
<rdfs:label xml:lang="en-US">M.E. Master of Engineering</rdfs:label>
<core:abbreviation>M.E.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree49">
<core:abbreviation>D.P.A.</core:abbreviation>
<rdfs:label xml:lang="en-US">D.P.A. Doctor of Public Administration</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree104">
<rdfs:label xml:lang="en-US">S.T.B. Bachelor of Sacred Theology</rdfs:label>
<core:abbreviation>S.T.B.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree12">
<rdfs:label xml:lang="en-US">B.Arch. Bachelor of Architecture</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>B.Arch.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree116">
<rdfs:label xml:lang="en-US">Dip.Ed. Diploma of Education</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree32">
<rdfs:label xml:lang="en-US">B.R.E. Bachelor of Religious Education</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>B.R.E.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree59">
<rdfs:label xml:lang="en-US">E.M. Engineer of Mines</rdfs:label>
<core:abbreviation>E.M.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree69">
<core:abbreviation>LL.D.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">LL.D. Doctor of Laws</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree22">
<core:abbreviation>B.F.A.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">B.F.A. Bachelor of Fine Arts</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree100">
<rdfs:label xml:lang="en-US">Sc.D. Doctor of Science</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>Sc.D.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree23">
<core:abbreviation>B.J.</core:abbreviation>
<rdfs:label xml:lang="en-US">B.J. Bachelor of Journalism</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree58">
<rdfs:label xml:lang="en-US">E.E. Electrical Engineer</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>E.E.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree82">
<rdfs:label xml:lang="en-US">M.F.A. Master of Fine Arts</rdfs:label>
<core:abbreviation>M.F.A.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree37">
<rdfs:label xml:lang="en-US">D.A. Doctor of Arts</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>D.A.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree44">
<core:abbreviation>D.Ed.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">D.Ed. Doctor of Education</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree92">
<core:abbreviation>M.S.W.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">M.S.W. Master of Social Work</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree7">
<rdfs:label xml:lang="en-US">B.A.E. Aeronautical Engineering</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>B.A.E.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree110">
<core:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Abbreviation commonly used by Canadian and British universities.</core:description>
<rdfs:label xml:lang="en-US">B.Sc. Bachelor of Science</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation rdf:datatype="http://www.w3.org/2000/01/rdf-schema#Literal">B.Sc.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree17">
<rdfs:label xml:lang="en-US">B.D. Bachelor of Divinity</rdfs:label>
<core:abbreviation>B.D.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree105">
<rdfs:label xml:lang="en-US">S.T.D. Doctor of Sacred Theology</rdfs:label>
<core:abbreviation>S.T.D.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree117">
<rdfs:label xml:lang="en-US">M.Sc. Master of Science</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree99">
<rdfs:label xml:lang="en-US">S.B. Bachelor of Science</rdfs:label>
<core:abbreviation>S.B.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree89">
<core:abbreviation>M.N.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">M.N. Master of Nursing</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree64">
<core:abbreviation>J.S.D.</core:abbreviation>
<rdfs:label xml:lang="en-US">J.S.D. Doctor of Juristic Science</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree78">
<core:abbreviation>M.Div.</core:abbreviation>
<rdfs:label xml:lang="en-US">M.Div. Master of Divinity</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree70">
<core:abbreviation>LL.M.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">LL.M. Master of Laws</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree24">
<rdfs:label xml:lang="en-US">B.L.S. Bachelor of Liberal Studies</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>B.L.S.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree81">
<rdfs:label xml:lang="en-US">M.Eng. Master of Engineering</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>M.Eng.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree57">
<core:abbreviation>Ed.S.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">Ed.S. Education Specialist</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree43">
<core:abbreviation>D.D.S.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">D.D.S. Doctor of Dental Science</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree10">
<core:abbreviation>B.Ag.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">B.Ag. Bachelor of Agriculture</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree38">
<rdfs:label xml:lang="en-US">D.A.S. Doctor of Applied Science</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>D.A.S.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree91">
<core:abbreviation>M.S.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">M.S. Master of Science</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree19">
<rdfs:label xml:lang="en-US">B.E. Bachelor of Engineering</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>B.E.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree6">
<rdfs:label xml:lang="en-US">B.A.E. Bachelor of Art Education</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>B.A.E.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree106">
<core:abbreviation>S.T.M.</core:abbreviation>
<rdfs:label xml:lang="en-US">S.T.M. Master of Sacred Theology</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree18">
<rdfs:label xml:lang="en-US">B.E. Bachelor of Education</rdfs:label>
<core:abbreviation>B.E.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree30">
<core:abbreviation>B.N.</core:abbreviation>
<rdfs:label xml:lang="en-US">B.N. Bachelor of Nursing</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree118">
<rdfs:label xml:lang="en-US">ADN Associate Degree Nursing</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree50">
<core:abbreviation>D.P.H.</core:abbreviation>
<rdfs:label xml:lang="en-US">D.P.H. Doctor of Public Health</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree63">
<core:abbreviation>J.D.</core:abbreviation>
<rdfs:label xml:lang="en-US">J.D. Doctor of Laws</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree1">
<rdfs:label xml:lang="en-US">A.B. Bachelor of Arts</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>A.B.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree77">
<core:abbreviation>M.D.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">M.D. Doctor of Medicine</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree80">
<rdfs:label xml:lang="en-US">M.Ed. Master of Education</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>M.Ed.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree56">
<core:abbreviation>Ed.D.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">Ed.D. Doctor of Education</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree25">
<rdfs:label xml:lang="en-US">B.L.S. Bachelor of Library Science</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>B.L.S.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree112">
<core:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Abbreviation commonly used by Canadian and British universities.</core:description>
<rdfs:label xml:lang="en-US">D.Phil. Doctor of Philosophy</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation rdf:datatype="http://www.w3.org/2000/01/rdf-schema#Literal">D.Phil.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree35">
<core:abbreviation>C.E.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">C.E. Civil Engineer</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree9">
<core:abbreviation>B.A.E.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">B.A.E. Architectural Engineering</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree94">
<rdfs:label xml:lang="en-US">Nuc.E. Nuclear Engineer</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>Nuc.E.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree46">
<rdfs:label xml:lang="en-US">D.M.D. Doctor of Dental Medicine</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>D.M.D.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree87">
<rdfs:label xml:lang="en-US">M.M.E. Master of Music Education</rdfs:label>
<core:abbreviation>M.M.E.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree76">
<core:abbreviation>M.C.S.</core:abbreviation>
<rdfs:label xml:lang="en-US">M.C.S. Master of Computer Science</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree66">
<rdfs:label xml:lang="en-US">Litt.B. Bachelor of Letters</rdfs:label>
<core:abbreviation>Litt.B.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree15">
<core:abbreviation>B.Ch.E</core:abbreviation>
<rdfs:label xml:lang="en-US">B.Ch.E Bachelor of Chemical Engineering</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree107">
<core:abbreviation>Th.B.</core:abbreviation>
<rdfs:label xml:lang="en-US">Th.B. Bachelor of Theology</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree55">
<core:abbreviation>D.V.M.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">D.V.M. Doctor of Veterinary Medicine</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree26">
<rdfs:label xml:lang="en-US">B.Lit. Bachelor of Literature</rdfs:label>
<core:abbreviation>B.Lit.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree8">
<rdfs:label xml:lang="en-US">B.A.E. Agricultural Engineering</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>B.A.E.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree111">
<core:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Abbreviation commonly used by Canadian and British universities.</core:description>
<rdfs:label xml:lang="en-US">M.Phil. Master of Philosophy </rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation rdf:datatype="http://www.w3.org/2000/01/rdf-schema#Literal">M.Phil.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree109">
<rdfs:label xml:lang="en-US">Th.M. Master of Theology</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>Th.M.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree36">
<core:abbreviation>Ch.E.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<rdfs:label xml:lang="en-US">Ch.E. Chemical Engineer</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree45">
<rdfs:label xml:lang="en-US">D.L.S. Doctor of Library Science</rdfs:label>
<core:abbreviation>D.L.S.</core:abbreviation>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree93">
<rdfs:label xml:lang="en-US">M.Th. Master of Theology</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>M.Th.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree16">
<core:abbreviation>B.C.L.</core:abbreviation>
<rdfs:label xml:lang="en-US">B.C.L. Bachelor of Canon Law</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree108">
<core:abbreviation>Th.D.</core:abbreviation>
<rdfs:label xml:lang="en-US">Th.D. Doctor of Theology</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree75">
<rdfs:label xml:lang="en-US">M.C.E. Master of Civil Engineering</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>M.C.E.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree65">
<rdfs:label xml:lang="en-US">L.H.D. Doctor of Humane Letters</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
<core:abbreviation>L.H.D.</core:abbreviation>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/degree/academicDegree88">
<core:abbreviation>M.Mus.</core:abbreviation>
<rdfs:label xml:lang="en-US">M.Mus. Master of Music</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#AcademicDegree"/>
</rdf:Description>
</rdf:RDF>

View file

@ -1,33 +0,0 @@
<rdf:RDF
xmlns:j.0="http://aims.fao.org/aos/geopolitical.owl#"
xmlns:skos="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:core="http://vivoweb.org/ontology/core#"
xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
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:owl="http://www.w3.org/2002/07/owl#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:swrl="http://www.w3.org/2003/11/swrl#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" >
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#yearMonthDayPrecision">
<rdfs:label xml:lang="en-US">yearMonthDayPrecision</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#DateTimeValuePrecision"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#yearMonthPrecision">
<rdfs:label xml:lang="en-US">yearMonthPrecision</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#DateTimeValuePrecision"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#yearPrecision">
<rdfs:label xml:lang="en-US">yearPrecision</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#DateTimeValuePrecision"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#yearMonthDayTimePrecision">
<rdfs:label xml:lang="en-US">yearMonthDayTimePrecision</rdfs:label>
<rdf:type rdf:resource="http://vivoweb.org/ontology/core#DateTimeValuePrecision"/>
</rdf:Description>
</rdf:RDF>

View file

@ -1,57 +0,0 @@
<rdf:RDF
xmlns:j.0="http://aims.fao.org/aos/geopolitical.owl#"
xmlns:skos="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:core="http://vivoweb.org/ontology/core#"
xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
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:owl="http://www.w3.org/2002/07/owl#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:swrl="http://www.w3.org/2003/11/swrl#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" >
<rdf:Description rdf:about="http://purl.org/ontology/bibo/peerReviewed">
<rdfs:label xml:lang="en-US">peer reviewed</rdfs:label>
<rdf:type rdf:resource="http://purl.org/ontology/bibo/DocumentStatus"/>
<core:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">&amp;nbsp;Peer review is the process by which articles are chosen to be included in a refereed journal. An editorial board consisting of experts in the same field as the author review the article and decide if it is authoritative enough for publication.</core:description>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#inPress">
<rdfs:label xml:lang="en-US">in press</rdfs:label>
<core:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Document to be published</core:description>
<rdf:type rdf:resource="http://purl.org/ontology/bibo/DocumentStatus"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#invited">
<rdf:type rdf:resource="http://purl.org/ontology/bibo/DocumentStatus"/>
<rdfs:label xml:lang="en-US">invited</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/ontology/bibo/rejected">
<rdf:type rdf:resource="http://purl.org/ontology/bibo/DocumentStatus"/>
<rdfs:label xml:lang="en-US">rejected</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/ontology/bibo/unpublished">
<rdfs:label xml:lang="en-US">unpublished</rdfs:label>
<rdf:type rdf:resource="http://purl.org/ontology/bibo/DocumentStatus"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#submitted">
<rdf:type rdf:resource="http://purl.org/ontology/bibo/DocumentStatus"/>
<rdfs:label xml:lang="en-US">submitted</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/ontology/bibo/accepted">
<core:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Accepted for publication after peer reviewing</core:description>
<rdfs:label xml:lang="en-US">accepted</rdfs:label>
<rdf:type rdf:resource="http://purl.org/ontology/bibo/DocumentStatus"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/ontology/bibo/published">
<rdfs:label xml:lang="en-US">published</rdfs:label>
<core:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Published document</core:description>
<rdf:type rdf:resource="http://purl.org/ontology/bibo/DocumentStatus"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/ontology/bibo/draft">
<rdf:type rdf:resource="http://purl.org/ontology/bibo/DocumentStatus"/>
<rdfs:label xml:lang="en-US">draft</rdfs:label>
</rdf:Description>
</rdf:RDF>

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

View file

@ -1,174 +0,0 @@
<rdf:RDF
xmlns:j.0="http://aims.fao.org/aos/geopolitical.owl#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:j.1="http://www.w3.org/2006/12/owl2-xml#"
xmlns:scirr="http://vivoweb.org/ontology/scientific-research-resource#"
xmlns:vitro="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
xmlns:j.2="http://purl.org/vocab/vann/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.3="http://www.w3.org/2008/05/skos#"
xmlns:afn="http://jena.hpl.hp.com/ARQ/function#"
xmlns:j.4="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:j.5="http://purl.org/dc/terms/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" >
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>
<rdf:Description 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>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<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>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/scientific-research#studyPopulationCount">
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/ERO_0000016"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string">number of human participants in the study (trial).</vitro:descriptionAnnot>
</rdf:Description>
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/OBI_0000272">
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/Document"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<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>
</rdf:Description>
<rdf:Description 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"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
<rdf:Description 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>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<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"/>
</rdf:Description>
<rdf:Description 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"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/scientific-research">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/ERO_0000015">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<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"/>
</rdf:Description>
<rdf:Description 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"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<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>
</rdf:Description>
<rdf:Description rdf:nodeID="A0">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/ERO_0000460"/>
<owl:allValuesFrom rdf:resource="http://purl.org/ontology/bibo/Document"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/ERO_0000392">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<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"/>
</rdf:Description>
<rdf:Description 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"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/ERO_0000460">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="http://vivoweb.org/ontology/scientific-research#documentationFor"/>
<rdfs:range rdf:resource="http://purl.org/ontology/bibo/Document"/>
</rdf:Description>
<rdf:Description 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>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/ERO_0000481">
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/OBI_0000272"/>
<owl:inverseOf rdf:resource="http://vivoweb.org/ontology/scientific-research#protocolRealizedBy"/>
<rdfs:domain rdf:resource="http://vivoweb.org/ontology/core#Service"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
<rdf:Description 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>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<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>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/scientific-research#Phase1ClinicalTrial">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<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 rdf:resource="http://purl.obolibrary.org/obo/ERO_0000016"/>
</rdf:Description>
<rdf:Description 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>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<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>
</rdf:Description>
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/ERO_0000016">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0000015"/>
<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>
</rdf:Description>
<rdf:Description 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"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/scientific-research#Phase3ClinicalTrial">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0000016"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Phase 3 Clinical Trial</vitro:shortDef>
<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>
</rdf:Description>
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/ERO_0000004">
<rdfs:subClassOf rdf:nodeID="A0"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<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 rdf:resource="http://vivoweb.org/ontology/core#Equipment"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/ERO_0000029">
<owl:inverseOf rdf:resource="http://vivoweb.org/ontology/scientific-research#accessProvidedBy"/>
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/ERO_0000391"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/scientific-research#Phase0ClinicalTrial">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<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>
</rdf:Description>
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/ERO_0000014">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<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>
</rdf:Description>
<rdf:Description 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"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
<rdf:Description 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>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>

View file

@ -1,288 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf [
<!ENTITY vitro "http://vitro.mannlib.cornell.edu/ns/vitro/0.7#">
<!ENTITY list "http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"> ]>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:vitro="&vitro;"
>
<!-- Vitro Application Ontology version 0.7 -->
<!-- This ontology is used internally by the Vitro 0.7 Java application. It is not user viewable or editable: editing this file could have various unintended consequences -->
<owl:Ontology rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7">
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Vitro internals</rdfs:label>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.7</owl:versionInfo>
</owl:Ontology>
<!-- general Vitro constructs -->
<owl:AnnotationProperty rdf:about="&vitro;descriptionAnnot"/>
<owl:DatatypeProperty rdf:about="&vitro;displayLimit"/>
<owl:AnnotationProperty rdf:about="&vitro;displayLimitAnnot"/>
<owl:DatatypeProperty rdf:about="&vitro;displayRank"/>
<owl:AnnotationProperty rdf:about="&vitro;displayRankAnnot"/>
<owl:AnnotationProperty rdf:about="&vitro;exampleAnnot"/>
<owl:DatatypeProperty rdf:about="&vitro;hidden"/>
<owl:AnnotationProperty rdf:about="&vitro;hiddenAnnot"/>
<owl:AnnotationProperty rdf:about="&vitro;modTimeAnnot"/>
<owl:AnnotationProperty rdf:about="&vitro;shortDefAnnot"/>
<owl:AnnotationProperty rdf:about="&vitro;oldId"/>
<!-- VClassGroup-related constructs -->
<owl:Class rdf:about="&vitro;ClassGroup"/>
<!-- VClass-related constructs -->
<owl:AnnotationProperty rdf:about="&vitro;harvestId"/>
<owl:AnnotationProperty rdf:about="&vitro;inClassGroup"/>
<!-- ObjectProperty-related constructs -->
<owl:AnnotationProperty rdf:about="&vitro;fullPropertyNameAnnot"/>
<owl:AnnotationProperty rdf:about="&vitro;individualSortFieldAnnot"/>
<owl:AnnotationProperty rdf:about="&vitro;individualSortDirectionAnnot"/>
<!-- Tab-related constructs -->
<!-- externalID-related constructs -->
<owl:AnnotationProperty rdf:about="&vitro;isExternalId"/>
<owl:AnnotationProperty rdf:about="&vitro;originalId"/>
<!-- Keyword related -->
<owl:Class rdf:about="&vitro;Keyword"/>
<owl:DatatypeProperty rdf:about="&vitro;keywordStem"/>
<owl:DatatypeProperty rdf:about="&vitro;keywordType"/>
<owl:DatatypeProperty rdf:about="&vitro;keywordSource"/>
<owl:DatatypeProperty rdf:about="&vitro;keywordComments"/>
<owl:DatatypeProperty rdf:about="&vitro;keywordOrigin"/>
<owl:Class rdf:about="&vitro;KeywordRelation"/>
<owl:ObjectProperty rdf:about="&vitro;involvesIndividual"/>
<owl:ObjectProperty rdf:about="&vitro;involvesKeyword"/>
<owl:DatatypeProperty rdf:about="&vitro;keywordMode"/>
<!-- Link related -->
<owl:ObjectProperty rdf:about="&vitro;primaryLink"/>
<owl:ObjectProperty rdf:about="&vitro;additionalLink"/>
<owl:Class rdf:about="&vitro;Link"/>
<owl:DatatypeProperty rdf:about="&vitro;linkAnchor"/>
<owl:DatatypeProperty rdf:about="&vitro;linkURL"/>
<!-- other Individual-related -->
<owl:DatatypeProperty rdf:about="&vitro;curatorNote">
<rdfs:label xml:lang="en">curation note</rdfs:label>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="&vitro;blurb"/>
<owl:DatatypeProperty rdf:about="&vitro;citation"/>
<owl:DatatypeProperty rdf:about="&vitro;description"/>
<owl:DatatypeProperty rdf:about="&vitro;imageThumb"/>
<owl:DatatypeProperty rdf:about="&vitro;imageFile"/>
<owl:DatatypeProperty rdf:about="&vitro;modTime"/>
<owl:DatatypeProperty rdf:about="&vitro;moniker"/>
<owl:DatatypeProperty rdf:about="&vitro;sunrise"/>
<owl:DatatypeProperty rdf:about="&vitro;sunset"/>
<owl:DatatypeProperty rdf:about="&vitro;timekey"/>
<!-- portal flag classes -->
<owl:Class rdf:about="&vitro;Flag1Value0Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value1Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value2Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value3Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value4Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value5Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value6Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value7Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value8Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value9Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value10Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value11Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value12Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value13Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value14Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value15Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value16Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value17Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value18Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value19Thing"/>
<owl:Class rdf:about="&vitro;Flag1Value20Thing"/>
<!-- Portal-related constructs -->
<owl:Class rdf:about="&vitro;Portal"/>
<owl:ObjectProperty rdf:about="&vitro;rootTab"/>
<owl:DatatypeProperty rdf:about="&vitro;themeDir"/>
<owl:DatatypeProperty rdf:about="&vitro;bannerImage"/>
<owl:DatatypeProperty rdf:about="&vitro;contactMail"/>
<owl:DatatypeProperty rdf:about="&vitro;shortHand"/>
<owl:DatatypeProperty rdf:about="&vitro;aboutText"/>
<owl:DatatypeProperty rdf:about="&vitro;acknowledgeText"/>
<owl:DatatypeProperty rdf:about="&vitro;bannerWidth"/>
<owl:DatatypeProperty rdf:about="&vitro;bannerHeight"/>
<owl:DatatypeProperty rdf:about="&vitro;flag2Numeric"/>
<owl:DatatypeProperty rdf:about="&vitro;flag3Numeric"/>
<owl:DatatypeProperty rdf:about="&vitro;copyrightURL"/>
<owl:DatatypeProperty rdf:about="&vitro;copyrightAnchor"/>
<owl:DatatypeProperty rdf:about="&vitro;rootBreadCrumbURL"/>
<owl:DatatypeProperty rdf:about="&vitro;rootBreadCrumbAnchor"/>
<owl:DatatypeProperty rdf:about="&vitro;logotypeImage"/>
<owl:DatatypeProperty rdf:about="&vitro;logotypeHeight"/>
<owl:DatatypeProperty rdf:about="&vitro;logotypeWidth"/>
<owl:DatatypeProperty rdf:about="&vitro;imageThumbWidth"/>
<owl:DatatypeProperty rdf:about="&vitro;flag1SearchFiltering"/>
<owl:DatatypeProperty rdf:about="&vitro;flag2SearchFiltering"/>
<owl:DatatypeProperty rdf:about="&vitro;flag3SearchFiltering"/>
<owl:DatatypeProperty rdf:about="&vitro;urlPrefix"/>
<!-- Tab-related constructs -->
<owl:Class rdf:about="&vitro;Tab"/>
<owl:Class rdf:about="&vitro;SubcollectionCategory">
<rdfs:subClassOf rdf:resource="&vitro;Tab"/>
</owl:Class>
<owl:Class rdf:about="&vitro;Subcollection">
<rdfs:subClassOf rdf:resource="&vitro;Tab"/>
</owl:Class>
<owl:Class rdf:about="&vitro;Collection">
<rdfs:subClassOf rdf:resource="&vitro;Tab"/>
</owl:Class>
<owl:Class rdf:about="&vitro;SecondaryTab">
<rdfs:subClassOf rdf:resource="&vitro;Tab"/>
</owl:Class>
<owl:Class rdf:about="&vitro;PrimaryTabContent">
<rdfs:subClassOf rdf:resource="&vitro;Tab"/>
</owl:Class>
<owl:Class rdf:about="&vitro;PrimaryTab">
<rdfs:subClassOf rdf:resource="&vitro;Tab"/>
</owl:Class>
<owl:Class rdf:about="&vitro;AutoLinkableTab">
<rdfs:subClassOf rdf:resource="&vitro;Tab"/>
</owl:Class>
<owl:Class rdf:about="&vitro;ManuallyLinkableTab">
<rdfs:subClassOf rdf:resource="&vitro;Tab"/>
</owl:Class>
<owl:Class rdf:about="&vitro;MixedTab">
<rdfs:subClassOf rdf:resource="&vitro;AutoLinkableTab"/>
<rdfs:subClassOf rdf:resource="&vitro;ManuallyLinkableTab"/>
</owl:Class>
<owl:DatatypeProperty rdf:about="&vitro;tabCreatorUserId"/>
<owl:DatatypeProperty rdf:about="&vitro;statusId"/>
<owl:DatatypeProperty rdf:about="&vitro;tabBody"/>
<owl:DatatypeProperty rdf:about="&vitro;dayLimit"/>
<owl:DatatypeProperty rdf:about="&vitro;galleryRows"/>
<owl:DatatypeProperty rdf:about="&vitro;galleryCols"/>
<owl:DatatypeProperty rdf:about="&vitro;moreTag"/>
<owl:DatatypeProperty rdf:about="&vitro;imageWidth"/>
<owl:DatatypeProperty rdf:about="&vitro;individualSortDirection"/>
<owl:DatatypeProperty rdf:about="&vitro;individualSortField"/>
<owl:ObjectProperty rdf:about="&vitro;inPortal"/>
<owl:DatatypeProperty rdf:about="&vitro;individualSortField"/>
<owl:DatatypeProperty rdf:about="&vitro;individualSortDirection"/>
<owl:DatatypeProperty rdf:about="&vitro;rssUrl"/>
<owl:DatatypeProperty rdf:about="&vitro;flag2Set"/>
<owl:DatatypeProperty rdf:about="&vitro;flag3Set"/>
<owl:DatatypeProperty rdf:about="&vitro;flag2Mode"/>
<owl:DatatypeProperty rdf:about="&vitro;flag3Mode"/>
<owl:ObjectProperty rdf:about="&vitro;subTabOf"/>
<owl:AnnotationProperty rdf:about="&vitro;autoLinkedToTab"/>
<owl:Class rdf:about="&vitro;TabIndividualRelation"/>
<owl:ObjectProperty rdf:about="&vitro;involvesIndividual"/>
<owl:ObjectProperty rdf:about="&vitro;involvesTab"/>
<!-- Application-related constructs -->
<owl:Class rdf:about="&vitro;Application"/>
<owl:DatatypeProperty rdf:about="&vitro;flag1Name"/>
<owl:DatatypeProperty rdf:about="&vitro;flag2Name"/>
<owl:DatatypeProperty rdf:about="&vitro;flag3Name"/>
<owl:DatatypeProperty rdf:about="&vitro;minSharedPortalId"/>
<owl:DatatypeProperty rdf:about="&vitro;maxSharedPortalId"/>
<owl:DatatypeProperty rdf:about="&vitro;rootLogotypeImage"/>
<owl:DatatypeProperty rdf:about="&vitro;keywordHeading"/>
<owl:DatatypeProperty rdf:about="&vitro;onlyCurrent"/>
<owl:DatatypeProperty rdf:about="&vitro;maxPortalId"/>
<owl:DatatypeProperty rdf:about="&vitro;flag2Values"/>
<owl:DatatypeProperty rdf:about="&vitro;flag1Values"/>
<owl:DatatypeProperty rdf:about="&vitro;flag3Values"/>
<!-- User-related constructs -->
<owl:Class rdf:about="&vitro;User"/>
<owl:DatatypeProperty rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#username"/>
<owl:DatatypeProperty rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#md5password"/>
<owl:DatatypeProperty rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#oldpassword"/>
<owl:DatatypeProperty rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#modTime"/>
<owl:DatatypeProperty rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#firstTime"/>
<owl:DatatypeProperty rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#loginCount"/>
<owl:DatatypeProperty rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#roleURI"/>
<!-- Namespace metadata -->
<owl:DatatypeProperty rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#namespaceURI"/>
<owl:Class rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#Namespace"/>
<!-- additions -->
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#hiddenFromDisplayBelowRoleLevelAnnot">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#flag1Filtering">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#forceStubDeletionAnnot">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#offerCreateNewOptionAnnot">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#customShortViewAnnot">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#objectIndividualSortProperty">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#PropertyGroup">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#customEntryFormAnnot">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#inPropertyGroupAnnot">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#shortDef">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#DependentResource">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#publicDescriptionAnnot">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#prohibitedFromUpdateBelowRoleLevelAnnot">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#selectFromExistingAnnot">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
<rdf:Description rdf:about="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#customDisplayViewAnnot">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
<owl:AnnotationProperty rdf:about="&vitro;mostSpecificType"/>
<owl:AnnotationProperty rdf:about="&vitro;extendedLinkedData"/>
</rdf:RDF>

File diff suppressed because it is too large Load diff

View file

@ -8,15 +8,16 @@
<list-view-config>
<query-select>
PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;
PREFIX core: &lt;http://vivoweb.org/ontology/core#&gt;
PREFIX afn: &lt;http://jena.hpl.hp.com/ARQ/function#&gt;
PREFIX afn: &lt;http://jena.hpl.hp.com/ARQ/function#&gt;
PREFIX bibo: &lt;http://purl.org/ontology/bibo/&gt;
PREFIX core: &lt;http://vivoweb.org/ontology/core#&gt;
PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;
PREFIX vitro: &lt;http://vitro.mannlib.cornell.edu/ns/vitro/0.7#&gt;
SELECT DISTINCT <collated>?subclass</collated>
# send the property to the template, since this view supports multiple role properties
?property
?role
?startDateOnly
?roleLabel
?activity ?activityName
?activityLabel
@ -34,12 +35,17 @@
OPTIONAL { ?role core:forInformationResource ?infoResource
LET (?infoResourceName := afn:localname(?infoResource))
OPTIONAL { ?infoResource rdfs:label ?infoResourceLabel }
<collated>
# NB Currently we can only retrieve subclass for either the
# infoResource or the activity, but not both. Later, we could have
# the query retrieve both and write a custom preprocessor to merge
# the results into a single subclass column.
?infoResource vitro:mostSpecificType ?subclass .
?subclass rdfs:subClassOf bibo:Collection
</collated>
}
<collated>
OPTIONAL { ?role a ?subclass .
?subclass rdfs:subClassOf core:Role
}
</collated>
OPTIONAL { ?role rdfs:label ?roleLabel }
OPTIONAL { ?role core:dateTimeInterval ?dateTimeInterval
OPTIONAL { ?dateTimeInterval core:start ?dateTimeStartValue .
@ -52,16 +58,25 @@
<critical-data-required>
FILTER ( bound(?infoResource) )
</critical-data-required>
} ORDER BY <collated>?subclass</collated> DESC(?dateTimeEnd) DESC(?dateTimeStart) ?infoResourceName
} ORDER BY <collated>?subclass</collated> DESC(?dateTimeEnd) DESC(?dateTimeStart) ?infoResourceLabel ?infoResourceName
</query-select>
<query-construct>
PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;
PREFIX bibo: &lt;http://purl.org/ontology/bibo/&gt;
PREFIX core: &lt;http://vivoweb.org/ontology/core#&gt;
PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;
PREFIX vitro: &lt;http://vitro.mannlib.cornell.edu/ns/vitro/0.7#&gt;
CONSTRUCT {
?subclass rdfs:subClassOf core:Role
?subject ?property ?role .
?role core:forInformationResource ?infoResource .
?infoResource vitro:mostSpecificType ?subclass .
?subclass rdfs:subClassOf bibo:Collection
} WHERE {
?subclass rdfs:subClassOf core:Role
?subject ?property ?role .
?role core:forInformationResource ?infoResource .
?infoResource vitro:mostSpecificType ?subclass .
?subclass rdfs:subClassOf bibo:Collection
}
</query-construct>

View file

@ -0,0 +1,158 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<!-- See guidelines in vitro/doc/list_view_configuration_guidelines.txt -->
<list-view-config>
<query-select>
PREFIX afn: &lt;http://jena.hpl.hp.com/ARQ/function#&gt;
PREFIX bibo: &lt;http://purl.org/ontology/bibo/&gt;
PREFIX core: &lt;http://vivoweb.org/ontology/core#&gt;
PREFIX owl: &lt;http://www.w3.org/2002/07/owl#&gt;
PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;
PREFIX vitro: &lt;http://vitro.mannlib.cornell.edu/ns/vitro/0.7#&gt;
SELECT DISTINCT <collated>?subclass</collated>
?role ?roleLabel
?presentation ?presentationName ?presentationLabel
?conference ?conferenceLabel
?dateTime
WHERE {
?subject ?property ?role
OPTIONAL { ?role rdfs:label ?roleLabel }
OPTIONAL { ?role core:roleIn ?presentation
LET (?presentationName := afn:localname(?presentation))
OPTIONAL { ?presentation rdfs:label ?presentationLabel }
OPTIONAL { ?conference a bibo:Conference .
OPTIONAL { ?conference rdfs:label ?conferenceLabel }
{
?presentation core:eventWithin ?conference
} UNION {
?conference core:includesEvent ?presentation
}
}
<collated>
?presentation vitro:mostSpecificType ?subclass .
{
?subclass rdfs:subClassOf core:Presentation
} UNION {
?subclass owl:equivalentClass core:Presentation
}
</collated>
}
OPTIONAL { ?role core:dateTimeInterval ?dateTimeInterval
OPTIONAL { ?dateTimeInterval core:start ?dateTimeStartValue .
?dateTimeStartValue core:dateTime ?dateTime
}
}
<critical-data-required>
FILTER ( bound(?presentation) )
</critical-data-required>
} ORDER BY <collated>?subclass</collated> DESC(?dateTimeEnd) ?presentationLabel ?presentationName
</query-select>
<query-construct>
PREFIX core: &lt;http://vivoweb.org/ontology/core#&gt;
PREFIX owl: &lt;http://www.w3.org/2002/07/owl#&gt;
PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;
PREFIX vitro: &lt;http://vitro.mannlib.cornell.edu/ns/vitro/0.7#&gt;
CONSTRUCT {
?subject ?property ?role .
?role core:roleIn ?presentation .
?presentation vitro:mostSpecificType ?subclass .
?subclass rdfs:subClassOf core:Presentation .
?subclass owl:equivalentClass core:Presentation .
} WHERE {
?subject ?property ?role .
?role core:roleIn ?presentation .
?presentation vitro:mostSpecificType ?subclass .
{
?subclass rdfs:subClassOf core:Presentation
} UNION {
?subclass owl:equivalentClass core:Presentation
}
}
</query-construct>
<query-construct>
PREFIX core: &lt;http://vivoweb.org/ontology/core#&gt;
PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;
CONSTRUCT {
?subject ?property ?role .
?role ?roleProperty ?roleValue .
?presentation rdfs:label ?presentationLabel
} WHERE {
{
?subject ?property ?role
} UNION {
?subject ?property ?role .
?role ?roleProperty ?roleValue
} UNION {
?subject ?property ?role .
?role core:roleIn ?presentation .
?presentation rdfs:label ?presentationLabel
}
}
</query-construct>
<query-construct>
PREFIX bibo: &lt;http://purl.org/ontology/bibo/&gt;
PREFIX core: &lt;http://vivoweb.org/ontology/core#&gt;
PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;
CONSTRUCT {
?subject ?property ?role .
?conference a bibo:Conference .
?presentation core:eventWithin ?conference .
?conference core:includesEvent ?presentation .
?conference rdfs:label ?conferenceLabel
} WHERE {
?subject ?property ?role .
?role core:roleIn ?presentation .
?conference a bibo:Conference .
{
?presentation core:eventWithin ?conference
} UNION {
?presentation core:eventWithin ?conference .
?conference rdfs:label ?conferenceLabel
} UNION {
?conference core:includesEvent ?presentation
} UNION {
?conference core:includesEvent ?presentation .
?conference rdfs:label ?conferenceLabel
}
}
</query-construct>
<query-construct>
PREFIX core: &lt;http://vivoweb.org/ontology/core#&gt;
CONSTRUCT {
?subject ?property ?role .
?role core:dateTimeInterval ?dateTimeInterval .
?dateTimeInterval core:start ?dateTimeStartValue .
?dateTimeStartValue core:dateTime ?dateTimeStart
} WHERE {
?subject ?property ?role .
?role core:dateTimeInterval ?dateTimeInterval .
?dateTimeInterval core:start ?dateTimeStartValue .
?dateTimeStartValue core:dateTime ?dateTimeStart
}
</query-construct>
<template>propStatement-hasPresenterRole.ftl</template>
</list-view-config>

View file

@ -5,15 +5,15 @@
<list-view-config>
<query-select>
PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;
PREFIX core: &lt;http://vivoweb.org/ontology/core#&gt;
PREFIX afn: &lt;http://jena.hpl.hp.com/ARQ/function#&gt;
PREFIX afn: &lt;http://jena.hpl.hp.com/ARQ/function#&gt;
PREFIX core: &lt;http://vivoweb.org/ontology/core#&gt;
PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;
PREFIX vitro: &lt;http://vitro.mannlib.cornell.edu/ns/vitro/0.7#&gt;
SELECT DISTINCT <collated>?subclass</collated>
# send the property to the template, since this view supports multiple role properties
?property
?role
?startDateOnly
?roleLabel
?activity ?activityName
?activityLabel
@ -24,12 +24,12 @@
OPTIONAL { ?role core:roleIn ?activity
LET (?activityName := afn:localname(?activity))
OPTIONAL { ?activity rdfs:label ?activityLabel }
<collated>
?activity vitro:mostSpecificType ?subclass
</collated>
}
<collated>
OPTIONAL { ?role a ?subclass .
?subclass rdfs:subClassOf core:Role
}
</collated>
OPTIONAL { ?role rdfs:label ?roleLabel }
OPTIONAL { ?role core:dateTimeInterval ?dateTimeInterval
OPTIONAL { ?dateTimeInterval core:start ?dateTimeStartValue .
@ -42,16 +42,22 @@
<critical-data-required>
FILTER ( bound(?activity) )
</critical-data-required>
} ORDER BY <collated>?subclass</collated> DESC(?dateTimeEnd) DESC(?dateTimeStart) ?activityName
} ORDER BY <collated>?subclass</collated> DESC(?dateTimeEnd) DESC(?dateTimeStart) ?activityLabel ?activityName
</query-select>
<query-construct>
PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;
PREFIX core: &lt;http://vivoweb.org/ontology/core#&gt;
PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;
PREFIX vitro: &lt;http://vitro.mannlib.cornell.edu/ns/vitro/0.7#&gt;
CONSTRUCT {
?subclass rdfs:subClassOf core:Role
?subject ?property ?role .
?role core:roleIn ?activity .
?activity vitro:mostSpecificType ?subclass .
} WHERE {
?subclass rdfs:subClassOf core:Role
?subject ?property ?role .
?role core:roleIn ?activity .
?activity vitro:mostSpecificType ?subclass
}
</query-construct>

Binary file not shown.

After

Width:  |  Height:  |  Size: 589 B

View file

@ -0,0 +1,38 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Custom object property statement view for http://vivoweb.org/ontology/core#hasPresenterRole.
This template must be self-contained and not rely on other variables set for the individual page, because it
is also used to generate the property statement during a deletion.
-->
<#import "lib-sequence.ftl" as s>
<#import "lib-datetime.ftl" as dt>
<@showRole statement />
<#-- Use a macro to keep variable assignments local; otherwise the values carry over to the
next statement -->
<#macro showRole statement>
<#local linkedIndividual>
<#if statement.presentation??>
<a href="${profileUrl(statement.presentation)}">${statement.presentationLabel!statement.presentationName}</a>
<#else>
<#-- This shouldn't happen, but we must provide for it -->
<a href="${profileUrl(statement.role)}">missing presentation</a>
</#if>
</#local>
<#local dateTime>
<@dt.yearSpan statement.dateTime! />
</#local>
<#local conference>
<#if statement.conference?has_content && statement.conferenceLabel?has_content>
<a href="${profileUrl(statement.conference)}">${statement.conferenceLabel}</a>
</#if>
</#local>
<@s.join [ linkedIndividual, statement.roleLabel!, conference! ] /> ${dateTime!}
</#macro>

View file

@ -6,7 +6,6 @@
is also used to generate the property statement during a deletion.
-->
<#import "lib-sequence.ftl" as s>
<#import "lib-datetime.ftl" as dt>
<@showRole statement />
@ -23,15 +22,10 @@
</#if>
</#local>
<#local core = "http://vivoweb.org/ontology/core#">
<#local dateTime>
<#if statement.property == "${core}hasPresenterRole">
<@dt.yearSpan statement.dateTimeStart! />
<#else>
<@dt.yearIntervalSpan "${statement.dateTimeStart!}" "${statement.dateTimeEnd!}" />
</#if>
<@dt.yearIntervalSpan "${statement.dateTimeStart!}" "${statement.dateTimeEnd!}" />
</#local>
${linkedIndividual} ${statement.roleLabel!} ${dateTime!}
</#macro>

View file

@ -1569,6 +1569,16 @@ section.accounts .delete-account{
.accounts-per-page-form {
display: inline-block;
}
nav.alpha-browse-account {
width: 20px;
border: 1px solid green;
width: 18px;
height: 12px;
}
nav.alpha-browse-account a {
margin: 0;
padding: 0;
}
/* ADD ACCOUNTS ------> */
form.customForm p {
margin-top: 8px;
@ -1611,92 +1621,40 @@ form.customForm p.note{
margin-bottom: 0;
}
/* RESET PASSWORD ------> */
#reset-password p.note {
margin-top: 0;
}
/* -------------------------------------------------> */
/* DROP DOWN USER MENU ----------------------------> */
/* MENU MANAGEMENT ------------------------------------> */
/* -------------------------------------------------> */
/* LEVEL ONE */
ul.dropdown {
position: relative;
/*table#menu-management {
table-layout: auto;
width: 450px;
text-align: left;
margin: 0 auto;
border-collapse: collapse;
empty-cells: show;
caption-side: top;
margin: 20px 0 20px 0;
}
ul.dropdown li {
float: left;
zoom: 1;
padding: 0 !important;
table#menu-management caption {
display: none;
}
ul.dropdown li a {
display: block;
font-size: 1.4em;
}
ul.dropdown li#user-menu {
background: url(../images/arrow-down-over-account.gif) right 9px no-repeat;
min-width:110px;
}
ul.dropdown li#user-menu a {
margin-right: 28px;
margin-left:10px;
}
ul.dropdown li#user-menu.hover,
ul.dropdown li#user-menu:hover {
color: #000 !important;
position: relative;
background: #fff url(../images/arrow-down-account.gif) right 9px no-repeat;
border-bottom: 1px solid #cdcfcf;
}
ul.dropdown li.hover a,
ul.dropdown li:hover a {
color: #000 !important;
margin-left:10px;
}
/* LEVEL TWO */
ul.dropdown ul.sub_menu {
table#menu-management th{
background-color: #fff;
font-size: 1.4em;
visibility: hidden;
position: absolute;
top: 100%;
right: 0;
z-index: 999;
color: #000;
display: none;
}
ul.dropdown ul.sub_menu li {
float: none;
clear: both;
padding-left: 14px !important;
width: 96px;
border-right: none !important;
border-bottom: 1px solid #cdcfcf;
background: #fff url(../images/arrow-menu-account.gif) 7px 8px no-repeat;
}
ul.dropdown ul.sub_menu li:last-child {
width: 96px;
}
/* IE 6 & 7 Needs Inline Block */
/* ADD IN IE6.css and IE7.css*/
ul.dropdown ul.sub_menu li a {
width: 90%;
display: inline-block;
color: #000 !important;
table#menu-management td {
vertical-align: top;
padding: .5em;
border: 1px solid #F7F9F9;
font-size: .9em;
}
table#menu-management tr {
background-color: #fff;
padding: 0;
padding-left: 0px;
height: 24px;
}
ul.dropdown ul.sub_menu li.inactive {
color: #aab0ae !important;
font-size: 1em !important;
padding-left: 22px !important;
width: 88px;
table#menu-management tr:nth-child(2n+1) {
background-color: rgba(200, 200, 180,.25);
}
ul.dropdown ul.sub_menu li a:hover,
ul.dropdown ul.sub_menu li a.hover {
color: #999 !important;
}
/* LEVEL THREE */
ul.dropdown ul ul {
left: 100%; top: 0;
}
ul.dropdown li:hover > ul {
visibility: visible;
}
*/