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 3131final class SchemaGeneratorConfiguration implements ConfigurationInterface
3232{
3333 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 ' ;
3535 public const SCHEMA_ORG_NAMESPACE = 'https://schema.org/ ' ;
3636
3737 private ?string $ defaultPrefix ;
Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ public function testDumpConfiguration(): void
5656 relations:
5757
5858 # 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'
6060
6161 # Default:
62- - https://archive.org/services/purl /goodrelations/v1.owl
62+ - https://www.heppnetz.de/ontologies /goodrelations/v1.owl
6363
6464 # The default cardinality to use when it cannot be extracted
6565 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