In statements we would say that we have an aanType that extends the gml:AbstractFeatureType. This particular type of Feature has datatype properties objectid (integer), aanid (integer) versiebron (string) type (string) and a object property "geo" that relates to a gml:MultiSurfacePropertyType.
We also have a first record that reads:
Now we have to convert this to something meaningful that the search engines can read. For this we use the schema.org vocabulary and the JSON-LD RDF serialisation. I have created an image from the most important classes and properties related to geometry that are available in schema.org.
Schema.org allows for much freedom in modeling, as can for example be seen from the schema:address property. The range for this property can be either Text or a PostalAddress resource.
So we have a data schema from the AAN WFS that reads:
In statements we would say that we have an aanType that extends the gml:AbstractFeatureType. This particular type of Feature has datatype properties objectid (integer), aanid (integer) versiebron (string) type (string) and a object property "geo" that relates to a gml:MultiSurfacePropertyType. We also have a first record that reads:
Now we have to convert this to something meaningful that the search engines can read. For this we use the schema.org vocabulary and the JSON-LD RDF serialisation. I have created an image from the most important classes and properties related to geometry that are available in schema.org.
Schema.org allows for much freedom in modeling, as can for example be seen from the schema:address property. The range for this property can be either Text or a PostalAddress resource.