Skip to content

Commit

Permalink
Add fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Klímek <[email protected]>
  • Loading branch information
jakubklimek committed Nov 23, 2023
1 parent b7e5dc1 commit 361c947
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions fixes.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This file contains whatever needed to be temporarily fixed for Dataspecer to work properly
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

skos:prefLabel rdfs:range rdf:langString .
skos:altLabel rdfs:range rdf:langString .
skos:hiddenLabel rdfs:range rdf:langString .
skos:definition rdfs:range rdf:langString .
owl:Thing rdfs:subClassOf rdfs:Resource .

0 comments on commit 361c947

Please sign in to comment.