Skip to content

Commit

Permalink
adding the missing test vocabulary i forgot to commit earlier, relate…
Browse files Browse the repository at this point in the history
…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.
19 changes: 19 additions & 0 deletions tests/test-vocab-data/sub.ttl
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 .

0 comments on commit 153efff

Please sign in to comment.