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

Reminder....need attribution with payload #287

Open
stuartasutton opened this issue Sep 11, 2018 · 4 comments
Open

Reminder....need attribution with payload #287

stuartasutton opened this issue Sep 11, 2018 · 4 comments
Assignees

Comments

@stuartasutton
Copy link

We need to return to the issue of including instructions on attribution in the exported data (i.e., in the payload). The following is a snippet from an ASN export file. Note that the first entity in the graph
is the attribution block (resolve it). Look at it carefully. It describes an rdf/xml file that includes the attribution block and the Standards Document block.

We should discuss.

{
  "@context": {
        "foaf": "http://xmlns.com/foaf/0.1/",
        "dct": "http://purl.org/dc/terms/",
        "asn": "http://purl.org/ASN/schema/core/",
        "cc": "http://creativecommons.org/ns#",
        "xsd": "http://www.w3.org/2001/XMLSchema#"
    },
  "@graph": [
        {
            "@id": "http://asn.desire2learn.com/resources/D2695955.xml",
            "foaf:primaryTopic": [{"@id": "http://asn.desire2learn.com/resources/D2695955"}],
            "dct:rightsHolder": [{"@value": "D2L Corporation"}],
            "dct:rights": [{"@id": "http://achievementstandards.org/legal/terms"}],
            "dct:modified": [{
                "@value": "2015-10-30T19:49:04-04:00",
                "@type": "xsd:date"
            }],
            "dct:created": [{
                "@value": "2015-10-30T19:49:04-04:00",
                "@type": "xsd:date"
            }],
            "cc:license": [{"@id": "http://creativecommons.org/licenses/by/3.0/us/"}],
            "cc:attributionURL": [{"@id": "http://asn.desire2learn.com/resources/D2695955"}],
            "cc:attributionName": [{"@value": "D2L Corporation"}],
            "asn:exportVersion": [{"@id": "http://purl.org/ASN/scheme/ASNExport/3.1.0"}]
        },
        {
            "@id": "http://asn.desire2learn.com/resources/D2695955" ,
            "@type": "asn:StandardDocument"            
        },
        {
            "@id": "http://asn.desire2learn.com/resources/S2695991" ,
            "@type": ["http://purl.org/ASN/schema/core/Statement"]            
        }
    ]
}
@stuartasutton
Copy link
Author

Consider payload addition of meta:Attribution entity

ccREL="http://creativecommons.org/ns#" Creative Commons Rights Expression Language (ccREL)
foaf="http://xmlns.com/foaf/0.1/"
meta="http://credreg.net/meta/terms/"

meta:Attribution
"Entity describing required rights in and rights attribution for structured data representations of a primary topic and its related graph entities."

meta:Attribution
ccREL:attributionName
ccREL:attributionURL
foaf:primaryTopic
(e.g., @id of Credential, LearningOpportunityProfile, AssessmentProfile, Competency Framework)

@jeannekitchens
Copy link

@stuartasutton @siuc-nate @cwd-mparsons this has been sitting since 2018. Do we need to address this?

@stuartasutton
Copy link
Author

We should let this rest. I think it is necessary but until we have a better handle on the relationship between the licensing rights in the data and the Registry website's terms of use, we are probably better off not drawing attention to the matter.

@jeannekitchens jeannekitchens transferred this issue from CredentialEngine/Schema-Development Nov 19, 2019
@siuc-nate
Copy link
Collaborator

@stuartasutton Is the information here something that should be included in the envelope?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants