-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Real-world phenomenon vs feature document as subject of a property #22
Comments
In the Spatial Data on the Web Working Group (SDW WG), there does not seem to be too much of a concern about not separating feature metadata from the feature data that actually describes a real-world phenomenon. In fact, such a distinction is considered to often not be helpful [1]. What appears to matter, however, is that a feature (abstraction of a real-world phenomenon) should be able to reference the real-world phenomenon it abstracts - or even multiple such phenomena [2]. This would support identifying that multiple features abstract the same real-world phenomenon. Example: an actual railway station may be modelled by two features (one being a "RailwayStationArea" and one being a "RailwayStationNode"). [1] w3c/sdw#208 |
I'd say it depends on how exactly a "feature" is defined (see also #31). The definition that INSPIRE uses isn't clear to me at this point.
I'm assuming we're talking about case 2 here (based on your questions), for which I'd say there needs to be a strict difference. This is also reflected in how properties can be used:
Yes, to make a clear distinction between different concepts and prevent confusion. It is also the only correct way to do it imo. The disadvantage is that some people might not immediately see the difference between the two.
The difference in domain and the description of the properties should make this clear.
The ThematicIdentifier is a specialised
I feel that they are arguing about a different topic: the identifier of a RWO versus the document describing it (which is not the same as a feature). |
The draft vocabularies do not differentiate between properties that describe the real-world phenomenon and properties that contain feature metadata (see also [1]). This is in line with the Spatial Data on the Web Best Practice 1 (Use globally unique persistent HTTP URIs for Spatial Things), which says: "However, in most cases using a single URI for both Spatial Thing and the page/document is simpler to implement and meets the expectations of most end-users." Also see chapter 6 "Spatial Things, Features and Geometry" of the SDW Best Practices [3]. [1] http://inspire-eu-rdf.github.io/inspire-rdf-guidelines/#ref_instance_cr_considerations_on_spatial_objects |
Description
Most feature attributes and roles represent properties of the real-world phenomenon. According to the General Feature Model, it is common practice to model both
as feature properties.
In INSPIRE, most properties are properties that describe the real-world phenomenon.
However, there are exceptions:
Examples are CadastralZoning.estimatedAccuracy with value type Length or CadastralZoning.originalMapScaleDenominator with value type Integer. These properties are not properties of the real-world phenomenon, but of the feature.
From the perspective of RDF vocabularies there is no distinction between the two types of properties. Nevertheless, it has impact on how instances are represented in RDF because it is important in linked data and the semantic web to be clear about the subjects. In this case we would have two subjects – the real-world phenomenon and the feature.
Discussion Item
Should the RDF encoding make a distinction between properties that describe the real-world phenomenon and properties that contain feature metadata? Are there specific advantages / disadvantages of (not) doing so?
If a distinction should be made in the encoding:
NOTE1: the Best Practices deliverable of the W3C/OGC working group may provide useful input to this discussion.
NOTE2: the reports from the study on RDF and PIDs for INSPIRE (prepared as part of the ARE3NA activity), especially the documents D.EC.1.1 and D.EC.2.1, provide additional background information for this issue.
The text was updated successfully, but these errors were encountered: