Skip to content

Commit 769d344

Browse files
committed
Use owl:deprecated
...because `skos:deprecated` does not exist.
1 parent 0ac0f21 commit 769d344

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

hochschulfaechersystematik.ttl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@base <https://w3id.org/kim/hochschulfaechersystematik/> .
22
@prefix dct: <http://purl.org/dc/terms/> .
3+
@prefix owl: <http://www.w3.org/2002/07/owl#>.
34
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
45
@prefix schema: <http://schema.org/> .
56
@prefix vann: <http://purl.org/vocab/vann/> .
@@ -1106,7 +1107,7 @@
11061107
skos:prefLabel "Kerntechnik/Kernverfahrenstechnik"@de, "Nuclear technology/nuclear process engineering"@en, "Атомна інженерія/Інженерія ядерних процесів"@uk ;
11071108
skos:broader <n63> ;
11081109
skos:notation "241" ;
1109-
skos:deprecated true ;
1110+
owl:deprecated true ;
11101111
skos:note "Integrated into 211"@en ;
11111112
skos:inScheme <scheme> .
11121113

@@ -1639,7 +1640,7 @@
16391640
skos:prefLabel "Mathematische Statistik/Wahrscheinlichkeitsrechnung"@de, "Mathematical statistics/probability calculation"@en, "Математична статистика/Теорія ймовірності"@uk ;
16401641
skos:broader <n37> ;
16411642
skos:notation "237" ;
1642-
skos:deprecated true ;
1643+
owl:deprecated true ;
16431644
dct:isReplacedBy <n312> ;
16441645
skos:inScheme <scheme> .
16451646

0 commit comments

Comments
 (0)