Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sketchfab embeds #196

Open
rsimon opened this issue Oct 24, 2017 · 0 comments
Open

Sketchfab embeds #196

rsimon opened this issue Oct 24, 2017 · 0 comments

Comments

@rsimon
Copy link
Member

rsimon commented Oct 24, 2017

Add support for 3D previews in the selection box. See data model example, derived from info provided by @ewg118:

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" 
         xmlns:foaf="http://xmlns.com/foaf/0.1/"
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
         xmlns:edm="http://www.europeana.eu/schemas/edm/" 
         xmlns:svcs="http://rdfs.org/sioc/services#">
    <pelagios:AnnotatedThing rdf:about="http://www.example.com/pelagios-objects/1234">
        <dcterms:title>An example object with a 3D representation</dcterms:title>
        <edm:isShownBy rdf:resource="https://sketchfab.com/models/1234"/>
    </pelagios:AnnotatedThing>
    <edm:WebResource rdf:about="https://sketchfab.com/models/1234">
        <!-- Photogrammetry -->
        <dcterms:format rdf:resource="http://vocab.getty.edu/aat/300053580"/>
    </edm:WebResource>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant