]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.dublincore.ontology/graph/DublinCore.pgraph
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.dublincore.ontology / graph / DublinCore.pgraph
1 // Converted from:
2 //   dublin_core.graph r16149
3
4 L0 = <http://www.simantics.org/Layer0-1.1>
5
6 DC = <http://www.simantics.org/DublinCore-1.1> : L0.Ontology
7     @L0.new
8     L0.HasResourceClass "org.simantics.layer0.DublinCore"
9
10 DC.Foo <R L0.IsRelatedTo
11 DC.Bar <R L0.IsRelatedTo
12 DC.Contributor <R L0.IsRelatedTo 
13     L0.HasDescription "An entity responsible for making contributions to the resource."
14     L0.HasComment "Examples of a Contributor include a person, an organization, or a service. Typically, the name of a Contributor should be used to indicate the entity."
15     //L0.HasRange Agent
16 DC.Coverage <R L0.IsRelatedTo 
17     L0.HasDescription "The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant."
18     L0.HasComment "Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names [TGN]. Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges."
19     //L0.HasRange LocationPeriodOrJurisdiction
20 DC.Creator <R DC.Contributor
21     L0.HasDescription "An entity primarily responsible for making the resource."
22     L0.HasComment "Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity."
23     //L0.HasRange Agent
24 DC.Date <R L0.HasProperty
25     L0.HasDescription "A point or period of time associated with an event in the lifecycle of the resource."
26     L0.HasComment "Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF]."
27     //L0.HasRange String
28 DC.Description <R L0.IsRelatedTo 
29     L0.HasDescription "An account of the resource."
30     L0.HasComment "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."
31     // no range restrictions?
32 DC.Format <R L0.IsRelatedTo 
33     L0.HasDescription "The file format, physical medium, or dimensions of the resource."
34     L0.HasComment "Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types [MIME]."
35     //L0.HasRange MediaTypeOrExtent
36 DC.Identifier <R L0.HasProperty 
37     L0.HasDescription "An unambiguous reference to the resource within a given context."
38     L0.HasComment "Recommended best practice is to identify the resource by means of a string conforming to a formal identification system."
39     //L0.HasRange String 
40 DC.Language <R L0.IsRelatedTo 
41     L0.HasDescription "A language of the resource."
42     L0.HasComment "Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646]."
43     //L0.HasRange LinguisticSystem
44 DC.Publisher <R L0.IsRelatedTo 
45     L0.HasDescription "An entity responsible for making the resource available."
46     L0.HasComment "Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity."
47     //L0.HasRange Agent
48 DC.Relation <R L0.IsRelatedTo 
49     L0.HasDescription "A related resource."
50     L0.HasComment "Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system."
51     // no range restrictions?
52 DC.Rights <R L0.IsRelatedTo 
53     L0.HasDescription "Information about rights held in and over the resource."
54     L0.HasComment "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights."
55     //L0.HasRange RightsStatement
56 DC.Source <R DC.Relation
57     L0.HasDescription "A related resource from which the described resource is derived."
58     L0.HasComment "The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system."
59     // no range restrictions?
60 DC.Subject <R L0.IsRelatedTo 
61     L0.HasDescription "The topic of the resource."
62     L0.HasComment "Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary. To describe the spatial or temporal topic of the resource, use the Coverage element."
63     // no range restrictions?
64 DC.Title <R L0.IsRelatedTo 
65     L0.HasDescription "A name given to the resource."
66     L0.HasComment "Typically, a Title will be a name by which the resource is formally known."
67     // In current practice, this term is used primarily with literal values; however, there are important uses with non-literal values as well. As of December 2007, the DCMI Usage Board is leaving this range unspecified pending an investigation of options.
68 DC.Type <R L0.IsRelatedTo 
69     L0.HasDescription "The nature or genre of the resource."
70     L0.HasComment "Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMITYPE]. To describe the file format, physical medium, or dimensions of the resource, use the Format element."
71     //L0.HasRange Class