-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/> . |