@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:spatial rdfs:label "has spatial coverage" . rdfs:label "has quoted text" . rdfs:label "has quoted text end" . rdfs:label "quotes from" . rdfs:label "as WKT" . rdfs:label "has geometry" . rdf:type rdfs:label "is a" . rdfs:comment rdfs:label "has comment" . rdfs:label rdfs:label "has the label" . rdfs:label "has the bounding box" . sub:assertion dct:description "This template allows to document the geographical area or region covered by a research paper's findings, data, or study scope. Users identify the spatial coverage (e.g., Europe, Canada, or a specific fgeographical area) and provide supporting quotations from the paper that led them to this geographical conclusion. This template is designed to work with GeoSPARQL queries for efficient spatial discovery of research."; a nt:AssertionTemplate; rdfs:label "Documenting geographical coverage of research based on textual evidence"; nt:hasStatement sub:st01, sub:st02, sub:st03, sub:st04, sub:st05, sub:st06, sub:st07, sub:st08, sub:st09, sub:st10; nt:hasTag "Location" . sub:bbox a nt:LongLiteralPlaceholder; rdfs:label "Bounding box as WKT POLYGON (alternative to geometry - optional)"; nt:hasRegex "[\\s\\S]{5,1500}" . sub:comment a nt:LongLiteralPlaceholder; rdfs:label "explanation of how this quotation supports your conclusion about the geographical coverage (max. 800 characters)"; nt:hasRegex "[\\s\\S]{5,1000}" . sub:geometry a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder; rdfs:label "identifier for the geometry object (optional, leave blank if using bbox only)" . sub:location a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder; rdfs:label "short ID for the geographical location (will be used as URI suffix)" . sub:location-label a nt:LiteralPlaceholder; rdfs:label "Name of the geographical area covered by this research (e.g., 'Northern Europe', 'Amazon Basin', 'Italian Alps')" . sub:paper a nt:UriPlaceholder; rdfs:label "DOI of the paper (starting with '10.')"; nt:hasPrefix "https://doi.org/"; nt:hasPrefixLabel "DOI of the paper (starting with '10.')"; nt:hasRegex "10.(\\d)+/(\\S)+" . sub:quotation a nt:LongLiteralPlaceholder; rdfs:label "The exact quotation from the paper (max. 500 characters)"; nt:hasRegex "[\\s\\S]{5,500}" . sub:quotation-end a nt:LongLiteralPlaceholder; rdfs:label "End of quotation (optional - use when quoting beginning and end of a longer passage, max. 500 characters)"; nt:hasRegex "[\\s\\S]{5,500}" . sub:st01 rdf:object sub:paper; rdf:predicate ; rdf:subject nt:CREATOR . sub:st02 rdf:object sub:quotation; rdf:predicate ; rdf:subject sub:paper . sub:st03 rdf:object sub:quotation-end; rdf:predicate ; rdf:subject sub:paper; a nt:OptionalStatement . sub:st04 rdf:object ; rdf:predicate rdf:type; rdf:subject sub:location . sub:st05 rdf:object sub:location-label; rdf:predicate rdfs:label; rdf:subject sub:location . sub:st06 rdf:object sub:geometry; rdf:predicate ; rdf:subject sub:location; a nt:OptionalStatement . sub:st07 rdf:object sub:wkt; rdf:predicate ; rdf:subject sub:geometry; a nt:OptionalStatement . sub:st08 rdf:object sub:bbox; rdf:predicate ; rdf:subject sub:location; a nt:OptionalStatement . sub:st09 rdf:object sub:location; rdf:predicate dct:spatial; rdf:subject sub:paper . sub:st10 rdf:object sub:comment; rdf:predicate rdfs:comment; rdf:subject sub:paper . sub:wkt a nt:LongLiteralPlaceholder; rdfs:label "Well-Known Text geometry (e.g., 'POINT(2.3 48.9)' or 'POLYGON((...))' - optional but enables spatial queries)"; nt:hasRegex "[\\s\\S]{5,1500}" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1784-2920 . } sub:pubinfo { orcid:0000-0002-1784-2920 foaf:name "Anne Fouilloux" . this: dct:created "2025-08-15T11:30:51.854Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1784-2920; dct:license ; npx:wasCreatedAt ; rdfs:label "Template: Documenting geographical coverage of research based on textual evidence"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDWv2pJnmDsBOq8OlT1aSvYXSuWT34WOp4FYqEzdnn2F0kqzcFevBqWGZDxJWC0lqCrDEuNfp2QFyPe/+nES9dlHGYIhqPi68fwK6ZiNUotRFxXou+rjFznVvUxtCL8Ede79EBHwWN61QtwSIcU12bLoZsNPFlqQASQ93BJuKlihwIDAQAB"; npx:hasSignature "1CPjbJYPZqz5vJ5T3MpezNAZ2Z6OHk0tBlZ1+5blLYpQl6YFNkQ51mXqR4tUgmGSwsFjGFw+otf3SVaYnmQi3N1l8i4ciiLMqn6U3OTb1VSwwCRYsjEnt4VDm+gOosrKsCYenLgN6kQ/kDjZ/IQlLC1PskPbd4Ukf0NS7jBx/is="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1784-2920 . }