@prefix dcterms: <
http://purl.org/dc/terms/
> .
@prefix owl: <
http://www.w3.org/2002/07/owl#
> .
@prefix this: <
http://purl.org/np/RAdTkICJGxlG5_Y7rFUAJaC8ON61PxcyXdGcQ_j-7dHrw
> .
@prefix sub: <
http://purl.org/np/RAdTkICJGxlG5_Y7rFUAJaC8ON61PxcyXdGcQ_j-7dHrw#
> .
@prefix np: <
http://www.nanopub.org/nschema#
> .
@prefix rdf: <
http://www.w3.org/1999/02/22-rdf-syntax-ns#
> .
@prefix nt: <
https://w3id.org/np/o/ntemplate/
> .
@prefix xsd: <
http://www.w3.org/2001/XMLSchema#
> .
@prefix rdfs: <
http://www.w3.org/2000/01/rdf-schema#
> .
@prefix orcid: <
https://orcid.org/
> .
@prefix prov: <
http://www.w3.org/ns/prov#
> .
@prefix npx: <
http://purl.org/nanopub/x/
> .
sub:Head
{
this:
np:hasAssertion
sub:assertion
;
np:hasProvenance
sub:provenance
;
np:hasPublicationInfo
sub:pubinfo
;
a
np:Nanopublication
.
}
sub:assertion
{
dcterms:description
rdfs:label
"can be described as follows:" .
sub:assertion
a
nt:AssertionTemplate
;
rdfs:label
"Defining a new class" ;
nt:hasStatement
sub:st0
,
sub:st1
,
sub:st2
.
sub:class1
a
nt:GuidedChoicePlaceholder
;
rdfs:label
"URI of existing class 1" ;
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:class2
a
nt:GuidedChoicePlaceholder
;
rdfs:label
"URI of existing class 2" ;
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:LiteralPlaceholder
;
rdfs:label
"description of the class" .
sub:intersectionOrUnion
a
nt:RestrictedChoicePlaceholder
;
nt:possibleValue
owl:intersectionOf
,
owl:unionOf
.
sub:list
rdfs:label
"List" .
sub:list-rest
rdfs:label
"List-Rest" .
sub:name
a
nt:LiteralPlaceholder
;
rdfs:label
"the name of the class" .
sub:newclass
a
nt:IntroducedResource
,
nt:LocalResource
,
nt:UriPlaceholder
;
rdfs:label
"short ID of the new class" .
sub:st0
rdf:object
owl:Class
;
rdf:predicate
rdf:type
;
rdf:subject
sub:newclass
.
sub:st1
rdf:object
sub:name
;
rdf:predicate
rdfs:label
;
rdf:subject
sub:newclass
.
sub:st2
rdf:object
sub:description
;
rdf:predicate
dcterms:description
;
rdf:subject
sub:newclass
;
a
nt:OptionalStatement
.
sub:st3
rdf:object
sub:list
;
rdf:predicate
sub:intersectionOrUnion
;
rdf:subject
sub:newclass
.
sub:st4
rdf:object
sub:class1
;
rdf:predicate
rdf:first
;
rdf:subject
sub:list
.
sub:st5
rdf:object
sub:list-rest
;
rdf:predicate
rdf:rest
;
rdf:subject
sub:list
.
sub:st6
rdf:object
sub:class2
;
rdf:predicate
rdf:first
;
rdf:subject
sub:list-rest
.
sub:st7
rdf:object
rdf:nil
;
rdf:predicate
rdf:rest
;
rdf:subject
sub:list-rest
.
rdf:first
rdfs:label
"has first element" .
rdf:nil
rdfs:label
"end-of-list" .
rdf:rest
rdfs:label
"has rest" .
rdf:type
rdfs:label
"is a" .
rdfs:label
rdfs:label
"is called" .
owl:Class
rdfs:label
"class" .
owl:intersectionOf
rdfs:label
"is intersection of" , "is the intersection of the classes in" .
owl:unionOf
rdfs:label
"is union of" .
}
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
"CCdQe5kbK2SmJarCBGhIEfLEqmLC92feUKn/rkPc57OThurgWSTRtMZs5cvwsbxMKkLSNgsjqym5xoZP0Q8VsxSWElo+/2XrFVjr23SKOrene6nSYBYF/HIlTwddnoFqwc/MGOIP9x/UYZkvmHiJFcqjhcEI0/eTakWVV5ZxKUA=" ;
npx:hasSignatureTarget
this:
.
this:
dcterms:created
"2021-05-18T14:45:26.263+02:00"^^
xsd:dateTime
;
dcterms:creator
orcid:0000-0002-1267-0234
;
nt:wasCreatedFromProvenanceTemplate
<
http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM
> ;
nt:wasCreatedFromPubinfoTemplate
<
http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM
> ;
nt:wasCreatedFromTemplate
<
http://purl.org/np/RALLkvoulW5DSScfQ2gDQzki9-8Tl-xV9MCmW7btOTHEM
> .
}