Skip to content

Commit

Permalink
KG-184 Add DVD ontology
Browse files Browse the repository at this point in the history
  • Loading branch information
milvld committed Jan 9, 2024
1 parent 4f09a76 commit 063b9e0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions description/dvd.rdfs.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@prefix haDVD: <https://data.hetarchief.be/ns/dvd/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

# Classes

haDVD:DVD a rdfs:Class ;
rdfs:label "Dvd"@nl ;
rdfs:label "DVD"@en ;
rdfs:label "DVD"@fr ;
skos:definition """Deze klasse is van toepassing op media in meemoo's archief dat oorspronkelijk afkomstig is van een analoge drager van het type dvd."""@nl ;
skos:definition """This class applies to media in meemoo's archive that is originally derived from an analog carrier of type DVD."""@en ;
skos:definition """Cette classe s'applique aux médias dans les archives de meemoo qui proviennent à l'origine d'un support analogue du type DVD."""@fr ;
rdfs:isDefinedBy <https://data.hetarchief.be/ns/dvd/> .

0 comments on commit 063b9e0

Please sign in to comment.