Merge branch 'maint-rel-1.6' of github.com:vivo-project/VIVO into maint-rel-1.6
This commit is contained in:
commit
d779300c9d
14 changed files with 161 additions and 94 deletions
|
@ -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>
|
||||
|
|
|
@ -10,3 +10,4 @@ core:hasResearchArea config:deleteLinkSuppressed "true"^^xsd:boolean .
|
|||
core:researchAreaOf config:deleteLinkSuppressed "true"^^xsd:boolean .
|
||||
core:hasSubjectArea config:deleteLinkSuppressed "true"^^xsd:boolean .
|
||||
core:subjectAreaFor config:deleteLinkSuppressed "true"^^xsd:boolean .
|
||||
core:geographicFocusOf config:editLinkSuppressed "true"^^xsd:boolean .
|
|
@ -1628,7 +1628,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue