sub:assertion {
sub:assertion a nt:AssertionTemplate ;
rdfs:label "Defining a new class" ;
nt:hasStatement sub:st0 ,
sub:st1 ,
sub:st2 ,
sub:st3 ,
sub:st4 ;
nt:hasTag "Classes" .
sub:class a nt:IntroducedResource ,
nt:LocalResource ,
nt:UriPlaceholder ;
rdfs:label "short name, used as URI suffix" .
sub:definition a nt:LiteralPlaceholder ;
rdfs:label "definition of the class" .
sub:name a nt:LiteralPlaceholder ;
rdfs:label "the name of the class" .
sub:relatedentity a nt:GuidedChoicePlaceholder ;
rdfs:label "URI of a related class or other entity" ;
nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&searchterm=" , "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
sub:st0 rdf:object <
http://www.w3.org/2002/07/owl#Class> ;
rdf:predicate rdf:type ;
rdf:subject sub:class ;
a rdf:Statement ;
nt:statementOrder "0" .
sub:st1 rdf:object sub:name ;
rdf:predicate rdfs:label ;
rdf:subject sub:class ;
a rdf:Statement ;
nt:statementOrder "1" .
sub:st2 rdf:object sub:definition ;
rdf:predicate skos:definition ;
rdf:subject sub:class ;
a rdf:Statement ;
nt:statementOrder "2" .
sub:st3 rdf:object sub:superclass ;
rdf:predicate rdfs:subClassOf ;
rdf:subject sub:class ;
a nt:OptionalStatement ;
nt:statementOrder "3" .
sub:st4 rdf:object sub:relatedentity ;
rdf:predicate skos:relatedMatch ;
rdf:subject sub:class ;
a nt:OptionalStatement ,
nt:RepeatableStatement ;
nt:statementOrder "4" .
sub:superclass a nt:GuidedChoicePlaceholder ;
rdfs:label "the URI of the superclass" ;
nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&searchterm=" , "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
rdf:type rdfs:label "is a" .
rdfs:label rdfs:label "is called" .
rdfs:subClassOf rdfs:label "is a subclass of" .
<
http://www.w3.org/2002/07/owl#Class>
rdfs:label "class" .
skos:definition rdfs:label "is defined as follows:" .
skos:relatedMatch rdfs:label "is related to" .
}