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

Proper description of Licenses #26

Open
igrangel opened this issue May 10, 2018 · 1 comment
Open

Proper description of Licenses #26

igrangel opened this issue May 10, 2018 · 1 comment
Assignees

Comments

@igrangel
Copy link
Contributor

igrangel commented May 10, 2018

The range of dcterms:license is the class dcterms:LicenseDocument. Values used with this property have to be instances of the class LicenseDocument and therefore non-literal values as in the following example.

1 - Create an instance of the license.

sto:GPLv2 a dcterms:LicenseDocument ;
  rdfs:comment "Published under Open Content License." ;
  skos:prefLabel "OCL 1.0" ;
  rdfs:seeAlso <https://opcfoundation.org/license/gpl.htm> .

2 - Link the standard with the created instance by using the dcterms:license property.
sto:IEC_62541 dcterms:license sto:GPLv2 ;

Licenses of standards MUST be changed in this way.

@sebbader
Copy link
Collaborator

What's the current state here? Do we still need it? See also licenses in ODRL. They offer several common licenses in LD and can order them in pretty cool ways.

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