ArtResearch / artresearch.net

ArtResearch ResearchSpace application hosted at https://artresearch.net
5 stars 1 forks source link

ITatti data. E57_Material owl:sameAs with custom:Namedgraph entities #515

Open aindlq opened 10 months ago

aindlq commented 10 months ago
<http://forum.jstor.org/oai/AAT/2000004087> owl:sameAs <http://forum.jstor.org/oai/AAT/2000004087/graph> .

Probably issues with 3M mappings.

Query to get all such instances:

PREFIX owl: <http://www.w3.org/2002/07/owl#>
SELECT * {
   ?s owl:sameAs ?o .
   ?o a <https://artresearch.net/custom/Namedgraph> .  
}