diff --git a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/CoPrincipalInvestigatorRole.sparql b/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/CoPrincipalInvestigatorRole.sparql deleted file mode 100644 index c6877723..00000000 --- a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/CoPrincipalInvestigatorRole.sparql +++ /dev/null @@ -1,24 +0,0 @@ -PREFIX rdf: -PREFIX rdfs: -PREFIX xsd: -PREFIX owl: -PREFIX swrl: -PREFIX swrlb: -PREFIX vitro: -PREFIX vivo: -PREFIX bibo: -PREFIX dcterms: -PREFIX event: -PREFIX foaf: -PREFIX skos: -PREFIX core: - -Construct { - _:role a core:CoPrincipalInvestigatorRole . - _:role core:roleIn ?grant . - ?grant core:relatedRole _:role . - ?person core:hasCo-PrincipalInvestigatorRole _:role . - _:role core:co-PrincipalInvestigatorRoleOf ?person . -} where { - ?person core:coPrincipalInvestigatorOn ?grant . -} \ No newline at end of file diff --git a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/ConferringOrganization.sparql b/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/ConferringOrganization.sparql deleted file mode 100644 index ef7bf34c..00000000 --- a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/ConferringOrganization.sparql +++ /dev/null @@ -1,23 +0,0 @@ -PREFIX rdf: -PREFIX rdfs: -PREFIX xsd: -PREFIX owl: -PREFIX swrl: -PREFIX swrlb: -PREFIX vitro: -PREFIX vivo: -PREFIX bibo: -PREFIX dcterms: -PREFIX event: -PREFIX foaf: -PREFIX skos: -PREFIX core: - -Construct { - ?s core:conferringOrganization ?o . - ?o core:awardConferred ?s . - -} Where { - ?s core:activityRelatedOrganization ?o . - ?s rdf:type core:AwardOrDistinction . -} diff --git a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/ConvertRoleDataPropertyOnActivity.sparql b/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/ConvertRoleDataPropertyOnActivity.sparql deleted file mode 100644 index b823cb33..00000000 --- a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/ConvertRoleDataPropertyOnActivity.sparql +++ /dev/null @@ -1,31 +0,0 @@ -PREFIX rdf: -PREFIX rdfs: -PREFIX xsd: -PREFIX owl: -PREFIX swrl: -PREFIX swrlb: -PREFIX vitro: -PREFIX vivo: -PREFIX bibo: -PREFIX dcterms: -PREFIX event: -PREFIX foaf: -PREFIX skos: -PREFIX core: - -Construct { - ?activity rdfs:label ?roleDesc . - -} Where { - - { ?activity rdf:type core:ResearchActivity } UNION - { ?activity rdf:type core:OutreachActivity } UNION - { ?activity rdf:type core:PresentationActivity } UNION - { ?activity rdf:type core:TeachingActivity } UNION - { ?activity rdf:type core:ServiceActivity } UNION - { ?activity rdf:type core:InternationalActivity } UNION - { ?activity rdf:type core:AdvisingActivity } - - ?activity core:role ?roleDesc . -} - diff --git a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/InvestigatorRole.sparql b/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/InvestigatorRole.sparql deleted file mode 100644 index c59f8d65..00000000 --- a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/InvestigatorRole.sparql +++ /dev/null @@ -1,24 +0,0 @@ -PREFIX rdf: -PREFIX rdfs: -PREFIX xsd: -PREFIX owl: -PREFIX swrl: -PREFIX swrlb: -PREFIX vitro: -PREFIX vivo: -PREFIX bibo: -PREFIX dcterms: -PREFIX event: -PREFIX foaf: -PREFIX skos: -PREFIX core: - -Construct { - _:role a core:InvestigatorRole . - _:role core:roleIn ?grant . - ?grant core:relatedRole _:role . - ?person core:hasInvestigatorRole _:role . - _:role core:investigatorRoleOf ?person . -} where { - ?person core:investigatorOn ?grant . -} \ No newline at end of file diff --git a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/InvitedStatus.sparql b/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/InvitedStatus.sparql deleted file mode 100644 index c57922ec..00000000 --- a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/InvitedStatus.sparql +++ /dev/null @@ -1,20 +0,0 @@ -PREFIX rdf: -PREFIX rdfs: -PREFIX xsd: -PREFIX owl: -PREFIX swrl: -PREFIX swrlb: -PREFIX vitro: -PREFIX vivo: -PREFIX bibo: -PREFIX dcterms: -PREFIX event: -PREFIX foaf: -PREFIX skos: -PREFIX core: - -Construct { - ?s bibo:status bibo:invited . -} Where { - ?s core:invitedStatus "true"^^xsd:boolean . -} diff --git a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/OutreachProviderRole.sparql b/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/OutreachProviderRole.sparql deleted file mode 100644 index d1b3de1c..00000000 --- a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/OutreachProviderRole.sparql +++ /dev/null @@ -1,26 +0,0 @@ -PREFIX rdf: -PREFIX rdfs: -PREFIX xsd: -PREFIX owl: -PREFIX swrl: -PREFIX swrlb: -PREFIX vitro: -PREFIX vivo: -PREFIX bibo: -PREFIX dcterms: -PREFIX event: -PREFIX foaf: -PREFIX skos: -PREFIX core: - -Construct { - ?activity core:roleIn ?grant . - ?grant core:relatedRole ?activity . - -} where { - ?person core:hasOutreachActivity ?activity . - - optional { - ?activity core:activityRelatedGrant ?grant . - } -} \ No newline at end of file diff --git a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/PresenterRole.sparql b/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/PresenterRole.sparql deleted file mode 100644 index e516f8b6..00000000 --- a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/PresenterRole.sparql +++ /dev/null @@ -1,31 +0,0 @@ -PREFIX rdf: -PREFIX rdfs: -PREFIX xsd: -PREFIX owl: -PREFIX swrl: -PREFIX swrlb: -PREFIX vitro: -PREFIX vivo: -PREFIX bibo: -PREFIX dcterms: -PREFIX event: -PREFIX foaf: -PREFIX skos: -PREFIX core: - -Construct { - ?activity core:roleIn ?event . - ?event core:relatedRole ?activity . - ?event bibo:presents ?infores . - ?infores bibo:presentedAt ?event. -} where { - ?person core:presentationActivity ?activity . - - optional { - ?activity core:activityRelatedEvent ?event . - } - - optional { - ?activity core:activityRelatedInformationResource ?infores . - } -} \ No newline at end of file diff --git a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/PrincipalInvestigatorRole.sparql b/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/PrincipalInvestigatorRole.sparql deleted file mode 100644 index aa7493f0..00000000 --- a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/PrincipalInvestigatorRole.sparql +++ /dev/null @@ -1,24 +0,0 @@ -PREFIX rdf: -PREFIX rdfs: -PREFIX xsd: -PREFIX owl: -PREFIX swrl: -PREFIX swrlb: -PREFIX vitro: -PREFIX vivo: -PREFIX bibo: -PREFIX dcterms: -PREFIX event: -PREFIX foaf: -PREFIX skos: -PREFIX core: - -Construct { - _:role a core:PrincipalInvestigatorRole . - _:role core:roleIn ?grant . - ?grant core:relatedRole _:role . - ?person core:hasPrincipalInvestigatorRole _:role . - _:role core:principalInvestigatorRoleOf ?person . -} where { - ?person core:principalInvestigatorOn ?grant . -} \ No newline at end of file diff --git a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/PublisherName.sparql b/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/PublisherName.sparql deleted file mode 100644 index 6ebd65a4..00000000 --- a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/PublisherName.sparql +++ /dev/null @@ -1,23 +0,0 @@ -PREFIX rdf: -PREFIX rdfs: -PREFIX xsd: -PREFIX owl: -PREFIX swrl: -PREFIX swrlb: -PREFIX vitro: -PREFIX vivo: -PREFIX bibo: -PREFIX dcterms: -PREFIX event: -PREFIX foaf: -PREFIX skos: -PREFIX core: - -Construct { - ?s core:publisher _:pubOrg . - _:pubOrg rdf:type foaf:Organization . - _:pubOrg rdfs:label ?publName . - -} Where { - ?s core:publisherName ?publName . -} diff --git a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/RefereedStatus.sparql b/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/RefereedStatus.sparql deleted file mode 100644 index 4c67e568..00000000 --- a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/RefereedStatus.sparql +++ /dev/null @@ -1,20 +0,0 @@ -PREFIX rdf: -PREFIX rdfs: -PREFIX xsd: -PREFIX owl: -PREFIX swrl: -PREFIX swrlb: -PREFIX vitro: -PREFIX vivo: -PREFIX bibo: -PREFIX dcterms: -PREFIX event: -PREFIX foaf: -PREFIX skos: -PREFIX core: - -Construct { - ?s bibo:status bibo:peerReviewed . -} Where { - ?s core:refereedStatus "true"^^xsd:boolean . -} diff --git a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/ResearcherRole.sparql b/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/ResearcherRole.sparql deleted file mode 100644 index 865ff886..00000000 --- a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/ResearcherRole.sparql +++ /dev/null @@ -1,27 +0,0 @@ -PREFIX rdf: -PREFIX rdfs: -PREFIX xsd: -PREFIX owl: -PREFIX swrl: -PREFIX swrlb: -PREFIX vitro: -PREFIX vivo: -PREFIX bibo: -PREFIX dcterms: -PREFIX event: -PREFIX foaf: -PREFIX skos: -PREFIX core: - -Construct { - ?activity core:roleIn ?grant . - ?grant core:relatedRole ?activity . - -} where { - ?person core:hasResearchActivity ?activity . - - optional { - ?activity core:activityRelatedGrant ?grant . - } - -} \ No newline at end of file diff --git a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/ServiceProviderRole.sparql b/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/ServiceProviderRole.sparql deleted file mode 100644 index d685235a..00000000 --- a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/ServiceProviderRole.sparql +++ /dev/null @@ -1,27 +0,0 @@ -PREFIX rdf: -PREFIX rdfs: -PREFIX xsd: -PREFIX owl: -PREFIX swrl: -PREFIX swrlb: -PREFIX vitro: -PREFIX vivo: -PREFIX bibo: -PREFIX dcterms: -PREFIX event: -PREFIX foaf: -PREFIX skos: -PREFIX core: - -Construct { - ?activity core:roleIn ?grant . - ?grant core:relatedRole ?activity . - -} where { - ?person core:hasProfessionalServiceActivity ?activity . - - optional { - ?activity core:activityRelatedGrant ?grant . - } - -} \ No newline at end of file diff --git a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/TeacherRoleWithCourse.sparql b/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/TeacherRoleWithCourse.sparql deleted file mode 100644 index 2fea2dcb..00000000 --- a/productMods/WEB-INF/ontologies/update/sparqlConstructs/additions/TeacherRoleWithCourse.sparql +++ /dev/null @@ -1,24 +0,0 @@ -PREFIX rdf: -PREFIX rdfs: -PREFIX xsd: -PREFIX owl: -PREFIX swrl: -PREFIX swrlb: -PREFIX vitro: -PREFIX vivo: -PREFIX bibo: -PREFIX dcterms: -PREFIX event: -PREFIX foaf: -PREFIX skos: -PREFIX core: - -Construct { - _:role a core:TeacherRole . - _:role core:roleIn ?course . - ?course core:relatedRole _:role . - ?person core:hasTeacherRole _:role . - _:role core:teacherRoleOf ?person . -} where { - ?person core:recentCourseTaught ?course . -} \ No newline at end of file diff --git a/productMods/WEB-INF/ontologies/update/sparqlConstructs/deletions/RemoveRoleDataPropertyOnActivity.sparql b/productMods/WEB-INF/ontologies/update/sparqlConstructs/deletions/RemoveRoleDataPropertyOnActivity.sparql deleted file mode 100644 index e3202d6a..00000000 --- a/productMods/WEB-INF/ontologies/update/sparqlConstructs/deletions/RemoveRoleDataPropertyOnActivity.sparql +++ /dev/null @@ -1,30 +0,0 @@ -PREFIX rdf: -PREFIX rdfs: -PREFIX xsd: -PREFIX owl: -PREFIX swrl: -PREFIX swrlb: -PREFIX vitro: -PREFIX vivo: -PREFIX bibo: -PREFIX dcterms: -PREFIX event: -PREFIX foaf: -PREFIX skos: -PREFIX core: - -Construct { - ?activity core:role ?roleDesc . - -} Where { - - { ?activity rdf:type core:ResearchActivity } UNION - { ?activity rdf:type core:OutreachActivity } UNION - { ?activity rdf:type core:PresentationActivity } UNION - { ?activity rdf:type core:TeachingActivity } UNION - { ?activity rdf:type core:ServiceActivity } UNION - { ?activity rdf:type core:InternationalActivity } UNION - { ?activity rdf:type core:AdvisingActivity } - - ?activity core:role ?roleDesc . -} diff --git a/productMods/WEB-INF/ontologies/update/sparqlConstructs/deletions/oldPropertyGroups.sparql b/productMods/WEB-INF/ontologies/update/sparqlConstructs/deletions/oldPropertyGroups.sparql deleted file mode 100644 index f54129e3..00000000 --- a/productMods/WEB-INF/ontologies/update/sparqlConstructs/deletions/oldPropertyGroups.sparql +++ /dev/null @@ -1,14 +0,0 @@ -CONSTRUCT { - ?pg ?p ?o -} WHERE { - ?pg a . - ?pg ?p ?o - FILTER ( ?pg = - || ?pg = - || ?pg = - || ?pg = - || ?pg = - || ?pg = - || ?pg = - ) -}