xDX Application Profile
This application profile is under construction and may not fully reflect the current dataset. The pattern examples and Turtle data samples are subject to change.
Purpose
The purpose of this application profile is to document how xDX Project data is modelled for compatibility with the wider LINCS data model. This document provides patterns used in the mapping of xDX data which correspond to the categories of the main LINCS Application Profiles.
This document introduces classes and properties as used in this specific context (LINCS and the xDX dataset), without providing complete definitions for them. You can find the full definitions in the documentation of CIDOC CRM version 7.3.1 and other reference ontologies and vocabularies.
Ontologies & Vocabularies
This section reports the ontologies, vocabularies, and authority files used in the xDX dataset. The acronyms are used throughout the document to refer to the terms defined in these ontologies. The prefixes are used to compose the URIs in Turtle code throughout the examples found below.
Ontologies
For more information about ontologies, see Linked Open Data Basics – Ontologies.
Acronym | Prefix | Ontology | Purpose |
CIDOC-CRM | crm: | CIDOC Conceptual Reference Model | Main reference ontology |
CRMdig | crmdig: | CRM Digital | To represent digital objects |
Vocabularies & Authority Files
For more information about vocabularies, see Linked Open Data Basics – Vocabularies.
Acronym | Prefix | Vocabulary or Authority | Purpose |
AAT | aat: | Getty AAT | To represent object types, note types, material types, technique types, and dimension types. |
Biography | biography: | LINCS Biography | To represent name types. |
GeoNames | geonames: | GeoNames | Authority for place URIs. |
Lexvo | loc: | Library of Congress | Authority for people and group URIs. |
Lexvo | lexvo: | Lexvo | To represent languages. |
LINCS | lincs: | LINCS-minted entities | To represent entities not described elsewhere. |
VIAF | viaf: | Virtual International Authority File | Authority for people and group URIs. |
Wikidata | wikidata: | Wikidata Knowledge Base | Authority for people and group URIs. |
XSD | xsd: | XML Schema Datatypes | For literal datatypes. |
Main Classes
The classes listed below are imported from CIDOC CRM and use prefix crm:
except where otherwise noted.
Entity Type | Class | Declaration Snippet (Turtle Syntax) |
xDX Object | E22 Human-Made Object |
|
Owner | E39 Actor |
|
Production Company | E74 Group |
|
Production | E12 Production |
|
Acquisition | E8 Acquisition |
|
Material | E57 Material |
|
Dimension | E54 Dimension |
|
Design | E29_Design_or_Procedure |
|
Creation | E65 Creation |
|
IP Right | E30 Right |
|
Place | E53 Place |
|
Designer | E21 Person |
|
Design Firm | E74 Group |
|
Conceptual Object (Model) | E99 Product Type |
|
Conceptual Object (Series) | E99 Product Type |
|
Brand | E99 Product Type |
|
Classification | E99 Product Type |
|
Part Type | E99 Product Type |
|
Archival File | E73 Information Object |
|
Name or Title | E33_E41 Linguistic Appellation |
|
Identifier | E42 Identifier |
|
Note (multiple subtypes) | E33 Linguistic Object |
|
Actor in a Role | PC14 Actor in a Role |
|
Webpage | D1 Digital Object (CRMdig) |
|
Overview
The xDX dataset reconstitutes the former Design Exchange (DX) collection, documenting the unique history of design in Canada. The dataset describes the design objects along with their creators, producers, and owners.
The image below shows an overview of the entire xDX application profile. Each section of the diagram is described in detail in one of the sections of this document. Click here or on the image for a large-scale, more readable version.
Nodes
Basic Patterns
This section describes basic patterns that are reused across the xDX dataset.
Type
Diagram | ||
---|---|---|
Pattern | Definition | An entity has a type. |
Abstraction | E1 CRM Entity →P2 has type →E55 Type | |
Applies to |
| |
Values | Type of Value | Uniform Resource Identifier (URI). |
Expected Value | URI from vocabulary or minted by LINCS. | |
Authorities |
| |
Examples | Typical Example | The xDX object with ID 2018.308.10.2 a-b has type aat:300037776 (armchairs). |
Example Abstraction | <http://temp.lincsproject.ca/xdx/object/2018.308.100> →P2 has type →aat:300037776 | |
Generalized Pattern (Turtle) |
| |
Sample Data (Turtle) |
| |
Note | Class E1 CRM Entity represents all entities, but is not actually found in the dataset.
More specific classes are applied instead (see Main Classes above). |
Identifier
Diagram | ||
---|---|---|
Pattern | Definition | An entity is identified by an ID. |
Abstraction | E1 CRM Entity →P1 is identified by →E42 Identifier →P190 has symbolic content →xsd:string | |
Applies to |
| |
Values | Type of Value | xsd:string (a string of text). |
Expected Value | An string of text that uniquely identifies the entity. | |
Authorities |
| |
Examples | Typical Example | The xDX object Talking table has xDX ID 2024.YU.xDX.00065 and accession ID 997.16 . |
Example Abstraction | <http://temp.lincsproject.ca/xdx/object/2024.YU.xDX.00065> →P1 is identified by →<http://temp.lincsproject.ca/xdx/xdx_identifier_of_object/2024.YU.xDX.00065> →P190 has symbolic content →"2024.YU.xDX.00065"^^xsd:string | |
Generalized Pattern (Turtle) |
| |
Sample Data (Turtle) |
| |
Note | Class E1 CRM Entity represents all entities, but is not actually found in the dataset.
More specific classes are applied instead (see Main Classes above). |
Name & Title
Diagram | ||
---|---|---|
Pattern | Definition | An entity is identified by an appellation (name or title). |
Abstraction | E1 CRM Entity →P1 is identified by →E33 E41 Linguistic Appellation →P190 has symbolic content → xsd:string | |
Applies to |
| |
Values | Type of Value | xsd:string (a string of text). |
Expected Value | A string of text that identifies the entity. | |
Authorities |
| |
Examples | Typical Example | The object with xDX ID 2024.YU.xDX.00063 is named Roo Chair (in English). |
Example Abstraction | <http://temp.lincsproject.ca/xdx/object/2024.YU.xDX.00063> →P1 is identified by →<http://temp.lincsproject.ca/xdx/preferred_name_of_object/2024.YU.xDX.00063> →P190 has symbolic content → "Roo Chair"@en | |
Generalized Pattern (Turtle) |
| |
Sample Data (Turtle) |
| |
Note | Class E1 CRM Entity represents all entities, but is not actually found in the dataset.
More specific classes are applied instead (see Main Classes above). |
Location
Diagram | |||
---|---|---|---|
Pattern | Definition | An event happens at a location. | |
Abstraction | E1 CRM Entity →P7 took place at →E53 Place | ||
Applies to | Activity (including Production and Creation). Every activity happens at exactly one location. | ||
Values | Type of Value | A URI uniquely identifying the location (Place). | |
Expected Value | Uniform Resource Identifier (URI). | ||
Authorities | GeoNames for the place URI. | ||
Examples | Typical Example | The production of Swivel Chair took place in Toronto, Canada. | |
Example Abstraction | E12 Production →P7 took place at →E53 Place | ||
Generalized Pattern (Turtle) |
| ||
Sample Data (Turtle) |
|
Date
Diagram | |||
---|---|---|---|
Pattern | Definition | An event happens on a certain date (or date range). | |
Abstraction | E1 CRM Entity →P4 has time-span →E52 Time-Span →P82 at some point within → xsd:string
P82a begin of the begin → xsd:dateTime
P82b end of the end → xsd:dateTime | ||
Applies to | Activity (including Production and Creation). Every activity happens on a certain date (or date range). | ||
Values | Type of Value | xsd:string for the human-readable date.
xsd:dateTime for the date's begin of begin.
xsd:dateTime for the date's end of end. | |
Expected Value | A string of text expressing the date (or date range) of the event. A datetime value expressing the earliest possible beginning time. A datetime value expressing the latest possible end time. | ||
Authorities | XSD for the datatypes of date values. | ||
Examples | Typical Example | The production of Swivel Chair took place in 1967. | |
Example Abstraction | E12 Production →P4 has time-span →E52 Time-Span →P82 at some point within → xsd:string
P82a begin of the begin → xsd:dateTime
P82b end of the end → xsd:dateTime | ||
Generalized Pattern (Turtle) |
| ||
Sample Data (Turtle) |
|
Actor in a Role
Diagram | ||
---|---|---|
Pattern | Definition | An activity may have a number of participants, each with a certain role. |
Abstraction | E7 Activity →P01i is domain of →PC14 Carried Out By →P02 has range →E39 Actor PC14 Carried Out By →P14.1 in the role of →E55 Type | |
Applies to | Activity (including Production and Creation). Every activity may have one or more participants, each with a certain role. | |
Values | Type of Value | Uniform Resource Identifier (URI) |
Expected Value | URI from authority file or minted by LINCS (activity). URI from authority file or minted by LINCS (actor). URI from vocabulary or minted by LINCS (role). URI minted by LINCS (actor with role). | |
Authorities | LINCS for the URI of the activity.
VIAF, Wikidata, or LINCS for the URI of the actor. Wikidata for the URI of the role. LINCS for the URI of the actor with role. | |
Example Values | <http://temp.lincsproject.ca/xdx/production_of_object/2018.308.81> (Production of radio)
<http://temp.lincsproject.ca/addison_industries> (Addison Industries)
<http://id.loc.gov/vocabulary/relators/mfr> (manufacturer)
<http://temp.lincsproject.ca/xdx/producer_role_of/Addison%20Industries/2018.308.81> (Addison Industries in the role of manufacturer producing radio) | |
Examples | Typical Example | Addison Industries produced the radio with xDX ID 2018.308.81 in the role of manufacturer. |
Example Abstraction | <http://temp.lincsproject.ca/xdx/production_of_object/2018.308.81> →P01i is domain of →PC14 Carried Out By →P02 has range →<http://temp.lincsproject.ca/addison_industries> PC14 Carried Out By →P14.1 in the role of →<http://id.loc.gov/vocabulary/relators/mfr> | |
Generalized Pattern (Turtle) |
| |
Sample Data (Turtle) |
|
xDX Object
An xDX object is a human-made object designed by one or more designers and produced by a company. The dataset represents basic information about the object, including its material(s), dimensions, and acquisition history. The dataset also describes the object's model, brand, and classification.
xDX objects were originally part of the Design Exchange (DX) collection and are currently held by public institutions including the Royal Ontario Museum, the Canadian Museum of History, the Archives of Ontario, Carleton University, and York University.
Production
xDX objects were produced between 1940 and 2010 by Canadian and international production companies.
Diagram | ||
---|---|---|
Pattern | Definition | A production has a number of participants, each with a certain role. |
Abstraction | E22 Human-Made Object →P108i_was_produced_by →E12 Production | |
Applies to | xDX Object. Every object has exactly one production. | |
Values | Type of Value | Uniform Resource Identifier (URI). |
Expected Value | A URI that identifies the production event. | |
Authorities | LINCS for the URI of the production event. | |
Example Values | <http://temp.lincsproject.ca/xdx/production_of_object/2018.308.156> (Production of Swivel Chair) | |
Examples | Typical Example | The xDX object with ID 2018.308.156 (Swivel Chair) was produced by production event <http://temp.lincsproject.ca/xdx/production_of_object/2018.308.156> |
Example Abstraction | <http://temp.lincsproject.ca/xdx/object/2018.308.156> →P108i_was_produced_by →<http://temp.lincsproject.ca/xdx/production_of_object/2018.308.156> | |
Generalized Pattern (Turtle) |
| |
Sample Data (Turtle) |
|
Design
xDX objects were designed by designers who could be employed by firms or work independently. For the modelling of individual designers, see the Designer section below. For the modelling of firms, see the Design Firm section.
Diagram | ||
---|---|---|
Pattern | Definition | A design is about an object. |
Abstraction | E29 Design or Procedure →P129 is about →E22 Human-Made Object | |
Applies to | xDX Object. Every object has exactly one design. | |
Values | Type of Value | Uniform Resource Identifier (URI) |
Expected Value | A URI that identifies the design. | |
Authorities | LINCS for the URI of the design. | |
Example Values |
| |
Examples | Typical Example | The design of Umbra Ah chair is about xDX object Umbra Ah chair. |
Example Abstraction | <http://temp.lincsproject.ca/xdx/design_of_object/2019.CU.DX.00060> →P129 is about →<http://temp.lincsproject.ca/xdx/object/2019.CU.DX.00060> | |
Generalized Pattern (Turtle) |
| |
Sample Data (Turtle) |
|
Acquisition
xDX objects may have been acquired by multiple owners (people or institutions) over the years. For the modelling of individual owners, see the Owner section below.
Diagram | ||
---|---|---|
Pattern | Definition | An object has been acquired through an acquisition event. |
Abstraction | E22 Human-Made Object →P24 changed ownership through →E8 Acquisition →P22 transferred title from → E39 Actor P22 transferred title to → E39 Actor E22 Human-Made Object →P49 has former or current keeper →E39 Actor | |
Applies to | xDX Object. Every object has one or more acquisitions. | |
Values | Type of Value | Uniform Resource Identifier (URI). |
Expected Values | A URI that uniquely identifies the acquisition. A URI that uniquely identifies the owner. | |
Authorities | LINCS for the URI of the acquisition.
VIAF, Wikidata, or LINCS for the URI of the owner(s). | |
Example Values | <http://temp.lincsproject.ca/xdx/acquisition_of_object/2019.CU.DX.00060/by/Carleton%20University> (Acquisition of Umbra Ah Chair) | |
Examples | Typical Example | Carleton University acquired the Umbra Ah chair from Design Exchange. |
Example Abstraction | <http://temp.lincsproject.ca/xdx/object/2019.CU.DX.00060> →P24 changed ownership through →<http://temp.lincsproject.ca/xdx/acquisition_of_object/2019.CU.DX.00060/by/Carleton%20University> →P22 transferred title from → wikidata:Q5264264 P22 transferred title to → wikidata:Q1041737 <http://temp.lincsproject.ca/xdx/object/2019.CU.DX.00060> →P49 has former or current keeper → wikidata:Q5264264 P49 has former or current keeper → wikidata:Q1041737 | |
Generalized Pattern (Turtle) |
| |
Sample Data (Turtle) |
|
Material
Diagram | ||
---|---|---|
Pattern | Definition | An object is made of a certain material. |
Abstraction | E22 Human-Made Object →P45 consists of →E57 Material | |
Applies to | xDX Object. Every object consists of one or more materials. | |
Values | Type of Value | Uniform Resource Identifier (URI) |
Expected Value | A URI that identifies the material. | |
Authorities | AAT or LINCS for the URI of the material. | |
Example Values | aat:300010900 (metal) | |
Examples | Typical Example | The MS-SC Stacking Chair is made of metal. |
Example Abstraction | <http://temp.lincsproject.ca/xdx/object/2020.24.20> →P45 consists of →aat:300010900 | |
Generalized Pattern (Turtle) |
| |
Sample Data (Turtle) |
|
Dimension
Diagram | ||
---|---|---|
Pattern | Definition | An object has certain dimensions. |
Abstraction | E22 Human-Made Object →P43 has dimension →E54 Dimension →P2 has type → E55 Type P91 has unit → E55 Type P90 has value → xsd:decimal | |
Applies to | xDX Object. Each object may have one or more recorded dimensions. | |
Values | Type of Value | Uniform Resource Identifier (URI) for the dimension, type, and unit. Literal for the dimension value. |
Expected Value | A URI that identifies the dimension. A URI that identifies the dimension type. A URI that identifies the dimension unit. A literal that expresses the dimension value. | |
Authorities | LINCS for the URI of the dimension. LINCS for the dimension type. AAT for the dimension unit. XSD for the dimension value. | |
Example Values | <http://temp.lincsproject.ca/xdx/dimension_of_object/2020.24.21/depth> (dimension).<http://temp.lincsproject.ca/depth> (dimension type).aat:300379098 (dimension unit).50.4 (dimension value). | |
Examples | Typical Example | The Roo Stacking Chair has a recorded width of 52.1 cm and a recorded depth of 50.4 cm. |
Example Abstraction | http://temp.lincsproject.ca/xdx/object/2020.24.21 →P43 has dimension →<http://temp.lincsproject.ca/xdx/dimension_of_object/2020.24.21/depth> →P2 has type → <http://temp.lincsproject.ca/depth> P91 has unit → aat:300379098 P90 has value → 50.4 | |
Generalized Pattern (Turtle) |
| |
Sample Data (Turtle) |
|
Identifier
Diagram | |
---|---|
Note | The modelling of xDX object identifiers follows the basic pattern for Identifiers. See the corresponding section for more information. |
Name
Diagram | |
---|---|
Note | The modelling of xDX object names follows the basic pattern for Names & Titles. See the corresponding section for more information. |
Classification
Diagram | ||
---|---|---|
Note | The modelling of object classifications follows the basic pattern for Types. See the corresponding section for more information. |
Model
Diagram | ||
---|---|---|
Note | The modelling of xDX object models follows the basic pattern for Types. See also the Conceptual Object section for more information. |
Brand
Diagram | ||
---|---|---|
Note | The modelling of xDX object brands follows the basic pattern for Types. See the corresponding section for more information. |
Production
A production is an event through which an xDX object is produced. The dataset represents basic information about the production, including the production company, technique, date, and location. Each xDX object has exactly one production event, but each production event may have produced multiple xDX objects.
Company & Role
Diagram | ||
---|---|---|
Note | The modelling of production companies follows the basic pattern for Actors in a Role. See the corresponding section for more information. |
Technique
Diagram | ||
---|---|---|
Pattern | Definition | A production may employ a technique. |
Abstraction | E12 Production →P32 used general technique →E55 Type | |
Applies to | Production. Each production may employ one or more techniques. | |
Values | Type of Value | Uniform Resource Identifier (URI). |
Expected Value | A URI that uniquely identifies the technique. | |
Authorities | AAT or LINCS for the URI of the technique. | |
Example Value | aat:300053796 (lacquering). | |
Examples | Typical Example | The production of the object with xDX ID 2018.308.129 (a lampshade) used technique aat:300053796 (lacquering). |
Example Abstraction | <http://temp.lincsproject.ca/xdx/production_of_object/2018.308.129> →P32 used general technique →aat:300053796 | |
Generalized Pattern (Turtle) |
| |
Sample Data (Turtle) |
|
Design
Diagram | ||
---|---|---|
Pattern | Definition | A production may employ a specific design. |
Abstraction | E12 Production →P33 used specific technique →E29 Design or Procedure | |
Applies to | Production. Each production employs exactly one design. | |
Values | Type of Value | Uniform Resource Identifier (URI). |
Expected Value | A URI that uniquely identifies the design. | |
Authorities | LINCS for the URI of the design. | |
Example Value | <http://temp.lincsproject.ca/xdx/design_of_object/2024.YU.xDX.00102> (design of Boogie Board) | |
Examples | Typical Example | The production of the object with xDX ID 2024.YU.xDX.00102 (Boogie Board) employed design Design of Boogie Board . |
Example Abstraction | <http://temp.lincsproject.ca/xdx/production_of_object/2024.YU.xDX.00102> →P33 used specific technique →<http://temp.lincsproject.ca/xdx/design_of_object/2024.YU.xDX.00102> | |
Generalized Pattern (Turtle) |
| |
Sample Data (Turtle) |
|
Location
Diagram | |
---|---|
Note | The modelling of production locations follows the basic pattern for Locations. See the corresponding section for more information. |
Date
Note | The modelling of production dates follows the basic pattern for Dates. See the corresponding section for more information. |
---|
Type
Diagram | |
---|---|
Note | The production type follows the basic pattern for Types. See the corresponding section for more information. |
Design
A design is a plan for the production of an xDX object. The dataset represents basic information about the design, including the designer, date, and location. Each xDX object has exactly one design, but each design may have been used for producing multiple xDX objects.
Creation
A design is created by a designer at a certain date and location. The designer may or may not belong to a design firm.
Diagram | ||
---|---|---|
Pattern | Definition | A design is created through a creation event. |
Abstraction | E65 Creation →P94 has created →E29 Design or Procedure | |
Applies to | Design. Every design is created through exactly one creation event. | |
Values | Type of Value | Uniform Resource Identifier (URI). |
Expected Value | A URI that uniquely identifies the creation event. | |
Authorities | LINCS for the URI of the creation event. | |
Example Values | <http://temp.lincsproject.ca/xdx/creation_of_design_of_object/2018.308.100> | |
Examples | Typical Example | TBA |
Example Abstraction | TBA | |
Generalized Pattern (Turtle) | TBA | |
Sample Data (Turtle) | TBA |
IP Right
A design may be subject to intellectual property rights, such as copyright or design patents.
Diagram | ||
---|---|---|
Pattern | Definition | A design is subject to a certain intellectual property right. |
Abstraction | E29 Design or Procedure →P104 is subject to →E30 Right | |
Applies to | Design. Each design may be subject to one or more intellectual property rights. | |
Values | Type of Value | Uniform Resource Identifier (URI). |
Expected Value | A URI that uniquely identifies the intellectual property right. | |
Authorities | LINCS for the URI of the intellectual property right. | |
Example Values | <http://temp.lincsproject.ca/xdx/ip_right_of_design_of_object/2018.308.1> | |
Examples | Typical Example | TBA |
Example Abstraction | TBA |
Designer
A designer is a person who has created one or more designs for xDX objects. Each person has a name, a birth, a death (if no longer living), and one or more occupations. A designer may belong to one or more design firms across their career.
Creation & Role
Diagram | ||
---|---|---|
Note | The modelling of design creation activities follows the basic pattern for Actors in a Role. See the corresponding section for more information. |
Firm
Diagram | ||
---|---|---|
Pattern | Definition | A person has an occupation or ministerial post. |
Abstraction | E74 Group →P107 has former or current member →E21 Person | |
Applies to | Designer. Each designer may be employed by one or more design firms. | |
Values | Type of Value | Uniform Resource Identifier (URI) |
Expected Value | Uniform Resource Identifier (URI). | |
Example Values | TBA | |
Examples | Typical Example | TBA |
Example Abstraction | TBA | |
Generalized Pattern (Turtle) | TBA | |
Sample Data (Turtle) | TBA |
Name
Diagram | ||
---|---|---|
Note | The modelling of designer names follows the basic pattern for Names & Titles. See the corresponding section for more information. |
Owner
An owner is a person or organization that owns one or more xDX objects. Each owner has a name.
Name
Diagram | ||
---|---|---|
Note | The modelling of owner names follows the basic pattern for Names & Titles. See the corresponding section for more information. |
Archival File
An archival file contains information about the design of one or more xDX objects.
Creation
An archival file is created by a designer at a certain date and location.
Diagram | ||
---|---|---|
Pattern | Definition | An archival file is created through a creation event. |
Abstraction | E65 Creation →P94 has created →E73 Information Object | |
Applies to | Archival File. Every archival file is created through exactly one creation event. | |
Values | Type of Value | Uniform Resource Identifier (URI). |
Expected Value | A URI that uniquely identifies the creation event. | |
Authorities | LINCS for the URI of the creation event. | |
Example Values | TBA | |
Examples | Typical Example | TBA |
Example Abstraction | TBA | |
Generalized Pattern (Turtle) | TBA | |
Sample Data (Turtle) | TBA |
Topic
Diagram | ||
---|---|---|
Pattern | Definition | An archival file is about one or more topics. |
Abstraction | E73 Information Object →P129 is about →E55 Type | |
Values | Type of Value | Uniform Resource Identifier (URI) |
Expected Value | A URI that uniquely identifies the topic. | |
Applies to | Archival File. Each archival file may have one or more topics. | |
Example Values | TBA | |
Examples | Typical Example | TBA |
Example Abstraction | TBA |
Title
Note | The modelling of archival file titles follows the basic pattern for Names & Titles. See the corresponding section for more information. |
---|
Identifier
Note | The modelling of archival file identifiers follows the basic pattern for Identifiers. See the corresponding section for more information. |
---|
Conceptual Object
Model
A model is a type of object and conceptually represents a group of objects with the same design.
Design
A model usually has a design as its production plan. In some cases, such as prototypes, only one object may have been produced.
Diagram | ||
---|---|---|
Pattern | Definition | A model may have a design as its production plan. |
Abstraction | E99 Product Type →P187 has production plan →E29 Design or Procedure | |
Applies to | Model | |
Values | Type of Value | Uniform Resource Identifier (URI) |
Expected Value | LINCS-minted URI | |
Authorities | TBA | |
Example Values | TBA | |
Examples | Typical Example | TBA |
Example Abstraction | TBA |
Series
Note
A note is a linguistic object that is attached to a certain entity. This dataset contains several types of notes.
Content
Place
A place is a geographic location that is identified by spatial coordinates.
Coordinates
Diagram | ||
---|---|---|
Pattern | Definition | A place is identified by a geographic reference such as coordinates. |
Abstraction | E53 Place → P168 place is defined by → xsd:string | |
Values | Type of Value | xsd:string |
Expected Value | A string of text representing geographic coordinates (latitude and longitude). | |
Authorities | Geonames for the place URI. Wikidata and Geonames as sources of coordinates. | |
Example Value | POINT(-63.29844 46.39808) (coordinates of Prince Edward Island) | |
Examples | Typical Example | Prince Edward Island has latitude 46.39808 and longitude -63.29844 |
Example Abstraction | geonames:6113358 → P168_has_spatial_coordinates → POINT(-63.29844 46.39808) |
Spatial Containment
Diagram | ||
---|---|---|
Pattern | Definition | A place may fall within another place. |
Abstraction | E53 Place → P86 falls within → E53 Place | |
Values | Type of Value | xsd:string |
Expected Value | A URI representing a place. | |
Authorities | Geonames for the place URI. | |
Example Value | TBA | |
Examples | Typical Example | TBA |
Example Abstraction | TBA |