-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding the missing test vocabulary i forgot to commit earlier, relate…
…d to #480
- Loading branch information
henriyli
committed
Mar 16, 2016
1 parent
29134b5
commit 153efff
Showing
1 changed file
with
19 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,19 @@ | ||
@prefix dc: <http://purl.org/dc/elements/1.1/> . | ||
@prefix dc11: <http://purl.org/dc/elements/1.1/> . | ||
@prefix dct: <http://purl.org/dc/terms/> . | ||
@prefix sub: <http://www.skosmos.skos/sub/> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@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#> . | ||
@prefix skosmos: <http://www.skosmos.skos/> . | ||
@prefix xml: <http://www.w3.org/XML/1998/namespace> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
sub:d1 a skos:Concept ; | ||
skos:prefLabel "Has a hidden property"@en ; | ||
sub:prop1 "Do not show this"@en . | ||
|
||
sub:prop1 | ||
rdfs:subPropertyOf skos:hiddenLabel ; | ||
rdfs:label "This subproperty should not be shown in the UI"@en . |