Nanopublication

< Home

ID

https://w3id.org/np/RAZOZPsjKt-ZPPdjXwiJbynZHivAxDk2IkOnhlFBnFS5g

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAZOZPsjKt-ZPPdjXwiJbynZHivAxDk2IkOnhlFBnFS5g> .
@prefix sub: <https://w3id.org/np/RAZOZPsjKt-ZPPdjXwiJbynZHivAxDk2IkOnhlFBnFS5g/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  dct:description rdfs:label "can be described as follows:" .
  
  rdf:type rdfs:label "is a" .
  
  rdfs:label rdfs:label "is called" .
  
  owl:Class rdfs:label "class" .
  
  owl:Restriction rdfs:label "defined by a property restriction" .
  
  owl:allValuesFrom rdfs:label "has all values from" .
  
  owl:onProperty rdfs:label "has a restriction on the property" .
  
  owl:someValuesFrom rdfs:label "has some values from" .
  
  sub:assertion a nt:AssertionTemplate;
    rdfs:label "Defining a new class by a property restriction";
    nt:hasNanopubLabelPattern "Class: ${name}";
    nt:hasStatement sub:st0a, sub:st0b, sub:st1, sub:st2, sub:st3, sub:st4;
    nt:hasTag "Terms" .
  
  sub:class a nt:ExternalUriPlaceholder, nt:GuidedChoicePlaceholder;
    rdfs:label "URI of existing class";
    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: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 new class" .
  
  sub:property a nt:ExternalUriPlaceholder, nt:GuidedChoicePlaceholder;
    rdfs:label "the property on which the restriction is applied";
    nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23Property&searchterm=" .
  
  sub:restrictiontype a nt:RestrictedChoicePlaceholder;
    rdfs:label "select type of restriction";
    nt:possibleValue owl:allValuesFrom, owl:someValuesFrom .
  
  sub:st0a rdf:object owl:Class;
    rdf:predicate rdf:type;
    rdf:subject sub:newclass .
  
  sub:st0b rdf:object owl:Restriction;
    rdf:predicate rdf:type;
    rdf:subject sub:newclass .
  
  sub:st1 rdf:object sub:name;
    rdf:predicate rdfs:label;
    rdf:subject sub:newclass .
  
  sub:st2 a nt:OptionalStatement;
    rdf:object sub:description;
    rdf:predicate dct:description;
    rdf:subject sub:newclass .
  
  sub:st3 rdf:object sub:property;
    rdf:predicate owl:onProperty;
    rdf:subject sub:newclass .
  
  sub:st4 rdf:object sub:class;
    rdf:predicate sub:restrictiontype;
    rdf:subject sub:newclass .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}

sub:pubinfo {
  this: dct:created "2026-09-24T09:38:44+00:00"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:supersedes <http://purl.org/np/RARqJ85w4C2gTsopAfPe1sb0frvELIwtComl9PNR0VlwA>;
    rdfs:label "Template: Defining a new class by a property restriction";
    skos:changeNote "Guided choices that must refer to existing resources are now also external URI placeholders, so Nanodash no longer offers to mint a typed plain name locally for them: class, property.";
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>,
      <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90>, <https://w3id.org/np/RAKc76yHLDbloE6ObluzYQsfX37v6qrZXbYeIKpe8-YUo>,
      <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RANjqEfLnGSzLuq0heRSXN0psYWW0oX4v3W8w7osb3xfs> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "oR0gMEFhMg5WtTHlnaR4UKWc8EFGnUWe88rdLAORHG175aZ6fHbZML67h7SGtcxMib6NY8eyXLzu1y9oAE9OPMZFaEveVQivsYLRSVOhoafG/4d1UHWkTcv/S5ZrT2tmA8a6CHcDJsEUmObhHXfwljycMBnz0KiF0OiQcmQZp+0=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}