Skip to content

Commit

Permalink
[BINDING ISSUE][BACKGROUND GENERATION] Change s08-s-17-edit
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppefutia committed Jan 31, 2020
1 parent 5fbaed7 commit e3da589
Show file tree
Hide file tree
Showing 4 changed files with 2,919 additions and 2,931 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ WHERE {
BIND (URI(CONCAT('http://www.europeana.eu/schemas/edm//webresource/',?IMAGESRC)) as ?WebResource1)
BIND (URI(CONCAT('http://www.europeana.eu/schemas/edm//webresource/',?VIDEO)) as ?WebResource2)
BIND (URI(CONCAT('http://purl.org/vocab/frbr/core/person/',?AUTHOR)) as ?Person1)
BIND (URI(CONCAT('http://www.americanartcollaborative.org/ontology//culturalheritageobject/',?DESCRIPTION)) as ?CulturalHeritageObject1)
BIND (URI(CONCAT('http://www.europeana.eu/schemas/edm//europeanaaggregation/',?DESCRIPTION)) as ?EuropeanaAggregation1)
}
BIND (URI(CONCAT('http://www.americanartcollaborative.org/ontology//culturalheritageobject/',?TITLE)) as ?CulturalHeritageObject1)
BIND (URI(CONCAT('http://www.europeana.eu/schemas/edm//europeanaaggregation/',?TITLE)) as ?EuropeanaAggregation1)
}
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ WHERE {
BIND (URI(CONCAT('http://www.europeana.eu/schemas/edm//webresource/',?IMAGESRC)) as ?WebResource1)
BIND (URI(CONCAT('http://www.europeana.eu/schemas/edm//webresource/',?VIDEO)) as ?WebResource2)
BIND (URI(CONCAT('http://purl.org/vocab/frbr/core/person/',?AUTHOR)) as ?Person1)
BIND (URI(CONCAT('http://www.americanartcollaborative.org/ontology//culturalheritageobject/',?DESCRIPTION)) as ?CulturalHeritageObject1)
}
BIND (URI(CONCAT('http://www.americanartcollaborative.org/ontology//culturalheritageobject/',?TITLE)) as ?CulturalHeritageObject1)
}
Loading

0 comments on commit e3da589

Please sign in to comment.