-
Notifications
You must be signed in to change notification settings - Fork 22
Closed as not planned
Labels
effort: lowRequires less than half a day to completeRequires less than half a day to completeimpact: minorNew, backward-compatible functionality (does not change inferences; e.g., adding a term)New, backward-compatible functionality (does not change inferences; e.g., adding a term)priority: nice to haveLow priority feature or bug fixLow priority feature or bug fixtopic: addresses and locations
Description
gist:hasPhysicalLocation
a
owl:ObjectProperty ,
owl:TransitiveProperty
;
rdfs:range gist:Place ;
skos:definition "Where something is located"^^xsd:string ;
skos:prefLabel "has physical location"^^xsd:string ;
.
I propose changing the skos definition to:
- "Relates something to where it is physically located."
ALSO:
I propose adding a subclass restriction to the class, gist:PhysicalIdentifiableItem
requiring it to have a physical location. Ie. (gist:hasPhysicalLocation some gist:Place)
. Perhaps the same for gist:PhysicalSubstance
Metadata
Metadata
Assignees
Labels
effort: lowRequires less than half a day to completeRequires less than half a day to completeimpact: minorNew, backward-compatible functionality (does not change inferences; e.g., adding a term)New, backward-compatible functionality (does not change inferences; e.g., adding a term)priority: nice to haveLow priority feature or bug fixLow priority feature or bug fixtopic: addresses and locations