sub:assertion {
  rdf:type rdfs:label "is a - asserts that the thing on the left belongs to the class on the right" . 
  <
http://www.w3.org/2004/02/skos/core#Concept> 
rdfs:label "concept" . 
  <
http://www.w3.org/2004/02/skos/core#definition> 
rdfs:label "is defined as follows: - connects an identifier (left) to a human-readable definition (right)" . 
  <
http://www.w3.org/2004/02/skos/core#exactMatch> 
rdfs:label "URI of an equivalent concept" , "is the same as" . 
  <
http://www.w3.org/2004/02/skos/core#inScheme> 
rdfs:label "is in scheme" . 
  <
http://www.w3.org/2004/02/skos/core#prefLabel> 
rdfs:label "has the preferred label" . 
  <
http://www.w3.org/2004/02/skos/core#related> 
rdfs:label "is related to - connects two classes that are somehow related" . 
  
sub:assertion dct:description "Such a nanopublication defines a concept according to the SKOS standard." ;
    
a nt:AssertionTemplate ;
    
rdfs:label "Defining a new SKOS concept" ;
    
nt:hasNanopubLabelPattern "${label}" ;
    
nt:hasStatement sub:st0 , 
sub:st1 , 
sub:st2 , 
sub:st3 , 
sub:st4 , 
sub:st5 , 
sub:st6 ;
    
nt:hasTag "Terms" . 
  
sub:broaderConcept a nt:GuidedChoicePlaceholder ;
    
rdfs:label "has the broader concept" , "the URI of a broader concept" ;
    
nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http://www.w3.org/2004/02/skos/core%23Concept&searchterm=" . 
  
sub:concept a nt:IntroducedResource , 
nt:LocalResource , 
nt:UriPlaceholder ;
    
rdfs:label "short suffix or full URI" . 
  
sub:definition a nt:LongLiteralPlaceholder ;
    
rdfs:label "definition of the concept" . 
  
sub:label a nt:LiteralPlaceholder ;
    
rdfs:label "the label of the concept" . 
  
sub:relatedConcept a nt:GuidedChoicePlaceholder ;
    
rdfs:label "URI of a related concept" ;
    
nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http://www.w3.org/2004/02/skos/core%23Concept&searchterm=" . 
  
sub:sameConcept a nt:ExternalUriPlaceholder ;
    
rdfs:label "URI of equivalent concept" . 
  
sub:scheme a nt:GuidedChoicePlaceholder ;
    
rdfs:label "scheme URI" ;
    
nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http://www.w3.org/2004/02/skos/core%23ConceptScheme&searchterm=" . 
  
sub:st0 rdf:object <
http://www.w3.org/2004/02/skos/core#Concept> ;
    
rdf:predicate rdf:type ;
    
rdf:subject sub:concept . 
  
sub:st1 rdf:object sub:label ;
    
rdf:predicate <
http://www.w3.org/2004/02/skos/core#prefLabel> ;
    
rdf:subject sub:concept . 
  
sub:st2 rdf:object sub:definition ;
    
rdf:predicate <
http://www.w3.org/2004/02/skos/core#definition> ;
    
rdf:subject sub:concept . 
  
sub:st3 rdf:object sub:broaderConcept ;
    
rdf:predicate <
http://www.w3.org/2004/02/skos/core#broader> ;
    
rdf:subject sub:concept ;
    
a nt:OptionalStatement . 
  
sub:st4 rdf:object sub:relatedConcept ;
    
rdf:predicate <
http://www.w3.org/2004/02/skos/core#related> ;
    
rdf:subject sub:concept ;
    
a nt:OptionalStatement , 
nt:RepeatableStatement . 
  
sub:st5 rdf:object sub:sameConcept ;
    
rdf:predicate <
http://www.w3.org/2004/02/skos/core#exactMatch> ;
    
rdf:subject sub:concept ;
    
a nt:OptionalStatement , 
nt:RepeatableStatement . 
  
sub:st6 rdf:object sub:scheme ;
    
rdf:predicate <
http://www.w3.org/2004/02/skos/core#inScheme> ;
    
rdf:subject sub:concept ;
    
a nt:OptionalStatement . 
}