@prefix this: <https://w3id.org/np/RAMofXnss76djUx071OTLpJMxSFUcSA6PPYWh8g7iIUX8> .
@prefix sub: <https://w3id.org/np/RAMofXnss76djUx071OTLpJMxSFUcSA6PPYWh8g7iIUX8#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion dct:description "Template for defining a practice area" ;
    a nt:AssertionTemplate , nt:UnlistedTemplate ;
    rdfs:label "Practice Area Template" ;
    nt:hasStatement sub:st1 , sub:st2 .
  sub:property nt:hasPrefix "http://property/" ;
    nt:hasPrefixLabel "Property Type" .
  sub:st1 rdf:object <http://www.w3.org/ns/sosa/FeatureOfInterest> ;
    rdf:predicate sub:a ;
    rdf:subject sub:PracticeArea .
  sub:st2 rdf:object sub:property ;
    rdf:predicate <http://www.w3.org/ns/ssn/hasProperty> ;
    rdf:subject sub:PracticeArea ;
    a nt:RepeatableStatement .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0001-1060-6917 .
}
sub:pubinfo {
  orcid:0009-0001-1060-6917 foaf:name "Paul Weidner" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCkIfkDipYB8H4zMRgLwLvGVH/Z6bw3Pv9U60dgEDX11C2p8c63y9xn+MpLayutal09Bw2fSZ3smtRq13CRs5OlLxKqMajPwwV3qqBKj9Trr5iK57R7K1dwW8IqJPwwUyfUI/huxXif4R9xAVRAk9YLzle14SROrh/OpP+NA9NvRwIDAQAB" ;
    npx:hasSignature "Au4jhxsbtEkn+mOgIpMk0dUiLjFTNWoX9rkaEfOY3qGwlPyTKrZrXzPxwPsaJcgZyjoWCWMFaKJi/pv4PLrasAP50Wo7IMnRaO4UeA8rNPvPRWXBDVwC8VyIFupaaKEw6LakxGCqdF5VLyl1oxvfKvbK5XuwASwn0PClGClvwFw=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0001-1060-6917 .
  this: dct:created "2024-04-17T03:03:26.209Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0001-1060-6917 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    a npx:ExampleNanopub ;
    rdfs:label "Template: Practice Area Template" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RATtBNB9Rj1cIwxJyoHBgNn8eeIR06m0H6C6RTRVqSy3E , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate ns1:RAJwu5sVubRqXY4t2gkSoGxWkMyZqnpkGTCPiTlmvi4so .
}