@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { dct:description rdfs:label "can be described as follows: - gives a thing (left) a human-readable description (right)" . sub:assertion dct:description """

Such nanopublications define a new named individual. Such a named individual represets a single concrete or abstract thing that is in some way relevant. Examples are the planet Mars, Marie Curie, or the Universal Declaration of Human Rights.

Such individuals do not represent sets of things, like humans, diseases, or ideas. Such concepts representing sets should be defined with the template for classes.

"""; a nt:AssertionTemplate; rdfs:label "Defining a new individual"; nt:hasStatement sub:st0, sub:st1, sub:st2, sub:st3, sub:st4; nt:hasTag "Terms" . sub:class a nt:GuidedChoicePlaceholder; rdfs:label "the URI of the class this individual belongs to"; nt:possibleValue ; 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:description a nt:LongLiteralPlaceholder; rdfs:label "description of the individual" . sub:individual a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder; rdfs:label "short name, used as URI suffix - the formal identifier of the individual" . sub:name a nt:LiteralPlaceholder; rdfs:label "the name of the individual" . sub:seeAlsoLink a nt:UriPlaceholder; rdfs:label "a URL where more information about this individual can be found" . sub:st0 rdf:object ; rdf:predicate rdf:type; rdf:subject sub:individual . sub:st1 rdf:object sub:class; rdf:predicate rdf:type; rdf:subject sub:individual . sub:st2 rdf:object sub:name; rdf:predicate rdfs:label; rdf:subject sub:individual . sub:st3 rdf:object sub:description; rdf:predicate dct:description; rdf:subject sub:individual . sub:st4 rdf:object sub:seeAlsoLink; rdf:predicate rdfs:seeAlso; rdf:subject sub:individual; a nt:OptionalStatement . rdf:type rdfs:label "is a - asserts that the given thing (left) belongs to the given class (right)" . rdfs:label rdfs:label "is called - connects an identifier to a human-readable name for it" . rdfs:seeAlso rdfs:label "is further explained at - connects an identifier to a link with further information about it" . rdfs:label "named invididual - a concrete or abstract thing that is given an identifier and a name" . rdfs:label "thing - the class representing everything" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "qyC0oX+5upwf5BD7VaYARTWtK+htfbsJoHDGSInkky8TqDMcBkE3LBtvz0yYoWrVh3NGQZBDvHhJ78Pr4UTVV7S2i4e5SZnUeL4RT7BnwCgp7jLR1HsUdWv2jrIRoHCUrfwdCd4TTkqwsq53MQYpXNYls7JhDghJGWnQM7aqBlw="; npx:hasSignatureTarget this: . this: dct:created "2023-03-01T13:05:53.256+01:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; npx:supersedes ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }