sub:assertion {
dct:creator rdfs:label "is created by" .
dct:hasPart rdfs:label "has the part" .
<
http://purl.org/vocab/vann/preferredNamespacePrefix>
rdfs:label "has the preferred namespace prefix" .
<
http://purl.org/vocab/vann/preferredNamespaceUri>
rdfs:label "has the namespace URI" .
rdf:type rdfs:label "is a - asserts that the thing on the left belongs to the class on the right" .
rdfs:label rdfs:label "is called - connects a formal identifier (left) to an informal human-readable name (right)" .
<
http://www.w3.org/2002/07/owl#Ontology>
rdfs:label "ontology - a set of terms like classes and relations" .
sub:assertion dct:description "Such a nanopublication defines a new ontology, to which terms like classes and properties can later be added." ;
a nt:AssertionTemplate ;
rdfs:label "Defining a new ontology" ;
nt:hasNanopubLabelPattern "Ontology: ${name}" ;
nt:hasStatement sub:st0 ,
sub:st1 ,
sub:st2 ,
sub:st3 ,
sub:st4 ,
sub:st5 ,
sub:st6 ;
nt:hasTag "Terms" .
sub:creator a nt:AgentPlaceholder ;
rdfs:label "creator/owner of the ontology" .
sub:description a nt:LongLiteralPlaceholder ;
rdfs:label "description of the ontology" .
sub:name a nt:LiteralPlaceholder ;
rdfs:label "the name of the ontology" .
sub:namespacePrefix a nt:LiteralPlaceholder ;
rdfs:label "short namespace prefix, e.g. \"foaf\"" .
sub:namespaceUri a nt:LiteralPlaceholder ;
rdfs:label "namespace URI (prefix of all contained IDs)" .
sub:ontology a nt:IntroducedResource ,
nt:LocalResource ,
nt:UriPlaceholder ;
rdfs:label "short URI suffix or full URI" .
sub:part a nt:ExternalUriPlaceholder ;
rdfs:label "term or index of term nanopubs" .
sub:st0 rdf:object <
http://www.w3.org/2002/07/owl#Ontology> ;
rdf:predicate rdf:type ;
rdf:subject sub:ontology .
sub:st1 rdf:object sub:name ;
rdf:predicate rdfs:label ;
rdf:subject sub:ontology .
sub:st2 rdf:object sub:description ;
rdf:predicate dct:description ;
rdf:subject sub:ontology .
sub:st3 rdf:object sub:namespacePrefix ;
rdf:predicate <
http://purl.org/vocab/vann/preferredNamespacePrefix> ;
rdf:subject sub:ontology ;
a nt:OptionalStatement .
sub:st4 rdf:object sub:namespaceUri ;
rdf:predicate <
http://purl.org/vocab/vann/preferredNamespaceUri> ;
rdf:subject sub:ontology ;
a nt:OptionalStatement .
sub:st5 rdf:object sub:creator ;
rdf:predicate dct:creator ;
rdf:subject sub:ontology ;
a nt:RepeatableStatement .
sub:st6 rdf:object sub:part ;
rdf:predicate dct:hasPart ;
rdf:subject sub:ontology ;
a nt:OptionalStatement ,
nt:RepeatableStatement .
}