Skip to content

Commit 7440033

Browse files
committed
Adding 3.8 release files #2272
1 parent 6d57a03 commit 7440033

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+252010
-0
lines changed

data/releases/3.8/all-layers-properties.csv

Lines changed: 1254 additions & 0 deletions
Large diffs are not rendered by default.

data/releases/3.8/all-layers-types.csv

Lines changed: 1069 additions & 0 deletions
Large diffs are not rendered by default.

data/releases/3.8/all-layers.jsonld

Lines changed: 34056 additions & 0 deletions
Large diffs are not rendered by default.

data/releases/3.8/all-layers.nq

Lines changed: 13292 additions & 0 deletions
Large diffs are not rendered by default.

data/releases/3.8/all-layers.nt

Lines changed: 13292 additions & 0 deletions
Large diffs are not rendered by default.

data/releases/3.8/all-layers.rdf

Lines changed: 16456 additions & 0 deletions
Large diffs are not rendered by default.

data/releases/3.8/all-layers.ttl

Lines changed: 16357 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"id","label","comment","subPropertyOf","equivalentProperty","subproperties","domainIncludes","rangeIncludes","inverseOf","supersedes","supersededBy","isPartOf"
2+
"http://schema.org/stupidProperty","stupidProperty","This is a StupidProperty! - for testing only","","","","http://schema.org/StupidType, http://schema.org/Vehicle","http://schema.org/QuantitativeValue","","",""
3+
"http://schema.org/variablesMeasured","variablesMeasured","Originally named <a class=""localLink"" href=""http://schema.org/variablesMeasured"">variablesMeasured</a>, The <a class=""localLink"" href=""http://schema.org/variableMeasured"">variableMeasured</a> property can indicate (repeated as necessary) the variables that are measured in some dataset, either described as text or as pairs of identifier and description using PropertyValue.","","","","http://schema.org/Dataset","http://schema.org/PropertyValue, http://schema.org/Text","","",""
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"id","label","comment","subTypeOf","enumerationtype","equivalentClass","properties","subTypes","supersedes","supersededBy","isPartOf"
2+
"http://schema.org/StupidType","StupidType","A StupidType for testing.","http://schema.org/Thing","","","http://schema.org/stupidProperty","","","","http://attic.schema.org"

data/releases/3.8/ext-attic.jsonld

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"@context": {
3+
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
4+
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
5+
"xsd": "http://www.w3.org/2001/XMLSchema#"
6+
},
7+
"@graph": [
8+
{
9+
"@id": "http://schema.org/variablesMeasured",
10+
"@type": "rdf:Property",
11+
"http://schema.org/domainIncludes": {
12+
"@id": "http://schema.org/Dataset"
13+
},
14+
"http://schema.org/isPartOf": {
15+
"@id": "http://attic.schema.org"
16+
},
17+
"http://schema.org/rangeIncludes": [
18+
{
19+
"@id": "http://schema.org/PropertyValue"
20+
},
21+
{
22+
"@id": "http://schema.org/Text"
23+
}
24+
],
25+
"rdfs:comment": "Originally named <a class=\"localLink\" href=\"http://schema.org/variablesMeasured\">variablesMeasured</a>, The <a class=\"localLink\" href=\"http://schema.org/variableMeasured\">variableMeasured</a> property can indicate (repeated as necessary) the variables that are measured in some dataset, either described as text or as pairs of identifier and description using PropertyValue.",
26+
"rdfs:label": "variablesMeasured"
27+
},
28+
{
29+
"@id": "http://schema.org/StupidType",
30+
"@type": "rdfs:Class",
31+
"http://schema.org/isPartOf": {
32+
"@id": "http://attic.schema.org"
33+
},
34+
"rdfs:comment": "A StupidType for testing.",
35+
"rdfs:label": "StupidType",
36+
"rdfs:subClassOf": {
37+
"@id": "http://schema.org/Thing"
38+
}
39+
},
40+
{
41+
"@id": "http://schema.org/stupidProperty",
42+
"@type": "rdf:Property",
43+
"http://schema.org/domainIncludes": [
44+
{
45+
"@id": "http://schema.org/StupidType"
46+
},
47+
{
48+
"@id": "http://schema.org/Vehicle"
49+
}
50+
],
51+
"http://schema.org/isPartOf": {
52+
"@id": "http://attic.schema.org"
53+
},
54+
"http://schema.org/rangeIncludes": {
55+
"@id": "http://schema.org/QuantitativeValue"
56+
},
57+
"rdfs:comment": "This is a StupidProperty! - for testing only",
58+
"rdfs:label": "stupidProperty"
59+
}
60+
],
61+
"@id": "http://schema.org/#3.8"
62+
}

0 commit comments

Comments
 (0)