File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
final class SchemaGeneratorConfiguration implements ConfigurationInterface
32
32
{
33
33
public const SCHEMA_ORG_URI = 'https://schema.org/version/latest/schemaorg-current-https.rdf ' ;
34
- public const GOOD_RELATIONS_URI = 'https://archive.org/services/purl /goodrelations/v1.owl ' ;
34
+ public const GOOD_RELATIONS_URI = 'https://www.heppnetz.de/ontologies /goodrelations/v1.owl ' ;
35
35
public const SCHEMA_ORG_NAMESPACE = 'https://schema.org/ ' ;
36
36
37
37
private ?string $ defaultPrefix ;
Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ public function testDumpConfiguration(): void
56
56
relations:
57
57
58
58
# OWL relation URIs containing cardinality information in the GoodRelations format
59
- uris: # Example: 'https://archive.org/services/purl /goodrelations/v1.owl'
59
+ uris: # Example: 'https://www.heppnetz.de/ontologies /goodrelations/v1.owl'
60
60
61
61
# Default:
62
- - https://archive.org/services/purl /goodrelations/v1.owl
62
+ - https://www.heppnetz.de/ontologies /goodrelations/v1.owl
63
63
64
64
# The default cardinality to use when it cannot be extracted
65
65
defaultCardinality: (1..1) # One of "(0..1)"; "(0..*)"; "(1..1)"; "(1..*)"; "(*..0)"; "(*..1)"; "(*..*)"
You can’t perform that action at this time.
0 commit comments