You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://vivoweb.org/ontology/core#Location>
a owl:Class ;
rdfs:label "Location"@en ;
rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000006> ;
obo:IAO_0000112 "It's anticipated that the subclasses will be used when classifying items. And, all locations can be viewable via this class."^^xsd:string, "Use subclasses of core:Location when classsifying items."^^xsd:string ;
obo:IAO_0000115 "Top level of all location classes."^^xsd:string .
It seems to be clear that vivo:Location is talking about geographical places. If this is the case, we might want to deprecate and finally remove one of those classes.
Describe the solution you'd like
Discussion is needed
if the classes are redundant,
and if yes, which one to keep.
The text was updated successfully, but these errors were encountered:
There are no individuals assigned to vcard:Location in a standard VIVO, whereas there are plenty of individuals assigned to the subclasses of core:Location. Therefore, I would suggest to keep core:Location.
(Discussed on 04.12 ontology call) It certainly could lead to confusion having both of these in the list of classes, but semantically they are a bit different. vcard:Location inherits from InformationContentEntity and is a container for metadata about a location while core:Location is the location itself. If we never need to use vcards with locations maybe we can just drop it, but it still leaves us with the confusion of vcard:Individual versus foaf:Person so not clear exactly how much it would help.
What is the motivation for your change request?
We have two classes for
:location
:https://www.w3.org/2006/vcard/ns#Location:
http://vivoweb.org/ontology/core#Location:
It seems to be clear that vivo:Location is talking about geographical places. If this is the case, we might want to deprecate and finally remove one of those classes.
Describe the solution you'd like
Discussion is needed
The text was updated successfully, but these errors were encountered: