@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { dct:description rdfs:label "has the description" . rdf:type rdfs:label "is a" . rdfs:label rdfs:label "has the label" . rdfs:label "Board" . rdfs:label "Campaign" . rdfs:label "Community" . rdfs:label "Event" . rdfs:label "Group" . rdfs:label "Initiative" . rdfs:label "Outlet" . rdfs:label "Project" . rdfs:label "Space" . rdfs:label "has as owner" . sub:assertion dct:description "Such nanopublications defines a Space, which can be something like a group, project, or event."; a nt:AssertionTemplate; rdfs:label "Defining a Space"; nt:hasStatement sub:st00, sub:st01, sub:st02, sub:st03, sub:st04; nt:hasTag "Spaces" . sub:description a nt:LongLiteralPlaceholder; rdfs:label "the description of the Space" . sub:label a nt:LiteralPlaceholder; rdfs:label "the name of the Space" . sub:owner a nt:AgentPlaceholder; rdfs:label "an owner of the Space" . sub:space a nt:ExternalUriPlaceholder, nt:IntroducedResource; rdfs:label "Space identifier"; nt:hasPrefix "https://w3id.org/spaces/"; nt:hasPrefixLabel "https://w3id.org/spaces/" . sub:st00 rdf:object ; rdf:predicate rdf:type; rdf:subject sub:space . sub:st01 rdf:object sub:type; rdf:predicate rdf:type; rdf:subject sub:space . sub:st02 rdf:object sub:label; rdf:predicate rdfs:label; rdf:subject sub:space . sub:st03 rdf:object sub:description; rdf:predicate dct:description; rdf:subject sub:space . sub:st04 rdf:object sub:owner; rdf:predicate ; rdf:subject sub:space; a nt:RepeatableStatement . sub:type a nt:RestrictedChoicePlaceholder; rdfs:label "type of the Space"; nt:possibleValue , , , , , , , . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2025-09-10T12:12:31.094+02:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:wasCreatedAt ; rdfs:label "Defining a Space"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "JjcGoqgIoMlaCbFBnQKFIV0DncJ+7hfnU5wQAVpeNbeIDnPFX6g8VgzPJyM/5ocNwm7hqv5OAPhHxlRrq/jMATY02SCmIKX2j9Iu2xqcC4lRb/BCLBi3zAK0XJOf8ym22BDqDxUvzElE0ZiGAKTqmfjIGe8K5p2acdoLP5mNiBU="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }