Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2023
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. 2023-06-23 15:08:56,937 ERROR [SparqlConstructQuery] Failed to parse query "
  2. prefix dynapi: <https://vivoweb.org/ontology/vitro-dynamic-api#>
  3. prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
  4. prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
  5. prefix xsd: <http://www.w3.org/2001/XMLSchema#>
  6. CONSTRUCT {
  7. <\"http://xmlns.com/foaf/0.1/Person%230037906860193148151995078924725034246217#n687\">
  8. rdf:type <http://xmlns.com/foaf/0.1/Person> ;
  9. <http://www.w3.org/2006/vcard/ns#givenName> ?first_name ;
  10. <http://vivoweb.org/ontology/core#middleName> ?middle_name ;
  11. <http://www.w3.org/2006/vcard/ns#familyName> ?last_name ;
  12. <http://www.w3.org/2000/01/rdf-schema#label> ?label ;
  13. <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#mostSpecificType> ?type ;
  14. <http://vivoweb.org/ontology/core#identifier> ?internalID ;
  15. <http://vivoweb.org/ontology/core#orcidId> ?ORCID ;
  16. <http://vivoweb.org/ontology/core#scopusId> ?SCOPUSAuthorID ;
  17. <http://vivoweb.org/ontology/core#researcherId> ?ResearcherID .
  18.  
  19. } WHERE {
  20. <\"http://xmlns.com/foaf/0.1/Person%230037906860193148151995078924725034246217#n687\"> rdf:type <http://xmlns.com/foaf/0.1/Person>
  21. OPTIONAL { <\"http://xmlns.com/foaf/0.1/Person%230037906860193148151995078924725034246217#n687\"> <http://www.w3.org/2006/vcard/ns#givenName> ?first_name }
  22. OPTIONAL { <\"http://xmlns.com/foaf/0.1/Person%230037906860193148151995078924725034246217#n687\"> <http://vivoweb.org/ontology/core#middleName> ?middle_name }
  23. OPTIONAL { <\"http://xmlns.com/foaf/0.1/Person%230037906860193148151995078924725034246217#n687\"> <http://www.w3.org/2006/vcard/ns#familyName> ?last_name }
  24. OPTIONAL { <\"http://xmlns.com/foaf/0.1/Person%230037906860193148151995078924725034246217#n687\"> <http://www.w3.org/2000/01/rdf-schema#label> ?label }
  25. OPTIONAL { <\"http://xmlns.com/foaf/0.1/Person%230037906860193148151995078924725034246217#n687\"> <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#mostSpecificType> ?type }
  26. OPTIONAL { <\"http://xmlns.com/foaf/0.1/Person%230037906860193148151995078924725034246217#n687\"> <http://vivoweb.org/ontology/core#identifier> ?internalID }
  27. OPTIONAL { <\"http://xmlns.com/foaf/0.1/Person%230037906860193148151995078924725034246217#n687\"> <http://vivoweb.org/ontology/core#orcidId> ?ORCID }
  28. OPTIONAL { <\"http://xmlns.com/foaf/0.1/Person%230037906860193148151995078924725034246217#n687\"> <http://vivoweb.org/ontology/core#scopusId> ?SCOPUSAuthorID }
  29. OPTIONAL { <\"http://xmlns.com/foaf/0.1/Person%230037906860193148151995078924725034246217#n687\"> <http://vivoweb.org/ontology/core#researcherId> ?ResearcherID }
  30. }
  31. "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement