VIVO-566 reverting back to vivo:Dataset
This commit is contained in:
parent
27d3b0206c
commit
5623eb82d4
4 changed files with 6 additions and 6 deletions
File diff suppressed because one or more lines are too long
|
@ -10,9 +10,9 @@
|
|||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:core="http://vivoweb.org/ontology/core#">
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/TODO_Dataset -->
|
||||
<!-- http://vivoweb.org/ontology/core#Dataset -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/TODO_Dataset">
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/core#Dataset">
|
||||
|
||||
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/Document"/>
|
||||
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A named collection of data, usually containing only one type of data</obo:IAO_0000115>
|
||||
|
@ -31,7 +31,7 @@
|
|||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://purl.org/spar/cito/citesAsDataSource"/>
|
||||
<owl:allValuesFrom rdf:resource="http://purl.obolibrary.org/obo/TODO_Dataset"/>
|
||||
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#Dataset"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
</owl:Class>
|
||||
|
|
|
@ -1586,7 +1586,7 @@ geo:population
|
|||
vcard:Geographical
|
||||
rdfs:label "Geographical"@en-US .
|
||||
|
||||
obo:TODO_Dataset
|
||||
vivo:Dataset
|
||||
rdfs:label "Dataset"@en-US ;
|
||||
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGrouppublications> ;
|
||||
vitro:displayLimitAnnot
|
||||
|
|
|
@ -902,7 +902,7 @@ public class AddPublicationToPersonGenerator extends VivoBaseGenerator implement
|
|||
literalOptions.add(list("http://vivoweb.org/ontology/core#ConferencePaper", "Conference Paper"));
|
||||
literalOptions.add(list("http://vivoweb.org/ontology/core#ConferencePoster", "Conference Poster"));
|
||||
literalOptions.add(list("http://vivoweb.org/ontology/core#Database", "Database"));
|
||||
literalOptions.add(list("http://purl.obolibrary.org/obo/TODO_Dataset", "Dataset"));
|
||||
literalOptions.add(list("http://vivoweb.org/ontology/core#Dataset", "Dataset"));
|
||||
literalOptions.add(list("http://purl.org/ontology/bibo/EditedBook", "Edited Book"));
|
||||
literalOptions.add(list("http://vivoweb.org/ontology/core#EditorialArticle", "Editorial Article"));
|
||||
literalOptions.add(list("http://purl.org/ontology/bibo/Film", "Film"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue