NIHVIVO-2067 remove core:dateTimeIntervalFor object property from the ontology and delete core:offersCourse assertions during the migration.
This commit is contained in:
parent
5593b4a7a6
commit
1f92138ee9
6 changed files with 2430 additions and 2447 deletions
|
@ -13,6 +13,11 @@
|
|||
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:nodeID="A0">
|
||||
<owl:allValuesFrom rdf:resource="http://purl.org/ontology/bibo/Document"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/scientific-research#hasDocumentation"/>
|
||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/scientific-research#StorageService">
|
||||
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#Service"/>
|
||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
|
||||
|
@ -29,9 +34,9 @@
|
|||
<rdf:Description rdf:about="http://vivoweb.org/ontology/scientific-research#Instrument">
|
||||
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#Equipment"/>
|
||||
<vitro:descriptionAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An implement used to facilitate work, especially precision work.</vitro:descriptionAnnot>
|
||||
<rdfs:subClassOf rdf:nodeID="A0"/>
|
||||
<vitro:shortDef rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An implement used to facilitate work, especially precision work.</vitro:shortDef>
|
||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
|
||||
<rdfs:subClassOf rdf:nodeID="A0"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/scientific-research#Protocol">
|
||||
<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>
|
||||
|
@ -64,11 +69,6 @@
|
|||
<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:nodeID="A0">
|
||||
<owl:allValuesFrom rdf:resource="http://purl.org/ontology/bibo/Document"/>
|
||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/scientific-research#hasDocumentation"/>
|
||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/scientific-research#providesAccessTo">
|
||||
<owl:inverseOf rdf:resource="http://vivoweb.org/ontology/scientific-research#accessProvidedBy"/>
|
||||
<rdfs:domain rdf:resource="http://vivoweb.org/ontology/scientific-research#AccessService"/>
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue