Skip to content

Commit

Permalink
Replace inactive URL in GOOD_RELATIONS_URI
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparakos authored Oct 23, 2024
1 parent 1bb5502 commit c32d264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SchemaGeneratorConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
final class SchemaGeneratorConfiguration implements ConfigurationInterface
{
public const SCHEMA_ORG_URI = 'https://schema.org/version/latest/schemaorg-current-https.rdf';
public const GOOD_RELATIONS_URI = 'https://archive.org/services/purl/goodrelations/v1.owl';
public const GOOD_RELATIONS_URI = 'https://www.heppnetz.de/ontologies/goodrelations/v1.owl';
public const SCHEMA_ORG_NAMESPACE = 'https://schema.org/';

private ?string $defaultPrefix;
Expand Down

0 comments on commit c32d264

Please sign in to comment.