Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"timestamp": "20260515_003234_9128306",
"basedOn": "Schema-20260515_003234_2060849",
"operation": "add value"
"operation": "add triple"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"timestamp": "20260515_003235_5730399",
"basedOn": "Schema-20260515_003234_9128306",
"operation": "add value"
"operation": "add triple"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"timestamp": "20260515_003236_2328279",
"basedOn": "Schema-20260515_003235_5730399",
"operation": "add value"
"operation": "add triple"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"timestamp": "20260515_003236_8976286",
"basedOn": "Schema-20260515_003236_2328279",
"operation": "set field"
"operation": "set triple"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"timestamp": "20260515_003240_2950674",
"basedOn": "Schema-20260515_003239_6233058",
"operation": "remove value"
"operation": "remove triple"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"timestamp": "20260515_003241_6491488",
"basedOn": "Schema-20260515_003240_9827262",
"operation": "remove value"
"operation": "remove triple"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"@context": "https://credreg.net/ctdl/schema/context/json",
"@graph": [
{
"@id": "ceterms:TestClass",
"@type": "rdfs:Class",
"rdfs:label": {
"en": "Test Class"
}
},
{
"@id": "ceterms:TestProperty",
"@type": "rdf:Property",
"schema:domainIncludes": [
"ceterms:TestClass"
],
"schema:rangeIncludes": []
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"@context": "https://credreg.net/ctdl/schema/context/json",
"@id": "ceterms:TestClass",
"@type": "rdfs:Class",
"rdfs:label": {
"en": "Test Class"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"@context": "https://credreg.net/ctdl/schema/context/json",
"@id": "ceterms:TestProperty",
"@type": "rdf:Property",
"schema:domainIncludes": [
"ceterms:TestClass"
],
"schema:rangeIncludes": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"timestamp": "20260721_013650_0460459",
"basedOn": "ctdl-20260721_013649_8802359",
"operation": "add namespace"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@context": {
"ceterms": "https://purl.org/ctdl/terms/",
"ceterms:TestProperty": {
"@type": "xsd:string"
},
"ceterms:name": {
"@type": "xsd:string"
},
"ex": "https://example.org/"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"@context": "https://credreg.net/ctdl/schema/context/json",
"@graph": [
{
"@id": "ceterms:TestClass",
"@type": "rdfs:Class",
"rdfs:label": {
"en": "Test Class"
}
},
{
"@id": "ex:SparqlScriptClass",
"@type": "http://www.w3.org/2000/01/rdf-schema#Class",
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en-us",
"@value": "Initial SPARQL Script Class"
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en-us",
"@value": "Temporary comment"
}
]
},
{
"@id": "ceterms:TestProperty",
"@type": "rdf:Property",
"schema:domainIncludes": [
"ceterms:TestClass"
],
"schema:rangeIncludes": []
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"@context": "https://credreg.net/ctdl/schema/context/json",
"@id": "ceterms:TestClass",
"@type": "rdfs:Class",
"rdfs:label": {
"en": "Test Class"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@id": "ex:SparqlScriptClass",
"@type": "http://www.w3.org/2000/01/rdf-schema#Class",
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en-us",
"@value": "Initial SPARQL Script Class"
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en-us",
"@value": "Temporary comment"
}
],
"@context": "https://credreg.net/ctdl/schema/context/json"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"@context": "https://credreg.net/ctdl/schema/context/json",
"@id": "ceterms:TestProperty",
"@type": "rdf:Property",
"schema:domainIncludes": [
"ceterms:TestClass"
],
"schema:rangeIncludes": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"timestamp": "20260721_013650_2621021",
"basedOn": "ctdl-20260721_013650_0460459",
"operation": "apply SPARQL update"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@context": {
"ceterms": "https://purl.org/ctdl/terms/",
"ceterms:TestProperty": {
"@type": "xsd:string"
},
"ceterms:name": {
"@type": "xsd:string"
},
"ex": "https://example.org/"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"@context": "https://credreg.net/ctdl/schema/context/json",
"@graph": [
{
"@id": "ceterms:TestClass",
"@type": "rdfs:Class",
"rdfs:label": {
"en": "Test Class"
}
},
{
"@id": "ex:SparqlScriptClass",
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en-us",
"@value": "Updated SPARQL Script Class"
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en-us",
"@value": "Temporary comment"
}
],
"@type": "http://www.w3.org/2000/01/rdf-schema#Class"
},
{
"@id": "ceterms:TestProperty",
"@type": "rdf:Property",
"schema:domainIncludes": [
"ceterms:TestClass"
],
"schema:rangeIncludes": []
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"@context": "https://credreg.net/ctdl/schema/context/json",
"@id": "ceterms:TestClass",
"@type": "rdfs:Class",
"rdfs:label": {
"en": "Test Class"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@id": "ex:SparqlScriptClass",
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en-us",
"@value": "Updated SPARQL Script Class"
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en-us",
"@value": "Temporary comment"
}
],
"@type": "http://www.w3.org/2000/01/rdf-schema#Class",
"@context": "https://credreg.net/ctdl/schema/context/json"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"@context": "https://credreg.net/ctdl/schema/context/json",
"@id": "ceterms:TestProperty",
"@type": "rdf:Property",
"schema:domainIncludes": [
"ceterms:TestClass"
],
"schema:rangeIncludes": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"timestamp": "20260721_013650_4933655",
"basedOn": "ctdl-20260721_013650_2621021",
"operation": "apply SPARQL update"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@context": {
"ceterms": "https://purl.org/ctdl/terms/",
"ceterms:TestProperty": {
"@type": "xsd:string"
},
"ceterms:name": {
"@type": "xsd:string"
},
"ex": "https://example.org/"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"@context": "https://credreg.net/ctdl/schema/context/json",
"@graph": [
{
"@id": "ceterms:TestClass",
"@type": "rdfs:Class",
"rdfs:label": {
"en": "Test Class"
}
},
{
"@id": "ex:SparqlScriptClass",
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en-us",
"@value": "Updated SPARQL Script Class"
}
],
"@type": "http://www.w3.org/2000/01/rdf-schema#Class"
},
{
"@id": "ceterms:TestProperty",
"@type": "rdf:Property",
"schema:domainIncludes": [
"ceterms:TestClass"
],
"schema:rangeIncludes": []
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"@context": "https://credreg.net/ctdl/schema/context/json",
"@id": "ceterms:TestClass",
"@type": "rdfs:Class",
"rdfs:label": {
"en": "Test Class"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"@id": "ex:SparqlScriptClass",
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en-us",
"@value": "Updated SPARQL Script Class"
}
],
"@type": "http://www.w3.org/2000/01/rdf-schema#Class",
"@context": "https://credreg.net/ctdl/schema/context/json"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"@context": "https://credreg.net/ctdl/schema/context/json",
"@id": "ceterms:TestProperty",
"@type": "rdf:Property",
"schema:domainIncludes": [
"ceterms:TestClass"
],
"schema:rangeIncludes": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"timestamp": "20260721_013650_7498128",
"basedOn": "ctdl-20260721_013650_4933655",
"operation": "apply SPARQL update"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@context": {
"ceterms": "https://purl.org/ctdl/terms/",
"ceterms:TestProperty": {
"@type": "xsd:string"
},
"ceterms:name": {
"@type": "xsd:string"
},
"ex": "https://example.org/"
}
}
Loading