Skip to content
Draft
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
0cf241f
chore (restrictions): loosen restrictions to suucessfully validate ma…
tobiasschweizer Jan 20, 2022
0b3133d
chore (restrictions): loosen restrictions to suucessfully validate ma…
tobiasschweizer Jan 25, 2022
edb08d8
chore (restrictions): loosen restrictions to suucessfully validate ma…
tobiasschweizer Jan 25, 2022
f2fbde4
Merge branch 'main' into wip/memobase_import
tobiasschweizer Feb 4, 2022
8948c14
Merge branch 'main' into wip/memobase_import
tobiasschweizer Mar 4, 2022
1a2b792
Merge branch 'main' into wip/memobase_import
tobiasschweizer Mar 11, 2022
b9e8450
Merge branch 'main' into wip/memobase_import
tobiasschweizer Mar 14, 2022
0dae3c1
chore (restrictions): loosen restrictions for schema:about
tobiasschweizer Apr 5, 2022
dd57238
Merge branch 'main' into wip/memobase_import
tobiasschweizer Apr 13, 2022
bd43eea
Merge branch 'main' into wip/memobase_import
tobiasschweizer Apr 13, 2022
9027599
Merge branch 'main' into wip/memobase_import
tobiasschweizer Apr 26, 2022
0a6777f
Merge branch 'main' into wip/memobase_import
tobiasschweizer May 6, 2022
4b089b3
Merge branch 'main' into wip/memobase_import
tobiasschweizer May 10, 2022
9f9cf40
Merge branch 'main' into wip/memobase_import
tobiasschweizer May 20, 2022
907ab25
Merge branch 'main' into wip/memobase_import
tobiasschweizer May 20, 2022
ad50d1e
Merge branch 'main' into wip/memobase_import
tobiasschweizer Jun 15, 2022
6bc9213
Merge branch 'main' into wip/memobase_import
tobiasschweizer Jun 15, 2022
e3e2e6e
Merge branch 'main' into wip/memobase_import
tobiasschweizer Jun 20, 2022
cfdc23e
Merge branch 'main' into wip/memobase_import
tobiasschweizer Jul 14, 2022
52b333c
Merge branch 'main' into wip/memobase_import
tobiasschweizer Jul 19, 2022
798f1b0
Merge branch 'main' into wip/memobase_import
tobiasschweizer Jul 22, 2022
672cbf3
Merge branch 'main' into wip/memobase_import
tobiasschweizer Jul 25, 2022
cf8b2fe
Merge branch 'main' into wip/memobase_import
tobiasschweizer Jul 29, 2022
67637c2
Merge branch 'main' into wip/memobase_import
tobiasschweizer Mar 16, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 9 additions & 13 deletions shapes/creativework/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"name": "about",
"description": "The subject matter of the content.",
"class": "schema:Thing",
"nodeKind": "sh:IRI",
"maxCount": 1
"nodeKind": "sh:BlankNodeOrIRI"
},
{
"path": "schema:abstract",
Expand All @@ -52,14 +51,13 @@
"or": [
{
"class": "schema:Person",
"nodeKind": "sh:IRI"
"nodeKind": "sh:BlankNodeOrIRI"
},
{
"class": "schema:Organization",
"nodeKind": "sh:IRI"
"nodeKind": "sh:BlankNodeOrIRI"
}
],
"minCount": 1
]
},
{
"path": "schema:citation",
Expand Down Expand Up @@ -203,8 +201,7 @@
"path": "schema:inLanguage",
"name": "inLanguage",
"description": "The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]].",
"datatype": "xsd:string",
"pattern": "^[a-z]{3}$"
"datatype": "xsd:string"
},
{
"path": "schema:isAccessibleForFree",
Expand Down Expand Up @@ -287,14 +284,13 @@
"or": [
{
"class": "schema:Person",
"nodeKind": "sh:IRI"
"nodeKind": "sh:BlankNodeOrIRI"
},
{
"class": "schema:Organization",
"nodeKind": "sh:IRI"
"nodeKind": "sh:BlankNodeOrIRI"
}
],
"maxCount": 1
]
},
{
"path": "schema:temporalCoverage",
Expand All @@ -320,7 +316,7 @@
"name": "spatialCoverage",
"description": "The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of\n contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates\n areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York.",
"class": "schema:Place",
"nodeKind": "sh:IRI"
"nodeKind": "sh:BlankNodeOrIRI"
}
]
}
Expand Down