Remove rdfs:Literal from abbrev B.Sc. and M.P.H
B.Sc. and M.P.H. were the only two abbreviations to be declared as datatype rdfs:Literal. These declarations have been removed. Now all abbreviations are in the same form: <core:abbreviation>value</core:abbreviation>
This commit is contained in:
parent
0dbce03ace
commit
7ee9cd3d7d
1 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@
|
|||
<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"><p>Professional public health degree. (contrast with M.S.P.H.)</p>
|
||||
<p>See the Wikipedia entry at: http://en.wikipedia.org/wiki/Professional_degrees_of_public_health</p></core:description>
|
||||
<core:abbreviation rdf:datatype="http://www.w3.org/2000/01/rdf-schema#Literal">M.P.H.</core:abbreviation>
|
||||
<core:abbreviation>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">
|
||||
|
@ -398,7 +398,7 @@
|
|||
<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>
|
||||
<core:abbreviation>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>
|
||||
|
|
Loading…
Add table
Reference in a new issue