@prefix this: <http://purl.org/np/RAxwyGpM9f0gYFNgYuS4aTd3dH9x-5ac0q4BKzYVxy_BY> .
@prefix sub: <http://purl.org/np/RAxwyGpM9f0gYFNgYuS4aTd3dH9x-5ac0q4BKzYVxy_BY#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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 {
  sub:assertion a nt:AssertionTemplate ;
    rdfs:label "Defining a new property" ;
    nt:hasStatement sub:st0 , sub:st1 , sub:st2 , sub:st3 , sub:st4 .
  sub:definition a nt:LiteralPlaceholder ;
    rdfs:label "definition of the property" .
  sub:domain a nt:GuidedChoicePlaceholder ;
    rdfs:label "URI of the domain 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:label a nt:LiteralPlaceholder ;
    rdfs:label "how the property is read, e.g. 'contains' or 'is used by'" .
  sub:property a nt:IntroducedResource , nt:LocalResource , nt:UriPlaceholder ;
    rdfs:label "short name, used as URI suffix" .
  sub:range a nt:GuidedChoicePlaceholder ;
    rdfs:label "URI of the range 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:st0 rdf:object rdf:Property ;
    rdf:predicate rdf:type ;
    rdf:subject sub:property ;
    a rdf:Statement ;
    nt:statementOrder 0 .
  sub:st1 rdf:object sub:label ;
    rdf:predicate rdfs:label ;
    rdf:subject sub:property ;
    a rdf:Statement ;
    nt:statementOrder 1 .
  sub:st2 rdf:object sub:definition ;
    rdf:predicate skos:definition ;
    rdf:subject sub:property ;
    a rdf:Statement ;
    nt:statementOrder 2 .
  sub:st3 rdf:object sub:domain ;
    rdf:predicate rdfs:domain ;
    rdf:subject sub:property ;
    a nt:OptionalStatement ;
    nt:statementOrder 3 .
  sub:st4 rdf:object sub:range ;
    rdf:predicate rdfs:range ;
    rdf:subject sub:property ;
    a nt:OptionalStatement ;
    nt:statementOrder 4 .
  rdf:Property rdfs:label "property" .
  rdf:type rdfs:label "is a" .
  rdfs:domain rdfs:label "has its subject values from the class (domain)" .
  rdfs:label rdfs:label "is read as" .
  rdfs:range rdfs:label "has its object values from the class (range)" .
  skos:definition rdfs:label "is defined as follows:" .
}
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 "jZIxwIQgYtQUf/FriRUoBGv8rztU4oXl/WJz88jJ7UW8BENVIh+ZgYqMH4AjmVKEWI1G5qgpH4n9vREpO3qWDb3pW07TNO8RzO04HFUaB8+g6E1Ox2KI5QuEav+osBmFuud1UwAaWXmscffJRsfzEhptbbj2AHVAediZdvH+GDU=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-07-08T13:30:04.815+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 .
}